Class Scores
Inheritance
System.Object
Scores
Implements
System.IEquatable<Scores>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Oasys.Common.Logic.Helpers.GameData
Assembly: Oasys.Common.dll
Syntax
public class Scores : IEquatable<Scores>
Properties
Assists
Declaration
public int Assists { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CreepScore
Declaration
public int CreepScore { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Deaths
Declaration
public int Deaths { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Kills
Declaration
public int Kills { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WardScore
Declaration
public double WardScore { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>