Files
gmtk-2021/Assets/Scripts/Network/Connection.cs
2021-06-12 13:52:53 +02:00

19 lines
312 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Connection : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}