refactor Desert assembly into Station46

This commit is contained in:
2023-03-22 09:13:07 +01:00
parent 9c65d24685
commit e1bfecbd4b
67 changed files with 54 additions and 2326 deletions

View File

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