Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.28 KB | None | 0 0
  1. package com.grinder.game.content.skill.skillable.impl.cons
  2.  
  3. import com.grinder.game.model.ButtonActions
  4.  
  5. object ConstructionActions {
  6.  
  7.     init {
  8.         ButtonActions.onClick(27653) {
  9.             val player = it.player
  10.             player.sendMessage("Test")
  11.         }
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement