public static void Initialize() { Instance = new SpaceshipTable(); }
private void Awake() { Instance = this; SpaceshipTable.Initialize(); }