This commit is contained in:
2022-11-30 22:32:10 +01:00
parent 2b3daeadc2
commit ae3c6a50f5
35 changed files with 4502 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
using UnityEngine;
namespace EscapeRoomEngine.Desert.Runtime.Puzzle_C
{
[RequireComponent(typeof(Rigidbody), typeof(Collider))]
public class HoleOrb : MonoBehaviour
{
}
}