11 lines
176 B
C#
11 lines
176 B
C#
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
namespace VRSDK
|
||
|
|
{
|
||
|
|
//grabbables having this component can no be dropped in dropzones
|
||
|
|
public class BlockDrop : MonoBehaviour
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|