7 lines
129 B
C#
7 lines
129 B
C#
|
|
public interface IDuelUIView
|
|
{
|
|
void Fishing();
|
|
void EndFishing(int index, FishInfoData data, int itemID, bool isEnd);
|
|
}
|