Ejemplo n.º 1
0
 public override void OnDisabled()
 {
     this.EventHandlers = null;
 }
Ejemplo n.º 2
0
        public override void OnEnabled()
        {
            this.EventHandlers = new EventHandlers();

            PlayerEvent.InteractingDoor += EventHandlers.OnDoorInteract;
        }