1
This commit is contained in:
12
Src/BuyStation/IBuyStationService.cs
Normal file
12
Src/BuyStation/IBuyStationService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using Cysharp.Threading.Tasks;
|
||||
|
||||
namespace Net.Project.B.Inventory
|
||||
{
|
||||
public interface IBuyStationService
|
||||
{
|
||||
public UniTask<IReadOnlyList<BuyStationComponent>> GetAllItemList();
|
||||
public UniTask<bool> BuyItem(int buyer,BuyStationComponent buyStationComponent);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user