mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-01 09:19:31 -06:00
6 lines
93 B
C++
6 lines
93 B
C++
#include "AgSurvivalStromling.h"
|
|
|
|
uint32_t AgSurvivalStromling::GetPoints() {
|
|
return 100;
|
|
}
|