3 lines
82 B
Kotlin
3 lines
82 B
Kotlin
package exh.search
|
|
|
|
class MultiWildcard(rawText: String) : TextComponent(rawText)
|