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