1
Fork 0
slime-blood-and-pain/Assets/Scripts/CustomAttributes.cs
2019-04-27 17:57:01 +02:00

5 lines
No EOL
133 B
C#

using UnityEngine;
public class BeforeStartAttribute : PropertyAttribute {}
public class AfterStartAttribute : PropertyAttribute {}