public static void AddBody(ICollider i_Collider) { if (m_Instance != null) { m_Instance.AddBody(i_Collider); } }