12.10 进度 基本完成
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Continentis.MainGame.UI;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Continentis
|
||||
@@ -6,6 +7,7 @@ namespace Continentis
|
||||
public abstract class UIElementBase : MonoBehaviour
|
||||
{
|
||||
public RectTransform rectTransform;
|
||||
public InformationBox infoBox;
|
||||
|
||||
protected virtual void Awake()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user