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

@@ -4,7 +4,7 @@ using System.Collections.Generic;
using UnityEditor;
using Data.CardSystem;
using Core;
using AppleHills.UI.CardSystem;
using UI.CardSystem;
using UnityEngine.UI;
namespace AppleHills.Tests