Basic support for launcher log page
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
parent
df90d0cb0d
commit
c58cc3396a
11 changed files with 631 additions and 91 deletions
|
@ -24,5 +24,5 @@ class ResourcePack : public DataPack {
|
|||
/** Gets, respectively, the lower and upper versions supported by the set pack format. */
|
||||
[[nodiscard]] std::pair<Version, Version> compatibleVersions() const override;
|
||||
|
||||
virtual QString directory() { return "/assets"; }
|
||||
QString directory() override { return "/assets"; }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue