Beispiel #1
0
 public static IHandler getSystemHandler() {
   GameContext context = INSTANCE.getContext();
   if (context != null) {
     return context.getView().getHandler();
   } else {
     return null;
   }
 }