DarkflameServer/dScripts/AgSurvivalStromling.h

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

7 lines
143 B
C
Raw Normal View History

#pragma once
#include "BaseWavesGenericEnemy.h"
class AgSurvivalStromling : public BaseWavesGenericEnemy {
uint32_t GetPoints() override;
};