feat(CS-P3): full siege objective chain - guardian statues (Destructible spawn) + dual Crown Switch hold + throne capture gating

This commit is contained in:
Acentech Dev
2026-07-15 01:52:19 +03:00
parent 5549c2bec7
commit c50af5e5c2
7 changed files with 234 additions and 15 deletions

View File

@@ -116,6 +116,10 @@ public class GameContext : AsyncDisposable, IGameContext
/// <inheritdoc />
public virtual float MasterExperienceRate => this.Configuration.MasterExperienceRate;
// ADAMU-CUSTOM: expose the map initializer so the Castle Siege can spawn guardian statues (Destructibles) at runtime.
/// <summary>Gets the map initializer (used to spawn NPCs/destructibles at runtime, e.g. Castle Siege statues).</summary>
public IMapInitializer MapInitializer => this._mapInitializer;
/// <inheritdoc />
public virtual bool PvpEnabled { get; }