Beispiel #1
0
 public void ShiftCheck()
 {
     if (Math.Abs(shift) >= Physic.CellWidth)
     {
         Physic.CheckGridBat();
         shift = 0;
     }
 }