Skip to content

Commit

Permalink
namespace tostring
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jul 27, 2024
1 parent b9b2b20 commit 3fb5d3c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ package xyz.wagyourtail.unimined.mapping
import kotlin.jvm.JvmInline

@JvmInline
value class Namespace(val name: String)
value class Namespace(val name: String) {

override fun toString(): String = name

}

0 comments on commit 3fb5d3c

Please sign in to comment.