Exemplo n.º 1
0
 public GameThing CloneGameThing(GameThing gt)
 {
     return new GameThing();
 }
 public GameThing CloneGameThing(GameThing gt)
 {
     return(new GameThing());
 }
Exemplo n.º 3
0
 public GameThingUser()
 {
     GameThing gt = new GameThing();
     _gameThing = gt;
 }
        public GameThingUser()
        {
            GameThing gt = new GameThing();

            _gameThing = gt;
        }