示例#1
0
 public void UpdateInk()
 {
     ink = grid.GetInk();
 }
示例#2
0
 public void UpdateInk()
 {
     ink = spellGrid.GetInk() as Ink;
 }