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