NOISSUE share logic for new attributes between mojang and onesix format
This commit is contained in:
parent
9e3534f2f6
commit
ec6204e447
11 changed files with 131 additions and 181 deletions
|
@ -63,6 +63,10 @@ public: /* methods */
|
|||
return Local;
|
||||
}
|
||||
|
||||
std::shared_ptr<class VersionFile> getVersionFile() override
|
||||
{
|
||||
return std::dynamic_pointer_cast<VersionFile>(shared_from_this());
|
||||
}
|
||||
|
||||
virtual bool isCustom() override
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue