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