8 lines
121 B
C#
8 lines
121 B
C#
namespace rail
|
|
{
|
|
public class CreateGameServerResult : EventBase
|
|
{
|
|
public RailID game_server_id = new RailID();
|
|
}
|
|
}
|