1
This commit is contained in:
@@ -32,6 +32,7 @@ namespace Net.Project.B.Health
|
||||
if(prevHp==value)return;
|
||||
healthPoint = value;
|
||||
OnHealthChanged?.Invoke(prevHp,healthPoint);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user