Skip to content

Commit b75789c

Browse files
committed
Added the missing 'GetPowerToWin' function to 'BatteryCollectorGameMode' class
1 parent 476bf42 commit b75789c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Source/BatteryCollector/BatteryCollectorGameMode.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,9 @@ void ABatteryCollectorGameMode::Tick(float DeltaTime)
5656
}
5757
}
5858

59+
}
60+
61+
float ABatteryCollectorGameMode::GetPowerToWin() const
62+
{
63+
return PowerToWin;
5964
}

0 commit comments

Comments
 (0)