Esempio n. 1
0
 public void UpdateHealthOfBlockingTile(Vector2Int pos, float newHealth)
 {
     layout.UpdateBlockingTileValueAT(pos, newHealth);
 }