LethalCompany/Lethal Company/ExportedProject/Assets/Plugins/Assembly-CSharp-firstpass/ES3NonSerializable.cs

7 lines
157 B
C#
Raw Normal View History

2023-12-22 22:51:17 +00:00
using System;
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field)]
public class ES3NonSerializable : Attribute
{
}