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