Example #1
0
 public abstract void OnCollision(BaseShape other);
Example #2
0
 public override void OnCollision(BaseShape other)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public abstract bool CanOverlap(BaseShape other);