fix:1、添加项目。2、基本箭头生成
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// FGUI控制器自动生成
|
||||
/// </summary>
|
||||
namespace FGUI.NetIdle_22
|
||||
{
|
||||
public partial class com_Netidle
|
||||
{
|
||||
/// <summary>
|
||||
/// 0:none
|
||||
/// </summary>
|
||||
public int _State_none = 0;
|
||||
/// <summary>
|
||||
/// 1:enterRoom
|
||||
/// </summary>
|
||||
public int _State_enterRoom = 1;
|
||||
}
|
||||
}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7cf116d0d6313624199eba6b7cee21a6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// FGUI控制器自动生成
|
||||
/// </summary>
|
||||
namespace FGUI.NetIdle_22
|
||||
{
|
||||
public partial class com_Netidle
|
||||
{
|
||||
/// <summary>
|
||||
/// 0:none
|
||||
/// </summary>
|
||||
public const int State_none = 0;
|
||||
/// <summary>
|
||||
/// 1:enterRoom
|
||||
/// </summary>
|
||||
public const int State_enterRoom = 1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d2f748e788830884b8caf8c6f1d0923a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user