c5375b661b
broke data out into its own library. may be breaking changes with existing plugins
11 lines
256 B
C#
11 lines
256 B
C#
using SharedLibraryCore;
|
|
|
|
namespace Stats.Config
|
|
{
|
|
public class WeaponNameParserConfiguration
|
|
{
|
|
public Server.Game Game { get; set; }
|
|
public char[] Delimiters { get; set; }
|
|
public string WeaponSuffix { get; set; }
|
|
}
|
|
} |