コード例 #1
0
 public void HandIn()
 {
     if (quest != null)
     {
         questHandler.HandInQuest(quest);
         Destroy(gameObject);
     }
 }