コード例 #1
0
 public ServerResourceAnswerPackage(ClientServerResourcePackageType type, byte[] rowdata)
 {
     this.type = type;
     rowData   = rowdata;
 }
コード例 #2
0
 public ClientResourceRequestPackage(ClientServerResourcePackageType type, int[] resourceids = null)
 {
     this.type   = type;
     resourceIds = resourceids;
 }