9 lines
171 B
C#
9 lines
171 B
C#
using UnityEngine;
|
|
|
|
namespace HurricaneVR.TechDemo.Scripts
|
|
{
|
|
public class DemoHolsterOrientation : MonoBehaviour
|
|
{
|
|
public Transform Orientation;
|
|
}
|
|
} |