7 lines
157 B
C#
7 lines
157 B
C#
|
using System;
|
||
|
|
||
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field)]
|
||
|
public class ES3NonSerializable : Attribute
|
||
|
{
|
||
|
}
|