一键导入
DigimonWorldNet6
DigimonWorldNet6 收录了来自 Ginoshie 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
How cheat-sheet input fields work in the Frontend.WPF project of this Digimon World app — the value view-models (MemoryValueViewModel / NumericMemoryValueViewModel / LongMemoryValueViewModel), the root-attached behaviors that reach every field by binding-path, value locking/freeze, the lock highlight, and TextBox context-menu suppression. Use when adding or changing cheat-sheet fields, lockable values, or right-click/edit input behavior.
How to add or modify a DuckStation game-memory reader in the MemoryAccess project of this Digimon World app (MemoryValueSyncBase subclasses, the Empty Null Object requirement, LiveMemoryReader wiring, read-on-poll/write-on-set, EventHub signalling, bit flags). Use when exposing a new game stat/value or changing how memory is read or written.
Conventions for adding or editing WPF Styles, DataTemplates, and ResourceDictionaries in the Frontend.WPF project of this Digimon World app. Use whenever creating or changing any .xaml style, control template, data template, or resource dictionary, or when a control isn't picking up expected theming.