init
This commit is contained in:
6
scripts/modules/standard_engine_module.gd
Normal file
6
scripts/modules/standard_engine_module.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Module
|
||||
class_name StandardEngineModule
|
||||
|
||||
func _init():
|
||||
name = "Standard Engine"
|
||||
location = GameData.ModuleType.ENGINE
|
||||
Reference in New Issue
Block a user