10 lines
141 B
C#
10 lines
141 B
C#
namespace rail
|
|
{
|
|
public class ShowFloatingWindowResult : EventBase
|
|
{
|
|
public EnumRailWindowType window_type;
|
|
|
|
public bool is_show;
|
|
}
|
|
}
|