aha
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
namespace Edgegap
|
||||
{
|
||||
// https://docs.edgegap.com/docs/lobby/functions/#starting-a-lobby
|
||||
[Serializable]
|
||||
public struct LobbyIdRequest
|
||||
{
|
||||
public string lobby_id;
|
||||
public LobbyIdRequest(string lobbyId)
|
||||
{
|
||||
lobby_id = lobbyId;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user