mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-02 07:27:18 +00:00
8 lines
196 B
C#
8 lines
196 B
C#
namespace Ryujinx.Horizon.Sdk.Sf.Cmif
|
|
{
|
|
abstract partial class DomainServiceObject : ServerDomainBase, IServiceObject
|
|
{
|
|
public abstract ServerDomainBase GetServerDomain();
|
|
}
|
|
}
|