index
:
github/ultra-notifier.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
kotlin
/
event
/
SubscriptionTarget.kt
blob: e66eb94e2fa9cf4facdf45cd43971d7344f84cf6 (
plain
)
1
2
3
4
5
package
moe.nea.ultranotifier.event
interface
SubscriptionTarget
{
fun
init
()
=
Unit
}