NinetyEight.NEGameProfile

Class NEGameProfile

Namespace: NinetyEight Assembly: APIReference.dll

Player's game profile, including wallet address and ID.

[Serializable]
public class NEGameProfile

Inheritance

objectarrow-up-right ← NEGameProfile

Inherited Members

object.Equals(object?)arrow-up-right, object.Equals(object?, object?)arrow-up-right, object.GetHashCode()arrow-up-right, object.GetType()arrow-up-right, object.MemberwiseClone()arrow-up-right, object.ReferenceEquals(object?, object?)arrow-up-right, object.ToString()arrow-up-right

Fields

address

Player's wallet address.

public string? address

Field Value

stringarrow-up-right?

id

Player's ID.

Field Value

intarrow-up-right

Last updated