13 lines
223 B
C#
13 lines
223 B
C#
using System.Collections;
|
|
using Cute;
|
|
using UnityEngine;
|
|
using Wizard;
|
|
|
|
public class MyPageCardPanel : MonoBehaviour
|
|
{
|
|
|
|
private CardPanelMaintenancePlate _maintenancePlate;
|
|
|
|
private Vector3? _savedPosition;
|
|
}
|