Package org.rsbot.script

Examples of org.rsbot.script.ScriptManifest.obfuscated()


      def.keywords = manifest.keywords();
      def.description = manifest.description();
      def.website = manifest.website();
      def.clazz = clazz;
      def.path = path;
      def.obfuscated = manifest.obfuscated();
      if (manifest.requiresVersion() <= Configuration.getVersion()) {
        scripts.add(def);
      }
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.