Cyber/Assets/Scripts/SyncBase.cs

8 lines
144 B
C#

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