Ejemplo n.º 1
0
 public void addHitbox(Hitbox h)
 {
     h.parent = this;
     hitboxes.Add(h);
 }
Ejemplo n.º 2
0
 public void addHitbox(Hitbox hb)
 {
     addGameRectangle(hb);
 }