Beispiel #1
0
 void JellyClear()
 {
     for (int x = 0; x < LevelProfile.MaxSize; x++)
     {
         for (int y = 0; y < LevelProfile.MaxSize; y++)
         {
             profile.SetJelly(x, y, 0);
         }
     }
 }