using System;
namespace RoR2;
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class ConVarProviderAttribute : Attribute
{
}