コード例 #1
0
        /// <summary>
        /// Determines the initial state that subscribers of this state will be in.
        /// </summary>
        protected override bool DetermineState(NodeInfo info)
        {
            // Look up the document in the DocumentManager
            TagPath path = new TagPath(info.Identifier, gameID, tagLocation);

            return(manager.DocumentExists(path.ToPath()));
        }