NinetyEight.NEGameProfile
Class NEGameProfile
Namespace: NinetyEight Assembly: APIReference.dll
Player's game profile, including wallet address and ID.
[Serializable]
public class NEGameProfileInheritance
object ← NEGameProfile
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
address
Player's wallet address.
public string? addressField Value
id
Player's ID.
public int idField Value
Last updated