コード例 #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);
 }