Pluton.Events.BuildingEvent.Destroy C# (CSharp) 메소드

Destroy() 공개 메소드

public Destroy ( string reason = "Plugin blocks building!" ) : void
reason string
리턴 void
        public void Destroy(string reason = "Plugin blocks building!")
        {
            DoDestroy = true;
            DestroyReason = reason;
        }
    }