예제 #1
0
 public override void OnEvent(BackToBucheronEvent evnt)
 {
     this.myAxe.ActiveBackToBucheron();
 }
예제 #2
0
    public void BackToBucheron()
    {
        var bck = BackToBucheronEvent.Create(entity);

        bck.Send();
    }