瀏覽代碼

首次提交

Hua 1 年之前
父節點
當前提交
0a2e028eef
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      schema/schema.ts

+ 2 - 2
schema/schema.ts

@@ -199,7 +199,7 @@ export class Rectangle extends test.Shape {
199 199
 
200 200
 
201 201
 
202
-export class Item4 {
202
+export class Item {
203 203
 
204 204
     constructor(_buf_: ByteBuf) {
205 205
         this.id = _buf_.ReadInt()
@@ -249,7 +249,7 @@ export class Item4 {
249 249
 
250 250
 
251 251
 
252
-export class Item {
252
+export class Item4 {
253 253
 
254 254
     constructor(_buf_: ByteBuf) {
255 255
         this.id = _buf_.ReadInt()