Ejemplo n.º 1
0
 public void DestoryEnt(IEnt ent)
 {
     _entDirty = true;
     ent.Destory();
 }