public void SetCommandList(int Index, ActionCommandInfoWraperV1 v) { if (Index < 0 || Index >= (int)m_CommandList.Count) { return; } m_CommandList[Index] = v; }
public void AddCommandList(ActionCommandInfoWraperV1 v) { m_CommandList.Add(v); }