备份CatanBuilding瘦身独立工程
This commit is contained in:
11
Assets/Scripts/SupplyDrop/ISupplyDropGameCtrl.cs
Normal file
11
Assets/Scripts/SupplyDrop/ISupplyDropGameCtrl.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using GameCore;
|
||||
using UnityEngine;
|
||||
|
||||
public interface ISupplyDropGameCtrl
|
||||
{
|
||||
SupplyDropCtrl supplyDropCtrl { get; set; }
|
||||
GameObject containerModel { get; set; }
|
||||
void InitData(SupplyDropCtrl supplyDropCtrl, int supplyDropId, ResetFishingStatusEvent resetFishing);
|
||||
void AddPlayerItem(ItemData itemData);
|
||||
void Dispose();
|
||||
}
|
||||
Reference in New Issue
Block a user