示例#1
0
文件: Functions.cs 项目: shoff/Rant
 private static bool SyncReseed(Interpreter interpreter, RantPattern source, Stringe tagname, Argument[] args)
 {
     interpreter.SyncSeed(args[0].GetString(), args[1].GetString());
     return(false);
 }