Create very basic message tree widget structure

Also, fix some cheuph structuring problems
This commit is contained in:
Joscha 2019-05-25 13:44:28 +00:00
parent 7e2c802364
commit 66a67f3f28
5 changed files with 52 additions and 8 deletions

View file

@ -1,10 +0,0 @@
__all__ = ["RenderedMessageCache"]
class RenderedMessageCache:
"""
This is a cache for RenderedMessage-s. Message-s should not need to be
redrawn every frame (and every in-between calculation).
"""
pass