13.Powering Down the Character BatteryCollectorGameMode.h 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once #include "GameFramework/GameMode.h" #include "BatteryCollectorGameMode.generated.h" UCLASS(minimalapi) class ABatteryCollectorGameMode : public AGameMode { GENERATED_BODY() public: ABatteryCollectorGameM..