typo
This commit is contained in:
parent
08b8cf87ba
commit
1b3712ec24
1 changed files with 2 additions and 2 deletions
4
GUIDE.md
4
GUIDE.md
|
@ -12,8 +12,8 @@ class Mycheat(Hack):
|
|||
# Here you can initialize global variables for your cheat
|
||||
```
|
||||
|
||||
3. Add the method who will contains the cheat logic, note that:
|
||||
- Your method must contains a sub-method and must be added to
|
||||
3. Add the method who will contain the cheat logic, note that:
|
||||
- Your method must contain a sub-method and must be added to
|
||||
the `hackloop` at the end of the method (see example below)
|
||||
|
||||
```python
|
||||
|
|
Reference in a new issue