계산대 로직 중간저장

This commit is contained in:
2026-04-23 15:44:45 +09:00
parent e1124c927b
commit c8c39ddbc8
10 changed files with 163 additions and 9 deletions

View File

@@ -11,6 +11,8 @@ public class ShoppingOrderView : MonoBehaviour
[SerializeField] private Animator _anim;
[SerializeField] private GameObject _paper;
public ShoppingOrderList OrderList => _orderList;
private bool _visibleShoppingOrderList = false;
private void Start()