jahu00 / SamllHax.MapleSyrup

An attempt at implementing a single player Maple Story client
0 stars 0 forks source link

Object as a separate class from animation #6

Open jahu00 opened 1 year ago

jahu00 commented 1 year ago

Currently the IAnimation interface is littered with object specific properties. IObject could be a separate interface inheriting from IAnimation with all those extra props.

Mobs and characters have their animations, but most likely without all the extra stuff.