1
0
Fork 0
This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
MMORPG_PROJECT/Unity network UDP/Assets/scripts/gamestate/GameState.cs
2016-06-22 21:45:43 +02:00

25 lines
244 B
C#

using System;
using UnityEngine;
using System.Collections.Generic;
using System.Linq;
using System.Text;
class GameState : MonoBehaviour
{
void Start()
{
}
void Update()
{
}
void OnGUI()
{
}
}