mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-29 20:52:10 +01:00
added network movement
This commit is contained in:
@@ -12,6 +12,8 @@ public class GameMaster : MonoBehaviour
|
||||
|
||||
CreateTeam("Orange");
|
||||
CreateTeam("Blue");
|
||||
|
||||
MLAPI.NetworkManager.Singleton.StartHost();
|
||||
}
|
||||
|
||||
private void CreateTeam(string name, int score = 0)
|
||||
|
||||
Reference in New Issue
Block a user