mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
TE6 打飞机Demo
TE6 打飞机Demo
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
|
||||
namespace YooAsset.Editor
|
||||
{
|
||||
public class ScannerDefine
|
||||
{
|
||||
/// <summary>
|
||||
/// 报告文件签名
|
||||
/// </summary>
|
||||
public const string ReportFileSign = "596f6f4172745265706f7274";
|
||||
|
||||
/// <summary>
|
||||
/// 配置文件签名
|
||||
/// </summary>
|
||||
public const string SettingFileSign = "596f6f41727453657474696e67";
|
||||
|
||||
/// <summary>
|
||||
/// 报告文件的版本
|
||||
/// </summary>
|
||||
public const string ReportFileVersion = "1.0";
|
||||
|
||||
/// <summary>
|
||||
/// 配置文件的版本
|
||||
/// </summary>
|
||||
public const string SettingFileVersion = "1.0";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user