namespace WingsEmu.Game.Mates; public interface IMateTransportFactory { int GenerateTransportId(); }