コード例 #1
0
ファイル: GridObject.cs プロジェクト: zarnes/GGJ-2020
 public void FinishCrafting()
 {
     IsInCrafting = false;
     cdMng.Stop();
 }