hellbound/Assets/Sources/Feel/MMTools/Tools/MMAttributes/MMRequiresConstantRepaintAt...

14 lines
254 B
C#
Raw Permalink Normal View History

2021-11-26 11:16:25 +03:00
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
using System;
namespace MoreMountains.Tools
{
[AttributeUsage(AttributeTargets.Class)]
public class MMRequiresConstantRepaintAttribute : Attribute
{
}
}