DarkflameServer/dScripts/AgSurvivalSpiderling.h

8 lines
190 B
C
Raw Normal View History

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