Too many things to list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user