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:
@@ -141,12 +141,12 @@ namespace Wizard
|
||||
{
|
||||
// RankWinnerReward, CardDestructTask, CardCreateTask, MissionInfoTask already exist
|
||||
// in the copied set (declared in other files) -- only these three were missing.
|
||||
public class MailTopTask { }
|
||||
public partial class MailTopTask { }
|
||||
public class MyPageTask { }
|
||||
public class DeckUpdateTask { }
|
||||
// UIManager no-op return types (empty stubs; methods returning them return null)
|
||||
public class LoadingViewManager { }
|
||||
public class AccountTransferHelper { }
|
||||
public partial class AccountTransferHelper { }
|
||||
public class DialogManager { }
|
||||
public class ApplicationFinishManager { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user