fix:1、修改命名空间和文件夹名字
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// FGUI控制器自动生成
|
||||
/// </summary>
|
||||
namespace FGUI.ZM_Reward_10
|
||||
{
|
||||
public partial class com_reward
|
||||
{
|
||||
/// <summary>
|
||||
/// 0:ad
|
||||
/// </summary>
|
||||
public int _Collect_ad = 0;
|
||||
/// <summary>
|
||||
/// 1:none
|
||||
/// </summary>
|
||||
public int _Collect_none = 1;
|
||||
/// <summary>
|
||||
/// 0:none
|
||||
/// </summary>
|
||||
public int _White_none = 0;
|
||||
/// <summary>
|
||||
/// 1:white
|
||||
/// </summary>
|
||||
public int _White_white = 1;
|
||||
}
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5798f89e0973641ac9765b3c0d23c35f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// FGUI控制器自动生成
|
||||
/// </summary>
|
||||
namespace FGUI.ZM_Reward_10
|
||||
{
|
||||
public partial class com_reward
|
||||
{
|
||||
/// <summary>
|
||||
/// 0:ad
|
||||
/// </summary>
|
||||
public const int Collect_ad = 0;
|
||||
/// <summary>
|
||||
/// 1:none
|
||||
/// </summary>
|
||||
public const int Collect_none = 1;
|
||||
/// <summary>
|
||||
/// 0:none
|
||||
/// </summary>
|
||||
public const int White_none = 0;
|
||||
/// <summary>
|
||||
/// 1:white
|
||||
/// </summary>
|
||||
public const int White_white = 1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6a4301e2972694a46931fd29410ff4e9
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user