We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68bf1b commit b2cbb30Copy full SHA for b2cbb30
README.md
@@ -35,8 +35,9 @@ https://fs12.formsite.com/HiRez/form48/secure_index.html
35
* **DevId**: 1004
36
* **AuthKey**: 23DF3C7E9BD14D84BF892AD206B6755C
37
38
- a. For Smite **PC** i want getting player info for "HiRezTina"
+
39
```java
40
+// For Smite PC, I want getting player info for "HiRezTina"
41
package example;
42
43
import pl.stachuofficial.HiRezAPI; // Main class
@@ -52,8 +53,8 @@ class SmitePlayer {
52
53
}
54
55
```
- b. For Paladins **XBOX** i want know about server status.
56
57
+// For Paladins XBOX, I want know about server status.
58
59
60
0 commit comments