Wait! I Know You
================

Triggers hero discovery immediately when character creation closes (first tick after MapState becomes active).

BEHAVIOR
--------
- Registers a tick listener on campaign start.
- Waits until the active game state is MapState and Hero.MainHero is available.
- Discovers all alive heroes once, displaying summary messages.
- Compatible with time control modifications (does not alter campaign time).

INSTALLATION
------------
Place the folder "Wait! I Know You" inside the Bannerlord Modules directory. Build places DLL into bin/Win64_Shipping_Client automatically.

BUILD
-----
dotnet build ".\Wait! I Know You\WaitIKnowYou.csproj"

NOTES
-----
- Safe re-load: _hasAppliedWaitIKnowYou flag prevents duplicate discovery across save/load cycles.
- No dependencies beyond core Bannerlord assemblies.
- Works with all game modes (campaign, sandbox).
