mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 05:49:51 +08:00
Add getter for innerclass RegionData
This commit is contained in:
committed by
Melledy
Unverified
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user