1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Implemented missing mod description fields

This commit is contained in:
Ivan Savenko
2024-11-14 18:01:49 +00:00
parent 75a1a0938f
commit f72fb53117
5 changed files with 72 additions and 8 deletions

View File

@@ -55,6 +55,8 @@ public:
CModVersion getVersion() const;
ModVerificationInfo getVerificationInfo() const;
bool isCompatible() const;
bool affectsGameplay() const;
bool isCompatibility() const;
bool isTranslation() const;