示例#1
0
文件: Util.cs 项目: shaneasd/ConEdit
 internal static bool IsAIBark(Id <NodeTypeTemp> type, IErrorCheckerUtilities <IConversationNode> utils)
 {
     return(utils.GetCategory(type) == Guid.Parse("65fe5351-37b0-44c8-b834-895b55e5c454"));
 }
示例#2
0
 internal static bool IsAIBark(Id <NodeTypeTemp> type, IErrorCheckerUtilities <IConversationNode> utils)
 {
     return(utils.GetCategory(type) == Guid.Parse("5ee1cde6-a1d4-4fe5-9607-b782f324da4e"));
 }