mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-30 04:57:10 +01:00
added Team Lists
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using Mirror;
|
||||
|
||||
public class TeamManager : MonoBehaviour
|
||||
public class TeamManager : NetworkBehaviour
|
||||
{
|
||||
|
||||
public List<Team> Teams = new List<Team>();
|
||||
|
||||
Reference in New Issue
Block a user