예제 #1
0
 protected void fail(Trouble trouble)
 {
     Debug.Log(trouble.toString() + " cannot be resolved.");
 }
예제 #2
0
 protected void done(Trouble trouble)
 {
     Debug.Log(trouble.toString() + " is resolved by " + this.toString() + ".");
 }