Start working on new architecture
This commit is contained in:
19
templates/project/Source/Main.hx
Normal file
19
templates/project/Source/Main.hx
Normal file
@@ -0,0 +1,19 @@
|
||||
package;
|
||||
|
||||
|
||||
import lime.app.Application;
|
||||
|
||||
|
||||
class Main extends Application {
|
||||
|
||||
|
||||
public function new () {
|
||||
|
||||
super ();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user