Ejemplo n.º 1
0
 void OnDialogueEvent(object source, IndicatorArgs args)
 {
     if (args.TargetObject(this))
     {
         Debug.Log("Valid Indicator Event");
     }
 }
Ejemplo n.º 2
0
 void OnDialogueIndicatorEvent(object source, IndicatorArgs args)
 {
     Debug.Log(args.SeperatedInfo.Length);
 }