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

5 lines
133 B
C#
Raw Normal View History

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