Fix multiplayer

This commit is contained in:
2023-09-04 07:20:33 -07:00
parent c32bbfe45a
commit c2239d240e
16 changed files with 954 additions and 124 deletions

View File

@@ -10,4 +10,6 @@ public partial class Player : Node3D
public Array<PackedScene> PlayableCharacters;
public Character SelectedCharacter;
public bool IsSelectingCharacter = true;
}