mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-31 21:47:07 +01:00
added NetworkManager compontent
This commit is contained in:
8
Assets/Scripts/GameManager/Networking.cs
Normal file
8
Assets/Scripts/GameManager/Networking.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using MLAPI;
|
||||
public class Networking : NetworkManager
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user