Cleanup types.nim to only contain type definitions.

This commit is contained in:
Jakob Friedl
2025-07-16 14:45:45 +02:00
parent 292b947a4e
commit 99b017f57f
15 changed files with 143 additions and 133 deletions

View File

@@ -1,5 +1,7 @@
import random
import core/server
# Conquest framework entry point
when isMainModule:
randomize()
startServer()