コード例 #1
0
ファイル: Shop.cs プロジェクト: HighwaterDesign/RPG-1
 public void SetShopper(Shopper shopper)
 {
     currentShopper = shopper;
 }