1.0.0 Release
This commit is contained in:
parent
ec37835918
commit
e566893121
|
@ -0,0 +1,4 @@
|
||||||
|
[1.0.0]
|
||||||
|
- Initial Release
|
||||||
|
- Set the quantity of the shard you got to 200.
|
||||||
|
- Set the quantity of the glyph you got to 200.
|
|
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.4.33403.182
|
VisualStudioVersion = 17.4.33403.182
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MxEpoch", "MxEpoch.Shards\MxEpoch.csproj", "{CE6AC995-7CD4-404D-A2EC-618FEF680B9E}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MxEpoch", "MxEpoch\MxEpoch.csproj", "{CE6AC995-7CD4-404D-A2EC-618FEF680B9E}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
@ -9,10 +9,12 @@
|
||||||
// https://www.mikx.ovh // https://mxg.ovh // http://discord.mxg.ovh ////////////
|
// https://www.mikx.ovh // https://mxg.ovh // http://discord.mxg.ovh ////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
// MxEpoch //////////////////////////////////////////////////////////////////////
|
// MxEpoch //////////////////////////////////////////////////////////////////////
|
||||||
// By mikx (https://mxgit.ovh) //////////////////////////////////////////////////
|
// By mikx (https://mxgit.ovh/mikx/MxEpoch) /////////////////////////////////////
|
||||||
// Credits: /////////////////////////////////////////////////////////////////////
|
// Credits: /////////////////////////////////////////////////////////////////////
|
||||||
// Ash06 - LastEpochLib (https://fearlessrevolution.com/viewtopic.php?t=17089) //
|
// Ash06 - LastEpochLib (https://fearlessrevolution.com/viewtopic.php?t=17089) //
|
||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// v1.0.0 ///////////////////////////////////////////////////////////////////////
|
||||||
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
Before Width: | Height: | Size: 550 KiB After Width: | Height: | Size: 550 KiB |
Loading…
Reference in New Issue