EmDee/Graphioli

Rework access modifiers

NamelessNo19 opened this issue · 0 comments

A lot of our methods are declared as public even if they must not be called by a game. We should change them to "default" (= access to classes inside the same package) where possible.