exaV / screeps-kotlin-types

Screep's Kotlin type definitions
MIT License
17 stars 18 forks source link

lazyPerTick support null value #75

Closed cinling closed 2 years ago

cinling commented 2 years ago

code: val storeOwner: StoreOwner? by lazyPreTick { findStoreOwner() }

maybe it cannot find the StoreOwner, it should be null