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