superb-warfare/src/main/java/com/atsuishio/superbwarfare/entity/OBBEntity.java
2025-06-13 17:35:12 +08:00

10 lines
165 B
Java

package com.atsuishio.superbwarfare.entity;
import com.atsuishio.superbwarfare.tools.OBB;
public interface OBBEntity {
OBB getOBB();
void updateOBB();
}