Files
BeatSaber/Assets/VRBeatsKit/Modules/VRSDK/Other/BlockDrop.cs
T

11 lines
176 B
C#
Raw Normal View History

using UnityEngine;
namespace VRSDK
{
//grabbables having this component can no be dropped in dropzones
public class BlockDrop : MonoBehaviour
{
}
}