14 lines
No EOL
383 B
C#
Executable file
14 lines
No EOL
383 B
C#
Executable file
using UnityEngine;
|
|
|
|
namespace ABI.CCK.Components
|
|
{
|
|
[AddComponentMenu("ChilloutVR/CVR Description")]
|
|
[HelpURL("https://developers.abinteractive.net/cck/")]
|
|
public class CVRDescription : MonoBehaviour, ICCK_Component
|
|
{
|
|
public string description;
|
|
public string url;
|
|
public bool locked = false;
|
|
public int type = 0;
|
|
}
|
|
} |