10 lines
159 B
C#
10 lines
159 B
C#
namespace rail
|
|
{
|
|
public class CreateSessionFailed : EventBase
|
|
{
|
|
public RailID local_peer = new RailID();
|
|
|
|
public RailID remote_peer = new RailID();
|
|
}
|
|
}
|