13 lines
238 B
C#
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;
|
|
}
|