GameDev.UDP/Scripts/UDPManager.cs

10 lines
95 B
C#

using UnityEngine;
namespace GameDev.UDP
{
public class UDPManager : MonoBehaviour
{
}
}