Files
UltimateFishing/Assets/Scripts/Assembly-CSharp/rail/RailInGamePurchaseRequestAllProductsResponse.cs
2026-02-21 16:45:37 +08:00

10 lines
222 B
C#

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