彻底换一下
This commit is contained in:
19
Assets/Scripts/UI/UIBaseItem.cs
Normal file
19
Assets/Scripts/UI/UIBaseItem.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using static MapManager;
|
||||
|
||||
public class UIBaseItem : MonoBehaviour
|
||||
{
|
||||
public SceneArea sceneArea { get; set; }
|
||||
public EditCellType editCellType { get; set; }
|
||||
public virtual void SetItemPos(Vector2Int pos) {
|
||||
|
||||
}
|
||||
|
||||
internal virtual void SetSelectPosItem()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user