mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-23 06:09:59 -06:00
7 lines
81 B
C#
7 lines
81 B
C#
namespace Ryujinx.HLE.Debugger
|
|
{
|
|
struct KillMessage : IMessage
|
|
{
|
|
}
|
|
}
|