8 行
122 B
8 行
122 B
using System;
|
|
|
|
namespace NaughtyAttributes
|
|
{
|
|
public abstract class DrawerAttribute : NaughtyAttribute
|
|
{
|
|
}
|
|
}
|