Cyber/Assets/Scripts/SyncBase.cs
2017-05-07 22:44:35 +03:00

8 lines
144 B
C#

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