Files
axyz/include/Engine/Sound/ESetAnnouncerGain.h
T
2016-02-24 15:08:39 +01:00

17 lines
214 B
C++

#ifndef Events_SetAnnouncerGain_h__
#define Events_SetAnnouncerGain_h__
#include "../Engine/Core/EventBroker.h"
namespace Events
{
struct SetAnnouncerGain : public Event
{
float Gain = 1;
};
}
#endif //