11 lines
No EOL
269 B
C#
Executable file
11 lines
No EOL
269 B
C#
Executable file
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
|
|
{
|
|
}
|
|
} |