using System.Collections; using System.Collections.Generic; using UnityEngine; public class SystemDatas { public int Camera { get; set; } public int Mic { get; set; } }