mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-03-22 16:38:47 +05:00
this is done now to reduce the migration burden in the future when this is made into a nuget package (hopefully)
4 lines
166 B
C#
4 lines
166 B
C#
namespace VersionedSerialization.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
|
|
public class NativeIntegerAttribute : Attribute; |