mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 15:47:27 +00:00
7 lines
142 B
C#
7 lines
142 B
C#
namespace SabreTools.Models.BDPlus
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string SignatureString = "BDSVM_CC";
|
|
}
|
|
} |