We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476bf42 commit b75789cCopy full SHA for b75789c
1 file changed
Source/BatteryCollector/BatteryCollectorGameMode.cpp
@@ -56,4 +56,9 @@ void ABatteryCollectorGameMode::Tick(float DeltaTime)
56
}
57
58
59
+}
60
+
61
+float ABatteryCollectorGameMode::GetPowerToWin() const
62
+{
63
+ return PowerToWin;
64
0 commit comments