ApplicationConstants.java :  » Game » zombie-run » net » peterd » zombierun » constants » Android Open Source

Android Open Source » Game » zombie run 
zombie run » net » peterd » zombierun » constants » ApplicationConstants.java
package net.peterd.zombierun.constants;

public class ApplicationConstants {

  private static final boolean developing = false;

  public static boolean loggingEnabled() {
    return developing;
  }

  public static boolean testing() {
    return developing;
  }

  public static final boolean multiplayerEnabled = false;
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.