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

12 lines
239 B
C#

using System.Collections.Generic;
namespace rail
{
public class RailInGamePurchasePurchaseProductsToAssetsResponse : EventBase
{
public string order_id;
public List<RailAssetInfo> delivered_assets = new List<RailAssetInfo>();
}
}