Host Game now opens level

There are some things in here meshes/characters/gamemodes that can be removed.
This commit is contained in:
Kukukakhew
2025-11-22 22:19:33 -05:00
parent 1a9364c821
commit 63a8e63dfe
13 changed files with 10 additions and 0 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -81,5 +81,10 @@ void AMyPlayerController::Look(const FInputActionValue& Value)
void AMyPlayerController::Jump(const FInputActionValue& Value)
{
if(PlayerCharacter)
{
PlayerCharacter->Jump();
}
}