Newer
Older
BlackoutClient / Assets / Scripts / ServerTagGroup.cs
@Mark Mark on 2 Feb 2020 345 bytes Remove a bunch of packages
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class ServerTagGroup : MonoBehaviour
{
    public string Group;
    // Start is called before the first frame update
    void Start()
    {
        
    }

    // Update is called once per frame
    void Update()
    {
        
    }
}