This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
Version 2.1.1
- Add Settings button.
- Start using Font Awesome
- Improve
Sdk Generator
.Sdk Generator
now significantly faster- Some organization for
Sdk Generator
code.
- Improve
Class Finder
.- Now can search for
class name
of address.- Put
instance address
and the tool will give you instanceclass name
- Put
- When you search for
class name
you will get also instance thatsderived
fromclass name
.- it's useful to find your target fast, you will get the name of
derived
next to instance address. - In example you search for
PlayerBase
you will getPlayerBase
,PlayerExtarBase
andGamePlayer
.
- it's useful to find your target fast, you will get the name of
- Now significantly faster.
- Now can search for