예제 #1
0
        public override void OnAttached(AbstractEntity player)
        {
            base.OnAttached(player);

            player.AddBoolAttribute("abortRespawning", false);

            this.OnActivated   += OnSelfActivated;
            this.OnDeactivated += OnSelfDectivated;
        }