Optimized jsexport by tailored resolv lib.

This commit is contained in:
genxium
2022-12-25 18:44:29 +08:00
parent 9ffcc6fbd8
commit 8139a00939
24 changed files with 2265 additions and 126 deletions

View File

@@ -30,9 +30,6 @@ type PlayerDownsync struct {
MaxHp int32
CharacterState int32
InAir bool
Name string
DisplayName string
Avatar string
}
type InputFrameDecoded struct {
@@ -80,5 +77,4 @@ type RoomDownsyncFrame struct {
MeleeBullets []*MeleeBullet
BackendUnconfirmedMask uint64
ShouldForceResync bool
Players map[int32]*PlayerDownsync
}