Add custom model predicates
Add regex support Add and and or predicates
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
package moe.nea.firmament.events
|
||||
|
||||
import moe.nea.firmament.features.FirmamentFeature
|
||||
|
||||
data class FeaturesInitializedEvent(val features: List<FirmamentFeature>) : FirmamentEvent() {
|
||||
companion object : FirmamentEventBus<FeaturesInitializedEvent>()
|
||||
}
|
||||
Reference in New Issue
Block a user