mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-14 15:29:41 +05:00
4 lines
166 B
C#
4 lines
166 B
C#
namespace VersionedSerialization.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
|
|
public class VersionedStructAttribute : Attribute; |