Exemplo n.º 1
0
 public override string ToString()
 {
     return($"GameObject: [{EntryId}] ({(Enum.IsDefined(typeof(WowGameObjectDisplayId), DisplayId) ? ((WowGameObjectDisplayId)DisplayId).ToString() : DisplayId.ToString(CultureInfo.InvariantCulture))}:{DisplayId})");
 }
Exemplo n.º 2
0
 public string UserId()
 {
     return(DisplayId.ToString());
 }