1
Fork 0
slime-blood-and-pain/Assets/Scripts/CustomAttributes.cs

5 lines
133 B
C#
Raw Normal View History

2019-04-27 15:57:01 +00:00
using UnityEngine;
public class BeforeStartAttribute : PropertyAttribute {}
public class AfterStartAttribute : PropertyAttribute {}