5 lines
123 B
Java
5 lines
123 B
Java
package com.atsuishio.superbwarfare.entity.projectile;
|
|
|
|
public interface CustomSyncMotionEntity {
|
|
void syncMotion();
|
|
}
|