muffin v7.5.12
This commit is contained in:
parent
3102923ce2
commit
911ed68baa
65 changed files with 2356 additions and 1539 deletions
|
|
@ -66,6 +66,12 @@ internal static class MeldMateria
|
|||
return Environment.TickCount64 - _stateChangedAt > (long)(timeoutSeconds * 1000f);
|
||||
}
|
||||
|
||||
public override void ResetTimeout()
|
||||
{
|
||||
base.ResetTimeout();
|
||||
_stateChangedAt = Environment.TickCount64;
|
||||
}
|
||||
|
||||
private void SetState(EMeldState state)
|
||||
{
|
||||
_state = state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue