tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
BridgeRegistration.cs
Go to the documentation of this file.
1using System;
2
4
6{
9 {
15 : base(disposeAction)
16 {
17 }
18 }
19}
BridgeRegistration(Action disposeAction)
Initializes a new instance of the BridgeRegistration class.
Runs a given disposeAction on Dispose.
readonly Action disposeAction
The Action to run on Dispose.