Tz2/Assets/Framework/ProcessActionAttribute.cs

7 lines
193 B
C#

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