mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
8 lines
164 B
C++
8 lines
164 B
C++
|
#include "WildAmbients.h"
|
||
|
#include "GameMessages.h"
|
||
|
|
||
|
void WildAmbients::OnUse(Entity* self, Entity* user)
|
||
|
{
|
||
|
GameMessages::SendPlayAnimation(self, u"interact");
|
||
|
}
|