DoubleDeez / MDFramework

A multiplayer C# game framework for Godot 3.4 Mono.
https://discord.gg/UH49eHK
MIT License
77 stars 13 forks source link

Rework and document events #68

Closed Beider closed 3 years ago

Beider commented 3 years ago

Currently events are a bit confusing and poorly document in the framework. In particular it is not clear during which event you should do what, one such example is this issue.

The goal of this bug would be to rework events so all important events have pre/post events and clear documentation both in code and on the wiki (with examples on the wiki) for which event should do what. And in particular during which events you should not do certain things to avoid bugs.

Here is a list of things that at a minimum should be done in the scope of this bug,

Beider commented 3 years ago

This issue is related to #53, they should probably be fixed together.

DoubleDeez commented 3 years ago

Events documented here https://github.com/DoubleDeez/MDFramework/wiki/Game-Session#game-session-events

Will close this issue with PR that aligns the events to match.