hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Content script dependencies #30

Closed GregHib closed 4 years ago

GregHib commented 4 years ago

All non-core content should be contained within Kotlin scripts.

Will the script loading system allow for a dependency on another? How will script dependencies affect testing?

GregHib commented 4 years ago

Kotlin scripts can't share variables or methods. Classes can be imported between script files though.