Exemplo n.º 1
0
 public Brain(Connection c, Guid entity)
 {
     conn = c;
     EntityID = entity;
 }
Exemplo n.º 2
0
 public Player(Connection c, Guid entity)
     : base(c, entity)
 {
 }