Files
ft/Client/Assets/Scripts/SupplyDrop/SupplyDropData.cs
2026-06-29 21:18:33 +08:00

13 lines
238 B
C#

using cfg;
public class SupplyDropData
{
public int supplyDropId;
public int fishItemID;
public int fishSubType;
public SupplyDropFbx supplyDropFbx;
public string supplyDropPrefab;
public int supplyDropDropId;
}