port(m1): wave 6b — View base members + app-type stubs (772->696)
- BattleCardView shim: GameObject, HandFrameEffect, GetCurrentIconLayout (fixes Player/EnemyClassBattleCardView.GameObject inheritance). - BattlePlayerViewBase.AlwaysShowStatusPanel; NullBattleCardView.ReleaseSharedDummy. - EvolutionTouchProcessor: 4 events (OnFocus/Unfocus/Select/NotSelect Target) hand-added — m1_stub_gen drops `event` decls. - Generated full-surface stubs: StoryWorldDataManager, GenerateDeckCode, GameSetup, CommonPrefabContainer, ApplicationFinishManager, EvolutionConfirmation, ReplayDataHandler (hand stubs -> partial). - Closure pulled by StoryWorldDataManager full-surface: 4 verbatim copies (StoryChapter/Summary/LeaderSelect dialogs, ClassIconName) + empty stubs StoryWorldData/BattleRecovery/ResourceDownloader/TemporaryAssetDeleter (non-battle, signature-only). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Wizard.Story
|
||||
|
||||
namespace Wizard.Story.ChapterSelection
|
||||
{
|
||||
public class CommonPrefabContainer { }
|
||||
public partial class CommonPrefabContainer { }
|
||||
public class TitlePanelBase { }
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace Wizard.UIFriend
|
||||
public virtual void SetPlayerData(Friend.PlayerData in_PlayerData, System.Collections.Generic.List<string> in_LoadList) { }
|
||||
}
|
||||
}
|
||||
namespace Wizard.Title { public class GameSetup { } }
|
||||
namespace Wizard.Title { public partial class GameSetup { } }
|
||||
namespace Wizard.RoomMatch { public class Player { } }
|
||||
|
||||
// ---- namespace anchors (referenced via `using`) ----
|
||||
|
||||
Reference in New Issue
Block a user