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