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