com.github.kaisle.util.NodeDotaDefines Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of DotA2-Wrapper Show documentation
Show all versions of DotA2-Wrapper Show documentation
A wrapper for the DotA2 WebAPI written in Java.
package com.github.kaisle.util;
/**
* Created by Anders Borum on 03-06-2015.
*/
public class NodeDotaDefines {
/**
* Defines for the node-dota.js file.
*/
public static String config_account_name = "config.steam_user";
public static String config_pass = "config.steam_pass";
public static String config_steam_guard_code = "config.steam_guard_code";
public static String config_file_name = "config.js";
public static String execution_file_name = "node-dota.js";
public static String match_details_request = "Dota2.matchDetailsRequest";
public static int match_details_request_line_number = 29;
}