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