Profile Viewer Skill Page v1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package moe.nea.firmament.gui.profileviewer
|
||||
|
||||
import io.github.cottonmc.cotton.gui.widget.WWidget
|
||||
|
||||
interface ProfilePage {
|
||||
fun getElements(profileViewer: ProfileViewer): WWidget
|
||||
}
|
||||
Reference in New Issue
Block a user