quantum-space-buddies/QSB/EchoesOfTheEye/Prisoner/PrisonerBehaviourCueMarker.cs

5 lines
122 B
C#
Raw Normal View History

2022-04-22 18:29:50 +01:00
using UnityEngine;
namespace QSB.EchoesOfTheEye.Prisoner;
2023-07-28 19:30:57 +01:00
public class PrisonerBehaviourCueMarker : MonoBehaviour { }