v0.2.1
Playthrough instance generalization refactor.
Instances of a playthrough are now to be extended from the new abstract PlaythroughInstanceBase
class. This class handles connection to Charisma backend with provided parameters, and allows the the inheritors to extend OnPlaythroughLoaded
and OnMessageReceived
callbacks.
Full Changelog: v0.02...0.2.1