unity-atoms/Packages/FSM/Runtime/FiniteStateMachine/FSMStateListWrapper.cs
Adam Ramberg e6ac211e70 WIP
2020-03-12 01:30:25 +01:00

8 lines
159 B
C#

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