using System; using UnityAtoms.BaseAtoms; namespace UnityAtoms.FSM { [Serializable] public class FSMStateListWrapper : AtomListWrapper { } }