Add backbone for card creation and implement Camera minigame mechanics

This commit is contained in:
Michal Pikulski
2025-10-10 14:31:51 +02:00
parent d9039ce655
commit 0c5546efd2
107 changed files with 10490 additions and 280 deletions

View File

@@ -15,7 +15,7 @@ namespace AppleHills.Core.Interfaces
/// <summary>
/// Resumes the component's functionality
/// </summary>
void Resume();
void DoResume();
/// <summary>
/// Gets whether the component is currently paused