mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-23 09:52:23 +00:00
9 lines
169 B
C#
9 lines
169 B
C#
|
namespace FSO.Server.Protocol.CitySelector
|
|||
|
{
|
|||
|
public class InitialConnectServletRequest
|
|||
|
{
|
|||
|
public string Ticket;
|
|||
|
public string Version;
|
|||
|
}
|
|||
|
}
|