Ejemplo n.º 1
0
 public void AddObstacle(Character c, Vector3Int loc)
 {
     obstacles.Add(c);
     map.AddCharacter(c, loc);
 }