From f42694161762964cabe705739b45e91f28e65b26 Mon Sep 17 00:00:00 2001 From: m0_75251201 Date: Wed, 9 Jul 2025 16:35:07 +0800 Subject: [PATCH] =?UTF-8?q?(client)=20fix:=E4=BF=AE=E5=A4=8D=E4=B8=8A?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E6=8F=90=E4=BA=A4=E7=9A=84=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/Assets/Scripts/Base/Clock.cs | 2 +- Client/Assets/Scripts/Interface/Tick/ITickPhysics.cs | 2 +- Client/Assets/Scripts/Interface/Tick/ITickUI.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Client/Assets/Scripts/Base/Clock.cs b/Client/Assets/Scripts/Base/Clock.cs index 72ae380..75e745f 100644 --- a/Client/Assets/Scripts/Base/Clock.cs +++ b/Client/Assets/Scripts/Base/Clock.cs @@ -1,4 +1,4 @@ - + using System.Collections.Generic; using UnityEngine; diff --git a/Client/Assets/Scripts/Interface/Tick/ITickPhysics.cs b/Client/Assets/Scripts/Interface/Tick/ITickPhysics.cs index 8659a52..422333c 100644 --- a/Client/Assets/Scripts/Interface/Tick/ITickPhysics.cs +++ b/Client/Assets/Scripts/Interface/Tick/ITickPhysics.cs @@ -1,4 +1,4 @@ -namespace Cell +namespace Cell { public interface ITickPhysics { diff --git a/Client/Assets/Scripts/Interface/Tick/ITickUI.cs b/Client/Assets/Scripts/Interface/Tick/ITickUI.cs index e1d7517..57ab47d 100644 --- a/Client/Assets/Scripts/Interface/Tick/ITickUI.cs +++ b/Client/Assets/Scripts/Interface/Tick/ITickUI.cs @@ -1,4 +1,4 @@ -namespace Cell +namespace Cell { public interface ITickUI {