An easy way to represent the state production pipeline for the snail is with a single MutableStateFlow: 1data class Snail1State( 2 val progress: Float = 0f, ...
確定! 回上一頁