DataStore.ActionLibrary.ActionLibrary C# (CSharp) Method

ActionLibrary() public method

public ActionLibrary ( ) : System
return System
        public ActionLibrary()
        {
            this.actions = new Dictionary<string, ActionSequence<NaoSkeleton>>();
            this.cachedStates = new ActionSequence<NaoSkeleton>();
            this.cachedName = null;
        }

Same methods

ActionLibrary::ActionLibrary ( SerializationInfo info, StreamingContext ctxt ) : System