UI调整
This commit is contained in:
@@ -280,6 +280,7 @@ namespace Cielonos.MainGame.Characters
|
||||
/// <param name="newDuration"></param>
|
||||
public override void Reset(float newDuration = -1f)
|
||||
{
|
||||
isCompleted = false;
|
||||
currentTime = 0f;
|
||||
duration = newDuration >= 0f ? newDuration : originalDuration;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user