This commit is contained in:
DerTyp187
2021-12-16 22:01:55 +01:00
parent 14ad07036e
commit b180875539
54 changed files with 8378 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
using System.Collections.Generic;
using Mirror;
using UnityEngine;
using UnityEngine.SceneManagement;
/* Our Custom Network Manager
*
*
*/
public class NetManagerScript : NetworkManager
{
}