fix namespaces

This commit is contained in:
2023-04-06 09:55:51 +02:00
parent a71e5cac37
commit 393d52feef
21 changed files with 44 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
using Station46.Runtime;
using Station46.Scripts;
using UnityEngine;
namespace Station46.Dispenser.Scripts
namespace Station46.Modules.Dispenser.Scripts
{
[RequireComponent(typeof(Rigidbody), typeof(Collider), typeof(Emission))]
public class DispenserOrb : MonoBehaviour