BnS_ACT_Plugin.Test.TestACTWrapper.TestACTWrapper C# (CSharp) Method

TestACTWrapper() public method

public TestACTWrapper ( ) : System
return System
        public TestACTWrapper()
        {
            CombatActions = new List<CombatAction>();
            CurrentEncounter = null;
        }