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
UniqueKey
The unique named key for the DLC content.
string UniqueKey { get; }
Property Value
Version
The version information for the DLC content.
Version Version { get; }