-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ability to buy resin with primogems (#2104)
* feat: add ability to buy resin with primogems * ResinManager#buy returns RetCode value
- Loading branch information
1 parent
7254f55
commit caf9521
Showing
9 changed files
with
1,251 additions
and
104 deletions.
There are no files selected for viewing
475 changes: 475 additions & 0 deletions
475
src/generated/main/java/emu/grasscutter/net/proto/BuyResinReqOuterClass.java
Large diffs are not rendered by default.
Oops, something went wrong.
616 changes: 616 additions & 0 deletions
616
src/generated/main/java/emu/grasscutter/net/proto/BuyResinRspOuterClass.java
Large diffs are not rendered by default.
Oops, something went wrong.
146 changes: 68 additions & 78 deletions
146
src/generated/main/java/emu/grasscutter/net/proto/ResinChangeNotifyOuterClass.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.