diff options
| author | chai <chaifix@163.com> | 2021-01-25 14:28:30 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2021-01-25 14:28:30 +0800 |
| commit | 6eb915c129fc90c6f4c82ae097dd6ffad5239efc (patch) | |
| tree | 7dd2be50edf41f36b60fac84696e731c13afe617 /Client/Assets/Scripts/XMainClient/SetEffectInfo.cs | |
+scripts
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/SetEffectInfo.cs')
| -rw-r--r-- | Client/Assets/Scripts/XMainClient/SetEffectInfo.cs | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/SetEffectInfo.cs b/Client/Assets/Scripts/XMainClient/SetEffectInfo.cs new file mode 100644 index 00000000..b405df76 --- /dev/null +++ b/Client/Assets/Scripts/XMainClient/SetEffectInfo.cs @@ -0,0 +1,41 @@ +using System;
+
+namespace XMainClient
+{
+ public class SetEffectInfo
+ {
+ public bool body;
+
+ public bool name;
+
+ public bool quake;
+
+ public bool teammate;
+
+ public int music;
+
+ public int musicEffect;
+
+ public bool chat;
+
+ public bool strangerChat;
+
+ public bool friend;
+
+ public bool business;
+
+ public bool gang;
+
+ public bool team;
+
+ public int picture;
+
+ public bool worldSpeechOnOff = true;
+
+ public bool jiaZuSpeechOnOff = true;
+
+ public bool teamSpeechOnOff = true;
+
+ public bool showAllPlayers = false;
+ }
+}
|
