Beispiel #1
0
 public void ChangeHeight(float y)
 {
     LevelHeight = (int)y;
     layout.UpdateLevelHeight(LevelHeight);
     UpdateSize();
 }