public GameCreature CloneGameThing(GameCreature gt)
 {
     return new GameCreature();
 }
Beispiel #2
0
 public GameCreature CloneGameThing(GameCreature gt)
 {
     return(new GameCreature());
 }
 public GameThingUser()
 {
     GameCreature gt = new GameCreature();
     _gameThing = gt;
 }
Beispiel #4
0
        public GameThingUser()
        {
            GameCreature gt = new GameCreature();

            _gameThing = gt;
        }