Class DontSupportVariationAttribute
Use this attribute to prevent a GhostComponent to support any kind of variation.
Namespace: Unity.NetCode
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
public sealed class DontSupportVariationAttribute : Attribute, _Attribute