7 lines
108 B
C#
7 lines
108 B
C#
namespace NitroxModel.Packets.Processors.Abstract
|
|
{
|
|
public interface IProcessorContext
|
|
{
|
|
}
|
|
}
|