1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-02 09:16:28 -05:00
Files
ryujinx/Ryujinx/OsHle/Handles/HEvent.cs
gdkchan b7e1d9930d aloha
2018-02-04 20:08:20 -03:00

7 lines
65 B
C#

namespace Ryujinx.OsHle.Handles
{
class HEvent
{
}
}