mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-05 21:06:51 +00:00
7 lines
81 B
C#
7 lines
81 B
C#
namespace Ryujinx.HLE.Debugger
|
|
{
|
|
struct KillMessage : IMessage
|
|
{
|
|
}
|
|
}
|