First commit for private source control. Older commits available on Github.

This commit is contained in:
2026-03-26 12:52:52 +00:00
parent a04c602626
commit 2d449c4a17
2176 changed files with 408185 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 943af453313248b2a343c61ff9910099
timeCreated: 1772828379

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f6c9ad510e55448180517715f549734b
timeCreated: 1772828379

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: d0bc65d47d744873bbd339fe2388bb69
timeCreated: 1772828379

View File

@@ -0,0 +1,23 @@
using BriarQueen.Data.Identifiers;
using BriarQueen.Framework.Events.UI;
using BriarQueen.Framework.Managers.Levels.Data;
using BriarQueen.Framework.Managers.Player.Data;
using BriarQueen.Framework.Managers.UI;
using Cysharp.Threading.Tasks;
namespace BriarQueen.Game.Items.WorldBuilding.ChapterOne.Workshop.Upstairs
{
public class WorkshopUpstairsWindow : BaseItem
{
public override string InteractableName => "Window";
public override UICursorService.CursorStyle ApplicableCursorStyle => UICursorService.CursorStyle.Inspect;
public override UniTask OnInteract(ItemDataSo item = null)
{
EventCoordinator.Publish(new DisplayInteractEvent(InteractEventIDs.Get(EnvironmentInteractKey.DirtyWindow)));
return UniTask.CompletedTask;
}
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 690471ce902644e2a9c9758786435dbf
timeCreated: 1772828385