~ruther/NosSmooth.Comms

ref: 105312436687e9edc6d9a5627831c6ef66278b1a NosSmooth.Comms/src/Core/NosSmooth.Comms.Abstractions/Messages/CommandMessage.cs -rw-r--r-- 314 bytes
10531243 — Rutherther feat: add client state 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
//
//  CommandMessage.cs
//
//  Copyright (c) František Boháček. All rights reserved.
//  Licensed under the MIT license. See LICENSE file in the project root for full license information.

using NosSmooth.Core.Commands;

namespace NosSmooth.Comms.Data.Messages;

public record CommandMessage(ICommand Command);