8 lines
123 B
C#
8 lines
123 B
C#
namespace rail
|
|
{
|
|
public class RailGetEncryptedGameTicketResult : EventBase
|
|
{
|
|
public string encrypted_game_ticket;
|
|
}
|
|
}
|