示例#1
0
 private void UpdateField()
 {
     //update field and creature
     playGround.CheckNeighbor();
     playGround.CheckPlayGround();
     DrawField(fieldSize);
 }
示例#2
0
 private void UpdateField()
 {
     //update field and creature
     playGround.CheckNeighbor();
     DrawPlayeGround();
 }