3 protected IEntity m_Occupant;
8 return m_Occupant !=
null;
12 override void PerformAction(IEntity pOwnerEntity, IEntity pUserEntity)
16 m_Occupant = pUserEntity;
17 StartAction(pUserEntity);
22 StopAction(pUserEntity);
27 void StartAction(IEntity pUserEntity);
30 void StopAction(IEntity pUserEntity);