示例#1
0
 private int callDropOnRose(int move) {
   try {
     GameActivity a = (GameActivity) getContext();
     return a.dropOnRose();
   } catch (Exception e) {
   }
   return 1;
 }