DarkflameServer/dScripts/AgSurvivalSpiderling.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
184 B
C
Raw Normal View History

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