9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2026-01-03 06:12:21 +00:00

Fixed Attack Speed extension

This commit is contained in:
Auxilor
2021-10-05 19:10:04 +01:00
parent b82a09427c
commit 790d600559

View File

@@ -4,6 +4,8 @@ import com.willfp.eco.core.EcoPlugin
import com.willfp.eco.core.extensions.Extension
class AttackSpeedMain(plugin: EcoPlugin) : Extension(plugin) {
val attackSpeed = StatAttackSpeed()
override fun onEnable() {
// Do nothing
}