NinetyEight.NEGameProfile

Class NEGameProfile

Namespace: NinetyEight Assembly: APIReference.dll

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

[Serializable]
public class NEGameProfile

Inheritance

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? address

Field Value

string?

id

Player's ID.

public int id

Field Value

int

Last updated