slowpoker/Assets/Scripts/Network/StartManager.cs
2024-10-19 18:00:02 +03:00

17 lines
204 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class StartManager : MonoBehaviour
{
void Start()
{
}
void Update()
{
}
}