10 lines
180 B
C#
10 lines
180 B
C#
namespace rail
|
|
{
|
|
public class RailPlatformNotifyEventJoinGameByGameServer : EventBase
|
|
{
|
|
public string commandline_info;
|
|
|
|
public RailID gameserver_railid = new RailID();
|
|
}
|
|
}
|