From fb62ff093338432e248229f16ca2626f2882ddab Mon Sep 17 00:00:00 2001 From: nikolaevnanastiia Date: Wed, 12 Aug 2026 17:59:17 +0300 Subject: [PATCH 1/2] Remove commented lines and clean up BotController --- Assets/Scripts/Controller/BotController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Assets/Scripts/Controller/BotController.cs b/Assets/Scripts/Controller/BotController.cs index 7ae5bcf6e..cf9472b52 100644 --- a/Assets/Scripts/Controller/BotController.cs +++ b/Assets/Scripts/Controller/BotController.cs @@ -7,8 +7,7 @@ using UnityEngine; using Utilities; //hello -//How are you? -//i'm fine + namespace Controller { public class BotController From f458e0e22007f4f9db719576215c34d67ddb215c Mon Sep 17 00:00:00 2001 From: nikolaevnanastiia Date: Wed, 12 Aug 2026 19:17:54 +0300 Subject: [PATCH 2/2] commit how are yoy Added a comment to the BotController class. --- Assets/Scripts/Controller/BotController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/Controller/BotController.cs b/Assets/Scripts/Controller/BotController.cs index cf9472b52..91b2e9c65 100644 --- a/Assets/Scripts/Controller/BotController.cs +++ b/Assets/Scripts/Controller/BotController.cs @@ -7,6 +7,7 @@ using UnityEngine; using Utilities; //hello +// how are you? namespace Controller {