Files
JJBB/Assets/Project/Script/Common/GameDefine/Version.cs
2024-08-23 15:49:34 +08:00

22 lines
883 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

///********************************************************************************
// * 文件名: Version.cs
// * 全路径: \Script\GlobeDefine\Version.cs
// * 创建人: wanghua
// * 创建时间2013-12-20
// *
// * 功能说明Version打版本用
// * 修改记录:
//*********************************************************************************/
//
///*
// * 客户端版本号格式A.B.C.D
// * ABCD的说明如下
// * A-游戏大版本号GameVersionB-代码版本号ProgramVersionC-公共资源版本号PublicResourceVersion,D-内部资源版本号PrivateResourceVersion.
// * 其中AB写在代码中即下面两个C配置在公共PublicConfig.txt文件中D记录在UserConfigData.cs的UserConfigData类中
//*/
//public enum VERSION
//{
//
// GameVersion = 0,
// ProgramVersion = 507,
//}