mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 13:04:05 +09:00
tooltipmanager
This commit is contained in:
@@ -27,7 +27,7 @@ typealias ItemID = String
|
||||
*
|
||||
* Created by minjaesong on 2016-01-16.
|
||||
*/
|
||||
abstract class GameItem(val originalID: ItemID) : Comparable<GameItem>, Cloneable, TaggedProp {
|
||||
abstract class GameItem(val originalID: ItemID) : TooltipListener(), Comparable<GameItem>, Cloneable, TaggedProp {
|
||||
|
||||
constructor() : this("-uninitialised-")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user