using System; namespace UnityAtoms.FSM { /// /// Needed in order to use our custom property drawer for states in the FSM. /// [Serializable] public class FSMStateListWrapper : AtomListWrapper { } }