Basic Networking done

This commit is contained in:
2022-01-26 19:10:12 +05:30
parent d852b2bb2c
commit 891318680d
1111 changed files with 105855 additions and 780 deletions

18
Assets/Scripts/hostNew.cs Normal file
View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class hostNew : MonoBehaviour
{
public LightReflectiveMirror.LightReflectiveMirrorTransport LightReflectiveMirrorTransport;
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}