コード例 #1
0
ファイル: EntityBehaviour.cs プロジェクト: Synedh/project-x
 public void MouseEnter()
 {
     MPRangeCells = grid.MPRange(x, y, (int)(character.stats[Characteristic.CurrentMP]));
     grid.ColorCells(MPRangeCells, grid.hoverMP);
 }