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