8 lines
139 B
C#
8 lines
139 B
C#
namespace rail
|
|
{
|
|
public class GameServerStartSessionWithPlayerResponse : EventBase
|
|
{
|
|
public RailID remote_rail_id = new RailID();
|
|
}
|
|
}
|