v1.3.0.1 (Epic Store release)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Barotrauma.Networking;
|
||||
|
||||
namespace Barotrauma;
|
||||
|
||||
public static partial class EosInterface
|
||||
{
|
||||
public readonly record struct EgsFriend(
|
||||
string DisplayName,
|
||||
EpicAccountId EpicAccountId,
|
||||
FriendStatus Status,
|
||||
string ConnectCommand,
|
||||
string ServerName);
|
||||
}
|
||||
Reference in New Issue
Block a user