Esempio n. 1
0
 public List <Entity> GetCollidables(Entity e)
 {
     return(gridWorld.GetCollidingEntitysWith(e));
 }