コード例 #1
0
 /// <summary>
 /// This function is called when the object becomes enabled and active.
 /// </summary>
 private void OnEnable()
 {
     QuestHandler.StartListening("GiveReward", GetReward);
 }