diff --git a/Assets/Scripts/GameModes/GameModeManager.cs b/Assets/Scripts/GameModes/GameModeManager.cs index 68e125a4..6f7a0023 100644 --- a/Assets/Scripts/GameModes/GameModeManager.cs +++ b/Assets/Scripts/GameModes/GameModeManager.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace SanAndreasUnity.Behaviours +namespace SanAndreasUnity.GameModes { public class GameModeManager : MonoBehaviour { diff --git a/Assets/Scripts/UI/StartGameWindow.cs b/Assets/Scripts/UI/StartGameWindow.cs index afeadb3b..b5196332 100644 --- a/Assets/Scripts/UI/StartGameWindow.cs +++ b/Assets/Scripts/UI/StartGameWindow.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; using System.Linq; -using SanAndreasUnity.Behaviours; +using SanAndreasUnity.GameModes; using UnityEngine; using SanAndreasUnity.Utilities; using SanAndreasUnity.Net;