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