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