Class MultiplayerRoleRestrictedAttribute
Marks a MonoBehaviour as multiplayer role restricted so it cannot be stripped in Server or Client platforms.
Inherited Members
Namespace: Unity.Multiplayer
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public sealed class MultiplayerRoleRestrictedAttribute : Attribute, _Attribute