Web / Dashboard / Wiki サブシステム
WebDataServer を中心に、Dashboard、Wiki、Admin、Lag 分析、WebCoop の公開導線を横断で読むための手書きガイド。
関連: WebDataServer, ServerLagService, ChatService, AuthService
ここでは、特に重要なサブシステムだけを手書き密度を上げた文章とモジュール横断の処理遷移図でまとめています。クラス個別ページより先に全体の流れを掴みたいときの入口です。
WebDataServer を中心に、Dashboard、Wiki、Admin、Lag 分析、WebCoop の公開導線を横断で読むための手書きガイド。
関連: WebDataServer, ServerLagService, ChatService, AuthService
RankingPlugin, ScoreManager, MySQLScoreService を中心に、加点から保存、月替わり、報酬反映までを横断で読むページ。
関連: RankingPlugin, ScoreManager, MySQLScoreService, RewardService
LevelServantService と Citizens / custom NPC ブリッジを中心に、召喚・追従・戦闘・見た目同期・装備GUIを横断で読むページ。
関連: LevelServantService, LevelServantCitizensBridge, LevelServantPlayerNpcBridge, LevelingService
Rhythm4Key を中心に、アリーナ、入力橋渡し、判定、スコア加算、終了掃除までを読むページ。
関連: Rhythm4Key, Rhythm4KeyProtocolInputBridge, ArenaService, ArenaMobGauntlet
UltimateVexManager を中心に、出現スケジュール、戦闘、特殊攻撃、報酬、掃除までを時間軸で読むページ。
関連: UltimateVexManager, UltimateVexDao, GiantBossManager, ServerBattleManager
ResourceWorldManager と FantasyWorldManager を軸に、別ワールド準備、ゲート、ビルドタスク、帰還、安全装置を横断で読むページ。
関連: ResourceWorldManager, ResourceWorldCompat, FantasyWorldManager, BuildScheduler
EventRuntimeService と WebCoopSpark / EventService を中心に、イベント定義、参加、進行、Web表示、チャット中継まで読むページ。
関連: EventRuntimeService, EventService, WebCoopSpark, EventScheduler