Exemplo n.º 1
0
        public static bool IsValid(Entity entity, int2 destiny)
        {
            MapManager mapManager = Locator.Get <MapManager>();

            return(mapManager.CanCellBeOccupiedByActor(destiny));
        }