feat(battle-engine): app-type wave (RoomBase/Avatar/BossRush/tasks) 4850->4572
Full-surface stubs for RoomBase, Avatar/BossRush/MyRotation battle-log items (MonoBehaviour), GetDeckDataFromCode, MailTopTask, AccountTransferHelper, CanNotTouchCardVfx. EXCLUDE inherited overrides (CanNotTouchCardVfx.IsEnd, MailTopTask.Parse). ClosureStubs for the RoomMatch subsystem bleed (~11 Room* types) + AppleLogin(+Error). Reward/Event deferred (ambiguous common names resolve to wrong SDK files). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
12
SVSim.BattleEngine/Shim/Generated/GetDeckDataFromCode.g.cs
Normal file
12
SVSim.BattleEngine/Shim/Generated/GetDeckDataFromCode.g.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\DeckBuilder\GetDeckDataFromCode.cs
|
||||
namespace DeckBuilder
|
||||
{
|
||||
public partial class GetDeckDataFromCode
|
||||
{
|
||||
public int ClanId;
|
||||
public int SubClanId;
|
||||
public bool IsSubClanSet;
|
||||
public int[] CardIds;
|
||||
public string MyRotationId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user