2025-05-15 16:25:40 +02:00

9 lines
210 B
C#

using UnityEngine;
namespace VRUIP.Drawing
{
public class Drawing : MonoBehaviour
{
// For drawing detection on collision, might add functionality in the future or you can add your own.
}
}