mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-05 23:41:28 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace RemSox.Processing.IPC;
|
||||
|
||||
public abstract class Message
|
||||
{
|
||||
public int SenderProcessId { get; internal set; }
|
||||
}
|
||||
Reference in New Issue
Block a user