A temp broken commit except for OfflineMap - drafted basic cancellable skills.

This commit is contained in:
genxium
2023-01-01 20:18:35 +08:00
parent 8b80117d3d
commit 325dbfb79c
18 changed files with 7682 additions and 399 deletions

View File

@@ -23,7 +23,7 @@ type PlayerDownsync struct {
Speed int32
BattleState int32
JoinIndex int32
ColliderRadius float64
ColliderRadius int32
Removed bool
Score int32
LastMoveGmtMillis int32
@@ -33,6 +33,9 @@ type PlayerDownsync struct {
MaxHp int32
CharacterState int32
InAir bool
ActiveSkillId int32
ActiveSkillHit int32
}
type InputFrameDecoded struct {
@@ -63,8 +66,8 @@ type Bullet struct {
// for defender
HitStunFrames int32
BlockStunFrames int32
PushbackX int32
PushbackY int32
PushbackVelX int32
PushbackVelY int32
Damage int32
SelfLockVelX int32