mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 06:47:44 +01:00
Rewrite parts of ClientState (#2065)
- Completely relies on hooks now, instead of the Framework.Update loop - Support for Logout codes
This commit is contained in:
parent
c88e008672
commit
c7facaf072
5 changed files with 120 additions and 67 deletions
|
|
@ -50,7 +50,7 @@ internal class LogoutEventAgingStep : IAgingStep
|
|||
}
|
||||
}
|
||||
|
||||
private void ClientStateOnOnLogout()
|
||||
private void ClientStateOnOnLogout(int type, int code)
|
||||
{
|
||||
this.hasPassed = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue