public MapCollision(World world) { this.world = world; }
public ThingInteraction(World world) { this.world = world; InitRadiusAttack(); }