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