mirror of https://github.com/icedream/npsharp.git
MasterClientMessage.Deserialize is now a virtual function with default behavior of not deserializing any parameters.
parent
91aed86380
commit
d90ceaf1dc
|
@ -108,6 +108,8 @@ namespace NPSharp.Master.Messages
|
|||
return Name;
|
||||
}
|
||||
|
||||
protected abstract void Deserialize(string[] arguments);
|
||||
protected virtual void Deserialize(string[] arguments)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue