11 lines
146 B
C#
11 lines
146 B
C#
|
|
using System;
|
|
|
|
namespace VMCMod
|
|
{
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class OnSettingAttribute : Attribute
|
|
{
|
|
|
|
}
|
|
} |