DarkflameServer/dScripts/AgSurvivalMech.h
2022-07-28 08:39:57 -05:00

8 lines
178 B
C++

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