slowpoker/Assets/Scripts/Network/StartManager.cs

17 lines
204 B
C#
Raw Normal View History

2024-10-19 18:00:02 +03:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class StartManager : MonoBehaviour
{
void Start()
{
}
void Update()
{
}
}