package ru.dbotthepony.kstarbound.defs import com.google.common.collect.ImmutableList data class ClientConfigParameters( val defaultFootstepSound: ImmutableList = ImmutableList.of(), )