forked from Cookies_Github_mirror/AquaDX
[+] Team name
This commit is contained in:
10
src/main/java/icu/samnyan/aqua/sega/chusan/ChusanProps.kt
Normal file
10
src/main/java/icu/samnyan/aqua/sega/chusan/ChusanProps.kt
Normal file
@@ -0,0 +1,10 @@
|
||||
package icu.samnyan.aqua.sega.chusan
|
||||
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties
|
||||
import org.springframework.context.annotation.Configuration
|
||||
|
||||
@Configuration
|
||||
@ConfigurationProperties(prefix = "game.chusan")
|
||||
class ChusanProps {
|
||||
var teamName: String? = null
|
||||
}
|
||||
Reference in New Issue
Block a user