From 32f5b49c0d3a9c8b832312138ecdd03d7aa5f2c6 Mon Sep 17 00:00:00 2001 From: brausjonas Date: Fri, 3 Mar 2023 23:23:06 +0100 Subject: [PATCH] Sync Items Buy --- .../.idea.FlufflParty/.idea/workspace.xml | 29 +++--- FlufflParty/Assets/Scenes/WesternMap.unity | 2 + FlufflParty/Assets/Scripts/Client.cs | 11 +- FlufflParty/Assets/Scripts/Items/UIItem.cs | 2 +- .../Assets/Scripts/Players/PlayablePlayer.cs | 6 ++ .../ProjectSettings/ProjectSettings.asset | 4 +- .../UserSettings/Layouts/default-2021.dwlt | 94 +++++++++--------- Server/.idea/workspace.xml | 2 + Server/out/artifacts/Server_jar/Server.jar | Bin 10669 -> 10703 bytes Server/out/production/Server/Room$2.class | Bin 2678 -> 2826 bytes Server/out/production/Server/Room.class | Bin 5390 -> 5390 bytes Server/src/Room.java | 9 ++ 12 files changed, 94 insertions(+), 65 deletions(-) diff --git a/FlufflParty/.idea/.idea.FlufflParty/.idea/workspace.xml b/FlufflParty/.idea/.idea.FlufflParty/.idea/workspace.xml index 144218b..b92319c 100644 --- a/FlufflParty/.idea/.idea.FlufflParty/.idea/workspace.xml +++ b/FlufflParty/.idea/.idea.FlufflParty/.idea/workspace.xml @@ -35,22 +35,22 @@