Rutherther / NosSmooth

Nostale bot library written in C#. May describe the current state of the game/character from packets. Multiple sources available for capturing the packets from running game.
MIT License
6 stars 3 forks source link

Add contract system #55

Closed Rutherther closed 1 year ago

Rutherther commented 1 year ago

Resolves #50. Resolves #49.

Adds contracts to NosSmooth.Core, adds usage of contracts inside of NosSmooth.Game. The contracts may be used using ContractBuilder.

I am happy with the api of the contracts, but the inner workings of the contracts will need some more work.