Table of Contents

Class GameDirectory

Namespace
MCM.Abstractions.GameFeatures
Assembly
MCMv5.dll
public record GameDirectory : IEquatable<GameDirectory>
Inheritance
GameDirectory
Implements
Inherited Members

Constructors

GameDirectory(PlatformDirectoryType, string)

public GameDirectory(PlatformDirectoryType Type, string Path)

Parameters

Type PlatformDirectoryType
Path string

Properties

Path

public string Path { get; init; }

Property Value

string

Type

public PlatformDirectoryType Type { get; init; }

Property Value

PlatformDirectoryType