Title Manager  1.0.0
Keeps track of the proficiency level of each tool and the experience level of the tool's category.
ditor/Private/PluginInfomation.h
1 
7 #pragma once
8 #if !defined(TITLEMANAGER_PLUGIN_INFOMATION_DETECTED)
9 #define TITLEMANAGER_PLUGIN_INFOMATION_DETECTED
10 #define TITLEMANAGER_PLUGIN_FILE_VERSION 3
11 #define TITLEMANAGER_PLUGIN_VERSION 1
12 #define TITLEMANAGER_PLUGIN_VERSION_NAME "1.0"
13 #define TITLEMANAGER_PLUGIN_FRIENDLY_NAME "TitleManager"
14 #define TITLEMANAGER_PLUGIN_DESCRIPTION "Keeps track of the proficiency level of each tool and the experience level of the tool's category."
15 #define TITLEMANAGER_PLUGIN_DOCS_URL "https://github.com/shun126/TitleManager/wiki"
16 #define TITLEMANAGER_PLUGIN_SUPPORT_URL "https://github.com/shun126/TitleManager/discussions"
17 #define TITLEMANAGER_PLUGIN_BETA_VERSION false
18 #endif