5 lines
140 B
C#
5 lines
140 B
C#
using Civilization.Shared.Commands;
|
|
|
|
namespace Civilization.Shared.Packets;
|
|
|
|
public record ClientMessage(int PlayerId, BaseCommand Command); |