Too many things to list

This commit is contained in:
Anuken
2022-04-10 21:02:51 -04:00
parent 89af2c8033
commit 2145e31bac
18 changed files with 318 additions and 24 deletions

View File

@@ -257,6 +257,12 @@ abstract class UnitComp implements Healthc, Physicsc, Hitboxc, Statusc, Teamc, I
return type.isCounted;
}
@Override
@Replace
public boolean collides(Hitboxc other){
return type.hittable;
}
@Override
public int itemCapacity(){
return type.itemCapacity;