liplum / CyberIO

The Cybernetics on Mindustry v7.
https://liplum.github.io/CyberIO/
GNU General Public License v3.0
115 stars 11 forks source link

New welcome message system #45

Closed liplum closed 11 months ago

liplum commented 11 months ago

Proposal

The old welcome message system was built on top of JSON. It introduced a heavy adaptation layer between JSON and Kotlin and lacked static checks. So I rewrite it in Kotlin, to make it lightweight.