Update DcConfig.cs
This commit is contained in:
parent
6bc453117f
commit
afabf06526
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace DutyContent
|
||||||
{
|
{
|
||||||
class DcConfig
|
class DcConfig
|
||||||
{
|
{
|
||||||
public static int PluginTag => 28;
|
public static int PluginTag => 29;
|
||||||
public static Version PluginVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
public static Version PluginVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
||||||
|
|
||||||
public static bool PluginEnable { get; set; }
|
public static bool PluginEnable { get; set; }
|
||||||
|
|
Loading…
Reference in a new issue