mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-02 14:46:28 -05:00
8 lines
148 B
C#
8 lines
148 B
C#
|
namespace OpenDiablo2.Common.Models
|
|||
|
{
|
|||
|
public sealed class GlobalConfiguration
|
|||
|
{
|
|||
|
public string BaseDataPath { get; set; }
|
|||
|
}
|
|||
|
}
|