Class DontSerializeForCommand
Add the attribute to prevent a field ICommandData struct to be serialized
Namespace: Unity.NetCode
Syntax
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, Inherited = true)]
public class DontSerializeForCommand : Attribute, _Attribute