Table of Contents

Class GameFile

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

Constructors

GameFile(GameDirectory, string)

public GameFile(GameDirectory Owner, string Name)

Parameters

Owner GameDirectory
Name string

Properties

Name

public string Name { get; init; }

Property Value

string

Owner

public GameDirectory Owner { get; init; }

Property Value

GameDirectory