ball 项目提交
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace BallKingdomCrush
|
||||
{
|
||||
public class RespAdEventData
|
||||
{
|
||||
[JsonProperty("type")]
|
||||
public int type;
|
||||
}
|
||||
|
||||
public class RespAdRevenueEventData
|
||||
{
|
||||
[JsonProperty("type")]
|
||||
public int type;
|
||||
[JsonProperty("revenue")]
|
||||
public float revenue;
|
||||
}
|
||||
|
||||
public class RespGameTimeEventData
|
||||
{
|
||||
[JsonProperty("type")]
|
||||
public int type;
|
||||
[JsonProperty("second")]
|
||||
public int second;
|
||||
}
|
||||
|
||||
public class ResGameConfigData
|
||||
{
|
||||
[JsonProperty("conf_num")]
|
||||
public int conf_num;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5a77caaa8e4a54f2b8d29f94f6f68e27
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,18 @@
|
||||
namespace BallKingdomCrush
|
||||
{
|
||||
public class RespDebugData
|
||||
{
|
||||
public long uid;
|
||||
public string device;
|
||||
public string os_ver;
|
||||
public string network;
|
||||
public string device_id;
|
||||
public string pack_name;
|
||||
public string version;
|
||||
public string level;
|
||||
public string message;
|
||||
public string stacktrace;
|
||||
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,15 @@
|
||||
namespace BallKingdomCrush
|
||||
{
|
||||
public class RespLoginFunnelData
|
||||
{
|
||||
public long uid;
|
||||
public string trace_id;
|
||||
public string device_id;
|
||||
public string pack_name;
|
||||
public string version;
|
||||
public string channel;
|
||||
public string type;
|
||||
public string payload;
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f1f239ecb4377814a8d09a33c9ae35f5
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user