Пример #1
0
 public bool IsClientVersionSupported(int major, int minor)
 {
     return(CoreRpc.IsClientVersionSupported(major, minor));
 }