11 lines
178 B
C#
11 lines
178 B
C#
using UnityEngine;
|
|
|
|
public class CardPanelMaintenancePlate : MonoBehaviour
|
|
{
|
|
[SerializeField]
|
|
private UISprite _sprite;
|
|
|
|
[SerializeField]
|
|
private UILabel _label;
|
|
}
|