Pluton.Events.BuildingEvent.Destroy C# (CSharp) Method

Destroy() public method

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