mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-30 18:20:25 +08:00
Refactor dispatch (now called HTTP) server (pt. 1)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package emu.grasscutter.server.http.objects;
|
||||
|
||||
public class LoginAccountRequestJson {
|
||||
public String account;
|
||||
public String password;
|
||||
public boolean is_crypto;
|
||||
}
|
||||
Reference in New Issue
Block a user