Table of Contents

Interface IDLCNameInfo

Namespace
DLCToolkit
Assembly
DLCToolkit.dll

Access name information for a given DLC.

public interface IDLCNameInfo

Properties

Name

The friendly name of the DLC content.

string Name { get; }

Property Value

string

UniqueKey

The unique named key for the DLC content.

string UniqueKey { get; }

Property Value

string

Version

The version information for the DLC content.

Version Version { get; }

Property Value

Version