mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 00:16:23 +02:00
6 lines
84 B
C#
6 lines
84 B
C#
namespace Ryujinx.HLE.Debugger
|
|
{
|
|
struct BreakInMessage : IMessage
|
|
{
|
|
}
|
|
}
|