mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 16:07:11 +02:00
7 lines
199 B
C#
7 lines
199 B
C#
namespace Ryujinx.Horizon.Sdk.Sf.Cmif
|
|
{
|
|
abstract partial class DomainServiceObject : ServerDomainBase, IServiceObject
|
|
{
|
|
public abstract ServerDomainBase GetServerDomain();
|
|
}
|
|
}
|