namespace FishNet.Object.Synchronizing { /// /// Which clients or server may write updates. /// public enum WritePermission { ServerOnly } }