12 lines
No EOL
253 B
C#
Executable file
12 lines
No EOL
253 B
C#
Executable file
using UnityEngine;
|
|
|
|
namespace ABI.CCK.Components
|
|
{
|
|
public class CVRDescription : MonoBehaviour
|
|
{
|
|
public string description;
|
|
public string url;
|
|
public bool locked = false;
|
|
public int type = 0;
|
|
}
|
|
} |