Exemplo n.º 1
0
 public abstract void OnCollision(BaseShape other);
Exemplo n.º 2
0
 public override void OnCollision(BaseShape other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public abstract bool CanOverlap(BaseShape other);