Files
axyz/include/Engine/Sound/ESetBGMGain.h
T

16 lines
170 B
C++

#ifndef Events_SetBGMGain_h__
#define Events_SetBGMGain_h__
#include "Core/Event.h"
namespace Events
{
struct SetBGMGain : public Event
{
float Gain;
};
}
#endif