备份CatanBuilding瘦身独立工程
This commit is contained in:
12
Assets/Scripts/SupplyDrop/SupplyDropData.cs
Normal file
12
Assets/Scripts/SupplyDrop/SupplyDropData.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
using cfg;
|
||||
|
||||
public class SupplyDropData
|
||||
{
|
||||
public int supplyDropId;
|
||||
public int fishItemID;
|
||||
public int fishSubType;
|
||||
public SupplyDropFbx supplyDropFbx;
|
||||
public string supplyDropPrefab;
|
||||
public int supplyDropDropId;
|
||||
}
|
||||
Reference in New Issue
Block a user