コード例 #1
0
ファイル: MysteryManIntro.cs プロジェクト: ahevenst/ggj-2019
 public void StartDialogue(GameObject dialogueTarget)
 {
     conversationEnsues = true;
     conversationCount  = 0;
     StaticEvent.StartDialogue(gameObject, true);
     manager.StartDialogue(objectiveDialogue[0], false);
 }
コード例 #2
0
ファイル: DialogueEvent.cs プロジェクト: ahevenst/ggj-2019
 public override void TriggerEvent()
 {
     isActivated = true;
     StaticEvent.StartDialogue(dialogueTarget);
 }