closes #3, add savage

This commit is contained in:
Sardelka
2022-06-02 09:15:18 +08:00
parent ad3031ef59
commit 3fa62f1a69
2 changed files with 6 additions and 2 deletions

View File

@ -58,7 +58,6 @@ namespace RageCoop.Client
/// <summary>
/// Disable automatic respawn.
/// </summary>
public bool DisableAutoRespawn { get; set; } = true;
public float HpRechargeMultiplier { get; set; } = 1;
public bool DisableAutoRespawn { get; set; } = false;
}
}