Browse Source

auto config export

Hua 1 year ago
parent
commit
6d6f652c61
1 changed files with 2 additions and 2 deletions
  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()
@@ -249,7 +249,7 @@ export class Item {
249
 
249
 
250
 
250
 
251
 
251
 
252
-export class Item4 {
252
+export class Item {
253
 
253
 
254
     constructor(_buf_: ByteBuf) {
254
     constructor(_buf_: ByteBuf) {
255
         this.id = _buf_.ReadInt()
255
         this.id = _buf_.ReadInt()