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

Session Management System #81

Closed Equinox- closed 7 years ago

Equinox- commented 7 years ago

Addresses #71

Provides a system for registering managers with specific sessions, and a system for tracking sessions over their lifecycle.

Backwards compatible; no managers have actually moved.

Equinox- commented 7 years ago

Fixes #71