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

8 lines
184 B
C++

#pragma once
#include "BaseWavesGenericEnemy.h"
class AgSurvivalMech : public BaseWavesGenericEnemy {
void OnStartup(Entity *self) override;
uint32_t GetPoints() override;
};