Beispiel #1
0
 public void Update()
 {
     currentState.Update();
     hitbox = new Rectangle((int)xPos, (int)yPos, hitboxX, hitboxY);
 }
Beispiel #2
0
 public void Update()
 {
     currentState.Update();
 }