tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ILegacyApiTransformable{TApiModel}.cs
Go to the documentation of this file.
2{
7 public interface ILegacyApiTransformable<out TApiModel>
8 {
13 TApiModel ToApi();
14 }
15}
Represents a host-side model that may be transformed into a TApiModel .
TApiModel ToApi()
Convert the ILegacyApiTransformable<TApiModel> to it's TApiModel .