mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-03-24 01:18:20 +05:00
4 lines
166 B
C#
4 lines
166 B
C#
namespace VersionedSerialization.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
|
|
public class VersionedStructAttribute : Attribute; |