mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 01:49:39 -06:00
7 lines
70 B
C#
7 lines
70 B
C#
namespace Ryujinx.HLE.Debugger
|
|
{
|
|
interface IMessage
|
|
{
|
|
}
|
|
}
|