コード例 #1
0
 public bool CheckIfEquipped(Shooter shooter)
 {
     return(_saveManager.CheckIfEquipped(shooter));
 }