Example #1
0
 // Start is called before the first frame update
 void Start()
 {
     VConsole.AddComandClass(typeof(VC_Unity_Binding));
     VConsole.Init();
 }