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