Run-and-capture/Assets/Editor/CustomSnap.cs
2021-08-02 16:22:16 +03:00

8 lines
127 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CustomSnap : MonoBehaviour
{
}