This commit is contained in:
Mylloon 2023-05-05 16:05:00 +02:00
parent 08b8cf87ba
commit 1b3712ec24
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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