7 lines
127 B
GDScript
7 lines
127 B
GDScript
extends Module
|
|
class_name StandardEngineModule
|
|
|
|
func _init():
|
|
name = "Standard Engine"
|
|
location = GameData.ModuleType.ENGINE
|