From 8b64fada634a94041b8e287903f119837eb313be Mon Sep 17 00:00:00 2001
From: "DESKTOP-B25GA9E\\W35" <1733709035@qq.com>
Date: Mon, 6 Mar 2023 13:58:05 +0800
Subject: [PATCH] delete personal data
---
Assets/DyExample.meta | 8 -
Assets/DyExample/BluetoothGateway.cs | 81 ----
Assets/DyExample/BluetoothGateway.cs.meta | 11 -
Assets/DyExample/HttpServerExample.unity | 422 ------------------
Assets/DyExample/HttpServerExample.unity.meta | 7 -
.../Example/Script/HttpServerExample.cs | 27 --
.../Example/Script/HttpServerExample.cs.meta | 11 -
7 files changed, 567 deletions(-)
delete mode 100644 Assets/DyExample.meta
delete mode 100644 Assets/DyExample/BluetoothGateway.cs
delete mode 100644 Assets/DyExample/BluetoothGateway.cs.meta
delete mode 100644 Assets/DyExample/HttpServerExample.unity
delete mode 100644 Assets/DyExample/HttpServerExample.unity.meta
delete mode 100644 Assets/MsgTransmitTools/Example/Script/HttpServerExample.cs
delete mode 100644 Assets/MsgTransmitTools/Example/Script/HttpServerExample.cs.meta
diff --git a/Assets/DyExample.meta b/Assets/DyExample.meta
deleted file mode 100644
index 60e5c23..0000000
--- a/Assets/DyExample.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: cdc27ec2fd28d2c43ba1eeb65b7e16b1
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/DyExample/BluetoothGateway.cs b/Assets/DyExample/BluetoothGateway.cs
deleted file mode 100644
index 3852c65..0000000
--- a/Assets/DyExample/BluetoothGateway.cs
+++ /dev/null
@@ -1,81 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using LitJson;
-using System;
-using JXSoft;
-
-namespace DYData {
- public struct BluetoothGatewayData:IResponse
- {
- ///
- ///
- ///
- public int v { get; set; }
- ///
- ///
- ///
- public int mid { get; set; }
- ///
- ///
- ///
- public int time { get; set; }
- ///
- /// 用时
- ///
- public string ip { get; set; }
- ///
- /// 地址
- ///
- public string mac { get; set; }
- ///
- /// 设备信息
- ///
- public List> devices { get; set; }
-
- private string exceptionMsg;
-
-
- public string findDataByMac(string mac) {
- foreach (List