cvr-props/Assets/ABI.CCK/Components/CVRWarpPoint.cs

12 lines
384 B
C#
Raw Normal View History

using ABI.CCK.Components;
2023-01-22 16:38:23 +01:00
using UnityEngine;
[AddComponentMenu("")]
[HelpURL("https://developers.abinteractive.net/cck/")]
2023-01-22 16:38:23 +01:00
[System.Serializable]
public class CVRWarpPoint : MonoBehaviour, ICCK_Component
2023-01-22 16:38:23 +01:00
{
[Header("CVR Warp Point (Will teleport you to the position of this object on ui interaction.)")]
public string warpPointName;
public string warpPointDescription;
}