2020-03-21 21:58:41 +01:00

7 lines
131 B
C#

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