コード例 #1
0
 void Pickup()
 {
     script.isAnsweringQuestion = true;
     Destroy(gameObject);
     Debug.LogWarning("Une question doit être posée");
     script.Ask_Question(DataScript.NumberQuestionToAsk);
 }