From b8d4b5d4585bb90e71daac7c018560001eb8c2b5 Mon Sep 17 00:00:00 2001 From: Hazim Bin Ijaz Date: Sat, 4 Jan 2025 00:25:38 +0500 Subject: [PATCH] Update Platform.cs --- Assets/Scripts/Gameplay/Platform.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/Gameplay/Platform.cs b/Assets/Scripts/Gameplay/Platform.cs index a948a41..1c7ca06 100644 --- a/Assets/Scripts/Gameplay/Platform.cs +++ b/Assets/Scripts/Gameplay/Platform.cs @@ -3,7 +3,6 @@ using Unity.Netcode; using UnityEngine; using DG.Tweening; using Unity.Netcode.Components; -using log4net.Filter; namespace Unity.Multiplayer.Samples.BossRoom {