Skip to content

Commit

Permalink
style: add author
Browse files Browse the repository at this point in the history
  • Loading branch information
DongShaoNB committed Jun 4, 2024
1 parent fb374e3 commit 5e989c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import org.bukkit.command.CommandExecutor
import org.bukkit.command.CommandSender
import org.bukkit.entity.Player

/**
* @author DongShaoNB
*/
class MainCommand : CommandExecutor {

override fun onCommand(sender: CommandSender, command: Command, label: String, args: Array<String>): Boolean {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import org.bukkit.command.Command
import org.bukkit.command.CommandSender
import org.bukkit.command.TabCompleter

/**
* @author DongShaoNB
*/
class MainTabCompleteListener : TabCompleter {

override fun onTabComplete(
Expand Down
3 changes: 3 additions & 0 deletions src/main/kotlin/cc/dsnb/bedrockplayersupport/util/TimeUtil.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package cc.dsnb.bedrockplayersupport.util

/**
* @author DongShaoNB
*/
object TimeUtil {

fun measureTimeMillis(code: () -> Unit): Long {
Expand Down

0 comments on commit 5e989c0

Please sign in to comment.