Add Ping command
This commit is contained in:
@@ -8,7 +8,7 @@ namespace PlantBox.Shared.Communication.Commands
|
||||
/// A class serializable to a <see cref="CommandPacket"/>
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
public abstract class CommandSerializable<T>
|
||||
public abstract class CommandSerializable<T> where T : new()
|
||||
{
|
||||
/// <summary>
|
||||
/// Serialize all the values in a string <see cref="Array"/>,
|
||||
|
||||
Reference in New Issue
Block a user