Add T hotkey for temporary blueprint from selection

This commit is contained in:
2026-07-09 20:25:15 +02:00
parent 6274b5ce60
commit e110e7e413
6 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#include "Event.h"
// Emitted when the player presses the temporary-blueprint hotkey (REQ-UI-BLUEPRINT-TEMP).
// Carries no payload: the blueprint is built from the current selection by the receiver.
class TemporaryBlueprintRequestedEvent : public Event
{
};