This commit is contained in:
aozhiwei 2024-08-30 10:42:13 +08:00
parent 4a7ac10d23
commit ebf168a525

View File

@ -169,6 +169,9 @@ void Player::Initialize()
}, },
&xtimer_attacher); &xtimer_attacher);
} }
if (room->IsNewBieBattle()) {
}
} }
void Player::Update(int delta_time) void Player::Update(int delta_time)