Update stuff
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public partial class HealthbarProgress : TextureProgressBar
|
||||
{
|
||||
public void UpdateBar(long amount, long full)
|
||||
public void UpdateBar(long amount)
|
||||
{
|
||||
Value = amount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user