-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Manual way
- Define structure here
src\restypes\client\you_file_name.ts(as example you can watch other structure files). - Register structure in
src\core\register\japanese.tsorsrc\core\register\korean.ts.
EXAMPLE
// import you structure
import you_structure from "@/restypes/client/you_structure";
// register method looks like...
parsers.add(GameToken.GAME_TYPE, GameVersion.GAME_VERSION, "filename", you_structure);- ..?
- Make Pull reqeust.
- Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation