10 lines
319 B
C#
10 lines
319 B
C#
namespace KKdBaseLib
|
|
{
|
|
public class HeadData : System.Attribute { }
|
|
public class Padding : System.Attribute { }
|
|
public class Binary : System.Attribute { }
|
|
public class Offset : System.Attribute { }
|
|
public class Count : System.Attribute { }
|
|
public class Flags : System.Attribute { }
|
|
}
|