quantum-space-buddies/QSB/TimeSync/StopMeditation.cs

9 lines
181 B
C#
Raw Normal View History

2022-08-27 11:44:52 -07:00
using QSB.Utility;
using UnityEngine;
2022-03-02 19:46:33 -08:00
namespace QSB.TimeSync;
2022-10-06 17:34:57 -07:00
// TODO remove from unity project eventually
2022-08-27 11:44:52 -07:00
[UsedInUnityProject]
2022-10-06 17:34:57 -07:00
public class StopMeditation : MonoBehaviour { }