10 lines
146 B
C#
10 lines
146 B
C#
namespace rail
|
|
{
|
|
public class ShowNotifyWindow : EventBase
|
|
{
|
|
public EnumRailNotifyWindowType window_type;
|
|
|
|
public string json_content;
|
|
}
|
|
}
|