Draw Lots  1.0.0
Lottery that can designate winning weights.
PluginInfomation.h
1 
8 #pragma once
9 #if !defined(DUNGENERATOR_PLUGIN_INFOMATION_DETECTED)
10 #define DUNGENERATOR_PLUGIN_INFOMATION_DETECTED
11 #define DUNGENERATOR_PLUGIN_FILE_VERSION 3
12 #define DUNGENERATOR_PLUGIN_VERSION 1
13 #define DUNGENERATOR_PLUGIN_VERSION_NAME "1.0.0"
14 #define DUNGENERATOR_PLUGIN_FRIENDLY_NAME "DrawLots"
15 #define DUNGENERATOR_PLUGIN_DESCRIPTION "Lottery that can designate winning weights"
16 #define DUNGENERATOR_PLUGIN_DOCS_URL "https://github.com/shun126/DrawLots/wiki"
17 #define DUNGENERATOR_PLUGIN_SUPPORT_URL "https://github.com/shun126/DrawLots/discussions/"
18 #define DUNGENERATOR_PLUGIN_BETA_VERSION false
19 #endif