4 lines
122 B
Java
4 lines
122 B
Java
package com.atsuishio.superbwarfare.entity.projectile;
|
|
|
|
public interface AerialBombEntity extends ExplosiveProjectile {
|
|
}
|