Small change of message type assigning

This commit is contained in:
2025-03-31 10:34:04 +03:00
parent 62dde889d8
commit 2851a85d1c
38 changed files with 78 additions and 711 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
using System;
using mROA.Implementation;
namespace mROA.Abstract
{
public interface ICommandExecution
public interface ICommandExecution : INetworkMessage
{
Guid Id { get; set; }
}