added network movement

This commit is contained in:
DerTyp187
2021-10-21 14:21:11 +02:00
parent 9f66155cd7
commit ebf1078775
8 changed files with 392 additions and 34 deletions

View File

@@ -12,6 +12,8 @@ public class GameMaster : MonoBehaviour
CreateTeam("Orange");
CreateTeam("Blue");
MLAPI.NetworkManager.Singleton.StartHost();
}
private void CreateTeam(string name, int score = 0)