소스 검색

auto config export

Hua 1 년 전
부모
커밋
6f8763cd49
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 Item {
202
+export class Item4 {
203
 
203
 
204
     constructor(_buf_: ByteBuf) {
204
     constructor(_buf_: ByteBuf) {
205
         this.id = _buf_.ReadInt()
205
         this.id = _buf_.ReadInt()
@@ -299,7 +299,7 @@ export class Item3 {
299
 
299
 
300
 
300
 
301
 
301
 
302
-export class Item4 {
302
+export class Item {
303
 
303
 
304
     constructor(_buf_: ByteBuf) {
304
     constructor(_buf_: ByteBuf) {
305
         this.id = _buf_.ReadInt()
305
         this.id = _buf_.ReadInt()