Small change of message type assigning
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using System;
|
||||
using mROA.Implementation;
|
||||
|
||||
namespace mROA.Abstract
|
||||
{
|
||||
public interface ICommandExecution
|
||||
public interface ICommandExecution : INetworkMessage
|
||||
{
|
||||
Guid Id { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user