11 lines
269 B
C#
11 lines
269 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
namespace ABI.CCK.Components
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// This is a Lua script that runs entirely on your side of the connection (client-side).
|
|||
|
/// </summary>
|
|||
|
public class CVRLuaClientBehaviour : CVRBaseLuaBehaviour
|
|||
|
{
|
|||
|
}
|
|||
|
}
|