Refactor more old object naming to scenery

This commit is contained in:
ceikry 2021-08-28 21:56:33 -05:00
parent 0a6a929c2f
commit 38f2579089
4 changed files with 543 additions and 2161 deletions

File diff suppressed because it is too large Load diff

View file

@ -41,7 +41,6 @@ import rs09.game.world.repository.Repository
import rs09.tools.stringtools.colorize
import java.util.*
import java.util.concurrent.CountDownLatch
import java.util.concurrent.Executors
import kotlin.math.pow
import kotlin.math.sqrt

View file

@ -8,7 +8,6 @@ import core.game.world.map.Location
import rs09.ServerStore.getBoolean
import rs09.ServerStore.getInt
import rs09.ServerStore.getString
import rs09.game.system.SystemLogger
import rs09.game.world.repository.Repository
/**

View file

@ -25,7 +25,6 @@ import rs09.ServerConstants
import rs09.game.content.activity.fishingtrawler.TrawlerLoot
import rs09.game.content.ame.RandomEvents
import rs09.game.ge.OfferManager
import rs09.game.interaction.SpadeDigListener
import rs09.game.node.entity.state.newsys.states.FarmingState
import rs09.game.system.SystemLogger
import rs09.game.system.command.Command
@ -34,9 +33,7 @@ import rs09.game.world.repository.Repository
import rs09.tools.stringtools.colorize
import java.awt.Toolkit
import java.awt.datatransfer.StringSelection
import java.lang.Integer.max
import java.util.*
import java.util.concurrent.TimeUnit
import kotlin.collections.ArrayList
@Initializable