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

This page was last modified at 07/17/2023 21:08:06 +03:00 (UTC).

Commit Message
Author:    Vitalii Mikhailov
Commit:    56212b30c9db4f0483bd688e2871513a31754ef3
Removed OpenSaveDialogs, replaced with net472 and netcoreapp3.1 targets

Added the ability to save Settings Packs