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