10 lines
132 B
C#
10 lines
132 B
C#
namespace rail
|
|
{
|
|
public class NumberOfPlayerReceived : EventBase
|
|
{
|
|
public int online_number;
|
|
|
|
public int offline_number;
|
|
}
|
|
}
|