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