DarkflameServer/dScripts/02_server/Enemy/Survival/AgSurvivalStromling.cpp

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

6 lines
93 B
C++
Raw Normal View History

#include "AgSurvivalStromling.h"
uint32_t AgSurvivalStromling::GetPoints() {
return 100;
}