-
-
Notifications
You must be signed in to change notification settings - Fork 44
datamodelsclientstats EFHitLocationCount
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.EFHitLocationCount[[EFHitLocationCount]]
end
subgraph Data.Models
Data.Models.SharedEntity[[SharedEntity]]
end
Data.Models.SharedEntity --> Data.Models.Client.Stats.EFHitLocationCount
Type | Name | Methods |
---|---|---|
EFClient |
Client |
get, set |
int |
EFClientStatisticsClientId |
get, set |
long |
EFClientStatisticsServerId |
get, set |
int |
HitCount |
get, set |
int |
HitLocationCountId |
get, set |
float |
HitOffsetAverage |
get, set |
int |
Location |
get, set |
float |
MaxAngleDistance |
get, set |
EFServer |
Server |
get, set |
public EFHitLocationCount()
public int HitLocationCountId { get; set; }
public int Location { get; set; }
public int HitCount { get; set; }
public float HitOffsetAverage { get; set; }
public float MaxAngleDistance { get; set; }
public int EFClientStatisticsClientId { get; set; }
public EFClient Client { get; set; }
public long EFClientStatisticsServerId { get; set; }
public EFServer Server { get; set; }
Generated with ModularDoc