Class PlayerLog
- Namespace
- HelpSense.API.Serialization
- Assembly
- HelpSense.dll
[Serializable]
public class PlayerLog
- Inheritance
-
PlayerLog
- Inherited Members
-
- Extension Methods
-
Properties
ID
[BsonId]
public string ID { get; set; }
Property Value
- string
LastJoinedTime
public DateTime LastJoinedTime { get; set; }
Property Value
- DateTime
LastLeftTime
public DateTime LastLeftTime { get; set; }
Property Value
- DateTime
NickName
public string NickName { get; set; }
Property Value
- string
PlayedTimes
public int PlayedTimes { get; set; }
Property Value
- int
PlayerDamage
public float PlayerDamage { get; set; }
Property Value
- float
PlayerDeath
public int PlayerDeath { get; set; }
Property Value
- int
PlayerKills
public int PlayerKills { get; set; }
Property Value
- int
PlayerSCPKills
public int PlayerSCPKills { get; set; }
Property Value
- int
PlayerShot
public int PlayerShot { get; set; }
Property Value
- int
RolePlayed
public int RolePlayed { get; set; }
Property Value
- int