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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user