using UnityEngine.UI; using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using DG.Tweening; public class LevelTXXL : LevelBase { protected override void Awake() { base.Awake(); } protected override void Start() { base.Start(); } }