mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-26 17:51:13 +00:00
Add getter for innerclass RegionData
This commit is contained in:
parent
14c4673d48
commit
d47c9e1f98
@ -524,5 +524,13 @@ public final class DispatchServer {
|
||||
this.parsedRegionQuery = prq;
|
||||
this.Base64 = b64;
|
||||
}
|
||||
|
||||
public QueryCurrRegionHttpRsp getParsedRegionQuery() {
|
||||
return parsedRegionQuery;
|
||||
}
|
||||
|
||||
public String getBase64() {
|
||||
return Base64;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user