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