DarkflameServer/dScripts/RaceSmashServer.h
2021-12-05 18:54:36 +01:00

7 lines
148 B
C++

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