mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 00:56:19 +02:00
Reorganize project structure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace RemSox.Kernel.Processing.IPC;
|
||||
|
||||
public abstract class Message
|
||||
{
|
||||
public int SenderProcessId { get; internal set; }
|
||||
}
|
||||
Reference in New Issue
Block a user