public static Ship init(GameEntity world) { Debug.Assert(ship == null); ship = new Ship(world); return ship; }
public static void provide(Ship ship) { ship_ = ship; }