| // Copyright Epic Games, Inc. All Rights Reserved. | |
| /** | |
| * Simple GameMode for a third person platforming game | |
| */ | |
| UCLASS() | |
| class APlatformingGameMode : public AGameModeBase | |
| { | |
| GENERATED_BODY() | |
| public: | |
| /** Constructor */ | |
| APlatformingGameMode(); | |
| }; | |
| // Copyright Epic Games, Inc. All Rights Reserved. | |
| /** | |
| * Simple GameMode for a third person platforming game | |
| */ | |
| UCLASS() | |
| class APlatformingGameMode : public AGameModeBase | |
| { | |
| GENERATED_BODY() | |
| public: | |
| /** Constructor */ | |
| APlatformingGameMode(); | |
| }; | |