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

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
{
}
}