aha
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
using System;
|
||||
namespace Edgegap
|
||||
{
|
||||
// https://docs.edgegap.com/docs/lobby/functions#updating-a-lobby
|
||||
// https://docs.edgegap.com/docs/lobby/functions#leaving-a-lobby
|
||||
[Serializable]
|
||||
public struct LobbyJoinOrLeaveRequest
|
||||
{
|
||||
[Serializable]
|
||||
public struct Player
|
||||
{
|
||||
public string id;
|
||||
}
|
||||
public string lobby_id;
|
||||
public Player player;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user