fix:1、添加项目。2、基本箭头生成

This commit is contained in:
2026-06-12 18:10:00 +08:00
commit 2d5012e37e
6588 changed files with 665673 additions and 0 deletions
@@ -0,0 +1,31 @@
using Newtonsoft.Json;
namespace ChillConnect
{
public class RespAdEventData
{
[JsonProperty("type")]
public int type;
}
public class RespGameTimeEventData
{
[JsonProperty("type")]
public int type;
[JsonProperty("second")]
public int second;
}
public class ResGameConfigData
{
[JsonProperty("conf_num")]
public int conf_num;
}
public class RespAdRevenueEventData
{
[JsonProperty("type")]
public int type;
[JsonProperty("revenue")]
public float revenue;
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 5a77caaa8e4a54f2b8d29f94f6f68e27
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,31 @@
using Newtonsoft.Json;
namespace ChillConnect
{
public class RespDebugData
{
[JsonProperty("uid")]
public long uid;
[JsonProperty("device")]
public string device;
[JsonProperty("os_ver")]
public string os_ver;
[JsonProperty("network")]
public string network;
[JsonProperty("device_id")]
public string device_id;
[JsonProperty("pack_name")]
public string pack_name;
[JsonProperty("version")]
public string version;
[JsonProperty("level")]
public string level;
[JsonProperty("message")]
public string message;
[JsonProperty("stacktrace")]
public string stacktrace;
[JsonProperty("channel")]
public string channel;
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 9f39e3d1bf01df045a747578f4116192
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,25 @@
using Newtonsoft.Json;
namespace ChillConnect
{
public class RespLoginFunnelData
{
[JsonProperty("uid")]
public long uid;
[JsonProperty("trace_id")]
public string trace_id;
[JsonProperty("device_id")]
public string device_id;
[JsonProperty("pack_name")]
public string pack_name;
[JsonProperty("version")]
public string version;
[JsonProperty("channel")]
public string channel;
[JsonProperty("type")]
public string type;
[JsonProperty("payload")]
public string payload;
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f1f239ecb4377814a8d09a33c9ae35f5
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: