8 lines
135 B
C#
8 lines
135 B
C#
|
using System;
|
|||
|
|
|||
|
namespace BITKit
|
|||
|
{
|
|||
|
[AttributeUsage(AttributeTargets.Field)]
|
|||
|
public class SaveDataAttribute : Attribute { }
|
|||
|
}
|