Added a rudimentary settings scene with an empty controller

This commit is contained in:
2020-04-10 21:52:19 +02:00
parent 78f14ffcb4
commit 225fa0de2e
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,13 @@
package envoy.client.ui;
/**
* Project: <strong>envoy-client</strong><br>
* File: <strong>SettingsSceneController.java</strong><br>
* Created: <strong>10.04.2020</strong><br>
*
* @author Kai S. K. Engelbart
* @since Envoy Client v0.1-beta
*/
public class SettingsSceneController {
}