mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 15:43:09 +08:00
Add getter for innerclass RegionData
This commit is contained in:
committed by
Melledy
Unverified
parent
55793867d3
commit
80659f27a8
@@ -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