change namespace

This commit is contained in:
in0finite 2021-02-19 20:36:07 +01:00
parent 16f991db98
commit 82c6df722b
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
using System.Collections.Generic;
using UnityEngine;
namespace SanAndreasUnity.Behaviours
namespace SanAndreasUnity.GameModes
{
public class GameModeManager : MonoBehaviour
{

View file

@ -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;