Update stuff

This commit is contained in:
2023-09-10 12:18:02 -07:00
parent f67963b129
commit f0f02bbd17
117 changed files with 11343 additions and 13133 deletions

View File

@@ -2,7 +2,7 @@
public partial class HealthbarProgress : TextureProgressBar
{
public void UpdateBar(long amount, long full)
public void UpdateBar(long amount)
{
Value = amount;
}