From 0c5f7fa085bab161368aa959a384e0ec8b912088 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期一, 26 五月 2025 11:01:48 +0800
Subject: [PATCH] 59 子 【常规】邮件系统 / 【常规】邮件系统-客户端 移除旧邮件系统现在不用的封包

---
 /dev/null      |   11 -----------
 Main/Mail.meta |    8 ++++++++
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/Main/Mail.meta b/Main/Mail.meta
new file mode 100644
index 0000000..a293ad6
--- /dev/null
+++ b/Main/Mail.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 41d19f3a7c060704d9f6f673a80c91d4
+folderAsset: yes
+DefaultImporter:
+  externalObjects: {}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 
diff --git a/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A6_tagCGReadCompensation.cs b/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A6_tagCGReadCompensation.cs
deleted file mode 100644
index 4898e85..0000000
--- a/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A6_tagCGReadCompensation.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using UnityEngine;
-using System.Collections;
-
-//A9 A6 设置邮件(补偿)已读状态 #tagCGReadCompensation

-

-public class CA9A6_tagCGReadCompensation : GameNetPackBasic {

-    public string GUID;

-

-    public CA9A6_tagCGReadCompensation () {

-        combineCmd = (ushort)0x1801;

-        _cmd = (ushort)0xA9A6;

-    }

-

-    public override void WriteToBytes () {

-        WriteBytes (GUID, NetDataType.Chars, 40);

-    }

-

-}

diff --git a/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A6_tagCGReadCompensation.cs.meta b/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A6_tagCGReadCompensation.cs.meta
deleted file mode 100644
index 290600a..0000000
--- a/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A6_tagCGReadCompensation.cs.meta
+++ /dev/null
@@ -1,12 +0,0 @@
-fileFormatVersion: 2
-guid: a2f3092300b10f740a290cb3c228f0c4
-timeCreated: 1502259166
-licenseType: Pro
-MonoImporter:
-  serializedVersion: 2
-  defaultReferences: []
-  executionOrder: 0
-  icon: {instanceID: 0}
-  userData: 
-  assetBundleName: 
-  assetBundleVariant: 
diff --git a/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A7_tagCGDelCompensation.cs b/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A7_tagCGDelCompensation.cs
deleted file mode 100644
index 2b1f124..0000000
--- a/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A7_tagCGDelCompensation.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using UnityEngine;
-using System.Collections;
-
-//A9 A7 鍒犻櫎閭欢锛堣ˉ鍋匡級 #tagCGDelCompensation
-
-public class CA9A7_tagCGDelCompensation : GameNetPackBasic {
-    public string GUID;
-
-    public CA9A7_tagCGDelCompensation () {
-        combineCmd = (ushort)0x1801;
-        _cmd = (ushort)0xA9A7;
-    }
-
-    public override void WriteToBytes () {
-        WriteBytes (GUID, NetDataType.Chars, 40);
-    }
-
-}
diff --git a/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A7_tagCGDelCompensation.cs.meta b/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A7_tagCGDelCompensation.cs.meta
deleted file mode 100644
index a874d41..0000000
--- a/Main/NetworkPackage/ClientPack/ClientToGameServer/CA9_Function/CA9A7_tagCGDelCompensation.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 012a799dbf31df04dae74b8e13dd4bf2
-MonoImporter:
-  externalObjects: {}
-  serializedVersion: 2
-  defaultReferences: []
-  executionOrder: 0
-  icon: {instanceID: 0}
-  userData: 
-  assetBundleName: 
-  assetBundleVariant: 

--
Gitblit v1.8.0