コード例 #1
0
 public new void OnPointerDown(PointerEventData data)
 {
     base.OnPointerDown(data);
     actives.SetActiveDemon(host);
     if (controller.MyVessel != null && controller.MyVessel.ReportSelf() is ShrineController)
     {
         actives.SetActiveShrine(controller.MyVessel as ShrineController);
     }
 }