-
-
Notifications
You must be signed in to change notification settings - Fork 44
datamodelsclientstats MatchData
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Data.Models.Client.Stats
Data.Models.Client.Stats.MatchData[[MatchData]]
end
Type | Name | Methods |
---|---|---|
int |
Deaths |
get, set |
double |
Kdr |
get |
int |
Kills |
get, set |
Returns | Name |
---|---|
void |
StartNewMatch () |
public MatchData()
public void StartNewMatch()
public int Kills { get; set; }
public int Deaths { get; set; }
public double Kdr { get; }
Generated with ModularDoc