mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 11:34:05 +09:00
font update; ui remocon fix; save doc elaboration
UI RemoCon fix: RemoCon will no longer widen to the screen width when being used
This commit is contained in:
@@ -7,6 +7,11 @@ package net.torvald.terrarum.modulebasegame.gameactors
|
||||
*
|
||||
* NOTE: all canonical NPCs are must be HistoricalFigure!! (double excl mark, bitch)
|
||||
*
|
||||
* This interface is just a marker. Actual historical information must be contained as the Actor Value with:
|
||||
*
|
||||
* "__borntime" // time_t
|
||||
* "__deadtime" // time_t
|
||||
*
|
||||
* Created by minjaesong on 2016-10-10.
|
||||
*/
|
||||
interface HistoricalFigure {
|
||||
|
||||
Reference in New Issue
Block a user