3 lines
100 B
C#
3 lines
100 B
C#
namespace Civilization.Shared.Commands;
|
|
|
|
public record SettleCityCommand(Guid UnitId) : BaseCommand; |