Cyber/Assets/Scripts/SyncBase.cs
2017-05-08 06:20:29 +03:00

8 lines
145 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SyncBase : MonoBehaviour {
public uint ID;
}