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

Split safe and unsafe apis #50

Closed Rutherther closed 1 year ago

Rutherther commented 1 year ago

Currently simple apis offer both safe and unsafe methods. It would be better to split those to separate types or at least change the names according to whetehr they are the same or not