Exemplo n.º 1
0
 public Item(GameServer gs) : base(gs)
 {
     gameServer = gs;
     Type      |= (ushort)TYPE.ITEM;
 }