mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-09-11 12:25:16 +00:00
7 lines
70 B
C#
7 lines
70 B
C#
namespace Ryujinx.HLE.Debugger
|
|
{
|
|
interface IMessage
|
|
{
|
|
}
|
|
}
|