Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bringing Simba1500 Walker to Simba1400 (#67)
* refactor: added `Contains` methods to equipment and inventory. I've also left a comment on the PR after the last commit because I forgot to mention TRSBank.ContainsItem(). Anyway, this has the same reasoning. This is optional but I would like to bring the SRL1400 API closer to SRL1500 API. Old methods are kept and marked with a comment as deprecated so there's no downside to adding this. This also brings documentation to TRSInventory which is nice :) * fix: added deprecated warnings also added more docs to inventory * feat: Simba1500 TRSWalker backport This update Simba1500 walker to simba 1400. Simba rework credits go to Olly, I just made a few tweaks to make it compile. There's also a couple of bug fixes I made and added a lot of documentation (maybe too much?). OnWalkEvents were changed to update playposition and destination if the user wants * Update walker.simba
- Loading branch information