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