5 lines
133 B
C#
5 lines
133 B
C#
|
using UnityEngine;
|
||
|
|
||
|
public class BeforeStartAttribute : PropertyAttribute {}
|
||
|
|
||
|
public class AfterStartAttribute : PropertyAttribute {}
|