Example #1
0
    //Magix
    public override bool Invoke()
    {
        Debug.Log("Invoking Ritual");
        Debug.Log("children: " + Shards.Count);
        bool revisit = Shards.Invoke();

        OnAir = revisit && Parent == null;
        return(revisit);
    }
Example #2
0
 public override bool Invoke()
 {
     Debug.Log("Invoking method");
     receivingFromOwnBreak = Statements.Invoke();
     return(receivingFromOwnBreak);
 }