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