Example #1
0
        public bool Load()
        {
            object graph = Saves.InstantLoad(NormalPath);

            if (graph == null)
            {
                return(false);
            }

            keys = (Dictionary <string, InputKey>)graph;
            return(true);
        }