Exemple #1
0
        public static Ship init(GameEntity world)
        {
            Debug.Assert(ship == null);

            ship = new Ship(world);

            return ship;
        }
Exemple #2
0
 public static void provide(Ship ship)
 {
     ship_ = ship;
 }