7 lines
120 B
C#
7 lines
120 B
C#
namespace Polonium.Attributes;
|
|
[AttributeUsage(AttributeTargets.Interface)]
|
|
public class AutoPatch : Attribute
|
|
{
|
|
|
|
}
|