Don't have an account? Sign Up
struct IGameObjectBoxListener { };
IGameObjectSystem.h
virtual ~IGameObjectBoxListener();
virtual void OnEnter(int id, EntityId entity) = 0;
virtual void OnLeave(int id, EntityId entity) = 0;
virtual void OnRemoveParent() = 0;