This commit is contained in:
aozhiwei 2022-09-25 09:09:23 +08:00
parent 9546af6f26
commit a1931e8930

View File

@ -40,6 +40,8 @@ struct BulletInfo
int recoil_force = 0; int recoil_force = 0;
int invincible_buff_uniid = 0; int invincible_buff_uniid = 0;
int trace_target_uniid = 0; int trace_target_uniid = 0;
float track_change_time = 0;
int is_through = 0;
}; };
static void InternalCreateBullet(BulletInfo& bullet_info) static void InternalCreateBullet(BulletInfo& bullet_info)