mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
leak patched I guess
This commit is contained in:
@@ -9,7 +9,7 @@ import net.torvald.terrarum.gameactors.ActorID
|
||||
* Design goal: keep the inflation rate low, but not negative (Single market)
|
||||
* OR, give each faction (establishment) its own economy and watch them prosper/doomed (DF style)
|
||||
*
|
||||
* Created by SKYHi14 on 2017-04-23.
|
||||
* Created by minjaesong on 2017-04-23.
|
||||
*/
|
||||
class GameEconomy {
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import net.torvald.dataclass.Float16Bits
|
||||
/**
|
||||
* MapLayer that contains raw Float16 values
|
||||
*
|
||||
* Created by SKYHi14 on 2017-04-21.
|
||||
* Created by minjaesong on 2017-04-21.
|
||||
*/
|
||||
class MapLayerFloat(val width: Int, val height: Int) : Iterable<Float16Bits> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user