fix style

This commit is contained in:
Bamcane 2024-05-19 20:42:15 +08:00
parent f1b9196597
commit 8b43011918

View file

@ -35,7 +35,7 @@ public:
void Play(int SoundId);
void PlayAt(int SoundId, vec2 Pos);
virtual void OnMapLoad() override;
virtual void OnRender() override;
virtual void OnStateChange(int NewState, int OldState) override;