DarkflameServer/dScripts/AgSurvivalStromling.h

7 lines
143 B
C
Raw Normal View History

#pragma once
#include "BaseWavesGenericEnemy.h"
class AgSurvivalStromling : public BaseWavesGenericEnemy {
2022-07-28 13:39:57 +00:00
uint32_t GetPoints() override;
};