fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// FGUI控制器自动生成
|
||||
/// </summary>
|
||||
namespace FGUI.P10_reward
|
||||
{
|
||||
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;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b1dc6483269fac241b6d68d8360ad526
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// FGUI控制器自动生成
|
||||
/// </summary>
|
||||
namespace FGUI.P10_reward
|
||||
{
|
||||
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: b28df6fb7868cef4a922687d91c9392d
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user