コード例 #1
0
 void OnDialogueEvent(object source, IndicatorArgs args)
 {
     if (args.TargetObject(this))
     {
         Debug.Log("Valid Indicator Event");
     }
 }
コード例 #2
0
 void OnDialogueIndicatorEvent(object source, IndicatorArgs args)
 {
     Debug.Log(args.SeperatedInfo.Length);
 }