Guest User

Untitled

a guest
Apr 22nd, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class PlayerTraits(str : Int, dex : Int, wis : Int) {
  2. @CompilerControl(DONT_INLINE) def strCost: Int = str
  3. @CompilerControl(DONT_INLINE) def dexCost: Int = dex
  4. @CompilerControl(DONT_INLINE) def wisCost: Int = wis
  5. }
Add Comment
Please, Sign In to add comment