Inventory UI on ingame

This commit is contained in:
Song Minjae
2017-04-09 03:35:18 +09:00
parent c5367f8f1c
commit 671048e1e1
20 changed files with 245 additions and 267 deletions

View File

@@ -32,10 +32,10 @@ import java.util.*
* Created by minjaesong on 16-07-11.
*/
object WeatherMixer {
lateinit var weatherList: HashMap<String, ArrayList<BaseModularWeather>>
var weatherList: HashMap<String, ArrayList<BaseModularWeather>>
lateinit var currentWeather: BaseModularWeather
lateinit var nextWeather: BaseModularWeather
var currentWeather: BaseModularWeather
var nextWeather: BaseModularWeather
lateinit var mixedWeather: BaseModularWeather