3.6.0 Update
This commit is contained in:
@@ -7,7 +7,7 @@ using EFT;
|
|||||||
|
|
||||||
namespace armorMod
|
namespace armorMod
|
||||||
{
|
{
|
||||||
[BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.3.0")]
|
[BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.3.1")]
|
||||||
|
|
||||||
public class AssPlugin : BaseUnityPlugin
|
public class AssPlugin : BaseUnityPlugin
|
||||||
{
|
{
|
||||||
@@ -19,10 +19,6 @@ namespace armorMod
|
|||||||
{
|
{
|
||||||
get; set;
|
get; set;
|
||||||
}
|
}
|
||||||
/*private ConfigEntry<Boolean> LoseInsuranceOnRepair
|
|
||||||
{
|
|
||||||
get; set;
|
|
||||||
}*/
|
|
||||||
internal static ConfigEntry<float> TimeDelayRepairInSec
|
internal static ConfigEntry<float> TimeDelayRepairInSec
|
||||||
{
|
{
|
||||||
get; set;
|
get; set;
|
||||||
|
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.3.0.0")]
|
[assembly: AssemblyVersion("1.3.1.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.0.0")]
|
[assembly: AssemblyFileVersion("1.3.1.0")]
|
||||||
|
Reference in New Issue
Block a user