DarkflameServer/dScripts/RaceSmashServer.h

7 lines
148 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class RaceSmashServer : public CppScripts::Script {
void OnDie(Entity *self, Entity *killer) override;
};