Beispiel #1
0
 public void MouseEnter()
 {
     MPRangeCells = grid.MPRange(x, y, (int)(character.stats[Characteristic.CurrentMP]));
     grid.ColorCells(MPRangeCells, grid.hoverMP);
 }