WAReborn / WorldsAdriftReborn

63 stars 15 forks source link

Made Rest server handle More things #30

Closed MonoToast closed 6 months ago

MonoToast commented 1 year ago

Added: Load and Save data to data.Json file This will allow for characters to be saved between each run Character GUID generated and passed to client Player Token Saved Allowing for more then one person to save characters Started Social Screen handling and Data types Added Return Bool to handlers and then prints wither or not we handled said request Added SendData class to cut down on repetends Changed some Data to public so it is serializable Handled Reserve character slot for completeness and so if it is request the client does not error Added DataManger so that data can be passed easier

Things that still needs to be worked on Better token handling Social Handling not complete and real no data is being passed Social data saving and a general clean up

MonoToast commented 1 year ago

This should be #17 #18 and #7 done let me know if you want me to adjust anything

MonoToast commented 1 year ago

More was added to pull request