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
PlatformDirectoryTypePath
string
Properties
Path
public string Path { get; init; }
Property Value
Type
public PlatformDirectoryType Type { get; init; }