using System.Collections; using System.Collections.Generic; using UnityEngine; public class AllLevData { public int levId; public string levName; }