public void Update()
 {
     _tb.CheckBorders();
 }
Beispiel #2
0
 public void Update()
 {
     HandleInputs();
     _tb.CheckBorders();
 }