From 34638272aa59033ae519d03a4036bf4af7a08810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=91=D0=B4=D0=BE=D1=80=20=D0=92=D0=B5=D1=81=D0=B5?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2?= Date: Mon, 7 Oct 2024 00:08:33 +0500 Subject: [PATCH] Namespace fix --- scripts/components/plants/behaviours/BaseBehaviour.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/components/plants/behaviours/BaseBehaviour.cs b/scripts/components/plants/behaviours/BaseBehaviour.cs index 346160b..a99a7a9 100644 --- a/scripts/components/plants/behaviours/BaseBehaviour.cs +++ b/scripts/components/plants/behaviours/BaseBehaviour.cs @@ -1,5 +1,6 @@ using Godot; -using System; + +namespace Newlon.Components; public abstract partial class BaseBehaviour : Node {