Kasuromi / GTFO-API

GNU General Public License v3.0
8 stars 7 forks source link

Added CoroutineDispatcher / Added Basic LiveEdit Support #37

Closed Flowaria closed 2 years ago

Flowaria commented 2 years ago

CoroutineDispatcher open up the API for opening persist Coroutine (or level session specific Coroutine) without making dummy type in every plugin

LiveEdit is Simplified use of FileSystemWatcher also without manually handle platform warning by each plugins

Kasuromi commented 2 years ago

Seems like an obscure utility to add to GTFO API. What is the motivation behind this?

Flowaria commented 2 years ago

To encourage other plugin developers to implement ability to editing config file while in-game. Without making extra gui button or using FileSystemWatcher by them self