-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoredatabasemodelsefclient ClientState
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Database.Models.EFClient
SharedLibraryCore.Database.Models.EFClient.ClientState[[ClientState]]
end
default client state
represents when the client has been detected as joining by the log file, but has not be authenticated by RCon
represents when the client has been authenticated by RCon and validated by the database
represents when the client is leaving (either through RCon or log file)
Generated with ModularDoc