8 lines
No EOL
166 B
C#
8 lines
No EOL
166 B
C#
using System.Collections.Generic;
|
|
|
|
namespace WingsEmu.Game.Ship.Configuration;
|
|
|
|
public interface IShipConfigurationProvider
|
|
{
|
|
IReadOnlyList<Ship> GetShips();
|
|
} |