示例#1
0
 private static bool OnBeginGame(string name)
 {
     return(beginGameCallback.Invoke(name));
 }