schwalbe_t
“An idiot admires complexity, a genius admires simplicity."
- Terry A. Davis
fun discordUrl(): String {
return "https://discord.gg/DYRDg7fq82"
}
fun githubUrl(project: String = ""): String {
return "https://github.com/schwalbe-t/" + project
}
fun itchUrl(project: String = ""): String {
return "https://schwalbe-t.itch.io/" + project
}