예제 #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);
 }