Files
Il2CppInspectorRedux/VersionedSerialization/Attributes/NativeIntegerAttribute.cs
LukeFZ 20f90a0926 vendor in newer version of VersionedSerialization
this is done now to reduce the migration burden in the future when this is made into a nuget package (hopefully)
2026-03-13 17:34:07 +01:00

4 lines
166 B
C#

namespace VersionedSerialization.Attributes;
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class NativeIntegerAttribute : Attribute;