using UnityEngine; public class DeckFrame { public int DeckId { get; set; } public Transform Transform { get; set; } public Vector3 TweenTargetPosition { get; set; } }