Updates for fireball bullet.

This commit is contained in:
genxium
2023-01-11 18:09:18 +08:00
parent 9725fb9df2
commit 934a495d47
26 changed files with 9367 additions and 868 deletions

View File

@@ -33,6 +33,7 @@ type PlayerDownsync struct {
MaxHp int32
CharacterState int32
InAir bool
OnWall bool
ActiveSkillId int32
ActiveSkillHit int32
@@ -104,6 +105,7 @@ type FireballBullet struct {
VelX int32
VelY int32
Speed int32
SpeciesId int32
Bullet
}