9 lines
210 B
C#
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.
|
|
}
|
|
} |