dump (another useless message)

This commit is contained in:
minjaesong
2018-08-05 21:57:18 +09:00
parent 24b2e2a2af
commit eee8a18875
130 changed files with 1350 additions and 563 deletions

View File

@@ -1,11 +1,9 @@
package net.torvald.terrarum.gameworld
import net.torvald.terrarum.modulecomputers.virtualcomputer.tvd.ByteArray64
/**
* Created by minjaesong on 2016-01-17.
*/
class MapLayer(val width: Int, val height: Int) : Iterable<Byte> {
open class MapLayer(val width: Int, val height: Int) : Iterable<Byte> {
internal @Volatile var data: ByteArray // in parallel programming: do not trust your register; always read freshly from RAM!