nesrak1 / FSMViewAvalonia

PlayMaker FSM Viewer rewritten in Avalonia
MIT License
27 stars 15 forks source link

initial implementation of json deserialization #8

Open PrashantMohta opened 2 years ago

PrashantMohta commented 2 years ago

I'm not sure if this is the right way to go about loading FSMs that are edited and serialised as json, currently i am serialising using Satchel's WIP serialiser, so i'm raising a draft PR, it'd be great if i can pick your brain about my current approach.