9 lines
169 B
C#
9 lines
169 B
C#
|
using System;
|
||
|
|
||
|
namespace RoR2;
|
||
|
|
||
|
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
|
||
|
public class ConVarProviderAttribute : Attribute
|
||
|
{
|
||
|
}
|