6 lines
No EOL
105 B
C#
6 lines
No EOL
105 B
C#
namespace WingsEmu.Game.Mates;
|
|
|
|
public interface IMateTransportFactory
|
|
{
|
|
int GenerateTransportId();
|
|
} |