16 lines
448 B
C#
16 lines
448 B
C#
// Decompiled with JetBrains decompiler
|
|||
|
|
// Type: WpfApp1.FriendItem
|
||
|
|
// Assembly: Raton, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null
|
||
|
|
// MVID: 36C4E416-7F8D-4D23-930F-B5CCB0D810E7
|
||
|
|
// Assembly location: C:\Users\user\Desktop\v3.8.0 Deluxe Plugins (v4.0.0) cracked\Raton.exe
|
||
|
|
|
||
|
|
#nullable disable
|
||
|
|
namespace WpfApp1;
|
||
|
|
|
||
|
|
public class FriendItem
|
||
|
|
{
|
||
|
|
public string Username { get; set; }
|
||
|
|
|
||
|
|
public string DisplayName { get; set; }
|
||
|
|
}
|