using System.Collections.Generic; namespace rail { public class GetUserRoomListResult : EventBase { public List room_info = new List(); } }