com.skillw.pouvoir.api.feature.operation.StringOperation.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pouvoir Show documentation
Show all versions of Pouvoir Show documentation
Bukkit Script Engine Plugin.
The newest version!
package com.skillw.pouvoir.api.feature.operation
/**
* @className StringOperation
*
* @author Glom
* @date 2022/8/9 11:01 Copyright 2022 user.
*/
abstract class StringOperation(override val key: String) : Operation {
override var release: Boolean = false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy