C# Class SleepHunter.Models.ClientState

Inheritance: ObservableObject
Afficher le fichier Open project: ewrogers/SleepHunter4 Class Usage Examples

Méthodes publiques

Méthode Description
ClientState ( ) : System
ClientState ( Player owner ) : System
ResetDefaults ( ) : void
Update ( ) : void
Update ( ProcessMemoryAccessor accessor ) : void

Method Details

ClientState() public méthode

public ClientState ( ) : System
Résultat System

ClientState() public méthode

public ClientState ( Player owner ) : System
owner Player
Résultat System

ResetDefaults() public méthode

public ResetDefaults ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Update() public méthode

public Update ( ProcessMemoryAccessor accessor ) : void
accessor SleepHunter.IO.Process.ProcessMemoryAccessor
Résultat void