0.3.0: UGC removed, battlepass context-carrying API, scenario behavior aligned with web SDK, CI publish
CI / check (push) Successful in 50s
CI / publish (push) Failing after 37s

This commit is contained in:
edmand46
2026-08-19 17:48:58 +03:00
parent 9d8fb29a7c
commit 2a8d5d4f2f
22 changed files with 234 additions and 388 deletions
-4
View File
@@ -47,9 +47,6 @@ public sealed class RudderClient
/// <summary>Global quests.</summary>
public QuestsService Quests { get; }
/// <summary>User-generated content.</summary>
public UgcService Ugc { get; }
/// <summary>Scenario runtime: triggers, node sessions, persistence.</summary>
public ScenarioService Scenario { get; }
@@ -93,7 +90,6 @@ public sealed class RudderClient
Stores = new StoresService(this);
Leaderboards = new LeaderboardsService(this);
Inventory = new InventoryService(this);
Ugc = new UgcService(this);
Scenario = new ScenarioService(this);
BattlePass = new BattlePassService(this);
Quests = new QuestsService(this);