using UnityEngine; namespace ABI.CCK.Components { /// /// This is a Lua script that runs entirely on your side of the connection (client-side). /// public class CVRLuaClientBehaviour : CVRBaseLuaBehaviour { } }