7 lines
130 B
GDScript
7 lines
130 B
GDScript
extends Module
|
|
class_name StandardCockpitModule
|
|
|
|
func _init():
|
|
name = "Standard Cockpit"
|
|
location = GameData.ModuleType.COCKPIT
|