public interface IDuelUIView { void Fishing(); void EndFishing(int index, FishInfoData data, int itemID, bool isEnd); }