1
This commit is contained in:
@@ -64,7 +64,7 @@ namespace BITFALL
|
||||
public override void OnAwake()
|
||||
{
|
||||
_health.OnSetAlive += OnSetAlive;
|
||||
}
|
||||
}
|
||||
private void OnSetAlive(bool alive)
|
||||
{
|
||||
if (alive) return;
|
||||
|
Reference in New Issue
Block a user