mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-11 13:45:25 +00:00
7 lines
151 B
C#
7 lines
151 B
C#
namespace BinaryObjectScanner.Models.BDPlus
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string SignatureString = "BDSVM_CC";
|
|
}
|
|
} |