示例#1
0
 public Brain(Connection c, Guid entity)
 {
     conn = c;
     EntityID = entity;
 }
示例#2
0
 public Player(Connection c, Guid entity)
     : base(c, entity)
 {
 }