DarkflameServer/dScripts/AgSurvivalStromling.h

7 lines
146 B
C
Raw Normal View History

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