Esempio n. 1
0
 public Entity(GameRoom room)
 {
     Room = room;
     Room.AddEntity(this);
 }