TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Event Manager #130

Closed Equinox- closed 7 years ago

Equinox- commented 7 years ago

Central system to hook into events that occur and cancel them. A'la Minecraft Bukkit system.

Pass events as ref struct? Events get registered through the plugin manager so they can by unregistered in plugin unload?

Equinox- commented 7 years ago

Central system is finished, pending writing actual events.