Add skip functionality to Cinematics Manager

This commit is contained in:
Michal Pikulski
2025-10-13 09:22:18 +02:00
parent f150ad0ce4
commit ab84c97675
11 changed files with 753 additions and 22 deletions

View File

@@ -1,12 +1,8 @@
using UnityEngine;
using Interactions;
using System.Collections.Generic;
using AppleHills.Core.Settings;
using AppleHills.Data.CardSystem;
using CinematicsM;
using Cinematics;
using Core;
using Input;
using Minigames.DivingForPictures;
using PuzzleS;
namespace AppleHills.Core