namespace MLAPI.NetworkVariable { /// /// Permission type /// public enum NetworkVariablePermission { /// /// Everyone /// Everyone, /// /// Server-only operation /// ServerOnly, /// /// Owner-ownly /// OwnerOnly, /// /// Custom delegate /// Custom } }