8 lines
107 B
C#
8 lines
107 B
C#
namespace rail
|
|
{
|
|
public class RailShowUserHomepageWindowResult : EventBase
|
|
{
|
|
public bool is_show;
|
|
}
|
|
}
|