コード例 #1
0
ファイル: ShopService.cs プロジェクト: Neonixxx/SomeNameUnity
 public List <IItem> GetSellingItems()
 => _sellingItems.ToList();