예제 #1
0
 // Token: 0x060002D0 RID: 720 RVA: 0x00015FF8 File Offset: 0x000141F8
 public static void clickNpc()
 {
     if (GameCanvas.panel.isShow)
     {
         Hint.isPaint = false;
     }
     if (GameScr.getNpcTask() != null)
     {
         Hint.x        = GameScr.getNpcTask().cx;
         Hint.y        = GameScr.getNpcTask().cy;
         Hint.trans    = 0;
         Hint.isCamera = true;
         Hint.type     = ((!GameCanvas.isTouch) ? 0 : 1);
     }
 }