コード例 #1
0
 public void AddIntel(Intel _intel)
 {
     inv.Add(_intel);
     Debug.Log(_intel.Read());
 }