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