Cleanup the card implementation, add some readme files and update namespaces

This commit is contained in:
Michal Adam Pikulski
2025-10-21 12:10:16 +02:00
parent af77e07f99
commit 2fb77e1040
19 changed files with 570 additions and 608 deletions

View File

@@ -1,13 +1,12 @@
using System;
using System.Collections;
using AppleHills.Data.CardSystem;
using AppleHills.Data.CardSystem;
using Core;
using Data.CardSystem;
using Pixelplacement;
using UI.Core;
using UnityEngine;
using UnityEngine.UI;
namespace AppleHills.UI.CardSystem
namespace UI.CardSystem
{
/// <summary>
/// Main UI controller for the card album system.