superb-warfare/src/main/java/com/atsuishio/superbwarfare/entity/projectile/CustomSyncMotionEntity.java
2025-03-27 01:18:18 +08:00

5 lines
123 B
Java

package com.atsuishio.superbwarfare.entity.projectile;
public interface CustomSyncMotionEntity {
void syncMotion();
}