Skip to content

Commit

Permalink
Merge pull request #416 from ItsFlicker/master
Browse files Browse the repository at this point in the history
修复未添加 Inject 注解
  • Loading branch information
Bkm016 authored Mar 18, 2024
2 parents c793ca4 + bf90e5d commit 79785df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@file: Inject

package taboolib.module.nms

import taboolib.common.Inject
import taboolib.common.LifeCycle
import taboolib.common.platform.Awake
import java.util.concurrent.CompletableFuture
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import com.google.gson.JsonObject
import com.google.gson.JsonParser
import org.bukkit.entity.Player
import org.tabooproject.reflex.Reflex.Companion.getProperty
import taboolib.common.Inject
import taboolib.common.LifeCycle
import taboolib.common.PrimitiveIO
import taboolib.common.io.digest
Expand Down Expand Up @@ -65,6 +66,7 @@ data class LocaleKey(val type: String, val path: String, val extra: String? = nu
* @author 坏黑
* @since 2023/8/6 02:44
*/
@Inject
@PlatformSide(Platform.BUKKIT)
object LocaleI18n {

Expand Down

0 comments on commit 79785df

Please sign in to comment.