diff --git a/.gitignore b/.gitignore
index 8af868e8..4eba7a2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,22 +2,22 @@
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#
-/[Ll]ibrary/
-/[Tt]emp/
-/[Oo]bj/
-/[Bb]uild/
-/[Bb]uilds/
-/[Ll]ogs/
-/[Mm]emoryCaptures/
+TCG/[Ll]ibrary/
+TCG/[Tt]emp/
+TCG/[Oo]bj/
+TCG/[Bb]uild/
+TCG/[Bb]uilds/
+TCG/[Ll]ogs/
+TCG/[Mm]emoryCaptures/
# Asset meta data should only be ignored when the corresponding asset is also ignored
-!/[Aa]ssets/**/*.meta
+!TCG/[Aa]ssets/**/*.meta
# Uncomment this line if you wish to ignore the asset store tools plugin
-# /[Aa]ssets/AssetStoreTools*
+# TCG/[Aa]ssets/AssetStoreTools*
# Autogenerated Jetbrains Rider plugin
-[Aa]ssets/Plugins/Editor/JetBrains*
+TCG/[Aa]ssets/Plugins/Editor/JetBrains*
# Visual Studio cache directory
.vs/
diff --git a/TCG/.vsconfig b/TCG/.vsconfig
new file mode 100644
index 00000000..aade28f6
--- /dev/null
+++ b/TCG/.vsconfig
@@ -0,0 +1,6 @@
+{
+ "version": "1.0",
+ "components": [
+ "Microsoft.VisualStudio.Workload.ManagedGame"
+ ]
+}
diff --git a/TCG/Assets/Gameplay/CardText/Yellow/Units.meta b/TCG/Assets/Gameplay/CardText/Yellow/Units.meta
new file mode 100644
index 00000000..641431d2
--- /dev/null
+++ b/TCG/Assets/Gameplay/CardText/Yellow/Units.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 974bc1d14dd861c43981229d9de5585b
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.asset b/TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.asset
new file mode 100644
index 00000000..0ac7d6ea
--- /dev/null
+++ b/TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.asset
@@ -0,0 +1,17 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &11400000
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 2ff335faaaa313a4c97734f723505d0a, type: 3}
+ m_Name: JavelinTosserEntranceEffect
+ m_EditorClassIdentifier:
+ trigger: 1
+ fieldCard: {fileID: 0}
+ card: {fileID: 11400000, guid: 465775347a2d488418f8164f799cb765, type: 2}
diff --git a/TCG/Assets/Resources/Cards/Yellow/IterativePrototype.asset.meta b/TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.asset.meta
similarity index 79%
rename from TCG/Assets/Resources/Cards/Yellow/IterativePrototype.asset.meta
rename to TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.asset.meta
index 974656d1..0e56437a 100644
--- a/TCG/Assets/Resources/Cards/Yellow/IterativePrototype.asset.meta
+++ b/TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.asset.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: beb62e59b43611943b37607229096e9a
+guid: 3eda1d0fb7a7f7843a105d1a0a488020
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
diff --git a/TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.cs b/TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.cs
new file mode 100644
index 00000000..89bae2e9
--- /dev/null
+++ b/TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.cs
@@ -0,0 +1,12 @@
+using UnityEngine;
+
+[CreateAssetMenu (fileName = "JavelinTosserEntranceEffect", menuName = "Card Effects/Trigger/Yellow/Unit/JavelinTosserEntranceEffect")]
+public class JavelinTosserEntranceEffect : CardEffectTrigger
+{
+ [SerializeField] Card card;
+
+ public override CardEffect GetCardEffect()
+ {
+ return new JavelinTosserEffect (card, fieldCard.Player);
+ }
+}
diff --git a/TCG/Assets/_Scripts/GameManager.cs.meta b/TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.cs.meta
similarity index 83%
rename from TCG/Assets/_Scripts/GameManager.cs.meta
rename to TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.cs.meta
index 7a239fbb..c9971c6b 100644
--- a/TCG/Assets/_Scripts/GameManager.cs.meta
+++ b/TCG/Assets/Gameplay/CardText/Yellow/Units/JavelinTosserEntranceEffect.cs.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: b62ce9737f6c7d6489b6f048053c64a3
+guid: 2ff335faaaa313a4c97734f723505d0a
MonoImporter:
externalObjects: {}
serializedVersion: 2
diff --git a/TCG/Assets/NetworkPrefabs/Player.prefab b/TCG/Assets/NetworkPrefabs/Player.prefab
index 4155163a..1918c52e 100644
--- a/TCG/Assets/NetworkPrefabs/Player.prefab
+++ b/TCG/Assets/NetworkPrefabs/Player.prefab
@@ -70,7 +70,7 @@ MonoBehaviour:
copies: 2
- card: {fileID: 11400000, guid: 606da591aba12be4fab28b6781f4d87f, type: 2}
copies: 3
- - card: {fileID: 11400000, guid: c1da1338cbe2cc44abb5f40975e82994, type: 2}
+ - card: {fileID: 11400000, guid: f8c319a3befbf9b4d8ce2243825140ef, type: 2}
copies: 3
- card: {fileID: 11400000, guid: 323fb40fb6650ba4da2b2b155d8888f5, type: 2}
copies: 3
@@ -82,7 +82,7 @@ MonoBehaviour:
copies: 3
- card: {fileID: 11400000, guid: 465775347a2d488418f8164f799cb765, type: 2}
copies: 3
- - card: {fileID: 11400000, guid: ebb2580d841c1b648a9ebead7f126ae4, type: 2}
+ - card: {fileID: 11400000, guid: 912474eb2ec21714c960bd7d3f687f95, type: 2}
copies: 3
playerHero: {fileID: 0}
controledUnits: []
diff --git a/TCG/Assets/Prefabs/UI/PlayerController.prefab b/TCG/Assets/Prefabs/UI/PlayerController.prefab
index 1d37ef10..dbb80453 100644
--- a/TCG/Assets/Prefabs/UI/PlayerController.prefab
+++ b/TCG/Assets/Prefabs/UI/PlayerController.prefab
@@ -1669,6 +1669,12 @@ PrefabInstance:
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: be09199057526e04eaf93e86668fb4d7, type: 3}
+--- !u!224 &5146890686931904844 stripped
+RectTransform:
+ m_CorrespondingSourceObject: {fileID: 4914804745972887002, guid: be09199057526e04eaf93e86668fb4d7,
+ type: 3}
+ m_PrefabInstance: {fileID: 241374890069427350}
+ m_PrefabAsset: {fileID: 0}
--- !u!114 &3672449645957079141 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 3579975027292792051, guid: be09199057526e04eaf93e86668fb4d7,
@@ -1681,12 +1687,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 4fe798c6ad49ff34a9b6c8efbb24e0ae, type: 3}
m_Name:
m_EditorClassIdentifier:
---- !u!224 &5146890686931904844 stripped
-RectTransform:
- m_CorrespondingSourceObject: {fileID: 4914804745972887002, guid: be09199057526e04eaf93e86668fb4d7,
- type: 3}
- m_PrefabInstance: {fileID: 241374890069427350}
- m_PrefabAsset: {fileID: 0}
--- !u!1001 &499625752503355464
PrefabInstance:
m_ObjectHideFlags: 0
@@ -1694,6 +1694,16 @@ PrefabInstance:
m_Modification:
m_TransformParent: {fileID: 499625753408219367}
m_Modifications:
+ - target: {fileID: 1279239205442744481, guid: 2fa09fec442ab654da851029ea336293,
+ type: 3}
+ propertyPath: buttonText
+ value:
+ objectReference: {fileID: 5491203881166948254}
+ - target: {fileID: 1279239205442744481, guid: 2fa09fec442ab654da851029ea336293,
+ type: 3}
+ propertyPath: playerController
+ value:
+ objectReference: {fileID: 499625753408219384}
- target: {fileID: 5394092101069080680, guid: 2fa09fec442ab654da851029ea336293,
type: 3}
propertyPath: m_Name
@@ -1806,6 +1816,18 @@ PrefabInstance:
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 2fa09fec442ab654da851029ea336293, type: 3}
+--- !u!114 &5491203881166948254 stripped
+MonoBehaviour:
+ m_CorrespondingSourceObject: {fileID: 5394092100174893014, guid: 2fa09fec442ab654da851029ea336293,
+ type: 3}
+ m_PrefabInstance: {fileID: 499625752503355464}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
--- !u!114 &1670769208087247081 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 1279239205442744481, guid: 2fa09fec442ab654da851029ea336293,
@@ -2270,12 +2292,6 @@ PrefabInstance:
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: be09199057526e04eaf93e86668fb4d7, type: 3}
---- !u!224 &8651109388711916468 stripped
-RectTransform:
- m_CorrespondingSourceObject: {fileID: 4914804745972887002, guid: be09199057526e04eaf93e86668fb4d7,
- type: 3}
- m_PrefabInstance: {fileID: 4339797439778545262}
- m_PrefabAsset: {fileID: 0}
--- !u!114 &978598982167575197 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 3579975027292792051, guid: be09199057526e04eaf93e86668fb4d7,
@@ -2288,6 +2304,12 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 4fe798c6ad49ff34a9b6c8efbb24e0ae, type: 3}
m_Name:
m_EditorClassIdentifier:
+--- !u!224 &8651109388711916468 stripped
+RectTransform:
+ m_CorrespondingSourceObject: {fileID: 4914804745972887002, guid: be09199057526e04eaf93e86668fb4d7,
+ type: 3}
+ m_PrefabInstance: {fileID: 4339797439778545262}
+ m_PrefabAsset: {fileID: 0}
--- !u!1001 &6514648533363923270
PrefabInstance:
m_ObjectHideFlags: 0
@@ -2477,12 +2499,6 @@ PrefabInstance:
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 3599202f9881a7a4c94092cf8b86ba1b, type: 3}
---- !u!224 &62161535832696011 stripped
-RectTransform:
- m_CorrespondingSourceObject: {fileID: 6535982847674367373, guid: 3599202f9881a7a4c94092cf8b86ba1b,
- type: 3}
- m_PrefabInstance: {fileID: 6514648533363923270}
- m_PrefabAsset: {fileID: 0}
--- !u!114 &62161535832696009 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 6535982847674367375, guid: 3599202f9881a7a4c94092cf8b86ba1b,
@@ -2495,3 +2511,9 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: bebc2d9dcd030664c8fc0fc21629783b, type: 3}
m_Name:
m_EditorClassIdentifier:
+--- !u!224 &62161535832696011 stripped
+RectTransform:
+ m_CorrespondingSourceObject: {fileID: 6535982847674367373, guid: 3599202f9881a7a4c94092cf8b86ba1b,
+ type: 3}
+ m_PrefabInstance: {fileID: 6514648533363923270}
+ m_PrefabAsset: {fileID: 0}
diff --git a/TCG/Assets/Prefabs/UI/Turn Button.prefab b/TCG/Assets/Prefabs/UI/Turn Button.prefab
index 2fe9ad25..f41a9f2a 100644
--- a/TCG/Assets/Prefabs/UI/Turn Button.prefab
+++ b/TCG/Assets/Prefabs/UI/Turn Button.prefab
@@ -92,15 +92,15 @@ MonoBehaviour:
m_faceColor:
serializedVersion: 2
rgba: 4294967295
- m_fontSize: 40
+ m_fontSize: 30
m_fontSizeBase: 40
m_fontWeight: 400
- m_enableAutoSizing: 0
+ m_enableAutoSizing: 1
m_fontSizeMin: 18
- m_fontSizeMax: 72
+ m_fontSizeMax: 30
m_fontStyle: 0
- m_HorizontalAlignment: 2
- m_VerticalAlignment: 512
+ m_HorizontalAlignment: 32
+ m_VerticalAlignment: 4096
m_textAlignment: 65535
m_characterSpacing: 0
m_wordSpacing: 0
@@ -281,4 +281,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
button: {fileID: 5394092101069080693}
+ buttonText: {fileID: 0}
player: {fileID: 0}
+ canPress: 0
+ playerController: {fileID: 0}
diff --git a/TCG/Assets/Resources/Cards/Black/Abomination.asset b/TCG/Assets/Resources/Cards/Black/Abomination.asset
index 61d9cb72..a78527bc 100644
--- a/TCG/Assets/Resources/Cards/Black/Abomination.asset
+++ b/TCG/Assets/Resources/Cards/Black/Abomination.asset
@@ -14,7 +14,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
cardName: Abomination
cost: 1
- description: Tribute: Sacrifice 1.
+ description: Tribute: Sacrifice a unit.
color: 2
cardArt: {fileID: 10913, guid: 0000000000000000f000000000000000, type: 0}
cardType: 0
diff --git a/TCG/Assets/Resources/Cards/Green/ElvenSwordsman.asset b/TCG/Assets/Resources/Cards/Green/ElvenSwordsman.asset
index 85e736d7..d3829a1d 100644
--- a/TCG/Assets/Resources/Cards/Green/ElvenSwordsman.asset
+++ b/TCG/Assets/Resources/Cards/Green/ElvenSwordsman.asset
@@ -14,17 +14,17 @@ MonoBehaviour:
m_EditorClassIdentifier:
cardName: Elven Swordsman
cost: 2
- description: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua.
+ description:
color: 3
cardArt: {fileID: 10913, guid: 0000000000000000f000000000000000, type: 0}
cardType: 0
extraCost: {fileID: 0}
strength: 400
health: 100
- actionPoints: 2
movementSpeed: 1
attackRange: 1
cardEffects: []
+ cardEffectListeners: []
staticKeywords: 0
onPlayEffect: {fileID: 0}
+ actions: []
diff --git a/TCG/Assets/Resources/Cards/Green/Nurture.asset b/TCG/Assets/Resources/Cards/Green/Nurture.asset
index f55c4663..4b6c0dba 100644
--- a/TCG/Assets/Resources/Cards/Green/Nurture.asset
+++ b/TCG/Assets/Resources/Cards/Green/Nurture.asset
@@ -14,7 +14,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
cardName: Nurture
cost: 1
- description: Heal an allied target for 200. Draw 1.
+ description: "Heal an allied target for 200. \nDraw 1."
color: 3
cardArt: {fileID: 0}
cardType: 1
diff --git a/TCG/Assets/Resources/Cards/Yellow/IterativePrototype.asset b/TCG/Assets/Resources/Cards/Yellow/IterativePrototype.asset
deleted file mode 100644
index 55da4a92..00000000
--- a/TCG/Assets/Resources/Cards/Yellow/IterativePrototype.asset
+++ /dev/null
@@ -1,22 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!114 &11400000
-MonoBehaviour:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 0}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 94dd13c0caf2dad43a67c5390b0a842a, type: 3}
- m_Name: IterativePrototype
- m_EditorClassIdentifier:
- cardName: Iterative Prototype
- cost: 1
- description: Discard 1. Insert 3 copies of it. Draw 1.
- color: 4
- cardArt: {fileID: 0}
- cardType: 1
- extraCost: {fileID: 0}
- spell: {fileID: 0}
diff --git a/TCG/Assets/Resources/Cards/Yellow/JavelinTosser.asset b/TCG/Assets/Resources/Cards/Yellow/JavelinTosser.asset
new file mode 100644
index 00000000..5012d9da
--- /dev/null
+++ b/TCG/Assets/Resources/Cards/Yellow/JavelinTosser.asset
@@ -0,0 +1,32 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &11400000
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 07bffd1aee5804b45b9a1bb7f6f14641, type: 3}
+ m_Name: JavelinTosser
+ m_EditorClassIdentifier:
+ cardName: Javelin Tosser
+ cost: 2
+ description: Draw a Sun-Tipped Javelin if you have
+ one in your Junkyard.
+ color: 4
+ cardArt: {fileID: 10913, guid: 0000000000000000f000000000000000, type: 0}
+ cardType: 0
+ extraCost: {fileID: 0}
+ strength: 200
+ health: 100
+ movementSpeed: 1
+ attackRange: 2
+ cardEffects:
+ - {fileID: 11400000, guid: 3eda1d0fb7a7f7843a105d1a0a488020, type: 2}
+ cardEffectListeners: []
+ staticKeywords: 0
+ onPlayEffect: {fileID: 0}
+ actions: []
diff --git a/TCG/Assets/Resources/Cards/Yellow/JavelinTosser.asset.meta b/TCG/Assets/Resources/Cards/Yellow/JavelinTosser.asset.meta
new file mode 100644
index 00000000..d4cc9a4f
--- /dev/null
+++ b/TCG/Assets/Resources/Cards/Yellow/JavelinTosser.asset.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 912474eb2ec21714c960bd7d3f687f95
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/TCG/Assets/Resources/Cards/Yellow/SolarTelumancer.asset b/TCG/Assets/Resources/Cards/Yellow/SolarTelumancer.asset
new file mode 100644
index 00000000..d4e723d1
--- /dev/null
+++ b/TCG/Assets/Resources/Cards/Yellow/SolarTelumancer.asset
@@ -0,0 +1,32 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &11400000
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 07bffd1aee5804b45b9a1bb7f6f14641, type: 3}
+ m_Name: SolarTelumancer
+ m_EditorClassIdentifier:
+ cardName: Solar Telumancer
+ cost: 4
+ description: 'Telumancy(2 mana): Create a Brief Sun-Tipped
+ Javelin in hand.'
+ color: 4
+ cardArt: {fileID: 0}
+ cardType: 0
+ extraCost: {fileID: 0}
+ strength: 300
+ health: 300
+ movementSpeed: 2
+ attackRange: 1
+ cardEffects: []
+ cardEffectListeners: []
+ staticKeywords: 0
+ onPlayEffect: {fileID: 0}
+ actions:
+ - {fileID: 11400000, guid: a3a66d043d8376f469ee0f97c27a9828, type: 2}
diff --git a/TCG/Assets/Resources/Cards/Yellow/SolarTelumancer.asset.meta b/TCG/Assets/Resources/Cards/Yellow/SolarTelumancer.asset.meta
new file mode 100644
index 00000000..21e63879
--- /dev/null
+++ b/TCG/Assets/Resources/Cards/Yellow/SolarTelumancer.asset.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: f8c319a3befbf9b4d8ce2243825140ef
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/TCG/Assets/Resources/TargetorEffects/ActionAbility/Telumancy.asset b/TCG/Assets/Resources/TargetorEffects/ActionAbility/Telumancy.asset
new file mode 100644
index 00000000..1ff78775
--- /dev/null
+++ b/TCG/Assets/Resources/TargetorEffects/ActionAbility/Telumancy.asset
@@ -0,0 +1,23 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &11400000
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 844e0c29f174ad545b9737b103fb741a, type: 3}
+ m_Name: Telumancy
+ m_EditorClassIdentifier:
+ abilityName: Telumancy
+ speed: 0
+ targetTypes:
+ description: Create a Brief Sun-Tipped Javelin in hand.
+ manaCost: 2
+ usesActionPoint: 0
+ extraCost: {fileID: 0}
+ card: {fileID: 11400000, guid: 465775347a2d488418f8164f799cb765, type: 2}
+ isBrief: 1
diff --git a/TCG/Assets/Resources/TargetorEffects/ActionAbility/Telumancy.asset.meta b/TCG/Assets/Resources/TargetorEffects/ActionAbility/Telumancy.asset.meta
new file mode 100644
index 00000000..069f9304
--- /dev/null
+++ b/TCG/Assets/Resources/TargetorEffects/ActionAbility/Telumancy.asset.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: a3a66d043d8376f469ee0f97c27a9828
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 11400000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/TCG/Assets/Resources/TargetorEffects/Spells/Nurture.asset b/TCG/Assets/Resources/TargetorEffects/Spells/Nurture.asset
index df027fa3..138a253a 100644
--- a/TCG/Assets/Resources/TargetorEffects/Spells/Nurture.asset
+++ b/TCG/Assets/Resources/TargetorEffects/Spells/Nurture.asset
@@ -13,7 +13,7 @@ MonoBehaviour:
m_Name: Nurture
m_EditorClassIdentifier:
abilityName: Nurture
- speed: 0
+ speed: 1
targetTypes: 01000000
description: Heal an allied target for 200. Draw 1.
healAmount: 200
diff --git a/TCG/Assets/Scenes/Scene.unity b/TCG/Assets/Scenes/Scene.unity
index 9ff925ef..fa7abcf2 100644
--- a/TCG/Assets/Scenes/Scene.unity
+++ b/TCG/Assets/Scenes/Scene.unity
@@ -38,7 +38,7 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0}
- m_IndirectSpecularColor: {r: 0.18028378, g: 0.22571412, b: 0.30692285, a: 1}
+ m_IndirectSpecularColor: {r: 0.18028334, g: 0.22571328, b: 0.3069217, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
@@ -189,6 +189,708 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 5
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1 &558000322
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 558000323}
+ - component: {fileID: 558000325}
+ - component: {fileID: 558000324}
+ m_Layer: 5
+ m_Name: Port
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!224 &558000323
+RectTransform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 558000322}
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_Children: []
+ m_Father: {fileID: 2025227183}
+ m_RootOrder: 2
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+ m_AnchorMin: {x: 0, y: 1}
+ m_AnchorMax: {x: 0, y: 1}
+ m_AnchoredPosition: {x: -10, y: 465}
+ m_SizeDelta: {x: 200, y: 50}
+ m_Pivot: {x: 0.5, y: 0.5}
+--- !u!114 &558000324
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 558000322}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Material: {fileID: 0}
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
+ m_RaycastTarget: 1
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
+ m_Maskable: 1
+ m_OnCullStateChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_text: 'Port:'
+ m_isRightToLeft: 0
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_fontSharedMaterials: []
+ m_fontMaterial: {fileID: 0}
+ m_fontMaterials: []
+ m_fontColor32:
+ serializedVersion: 2
+ rgba: 4294967295
+ m_fontColor: {r: 1, g: 1, b: 1, a: 1}
+ m_enableVertexGradient: 0
+ m_colorMode: 3
+ m_fontColorGradient:
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
+ topRight: {r: 1, g: 1, b: 1, a: 1}
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
+ m_fontColorGradientPreset: {fileID: 0}
+ m_spriteAsset: {fileID: 0}
+ m_tintAllSprites: 0
+ m_StyleSheet: {fileID: 0}
+ m_TextStyleHashCode: -1183493901
+ m_overrideHtmlColors: 0
+ m_faceColor:
+ serializedVersion: 2
+ rgba: 4294967295
+ m_fontSize: 20
+ m_fontSizeBase: 20
+ m_fontWeight: 400
+ m_enableAutoSizing: 0
+ m_fontSizeMin: 18
+ m_fontSizeMax: 72
+ m_fontStyle: 0
+ m_HorizontalAlignment: 1
+ m_VerticalAlignment: 512
+ m_textAlignment: 65535
+ m_characterSpacing: 0
+ m_wordSpacing: 0
+ m_lineSpacing: 0
+ m_lineSpacingMax: 0
+ m_paragraphSpacing: 0
+ m_charWidthMaxAdj: 0
+ m_enableWordWrapping: 1
+ m_wordWrappingRatios: 0.4
+ m_overflowMode: 0
+ m_linkedTextComponent: {fileID: 0}
+ parentLinkedComponent: {fileID: 0}
+ m_enableKerning: 1
+ m_enableExtraPadding: 0
+ checkPaddingRequired: 0
+ m_isRichText: 1
+ m_parseCtrlCharacters: 1
+ m_isOrthographic: 1
+ m_isCullingEnabled: 0
+ m_horizontalMapping: 0
+ m_verticalMapping: 0
+ m_uvLineOffset: 0
+ m_geometrySortingOrder: 0
+ m_IsTextObjectScaleStatic: 0
+ m_VertexBufferAutoSizeReduction: 1
+ m_useMaxVisibleDescender: 1
+ m_pageToDisplay: 1
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
+ m_isUsingLegacyAnimationComponent: 0
+ m_isVolumetricText: 0
+ m_hasFontAssetChanged: 0
+ m_baseMaterial: {fileID: 0}
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
+--- !u!222 &558000325
+CanvasRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 558000322}
+ m_CullTransparentMesh: 1
+--- !u!1 &675614838
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 675614839}
+ - component: {fileID: 675614842}
+ - component: {fileID: 675614841}
+ - component: {fileID: 675614840}
+ m_Layer: 5
+ m_Name: Placeholder
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!224 &675614839
+RectTransform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 675614838}
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_Children: []
+ m_Father: {fileID: 966470020}
+ m_RootOrder: 0
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+ m_AnchorMin: {x: 0, y: 0}
+ m_AnchorMax: {x: 1, y: 1}
+ m_AnchoredPosition: {x: 0, y: 0}
+ m_SizeDelta: {x: 0, y: 0}
+ m_Pivot: {x: 0.5, y: 0.5}
+--- !u!114 &675614840
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 675614838}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 306cc8c2b49d7114eaa3623786fc2126, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_IgnoreLayout: 1
+ m_MinWidth: -1
+ m_MinHeight: -1
+ m_PreferredWidth: -1
+ m_PreferredHeight: -1
+ m_FlexibleWidth: -1
+ m_FlexibleHeight: -1
+ m_LayoutPriority: 1
+--- !u!114 &675614841
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 675614838}
+ m_Enabled: 0
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Material: {fileID: 0}
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
+ m_RaycastTarget: 1
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
+ m_Maskable: 1
+ m_OnCullStateChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_text: Enter text...
+ m_isRightToLeft: 0
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_fontSharedMaterials: []
+ m_fontMaterial: {fileID: 0}
+ m_fontMaterials: []
+ m_fontColor32:
+ serializedVersion: 2
+ rgba: 2150773298
+ m_fontColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 0.5}
+ m_enableVertexGradient: 0
+ m_colorMode: 3
+ m_fontColorGradient:
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
+ topRight: {r: 1, g: 1, b: 1, a: 1}
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
+ m_fontColorGradientPreset: {fileID: 0}
+ m_spriteAsset: {fileID: 0}
+ m_tintAllSprites: 0
+ m_StyleSheet: {fileID: 0}
+ m_TextStyleHashCode: -1183493901
+ m_overrideHtmlColors: 0
+ m_faceColor:
+ serializedVersion: 2
+ rgba: 4294967295
+ m_fontSize: 14
+ m_fontSizeBase: 14
+ m_fontWeight: 400
+ m_enableAutoSizing: 0
+ m_fontSizeMin: 18
+ m_fontSizeMax: 72
+ m_fontStyle: 2
+ m_HorizontalAlignment: 1
+ m_VerticalAlignment: 256
+ m_textAlignment: 65535
+ m_characterSpacing: 0
+ m_wordSpacing: 0
+ m_lineSpacing: 0
+ m_lineSpacingMax: 0
+ m_paragraphSpacing: 0
+ m_charWidthMaxAdj: 0
+ m_enableWordWrapping: 0
+ m_wordWrappingRatios: 0.4
+ m_overflowMode: 0
+ m_linkedTextComponent: {fileID: 0}
+ parentLinkedComponent: {fileID: 0}
+ m_enableKerning: 1
+ m_enableExtraPadding: 1
+ checkPaddingRequired: 0
+ m_isRichText: 1
+ m_parseCtrlCharacters: 1
+ m_isOrthographic: 1
+ m_isCullingEnabled: 0
+ m_horizontalMapping: 0
+ m_verticalMapping: 0
+ m_uvLineOffset: 0
+ m_geometrySortingOrder: 0
+ m_IsTextObjectScaleStatic: 0
+ m_VertexBufferAutoSizeReduction: 1
+ m_useMaxVisibleDescender: 1
+ m_pageToDisplay: 1
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
+ m_isUsingLegacyAnimationComponent: 0
+ m_isVolumetricText: 0
+ m_hasFontAssetChanged: 0
+ m_baseMaterial: {fileID: 0}
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
+--- !u!222 &675614842
+CanvasRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 675614838}
+ m_CullTransparentMesh: 1
+--- !u!1 &805087412
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 805087413}
+ - component: {fileID: 805087415}
+ - component: {fileID: 805087414}
+ m_Layer: 5
+ m_Name: Text
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!224 &805087413
+RectTransform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 805087412}
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_Children: []
+ m_Father: {fileID: 966470020}
+ m_RootOrder: 1
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+ m_AnchorMin: {x: 0, y: 0}
+ m_AnchorMax: {x: 1, y: 1}
+ m_AnchoredPosition: {x: 0, y: 0}
+ m_SizeDelta: {x: 0, y: 0}
+ m_Pivot: {x: 0.5, y: 0.5}
+--- !u!114 &805087414
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 805087412}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Material: {fileID: 0}
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
+ m_RaycastTarget: 1
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
+ m_Maskable: 1
+ m_OnCullStateChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_text: "127.0.0.1\u200B"
+ m_isRightToLeft: 0
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_fontSharedMaterials: []
+ m_fontMaterial: {fileID: 0}
+ m_fontMaterials: []
+ m_fontColor32:
+ serializedVersion: 2
+ rgba: 4281479730
+ m_fontColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
+ m_enableVertexGradient: 0
+ m_colorMode: 3
+ m_fontColorGradient:
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
+ topRight: {r: 1, g: 1, b: 1, a: 1}
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
+ m_fontColorGradientPreset: {fileID: 0}
+ m_spriteAsset: {fileID: 0}
+ m_tintAllSprites: 0
+ m_StyleSheet: {fileID: 0}
+ m_TextStyleHashCode: -1183493901
+ m_overrideHtmlColors: 0
+ m_faceColor:
+ serializedVersion: 2
+ rgba: 4294967295
+ m_fontSize: 14
+ m_fontSizeBase: 14
+ m_fontWeight: 400
+ m_enableAutoSizing: 0
+ m_fontSizeMin: 18
+ m_fontSizeMax: 72
+ m_fontStyle: 0
+ m_HorizontalAlignment: 1
+ m_VerticalAlignment: 256
+ m_textAlignment: 65535
+ m_characterSpacing: 0
+ m_wordSpacing: 0
+ m_lineSpacing: 0
+ m_lineSpacingMax: 0
+ m_paragraphSpacing: 0
+ m_charWidthMaxAdj: 0
+ m_enableWordWrapping: 0
+ m_wordWrappingRatios: 0.4
+ m_overflowMode: 0
+ m_linkedTextComponent: {fileID: 0}
+ parentLinkedComponent: {fileID: 0}
+ m_enableKerning: 1
+ m_enableExtraPadding: 1
+ checkPaddingRequired: 0
+ m_isRichText: 1
+ m_parseCtrlCharacters: 1
+ m_isOrthographic: 1
+ m_isCullingEnabled: 0
+ m_horizontalMapping: 0
+ m_verticalMapping: 0
+ m_uvLineOffset: 0
+ m_geometrySortingOrder: 0
+ m_IsTextObjectScaleStatic: 0
+ m_VertexBufferAutoSizeReduction: 1
+ m_useMaxVisibleDescender: 1
+ m_pageToDisplay: 1
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
+ m_isUsingLegacyAnimationComponent: 0
+ m_isVolumetricText: 0
+ m_hasFontAssetChanged: 0
+ m_baseMaterial: {fileID: 0}
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
+--- !u!222 &805087415
+CanvasRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 805087412}
+ m_CullTransparentMesh: 1
+--- !u!1 &953364249
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 953364250}
+ - component: {fileID: 953364253}
+ - component: {fileID: 953364252}
+ - component: {fileID: 953364251}
+ m_Layer: 5
+ m_Name: Address
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!224 &953364250
+RectTransform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 953364249}
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_Children:
+ - {fileID: 966470020}
+ m_Father: {fileID: 2025227183}
+ m_RootOrder: 1
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+ m_AnchorMin: {x: 0, y: 1}
+ m_AnchorMax: {x: 0, y: 1}
+ m_AnchoredPosition: {x: -210, y: 440}
+ m_SizeDelta: {x: 160, y: 30}
+ m_Pivot: {x: 0.5, y: 0.5}
+--- !u!114 &953364251
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 953364249}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 2da0c512f12947e489f739169773d7ca, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Navigation:
+ m_Mode: 3
+ m_WrapAround: 0
+ m_SelectOnUp: {fileID: 0}
+ m_SelectOnDown: {fileID: 0}
+ m_SelectOnLeft: {fileID: 0}
+ m_SelectOnRight: {fileID: 0}
+ m_Transition: 1
+ m_Colors:
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
+ m_ColorMultiplier: 1
+ m_FadeDuration: 0.1
+ m_SpriteState:
+ m_HighlightedSprite: {fileID: 0}
+ m_PressedSprite: {fileID: 0}
+ m_SelectedSprite: {fileID: 0}
+ m_DisabledSprite: {fileID: 0}
+ m_AnimationTriggers:
+ m_NormalTrigger: Normal
+ m_HighlightedTrigger: Highlighted
+ m_PressedTrigger: Pressed
+ m_SelectedTrigger: Selected
+ m_DisabledTrigger: Disabled
+ m_Interactable: 1
+ m_TargetGraphic: {fileID: 953364252}
+ m_TextViewport: {fileID: 966470020}
+ m_TextComponent: {fileID: 805087414}
+ m_Placeholder: {fileID: 675614841}
+ m_VerticalScrollbar: {fileID: 0}
+ m_VerticalScrollbarEventHandler: {fileID: 0}
+ m_LayoutGroup: {fileID: 0}
+ m_ScrollSensitivity: 1
+ m_ContentType: 0
+ m_InputType: 0
+ m_AsteriskChar: 42
+ m_KeyboardType: 0
+ m_LineType: 0
+ m_HideMobileInput: 0
+ m_HideSoftKeyboard: 0
+ m_CharacterValidation: 0
+ m_RegexValue:
+ m_GlobalPointSize: 14
+ m_CharacterLimit: 0
+ m_OnEndEdit:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnSubmit:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnSelect:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnDeselect:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnTextSelection:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnEndTextSelection:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnValueChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnTouchScreenKeyboardStatusChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_CaretColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
+ m_CustomCaretColor: 0
+ m_SelectionColor: {r: 0.65882355, g: 0.80784315, b: 1, a: 0.7529412}
+ m_Text: 127.0.0.1
+ m_CaretBlinkRate: 0.85
+ m_CaretWidth: 1
+ m_ReadOnly: 0
+ m_RichText: 1
+ m_GlobalFontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_OnFocusSelectAll: 1
+ m_ResetOnDeActivation: 1
+ m_RestoreOriginalTextOnEscape: 1
+ m_isRichTextEditingAllowed: 0
+ m_LineLimit: 0
+ m_InputValidator: {fileID: 0}
+--- !u!114 &953364252
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 953364249}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Material: {fileID: 0}
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
+ m_RaycastTarget: 1
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
+ m_Maskable: 1
+ m_OnCullStateChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_Sprite: {fileID: 10911, guid: 0000000000000000f000000000000000, type: 0}
+ m_Type: 1
+ m_PreserveAspect: 0
+ m_FillCenter: 1
+ m_FillMethod: 4
+ m_FillAmount: 1
+ m_FillClockwise: 1
+ m_FillOrigin: 0
+ m_UseSpriteMesh: 0
+ m_PixelsPerUnitMultiplier: 1
+--- !u!222 &953364253
+CanvasRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 953364249}
+ m_CullTransparentMesh: 1
+--- !u!1 &966470019
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 966470020}
+ - component: {fileID: 966470021}
+ m_Layer: 5
+ m_Name: Text Area
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!224 &966470020
+RectTransform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 966470019}
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_Children:
+ - {fileID: 675614839}
+ - {fileID: 805087413}
+ m_Father: {fileID: 953364250}
+ m_RootOrder: 0
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+ m_AnchorMin: {x: 0, y: 0}
+ m_AnchorMax: {x: 1, y: 1}
+ m_AnchoredPosition: {x: 0, y: -0.5}
+ m_SizeDelta: {x: -20, y: -13}
+ m_Pivot: {x: 0.5, y: 0.5}
+--- !u!114 &966470021
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 966470019}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 3312d7739989d2b4e91e6319e9a96d76, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Padding: {x: -8, y: -5, z: -8, w: -5}
+ m_Softness: {x: 0, y: 0}
+--- !u!1 &986591107
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 986591108}
+ - component: {fileID: 986591109}
+ m_Layer: 5
+ m_Name: Text Area
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!224 &986591108
+RectTransform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 986591107}
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_Children:
+ - {fileID: 1643275752}
+ - {fileID: 1415252470}
+ m_Father: {fileID: 1754251082}
+ m_RootOrder: 0
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+ m_AnchorMin: {x: 0, y: 0}
+ m_AnchorMax: {x: 1, y: 1}
+ m_AnchoredPosition: {x: 0, y: -0.5}
+ m_SizeDelta: {x: -20, y: -13}
+ m_Pivot: {x: 0.5, y: 0.5}
+--- !u!114 &986591109
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 986591107}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 3312d7739989d2b4e91e6319e9a96d76, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Padding: {x: -8, y: -5, z: -8, w: -5}
+ m_Softness: {x: 0, y: 0}
--- !u!1 &1313875882
GameObject:
m_ObjectHideFlags: 0
@@ -429,6 +1131,604 @@ MonoBehaviour:
m_RequiresDepthTexture: 0
m_RequiresColorTexture: 0
m_Version: 2
+--- !u!1 &1415252469
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1415252470}
+ - component: {fileID: 1415252472}
+ - component: {fileID: 1415252471}
+ m_Layer: 5
+ m_Name: Text
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!224 &1415252470
+RectTransform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1415252469}
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_Children: []
+ m_Father: {fileID: 986591108}
+ m_RootOrder: 1
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+ m_AnchorMin: {x: 0, y: 0}
+ m_AnchorMax: {x: 1, y: 1}
+ m_AnchoredPosition: {x: 0, y: 0}
+ m_SizeDelta: {x: 0, y: 0}
+ m_Pivot: {x: 0.5, y: 0.5}
+--- !u!114 &1415252471
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1415252469}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Material: {fileID: 0}
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
+ m_RaycastTarget: 1
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
+ m_Maskable: 1
+ m_OnCullStateChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_text: "7777\u200B"
+ m_isRightToLeft: 0
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_fontSharedMaterials: []
+ m_fontMaterial: {fileID: 0}
+ m_fontMaterials: []
+ m_fontColor32:
+ serializedVersion: 2
+ rgba: 4281479730
+ m_fontColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
+ m_enableVertexGradient: 0
+ m_colorMode: 3
+ m_fontColorGradient:
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
+ topRight: {r: 1, g: 1, b: 1, a: 1}
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
+ m_fontColorGradientPreset: {fileID: 0}
+ m_spriteAsset: {fileID: 0}
+ m_tintAllSprites: 0
+ m_StyleSheet: {fileID: 0}
+ m_TextStyleHashCode: -1183493901
+ m_overrideHtmlColors: 0
+ m_faceColor:
+ serializedVersion: 2
+ rgba: 4294967295
+ m_fontSize: 14
+ m_fontSizeBase: 14
+ m_fontWeight: 400
+ m_enableAutoSizing: 0
+ m_fontSizeMin: 18
+ m_fontSizeMax: 72
+ m_fontStyle: 0
+ m_HorizontalAlignment: 1
+ m_VerticalAlignment: 256
+ m_textAlignment: 65535
+ m_characterSpacing: 0
+ m_wordSpacing: 0
+ m_lineSpacing: 0
+ m_lineSpacingMax: 0
+ m_paragraphSpacing: 0
+ m_charWidthMaxAdj: 0
+ m_enableWordWrapping: 0
+ m_wordWrappingRatios: 0.4
+ m_overflowMode: 0
+ m_linkedTextComponent: {fileID: 0}
+ parentLinkedComponent: {fileID: 0}
+ m_enableKerning: 1
+ m_enableExtraPadding: 1
+ checkPaddingRequired: 0
+ m_isRichText: 1
+ m_parseCtrlCharacters: 1
+ m_isOrthographic: 1
+ m_isCullingEnabled: 0
+ m_horizontalMapping: 0
+ m_verticalMapping: 0
+ m_uvLineOffset: 0
+ m_geometrySortingOrder: 0
+ m_IsTextObjectScaleStatic: 0
+ m_VertexBufferAutoSizeReduction: 1
+ m_useMaxVisibleDescender: 1
+ m_pageToDisplay: 1
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
+ m_isUsingLegacyAnimationComponent: 0
+ m_isVolumetricText: 0
+ m_hasFontAssetChanged: 0
+ m_baseMaterial: {fileID: 0}
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
+--- !u!222 &1415252472
+CanvasRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1415252469}
+ m_CullTransparentMesh: 1
+--- !u!1 &1643275751
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1643275752}
+ - component: {fileID: 1643275755}
+ - component: {fileID: 1643275754}
+ - component: {fileID: 1643275753}
+ m_Layer: 5
+ m_Name: Placeholder
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!224 &1643275752
+RectTransform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1643275751}
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_Children: []
+ m_Father: {fileID: 986591108}
+ m_RootOrder: 0
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+ m_AnchorMin: {x: 0, y: 0}
+ m_AnchorMax: {x: 1, y: 1}
+ m_AnchoredPosition: {x: 0, y: 0}
+ m_SizeDelta: {x: 0, y: 0}
+ m_Pivot: {x: 0.5, y: 0.5}
+--- !u!114 &1643275753
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1643275751}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 306cc8c2b49d7114eaa3623786fc2126, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_IgnoreLayout: 1
+ m_MinWidth: -1
+ m_MinHeight: -1
+ m_PreferredWidth: -1
+ m_PreferredHeight: -1
+ m_FlexibleWidth: -1
+ m_FlexibleHeight: -1
+ m_LayoutPriority: 1
+--- !u!114 &1643275754
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1643275751}
+ m_Enabled: 0
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Material: {fileID: 0}
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
+ m_RaycastTarget: 1
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
+ m_Maskable: 1
+ m_OnCullStateChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_text: Enter text...
+ m_isRightToLeft: 0
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_fontSharedMaterials: []
+ m_fontMaterial: {fileID: 0}
+ m_fontMaterials: []
+ m_fontColor32:
+ serializedVersion: 2
+ rgba: 2150773298
+ m_fontColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 0.5}
+ m_enableVertexGradient: 0
+ m_colorMode: 3
+ m_fontColorGradient:
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
+ topRight: {r: 1, g: 1, b: 1, a: 1}
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
+ m_fontColorGradientPreset: {fileID: 0}
+ m_spriteAsset: {fileID: 0}
+ m_tintAllSprites: 0
+ m_StyleSheet: {fileID: 0}
+ m_TextStyleHashCode: -1183493901
+ m_overrideHtmlColors: 0
+ m_faceColor:
+ serializedVersion: 2
+ rgba: 4294967295
+ m_fontSize: 14
+ m_fontSizeBase: 14
+ m_fontWeight: 400
+ m_enableAutoSizing: 0
+ m_fontSizeMin: 18
+ m_fontSizeMax: 72
+ m_fontStyle: 2
+ m_HorizontalAlignment: 1
+ m_VerticalAlignment: 256
+ m_textAlignment: 65535
+ m_characterSpacing: 0
+ m_wordSpacing: 0
+ m_lineSpacing: 0
+ m_lineSpacingMax: 0
+ m_paragraphSpacing: 0
+ m_charWidthMaxAdj: 0
+ m_enableWordWrapping: 0
+ m_wordWrappingRatios: 0.4
+ m_overflowMode: 0
+ m_linkedTextComponent: {fileID: 0}
+ parentLinkedComponent: {fileID: 0}
+ m_enableKerning: 1
+ m_enableExtraPadding: 1
+ checkPaddingRequired: 0
+ m_isRichText: 1
+ m_parseCtrlCharacters: 1
+ m_isOrthographic: 1
+ m_isCullingEnabled: 0
+ m_horizontalMapping: 0
+ m_verticalMapping: 0
+ m_uvLineOffset: 0
+ m_geometrySortingOrder: 0
+ m_IsTextObjectScaleStatic: 0
+ m_VertexBufferAutoSizeReduction: 1
+ m_useMaxVisibleDescender: 1
+ m_pageToDisplay: 1
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
+ m_isUsingLegacyAnimationComponent: 0
+ m_isVolumetricText: 0
+ m_hasFontAssetChanged: 0
+ m_baseMaterial: {fileID: 0}
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
+--- !u!222 &1643275755
+CanvasRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1643275751}
+ m_CullTransparentMesh: 1
+--- !u!1 &1754251081
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1754251082}
+ - component: {fileID: 1754251085}
+ - component: {fileID: 1754251084}
+ - component: {fileID: 1754251083}
+ m_Layer: 5
+ m_Name: Port
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!224 &1754251082
+RectTransform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1754251081}
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_Children:
+ - {fileID: 986591108}
+ m_Father: {fileID: 2025227183}
+ m_RootOrder: 3
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+ m_AnchorMin: {x: 0, y: 1}
+ m_AnchorMax: {x: 0, y: 1}
+ m_AnchoredPosition: {x: -10, y: 440}
+ m_SizeDelta: {x: 160, y: 30}
+ m_Pivot: {x: 0.5, y: 0.5}
+--- !u!114 &1754251083
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1754251081}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 2da0c512f12947e489f739169773d7ca, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Navigation:
+ m_Mode: 3
+ m_WrapAround: 0
+ m_SelectOnUp: {fileID: 0}
+ m_SelectOnDown: {fileID: 0}
+ m_SelectOnLeft: {fileID: 0}
+ m_SelectOnRight: {fileID: 0}
+ m_Transition: 1
+ m_Colors:
+ m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
+ m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
+ m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
+ m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
+ m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
+ m_ColorMultiplier: 1
+ m_FadeDuration: 0.1
+ m_SpriteState:
+ m_HighlightedSprite: {fileID: 0}
+ m_PressedSprite: {fileID: 0}
+ m_SelectedSprite: {fileID: 0}
+ m_DisabledSprite: {fileID: 0}
+ m_AnimationTriggers:
+ m_NormalTrigger: Normal
+ m_HighlightedTrigger: Highlighted
+ m_PressedTrigger: Pressed
+ m_SelectedTrigger: Selected
+ m_DisabledTrigger: Disabled
+ m_Interactable: 1
+ m_TargetGraphic: {fileID: 1754251084}
+ m_TextViewport: {fileID: 986591108}
+ m_TextComponent: {fileID: 1415252471}
+ m_Placeholder: {fileID: 1643275754}
+ m_VerticalScrollbar: {fileID: 0}
+ m_VerticalScrollbarEventHandler: {fileID: 0}
+ m_LayoutGroup: {fileID: 0}
+ m_ScrollSensitivity: 1
+ m_ContentType: 0
+ m_InputType: 0
+ m_AsteriskChar: 42
+ m_KeyboardType: 0
+ m_LineType: 0
+ m_HideMobileInput: 0
+ m_HideSoftKeyboard: 0
+ m_CharacterValidation: 0
+ m_RegexValue:
+ m_GlobalPointSize: 14
+ m_CharacterLimit: 0
+ m_OnEndEdit:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnSubmit:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnSelect:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnDeselect:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnTextSelection:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnEndTextSelection:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnValueChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_OnTouchScreenKeyboardStatusChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_CaretColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
+ m_CustomCaretColor: 0
+ m_SelectionColor: {r: 0.65882355, g: 0.80784315, b: 1, a: 0.7529412}
+ m_Text: 7777
+ m_CaretBlinkRate: 0.85
+ m_CaretWidth: 1
+ m_ReadOnly: 0
+ m_RichText: 1
+ m_GlobalFontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_OnFocusSelectAll: 1
+ m_ResetOnDeActivation: 1
+ m_RestoreOriginalTextOnEscape: 1
+ m_isRichTextEditingAllowed: 0
+ m_LineLimit: 0
+ m_InputValidator: {fileID: 0}
+--- !u!114 &1754251084
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1754251081}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Material: {fileID: 0}
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
+ m_RaycastTarget: 1
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
+ m_Maskable: 1
+ m_OnCullStateChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_Sprite: {fileID: 10911, guid: 0000000000000000f000000000000000, type: 0}
+ m_Type: 1
+ m_PreserveAspect: 0
+ m_FillCenter: 1
+ m_FillMethod: 4
+ m_FillAmount: 1
+ m_FillClockwise: 1
+ m_FillOrigin: 0
+ m_UseSpriteMesh: 0
+ m_PixelsPerUnitMultiplier: 1
+--- !u!222 &1754251085
+CanvasRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1754251081}
+ m_CullTransparentMesh: 1
+--- !u!1 &1871287186
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1871287187}
+ - component: {fileID: 1871287189}
+ - component: {fileID: 1871287188}
+ m_Layer: 5
+ m_Name: Address
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!224 &1871287187
+RectTransform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1871287186}
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_Children: []
+ m_Father: {fileID: 2025227183}
+ m_RootOrder: 0
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+ m_AnchorMin: {x: 0, y: 1}
+ m_AnchorMax: {x: 0, y: 1}
+ m_AnchoredPosition: {x: -210, y: 465}
+ m_SizeDelta: {x: 200, y: 50}
+ m_Pivot: {x: 0.5, y: 0.5}
+--- !u!114 &1871287188
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1871287186}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Material: {fileID: 0}
+ m_Color: {r: 1, g: 1, b: 1, a: 1}
+ m_RaycastTarget: 1
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
+ m_Maskable: 1
+ m_OnCullStateChanged:
+ m_PersistentCalls:
+ m_Calls: []
+ m_text: 'Address:'
+ m_isRightToLeft: 0
+ m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
+ m_fontSharedMaterials: []
+ m_fontMaterial: {fileID: 0}
+ m_fontMaterials: []
+ m_fontColor32:
+ serializedVersion: 2
+ rgba: 4294967295
+ m_fontColor: {r: 1, g: 1, b: 1, a: 1}
+ m_enableVertexGradient: 0
+ m_colorMode: 3
+ m_fontColorGradient:
+ topLeft: {r: 1, g: 1, b: 1, a: 1}
+ topRight: {r: 1, g: 1, b: 1, a: 1}
+ bottomLeft: {r: 1, g: 1, b: 1, a: 1}
+ bottomRight: {r: 1, g: 1, b: 1, a: 1}
+ m_fontColorGradientPreset: {fileID: 0}
+ m_spriteAsset: {fileID: 0}
+ m_tintAllSprites: 0
+ m_StyleSheet: {fileID: 0}
+ m_TextStyleHashCode: -1183493901
+ m_overrideHtmlColors: 0
+ m_faceColor:
+ serializedVersion: 2
+ rgba: 4294967295
+ m_fontSize: 20
+ m_fontSizeBase: 20
+ m_fontWeight: 400
+ m_enableAutoSizing: 0
+ m_fontSizeMin: 18
+ m_fontSizeMax: 72
+ m_fontStyle: 0
+ m_HorizontalAlignment: 1
+ m_VerticalAlignment: 512
+ m_textAlignment: 65535
+ m_characterSpacing: 0
+ m_wordSpacing: 0
+ m_lineSpacing: 0
+ m_lineSpacingMax: 0
+ m_paragraphSpacing: 0
+ m_charWidthMaxAdj: 0
+ m_enableWordWrapping: 1
+ m_wordWrappingRatios: 0.4
+ m_overflowMode: 0
+ m_linkedTextComponent: {fileID: 0}
+ parentLinkedComponent: {fileID: 0}
+ m_enableKerning: 1
+ m_enableExtraPadding: 0
+ checkPaddingRequired: 0
+ m_isRichText: 1
+ m_parseCtrlCharacters: 1
+ m_isOrthographic: 1
+ m_isCullingEnabled: 0
+ m_horizontalMapping: 0
+ m_verticalMapping: 0
+ m_uvLineOffset: 0
+ m_geometrySortingOrder: 0
+ m_IsTextObjectScaleStatic: 0
+ m_VertexBufferAutoSizeReduction: 1
+ m_useMaxVisibleDescender: 1
+ m_pageToDisplay: 1
+ m_margin: {x: 0, y: 0, z: 0, w: 0}
+ m_isUsingLegacyAnimationComponent: 0
+ m_isVolumetricText: 0
+ m_hasFontAssetChanged: 0
+ m_baseMaterial: {fileID: 0}
+ m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
+--- !u!222 &1871287189
+CanvasRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1871287186}
+ m_CullTransparentMesh: 1
--- !u!1 &1911567754
GameObject:
m_ObjectHideFlags: 0
@@ -458,6 +1758,8 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: b62ce9737f6c7d6489b6f048053c64a3, type: 3}
m_Name:
m_EditorClassIdentifier:
+ addressInput: {fileID: 953364251}
+ portInput: {fileID: 1754251083}
--- !u!4 &1911567756
Transform:
m_ObjectHideFlags: 0
@@ -562,7 +1864,8 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
+ m_Children:
+ - {fileID: 2025227183}
m_Father: {fileID: 0}
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@@ -571,6 +1874,45 @@ RectTransform:
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0, y: 0}
+--- !u!1 &2025227182
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 2025227183}
+ m_Layer: 5
+ m_Name: Address and Port
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!224 &2025227183
+RectTransform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 2025227182}
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_Children:
+ - {fileID: 1871287187}
+ - {fileID: 953364250}
+ - {fileID: 558000323}
+ - {fileID: 1754251082}
+ m_Father: {fileID: 1938232404}
+ m_RootOrder: 0
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+ m_AnchorMin: {x: 0.5, y: 0.5}
+ m_AnchorMax: {x: 0.5, y: 0.5}
+ m_AnchoredPosition: {x: 0, y: 0}
+ m_SizeDelta: {x: 100, y: 100}
+ m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &2051733257
GameObject:
m_ObjectHideFlags: 0
diff --git a/TCG/Assets/_Scripts/Cards/Card Properties/SpellCardStaticKeywords.cs b/TCG/Assets/_Scripts/Cards/Card Properties/SpellCardStaticKeywords.cs
new file mode 100644
index 00000000..f7a787c9
--- /dev/null
+++ b/TCG/Assets/_Scripts/Cards/Card Properties/SpellCardStaticKeywords.cs
@@ -0,0 +1,9 @@
+using UnityEngine;
+
+[System.Flags]
+public enum SpellCardStaticKeywords
+{
+ DoubleCast = (1 << 0),
+ Lifesap = (1 << 1),
+ Aftershock = (1 << 2),
+}
diff --git a/TCG/Assets/_Scripts/Cards/Card Properties/SpellCardStaticKeywords.cs.meta b/TCG/Assets/_Scripts/Cards/Card Properties/SpellCardStaticKeywords.cs.meta
new file mode 100644
index 00000000..97c2edb8
--- /dev/null
+++ b/TCG/Assets/_Scripts/Cards/Card Properties/SpellCardStaticKeywords.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 7342b97063c850747b663de8385a3b5f
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/TCG/Assets/_Scripts/Deck/CardInstance.cs b/TCG/Assets/_Scripts/Deck/CardInstance.cs
index fa262fe3..72c71239 100644
--- a/TCG/Assets/_Scripts/Deck/CardInstance.cs
+++ b/TCG/Assets/_Scripts/Deck/CardInstance.cs
@@ -17,6 +17,16 @@ public void ChangeCard (Card newCard) {
}
//Keywords
+ protected bool isBrief = false;
+ protected bool isCreated = false;
+
+ public void MakeBrief () {
+ isBrief = true;
+ }
+
+ public void MakeCreated () {
+ isCreated = true;
+ }
//Status Stuff
protected List effects = new List ();
@@ -43,4 +53,8 @@ public void RemoveStatusEffect (StatusEffect effect) {
public CardType Type {get {return card.Type;}}
public string CardLocation {get {return "Cards/" + Color.ToString() + "/" + card.name;}}
public List StatusEffects {get {return effects;}}
+
+ //Keywords
+ public bool IsBrief {get {return isBrief;}}
+ public bool IsCreated {get {return isCreated;}}
}
diff --git a/TCG/Assets/_Scripts/Deck/GameDeck.cs b/TCG/Assets/_Scripts/Deck/GameDeck.cs
index 3194f4be..8cefe688 100644
--- a/TCG/Assets/_Scripts/Deck/GameDeck.cs
+++ b/TCG/Assets/_Scripts/Deck/GameDeck.cs
@@ -33,9 +33,11 @@ public CardInstance Draw () {
return card;
}
- //Draw a specific card
- public CardInstance Draw (Card card) {
- return null;
+ //Draw at
+ public CardInstance Draw (int i) {
+ CardInstance card = deck[i];
+ deck.RemoveAt (i);
+ return card;
}
//Draw a specific TYPE of card
diff --git a/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/DrawSpecificCardEffect.cs b/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/DrawSpecificCardEffect.cs
new file mode 100644
index 00000000..1968d0ae
--- /dev/null
+++ b/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/DrawSpecificCardEffect.cs
@@ -0,0 +1,26 @@
+public class DrawSpecificCardEffect : CardEffect
+{
+ protected Card card;
+ protected Player player;
+
+ public DrawSpecificCardEffect (Card card, Player player) {
+ this.card = card;
+ this.player = player;
+ }
+
+ public override void DoEffect()
+ {
+ int cardPos = -1;
+
+ for (int i = player.Deck.Count - 1; i > 0; i--) {
+ if (player.Deck[i].Card.Equals (card)) {
+ cardPos = i;
+ break;
+ }
+ }
+
+ if (cardPos < 0) return;
+
+ player.DrawAt (cardPos);
+ }
+}
diff --git a/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/DrawSpecificCardEffect.cs.meta b/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/DrawSpecificCardEffect.cs.meta
new file mode 100644
index 00000000..29df1471
--- /dev/null
+++ b/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/DrawSpecificCardEffect.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 45ede3fac4aed234dbccafaeab57074c
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/JavelinTosserEffect.cs b/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/JavelinTosserEffect.cs
new file mode 100644
index 00000000..163dc286
--- /dev/null
+++ b/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/JavelinTosserEffect.cs
@@ -0,0 +1,24 @@
+using UnityEngine;
+
+public class JavelinTosserEffect : DrawSpecificCardEffect
+{
+ public JavelinTosserEffect (Card card, Player player) : base (card, player) {
+
+ }
+
+ public override void DoEffect()
+ {
+ bool condition = false;
+
+ foreach (CardInstance card in player.Junkyard) {
+ if (card.Card.Equals (this.card)) {
+ condition = true;
+ break;
+ }
+ }
+
+ if (!condition) return;
+
+ base.DoEffect();
+ }
+}
diff --git a/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/JavelinTosserEffect.cs.meta b/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/JavelinTosserEffect.cs.meta
new file mode 100644
index 00000000..778a9c62
--- /dev/null
+++ b/TCG/Assets/_Scripts/Gameplay/Card Effect/Effects/JavelinTosserEffect.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: f95846b9ac17f3646b4694aa3d2be08b
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/TCG/Assets/_Scripts/Gameplay/FieldCards/FieldUnit.cs b/TCG/Assets/_Scripts/Gameplay/FieldCards/FieldUnit.cs
index eb43f7d7..46d757cb 100644
--- a/TCG/Assets/_Scripts/Gameplay/FieldCards/FieldUnit.cs
+++ b/TCG/Assets/_Scripts/Gameplay/FieldCards/FieldUnit.cs
@@ -179,6 +179,8 @@ public void UpdateUnit () {
[ClientRpc]
void UpdateUnitClientRPC (Vector2 cellPos, int costChange, int bonusStrength, int bonusHealth, int bonusRange, int bonusSpeed, UnitCardStaticKeywords unitStatics) {
if (!IsClient) return;
+ if (player == null) {SynchronizeObjectRequestServerRPC (); return;} //Syncronize the object, then return.
+
transform.position = position.Value;
strengthText.text = strength.Value.ToString();
healthText.text = health.Value.ToString();
@@ -192,7 +194,37 @@ void UpdateUnitClientRPC (Vector2 cellPos, int costChange, int bonusStrength, in
cell = hexCell;
}
+ [ServerRpc]
+ public void SynchronizeObjectRequestServerRPC () {
+ CardInstanceInfo cardInfo = new CardInstanceInfo (card.CostChange, unitCard.StrengthBonus, unitCard.HealthBonus, unitCard.RangeBonus, unitCard.SpeedBonus, 0);
+ SyncronizeObjectClientRPC (card.CardLocation, cardInfo, player.NetworkObjectId, cell.Position);
+ }
+ [ClientRpc]
+ public void SyncronizeObjectClientRPC (string cardLocation, CardInstanceInfo cardInfo, ulong playerObjectId, Vector2 cellPos) {
+ if (IsServer) return; //We don't want this to run on the server.
+
+ unitCard = new UnitCardInstance (Resources.Load (cardLocation), cardInfo);
+ card = unitCard;
+
+ if (NetworkSpawnManager.SpawnedObjects.TryGetValue (playerObjectId, out var playerObject))
+ player = playerObject.GetComponent();
+
+ if (player.MatchManage.FieldGrid.Cells.TryGetValue (cellPos, out var hexCell))
+ cell = hexCell;
+
+ //Color to show ownership
+ if (IsOwner) {
+ icon.color = Color.green;
+ } else {
+ icon.color = Color.red;
+ }
+
+ UpdateUnit ();
+ }
+
public override void Energize () {
+ if (!IsServer) return;
+
currActionPoints.Value = unitCard.UnitCard.StaticKeywords.HasFlag (UnitCardStaticKeywords.DoubleAction) ? 2: 1;
hasMoved.Value = false;
}
@@ -238,6 +270,9 @@ public override void TurnEnd () {
}
}
+ //If this is Decaying, kill it at the end of round.
+ if (unitCard.UnitCard.StaticKeywords.HasFlag (UnitCardStaticKeywords.Decaying)) player.UnitToDie (this);
+
}
public void GiveStats (int strength, int health, int range, int speed) {
diff --git a/TCG/Assets/_Scripts/Gameplay/Targetor/Action/ActionAbilities/CreateCardInHandAction.cs b/TCG/Assets/_Scripts/Gameplay/Targetor/Action/ActionAbilities/CreateCardInHandAction.cs
new file mode 100644
index 00000000..edeeb5fa
--- /dev/null
+++ b/TCG/Assets/_Scripts/Gameplay/Targetor/Action/ActionAbilities/CreateCardInHandAction.cs
@@ -0,0 +1,23 @@
+using UnityEngine;
+
+[CreateAssetMenu (fileName = "New CreateCardInHand Action", menuName = "Action/Create new CreateCardInHand Action"), System.Serializable]
+public class CreateCardInHandAction : ActionAbility
+{
+ [SerializeField] Card card;
+ [SerializeField] bool isBrief;
+
+ public override void DoEffect()
+ {
+ CardInstance createdCard = player.CreateCard (card);
+
+ if (isBrief)
+ createdCard.MakeBrief ();
+
+ player.AddToHand (createdCard);
+ }
+
+ public override bool TragetVaildity(int targetNumber, ITargetable target)
+ {
+ return true;
+ }
+}
diff --git a/TCG/Assets/_Scripts/Gameplay/Targetor/Action/ActionAbilities/CreateCardInHandAction.cs.meta b/TCG/Assets/_Scripts/Gameplay/Targetor/Action/ActionAbilities/CreateCardInHandAction.cs.meta
new file mode 100644
index 00000000..43b48264
--- /dev/null
+++ b/TCG/Assets/_Scripts/Gameplay/Targetor/Action/ActionAbilities/CreateCardInHandAction.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 844e0c29f174ad545b9737b103fb741a
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/TCG/Assets/_Scripts/MatchManager.cs b/TCG/Assets/_Scripts/MatchManager.cs
index 120b9ea9..8eda5d46 100644
--- a/TCG/Assets/_Scripts/MatchManager.cs
+++ b/TCG/Assets/_Scripts/MatchManager.cs
@@ -19,7 +19,11 @@ public class MatchManager : NetworkBehaviour
[SerializeField] Player playerTurn; //Who's turn is it to play.
[SerializeField] Player playerPriority; //Who's priority it is.
- [SerializeField] bool hasActed = false;
+ //If the current player has acted during this priority.
+ [SerializeField] NetworkVariableBool hasActed = new NetworkVariableBool (new NetworkVariableSettings {
+ ReadPermission = NetworkVariablePermission.Everyone,
+ WritePermission = NetworkVariablePermission.ServerOnly
+ });
[SerializeField] bool localPlayerTurn; //Does the local client have the priority
[SerializeField] bool localPlayerPriority; //Does the local client have the priority
@@ -287,7 +291,7 @@ public bool PlayCard (CardInstance card, Player player, Vector2 placement, Vecto
break;
}
- hasActed = true;
+ hasActed.Value = true;
return true;
}
@@ -363,7 +367,7 @@ public void UnitAttack (FieldUnit attacker, Vector2[] targets, ulong netid) {
if (playerTurn.OwnerClientId != netid) return;
if (attacker.OwnerClientId != netid) return;
- if (attacker.currActionPoints.Value == 0) return; else attacker.ConsumeActionPoint ();
+ if (targetorStack.Count > 0) return;
AttackAction attackAction = new AttackAction ();
attackAction.name = "Attack";
@@ -373,12 +377,14 @@ public void UnitAttack (FieldUnit attacker, Vector2[] targets, ulong netid) {
List newTargets = Targeting.ConvertTargets (attackAction.TargetTypes, targets, attacker.Player);
if (attackAction.TragetVaildity (newTargets)) {
+ if (attacker.currActionPoints.Value == 0) return; else attacker.ConsumeActionPoint ();
+
attackAction.SetTargets (newTargets);
AddTargetorToStack (attackAction);
CallEffects ();
- hasActed = true;
+ hasActed.Value = true;
}
}
@@ -389,14 +395,15 @@ public void FieldCardAct (FieldCard actor, List extraCostTargets, L
if (action.Speed == TargetorPriority.Ritual && targetorStack.Count > 0) return;
- if (actor.Player.CurrentMana < action.ManaCost) return;
- if (action.UsesActionPoint && actor.currActionPoints.Value == 0) return; else actor.ConsumeActionPoint ();
- actor.Player.SpendMana (action.ManaCost);
if (action.TragetVaildity (targets)) {
+ if (actor.Player.CurrentMana < action.ManaCost) return; else actor.Player.SpendMana (action.ManaCost);
+
+ if (action.UsesActionPoint && actor.currActionPoints.Value == 0) return; else actor.ConsumeActionPoint ();
+
action.SetTargets (targets);
AddTargetorToStack (action);
- hasActed = true;
+ hasActed.Value = true;
} else {Debug.Log("Action Ability failed targeting");};
}
@@ -416,7 +423,7 @@ public void ButtonPress (Player player) {
if (targetorStack.Count == 0) PassTurn (player); //If there is nothing on the stack, just pass the turn.
else { //Else...
- if (hasActed) //If the player has acted during their priority
+ if (hasActed.Value) //If the player has acted during their priority
SwitchPriority (); //We switch priorities.
else
CallTargetors (); //Else, we just call the effects.
@@ -428,7 +435,9 @@ void PassTurn (Player player) {
if (!IsServer) return;
//If the player requesting the pass is the player who has the turn...
- if (player.Equals(playerTurn)) {
+ if (player.Equals(playerTurn)) {
+ EndTurn (); //Do Turn End Effects
+
if (turnNumber.Value % 2 == 0)
playerTurn = player1;
else
@@ -438,7 +447,7 @@ void PassTurn (Player player) {
PassTurnClientRPC (playerTurn.OwnerClientId);
SwitchPriorityClientRpc (playerPriority.OwnerClientId);
- EndTurn ();
+ StartTurn ();
}
}
@@ -459,7 +468,7 @@ void SwitchPriority () {
else
playerPriority = player1;
- hasActed = false;
+ hasActed.Value = false;
SwitchPriorityClientRpc (playerPriority.OwnerClientId);
}
@@ -548,8 +557,6 @@ void EndTurn () {
//TODO end turn stuff here
playerTurn.EndTurn (turnNumber.Value);
-
- StartTurn ();
}
void StartTurn () {
@@ -594,5 +601,6 @@ public List AllUnits {
}
public int TurnNumber {get {return turnNumber.Value;}}
+ public bool HasActed {get {return hasActed.Value;}}
}
diff --git a/TCG/Assets/_Scripts/GameManager.cs b/TCG/Assets/_Scripts/NetworkConnect.cs
similarity index 68%
rename from TCG/Assets/_Scripts/GameManager.cs
rename to TCG/Assets/_Scripts/NetworkConnect.cs
index 21f85dc5..14667d34 100644
--- a/TCG/Assets/_Scripts/GameManager.cs
+++ b/TCG/Assets/_Scripts/NetworkConnect.cs
@@ -1,17 +1,31 @@
using MLAPI;
+using MLAPI.Transports.UNET;
using UnityEngine;
+using TMPro;
-public class GameManager : MonoBehaviour
+public class NetworkConnect : MonoBehaviour
{
+ [SerializeField] GameObject inputObjs;
+ [SerializeField] TMP_InputField addressInput;
+ [SerializeField] TMP_InputField portInput;
+
+ static string addressString;
+ static string portString;
+
void OnGUI()
{
GUILayout.BeginArea(new Rect(10, 10, 300, 300));
if (!NetworkManager.Singleton.IsClient && !NetworkManager.Singleton.IsServer)
{
+ addressString = addressInput.text;
+ portString = portInput.text;
+
+ inputObjs.SetActive (true);
StartButtons();
}
else
{
+ inputObjs.SetActive (false);
StatusLabels();
if (NetworkManager.Singleton.IsServer) {
@@ -33,6 +47,15 @@ void OnGUI()
static void StartButtons()
{
+ int port = 0;
+
+ int.TryParse (portString, out port);
+
+ UNetTransport transport = NetworkManager.Singleton.GetComponent();
+
+ transport.ConnectAddress = addressString; //takes string
+ transport.ConnectPort = port; //takes integer
+
if (GUILayout.Button("Host")) NetworkManager.Singleton.StartHost();
if (GUILayout.Button("Client")) NetworkManager.Singleton.StartClient();
}
@@ -45,6 +68,10 @@ static void StatusLabels()
GUILayout.Label("Transport: " +
NetworkManager.Singleton.NetworkConfig.NetworkTransport.GetType().Name);
GUILayout.Label("Mode: " + mode);
+
+ UNetTransport transport = NetworkManager.Singleton.GetComponent();
+ GUILayout.Label("Address: " + transport.ConnectAddress);
+ GUILayout.Label("Port: " + transport.ConnectPort);
}
static void StartGame () {
diff --git a/TCG/Assets/_Scripts/NetworkConnect.cs.meta b/TCG/Assets/_Scripts/NetworkConnect.cs.meta
new file mode 100644
index 00000000..cf58af17
--- /dev/null
+++ b/TCG/Assets/_Scripts/NetworkConnect.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: bd58f23a0af92654e890da1053563a59
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/TCG/Assets/_Scripts/Player.cs b/TCG/Assets/_Scripts/Player.cs
index 2ee1e188..1203d3e6 100644
--- a/TCG/Assets/_Scripts/Player.cs
+++ b/TCG/Assets/_Scripts/Player.cs
@@ -77,7 +77,7 @@ public class Player : NetworkBehaviour
public event OnPlayCard playCardEvent;
public delegate void OnCardCreate (CardInstance createdCard); //Delegate for when a card is created.
- public event OnCardCreate creatCardEvent;
+ public event OnCardCreate createCardEvent;
public delegate void OnDiscard (CardInstance discardedCard); //Delegate for when a card is discarded.
public event OnDiscard discardEvent;
@@ -190,6 +190,22 @@ public List Draw (int number) {
return drawnCards;
}
+ public CardInstance DrawAt (int i) {
+ if (!IsServer) return null;
+
+ if (i >= CurrentDeck.Deck.Count) return null;
+ if (i < 0) return null;
+
+ CardInstance drawnCard = playerDeck.Draw (i);
+ AddToHand (drawnCard);
+
+ Debug.Log("Player: " + OwnerClientId + " drew " + drawnCard.CardName + ".");
+
+ UpdatePlayerHand ();
+
+ return drawnCard;
+ }
+
public void AddToHand (CardInstance cardInstance) {
if (!IsServer) return;
@@ -233,6 +249,9 @@ public CardInstance DiscardCard (int n) {
return card;
}
+
+ UpdatePlayerHand ();
+
return null;
}
@@ -243,6 +262,37 @@ public void DiscardCard (CardInstance card) {
discardEvent?.Invoke (card);
}
+ public CardInstance CreateCard (Card card) {
+ CardInstance createdCard;
+
+ //Create a card that suits its type
+ switch (card.Type) {
+ case CardType.Unit:
+ if (!(card is UnitCard)) throw new System.Exception ("Incorrect Card Type");
+ createdCard = new UnitCardInstance (card);
+ break;
+ case CardType.Spell:
+ if (!(card is SpellCard)) throw new System.Exception ("Incorrect Card Type");
+ createdCard = new SpellCardInstance (card);
+ break;
+ case CardType.Structure:
+ if (!(card is StructureCard)) throw new System.Exception ("Incorrect Card Type");
+ createdCard = new StructureCardInstance (card);
+ break;
+ case CardType.Hero:
+ if (!(card is HeroCard)) throw new System.Exception ("Incorrect Card Type");
+ createdCard = new HeroCardInstance (card);
+ break;
+ default:
+ throw new System.Exception ("Card Type not found");
+ }
+
+ createdCard.MakeCreated ();
+ createCardEvent?.Invoke (createdCard);
+
+ return createdCard;
+ }
+
[ClientRpc]
void UpdatePlayerHandClientRPC (string[] cardLocations, CardInstanceInfo[] cardInfos) {
if (!IsOwner) return;
@@ -332,7 +382,17 @@ public void EndTurn (int turnNumber) {
structure.TurnEnd ();
}
- playerHero.TurnStart ();
+ //Discard brief cards
+ List briefsToDiscard = new List ();
+ playerHand.ForEach (card => {
+ if (card.IsBrief)
+ briefsToDiscard.Add (playerHand.IndexOf (card));
+ });
+ foreach (int i in briefsToDiscard) {
+ DiscardCard (i);
+ }
+
+ playerHero.TurnEnd ();
}
@@ -604,6 +664,7 @@ public int MaxMana {
public List FieldStructures {get {return controledStructures;}}
public FieldHero FieldHero {get {return playerHero;}}
+ public List Deck {get {return CurrentDeck.Deck;}}
public List Graveyard {get {return graveyard;}}
public List Junkyard {get {return junkyard;}}
public List Banishyard {get {return banishyard;}}
diff --git a/TCG/Assets/_Scripts/PlayerController/PlayerController.cs b/TCG/Assets/_Scripts/PlayerController/PlayerController.cs
index bc0eb2be..a23769a4 100644
--- a/TCG/Assets/_Scripts/PlayerController/PlayerController.cs
+++ b/TCG/Assets/_Scripts/PlayerController/PlayerController.cs
@@ -477,5 +477,6 @@ public void TargetCard (int cardNumber, CardInstance cardInstance) {
}
public TargetorStackUI StackUI {get {return stackUI;}}
+ public bool IsFocused {get {return (focusCard || focusFieldCard);}}
}
diff --git a/TCG/Assets/_Scripts/UI/TargetorStackUI.cs b/TCG/Assets/_Scripts/UI/TargetorStackUI.cs
index 499ac402..ca08e59f 100644
--- a/TCG/Assets/_Scripts/UI/TargetorStackUI.cs
+++ b/TCG/Assets/_Scripts/UI/TargetorStackUI.cs
@@ -5,9 +5,11 @@
public class TargetorStackUI : MonoBehaviour
{
[SerializeField] TargetorStackIcon[] stackIcons;
-
+ int stackSize = 0;
public void UpdateStack (Targetor[] targetors) {
+ stackSize = targetors.Length;
+
for (int i = 0; i < 10; i++) {
if (i >= targetors.Length) stackIcons[i].gameObject.SetActive (false);
else {
@@ -16,4 +18,6 @@ public void UpdateStack (Targetor[] targetors) {
}
}
}
+
+ public int StackSize {get {return stackSize;}}
}
diff --git a/TCG/Assets/_Scripts/UI/TurnButton.cs b/TCG/Assets/_Scripts/UI/TurnButton.cs
index 0bde9eb0..d46a53a2 100644
--- a/TCG/Assets/_Scripts/UI/TurnButton.cs
+++ b/TCG/Assets/_Scripts/UI/TurnButton.cs
@@ -1,4 +1,5 @@
using UnityEngine;
+using TMPro;
using MLAPI;
using UnityEngine.UI;
@@ -6,8 +7,12 @@ public class TurnButton : MonoBehaviour
{
[SerializeField] Image button;
+ [SerializeField] TextMeshProUGUI buttonText;
[SerializeField] Player player;
+ [SerializeField] bool canPress;
+ [SerializeField] PlayerController playerController;
+
void Update () {
if (!player) {
@@ -17,17 +22,40 @@ void Update () {
}
}
+ canPress = CheckIfCanPress ();
+
+ //The button will be grey if the player can't press it, and blue if they can.
+ button.color = canPress ? Color.blue : Color.gray;
+ }
+
+ bool CheckIfCanPress () {
if (player) {
- if (player.MatchManage.LocalPlayerPriority) {
- button.color = Color.blue;
- } else {
- button.color = Color.gray;
+ if (!player.MatchManage.LocalPlayerPriority) {
+ buttonText.text = "Enemy's Priority";
+ return false;
}
}
+ if (playerController.IsFocused) {
+ buttonText.text = "...";
+ return false;
+ }
+
+ if (playerController.StackUI.StackSize > 0) {
+ if (player.MatchManage.HasActed)
+ buttonText.text = "Pass Priority";
+ else
+ buttonText.text = "Resolve Stack";
+ } else {
+ buttonText.text = "End Turn";
+ }
+
+ return true;
}
public void TurnButtonPress () {
+ if (!CheckIfCanPress ()) return;
+
if (player) {
player.ButtonPress ();
} else {
diff --git a/TCG/Library/ArtifactDB b/TCG/Library/ArtifactDB
index 05324cc7..cd5869c0 100644
Binary files a/TCG/Library/ArtifactDB and b/TCG/Library/ArtifactDB differ
diff --git a/TCG/Library/Artifacts/00/0000c44eaff6801fc6a2876ea8cfc688 b/TCG/Library/Artifacts/00/0000c44eaff6801fc6a2876ea8cfc688
deleted file mode 100644
index eb499cae..00000000
Binary files a/TCG/Library/Artifacts/00/0000c44eaff6801fc6a2876ea8cfc688 and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/0012ab4a5812205b80373ed1010609f4 b/TCG/Library/Artifacts/00/0012ab4a5812205b80373ed1010609f4
deleted file mode 100644
index b26f56cc..00000000
Binary files a/TCG/Library/Artifacts/00/0012ab4a5812205b80373ed1010609f4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/003bfc6e4aa44d03b17f687daa5aca6b b/TCG/Library/Artifacts/00/003bfc6e4aa44d03b17f687daa5aca6b
deleted file mode 100644
index c44dda05..00000000
Binary files a/TCG/Library/Artifacts/00/003bfc6e4aa44d03b17f687daa5aca6b and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/003f66f147c5d8b0990620cab387edf7 b/TCG/Library/Artifacts/00/003f66f147c5d8b0990620cab387edf7
deleted file mode 100644
index 1a4593fd..00000000
Binary files a/TCG/Library/Artifacts/00/003f66f147c5d8b0990620cab387edf7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/0056182b92540ee2abdaad22cf92a179 b/TCG/Library/Artifacts/00/0056182b92540ee2abdaad22cf92a179
deleted file mode 100644
index 7e350414..00000000
Binary files a/TCG/Library/Artifacts/00/0056182b92540ee2abdaad22cf92a179 and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/005c77e4160af94368ef1ad3c7fdc06d b/TCG/Library/Artifacts/00/005c77e4160af94368ef1ad3c7fdc06d
deleted file mode 100644
index 53441e55..00000000
Binary files a/TCG/Library/Artifacts/00/005c77e4160af94368ef1ad3c7fdc06d and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/006e1b2aae792d4e649c0b4c2e447b2b b/TCG/Library/Artifacts/00/006e1b2aae792d4e649c0b4c2e447b2b
deleted file mode 100644
index bd356c07..00000000
Binary files a/TCG/Library/Artifacts/00/006e1b2aae792d4e649c0b4c2e447b2b and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/0077feeb7a98295d58a1f6b1cdc5bed8 b/TCG/Library/Artifacts/00/0077feeb7a98295d58a1f6b1cdc5bed8
deleted file mode 100644
index 05c4d8b0..00000000
Binary files a/TCG/Library/Artifacts/00/0077feeb7a98295d58a1f6b1cdc5bed8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/00a7ac5dfd170be49970a32889cf5ec3 b/TCG/Library/Artifacts/00/00a7ac5dfd170be49970a32889cf5ec3
deleted file mode 100644
index d4017cd3..00000000
Binary files a/TCG/Library/Artifacts/00/00a7ac5dfd170be49970a32889cf5ec3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/00b0c78acbb6ff10211fefe81854b149 b/TCG/Library/Artifacts/00/00b0c78acbb6ff10211fefe81854b149
deleted file mode 100644
index 23cff25b..00000000
Binary files a/TCG/Library/Artifacts/00/00b0c78acbb6ff10211fefe81854b149 and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/00be3d76dc978c367a65c2653e62d7ac b/TCG/Library/Artifacts/00/00be3d76dc978c367a65c2653e62d7ac
deleted file mode 100644
index 2c65c1fb..00000000
Binary files a/TCG/Library/Artifacts/00/00be3d76dc978c367a65c2653e62d7ac and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/00c051d8acd92bddcb56866968bc98cf b/TCG/Library/Artifacts/00/00c051d8acd92bddcb56866968bc98cf
deleted file mode 100644
index 9981a0b8..00000000
Binary files a/TCG/Library/Artifacts/00/00c051d8acd92bddcb56866968bc98cf and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/00e02345b8a46ab2561d08a0a7d708c1 b/TCG/Library/Artifacts/00/00e02345b8a46ab2561d08a0a7d708c1
deleted file mode 100644
index c7ba0436..00000000
Binary files a/TCG/Library/Artifacts/00/00e02345b8a46ab2561d08a0a7d708c1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/00e6bac26b962586329cb20889aece27 b/TCG/Library/Artifacts/00/00e6bac26b962586329cb20889aece27
deleted file mode 100644
index 132557b3..00000000
Binary files a/TCG/Library/Artifacts/00/00e6bac26b962586329cb20889aece27 and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/00e8e45fdd325fcea3407f85fe660e38 b/TCG/Library/Artifacts/00/00e8e45fdd325fcea3407f85fe660e38
deleted file mode 100644
index 07000b98..00000000
Binary files a/TCG/Library/Artifacts/00/00e8e45fdd325fcea3407f85fe660e38 and /dev/null differ
diff --git a/TCG/Library/Artifacts/00/00ee2af48e31915e94afa6fef4df9a17 b/TCG/Library/Artifacts/00/00ee2af48e31915e94afa6fef4df9a17
deleted file mode 100644
index fa4cd985..00000000
Binary files a/TCG/Library/Artifacts/00/00ee2af48e31915e94afa6fef4df9a17 and /dev/null differ
diff --git a/TCG/Library/Artifacts/01/013907c761f395fd012c95c981e66a64 b/TCG/Library/Artifacts/01/013907c761f395fd012c95c981e66a64
deleted file mode 100644
index f8ea98f7..00000000
Binary files a/TCG/Library/Artifacts/01/013907c761f395fd012c95c981e66a64 and /dev/null differ
diff --git a/TCG/Library/Artifacts/01/013a0cf13b858808f3af34c061f7615d b/TCG/Library/Artifacts/01/013a0cf13b858808f3af34c061f7615d
deleted file mode 100644
index 2096a540..00000000
Binary files a/TCG/Library/Artifacts/01/013a0cf13b858808f3af34c061f7615d and /dev/null differ
diff --git a/TCG/Library/Artifacts/01/0149d90bb01b2880e0ee5fe3178a6004 b/TCG/Library/Artifacts/01/0149d90bb01b2880e0ee5fe3178a6004
deleted file mode 100644
index b7696262..00000000
Binary files a/TCG/Library/Artifacts/01/0149d90bb01b2880e0ee5fe3178a6004 and /dev/null differ
diff --git a/TCG/Library/Artifacts/01/017d2a3fbe4704ee1b5fa5160ceb7479 b/TCG/Library/Artifacts/01/017d2a3fbe4704ee1b5fa5160ceb7479
deleted file mode 100644
index 0530e21a..00000000
Binary files a/TCG/Library/Artifacts/01/017d2a3fbe4704ee1b5fa5160ceb7479 and /dev/null differ
diff --git a/TCG/Library/Artifacts/01/018e2f78232616845b5390112ff563e1 b/TCG/Library/Artifacts/01/018e2f78232616845b5390112ff563e1
deleted file mode 100644
index f7ac43ed..00000000
Binary files a/TCG/Library/Artifacts/01/018e2f78232616845b5390112ff563e1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/01/01a46801390b549e275ccffcaa70bad0 b/TCG/Library/Artifacts/01/01a46801390b549e275ccffcaa70bad0
deleted file mode 100644
index f6a95cab..00000000
Binary files a/TCG/Library/Artifacts/01/01a46801390b549e275ccffcaa70bad0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/01/01e946317a9c59bf4a092470b037e048 b/TCG/Library/Artifacts/01/01e946317a9c59bf4a092470b037e048
deleted file mode 100644
index 16009ee6..00000000
Binary files a/TCG/Library/Artifacts/01/01e946317a9c59bf4a092470b037e048 and /dev/null differ
diff --git a/TCG/Library/Artifacts/01/01eb3d2c5783f58ee8152693110fb23b b/TCG/Library/Artifacts/01/01eb3d2c5783f58ee8152693110fb23b
deleted file mode 100644
index df2368b6..00000000
Binary files a/TCG/Library/Artifacts/01/01eb3d2c5783f58ee8152693110fb23b and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/020b7f0dfc0b5a8b5fe31a21daeacaa4 b/TCG/Library/Artifacts/02/020b7f0dfc0b5a8b5fe31a21daeacaa4
deleted file mode 100644
index 122cdb58..00000000
Binary files a/TCG/Library/Artifacts/02/020b7f0dfc0b5a8b5fe31a21daeacaa4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/020fb0ff983da52db6cce1d72d5f3f52 b/TCG/Library/Artifacts/02/020fb0ff983da52db6cce1d72d5f3f52
deleted file mode 100644
index fd60c503..00000000
Binary files a/TCG/Library/Artifacts/02/020fb0ff983da52db6cce1d72d5f3f52 and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/022549cde3d1bf1b54fec0ea733e5534 b/TCG/Library/Artifacts/02/022549cde3d1bf1b54fec0ea733e5534
deleted file mode 100644
index ca69f809..00000000
Binary files a/TCG/Library/Artifacts/02/022549cde3d1bf1b54fec0ea733e5534 and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/0253750b0f64a39621bb9100e35fc3bf b/TCG/Library/Artifacts/02/0253750b0f64a39621bb9100e35fc3bf
deleted file mode 100644
index 53ca7f38..00000000
Binary files a/TCG/Library/Artifacts/02/0253750b0f64a39621bb9100e35fc3bf and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/0256ca87848b9c02b2eb639b4b9f7259 b/TCG/Library/Artifacts/02/0256ca87848b9c02b2eb639b4b9f7259
deleted file mode 100644
index bb30acd0..00000000
Binary files a/TCG/Library/Artifacts/02/0256ca87848b9c02b2eb639b4b9f7259 and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/025e62e669c38588ffef37dfcca0d916 b/TCG/Library/Artifacts/02/025e62e669c38588ffef37dfcca0d916
deleted file mode 100644
index 60d4d764..00000000
Binary files a/TCG/Library/Artifacts/02/025e62e669c38588ffef37dfcca0d916 and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/025fa627cf3463fd225b5d54ee05a1af b/TCG/Library/Artifacts/02/025fa627cf3463fd225b5d54ee05a1af
deleted file mode 100644
index 73329788..00000000
Binary files a/TCG/Library/Artifacts/02/025fa627cf3463fd225b5d54ee05a1af and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/0278dc01a950ac2459e3b627b0056082 b/TCG/Library/Artifacts/02/0278dc01a950ac2459e3b627b0056082
deleted file mode 100644
index 34c153ff..00000000
Binary files a/TCG/Library/Artifacts/02/0278dc01a950ac2459e3b627b0056082 and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/02820997667be1dee81c85b9461c1ba4 b/TCG/Library/Artifacts/02/02820997667be1dee81c85b9461c1ba4
deleted file mode 100644
index fd52ad10..00000000
Binary files a/TCG/Library/Artifacts/02/02820997667be1dee81c85b9461c1ba4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/02b5abacbae95fdf6f728dd8e90efd3a b/TCG/Library/Artifacts/02/02b5abacbae95fdf6f728dd8e90efd3a
deleted file mode 100644
index 356d6a5b..00000000
Binary files a/TCG/Library/Artifacts/02/02b5abacbae95fdf6f728dd8e90efd3a and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/02b9f860975d817d23aedfc481f9aa60 b/TCG/Library/Artifacts/02/02b9f860975d817d23aedfc481f9aa60
deleted file mode 100644
index 89cff06a..00000000
Binary files a/TCG/Library/Artifacts/02/02b9f860975d817d23aedfc481f9aa60 and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/02cbfc9bd5c67d15e70bb24082dab78c b/TCG/Library/Artifacts/02/02cbfc9bd5c67d15e70bb24082dab78c
deleted file mode 100644
index 3d1629e2..00000000
Binary files a/TCG/Library/Artifacts/02/02cbfc9bd5c67d15e70bb24082dab78c and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/02d2b41eab996a0260c239eca43b745f b/TCG/Library/Artifacts/02/02d2b41eab996a0260c239eca43b745f
deleted file mode 100644
index a1edb6fe..00000000
Binary files a/TCG/Library/Artifacts/02/02d2b41eab996a0260c239eca43b745f and /dev/null differ
diff --git a/TCG/Library/Artifacts/02/02f6c096f9f6dcc03a655ecf0eabdac5 b/TCG/Library/Artifacts/02/02f6c096f9f6dcc03a655ecf0eabdac5
deleted file mode 100644
index 824c7c81..00000000
Binary files a/TCG/Library/Artifacts/02/02f6c096f9f6dcc03a655ecf0eabdac5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/030e413edaabc885f8c9f2f8e601c9e7 b/TCG/Library/Artifacts/03/030e413edaabc885f8c9f2f8e601c9e7
deleted file mode 100644
index 1f1ae6a1..00000000
Binary files a/TCG/Library/Artifacts/03/030e413edaabc885f8c9f2f8e601c9e7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/03106264282203e5746411fbee75192b b/TCG/Library/Artifacts/03/03106264282203e5746411fbee75192b
deleted file mode 100644
index 85fd4b64..00000000
Binary files a/TCG/Library/Artifacts/03/03106264282203e5746411fbee75192b and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/031834585ea044c0bacde61aedf41422 b/TCG/Library/Artifacts/03/031834585ea044c0bacde61aedf41422
deleted file mode 100644
index c46e5cfc..00000000
Binary files a/TCG/Library/Artifacts/03/031834585ea044c0bacde61aedf41422 and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/0324b3cac1e9caa7c0d55065511e622e b/TCG/Library/Artifacts/03/0324b3cac1e9caa7c0d55065511e622e
deleted file mode 100644
index e83ea555..00000000
Binary files a/TCG/Library/Artifacts/03/0324b3cac1e9caa7c0d55065511e622e and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/033b6ee22b26d5984133d74c66aa543b b/TCG/Library/Artifacts/03/033b6ee22b26d5984133d74c66aa543b
deleted file mode 100644
index cce2eb1a..00000000
Binary files a/TCG/Library/Artifacts/03/033b6ee22b26d5984133d74c66aa543b and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/034545ca68d9a02e5a5fb12080fc80b3 b/TCG/Library/Artifacts/03/034545ca68d9a02e5a5fb12080fc80b3
deleted file mode 100644
index f408214e..00000000
Binary files a/TCG/Library/Artifacts/03/034545ca68d9a02e5a5fb12080fc80b3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/03515b887ff2270bbd80419ee4d25b88 b/TCG/Library/Artifacts/03/03515b887ff2270bbd80419ee4d25b88
deleted file mode 100644
index dc8dece8..00000000
Binary files a/TCG/Library/Artifacts/03/03515b887ff2270bbd80419ee4d25b88 and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/03586e1c46bf6e793435bd63031be752 b/TCG/Library/Artifacts/03/03586e1c46bf6e793435bd63031be752
deleted file mode 100644
index 9401d22b..00000000
Binary files a/TCG/Library/Artifacts/03/03586e1c46bf6e793435bd63031be752 and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/036e9d0544090f0ee8589d088a81e008 b/TCG/Library/Artifacts/03/036e9d0544090f0ee8589d088a81e008
deleted file mode 100644
index 11fa6020..00000000
Binary files a/TCG/Library/Artifacts/03/036e9d0544090f0ee8589d088a81e008 and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/037196698625d44183a7b31c62f697dc b/TCG/Library/Artifacts/03/037196698625d44183a7b31c62f697dc
deleted file mode 100644
index 18bc916e..00000000
Binary files a/TCG/Library/Artifacts/03/037196698625d44183a7b31c62f697dc and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/037349e4c7a0eeb5880f1dd2ad7e6da0 b/TCG/Library/Artifacts/03/037349e4c7a0eeb5880f1dd2ad7e6da0
deleted file mode 100644
index 55f1894e..00000000
Binary files a/TCG/Library/Artifacts/03/037349e4c7a0eeb5880f1dd2ad7e6da0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/037fb552905debfee41dd4912b29f3bf b/TCG/Library/Artifacts/03/037fb552905debfee41dd4912b29f3bf
deleted file mode 100644
index f9e4ed24..00000000
Binary files a/TCG/Library/Artifacts/03/037fb552905debfee41dd4912b29f3bf and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/0388083c766f3f58a685f53b99dae50a b/TCG/Library/Artifacts/03/0388083c766f3f58a685f53b99dae50a
deleted file mode 100644
index 9c7f8e27..00000000
Binary files a/TCG/Library/Artifacts/03/0388083c766f3f58a685f53b99dae50a and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/0396a8b381f1306b8b62e7e070c9fb10 b/TCG/Library/Artifacts/03/0396a8b381f1306b8b62e7e070c9fb10
deleted file mode 100644
index f65446d8..00000000
Binary files a/TCG/Library/Artifacts/03/0396a8b381f1306b8b62e7e070c9fb10 and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/03ba761d991f74f1aefab4b9c922358b b/TCG/Library/Artifacts/03/03ba761d991f74f1aefab4b9c922358b
deleted file mode 100644
index 791957e1..00000000
Binary files a/TCG/Library/Artifacts/03/03ba761d991f74f1aefab4b9c922358b and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/03bb70dbc45709184407fdb94e93c0dd b/TCG/Library/Artifacts/03/03bb70dbc45709184407fdb94e93c0dd
deleted file mode 100644
index 1d142c8a..00000000
Binary files a/TCG/Library/Artifacts/03/03bb70dbc45709184407fdb94e93c0dd and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/03cf3149e70a4b94ceed573da80e5df5 b/TCG/Library/Artifacts/03/03cf3149e70a4b94ceed573da80e5df5
deleted file mode 100644
index 0c425ba0..00000000
Binary files a/TCG/Library/Artifacts/03/03cf3149e70a4b94ceed573da80e5df5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/03d3cfb7d5ab8efb02dddb38e917b5fa b/TCG/Library/Artifacts/03/03d3cfb7d5ab8efb02dddb38e917b5fa
deleted file mode 100644
index ef6c8466..00000000
Binary files a/TCG/Library/Artifacts/03/03d3cfb7d5ab8efb02dddb38e917b5fa and /dev/null differ
diff --git a/TCG/Library/Artifacts/03/03da2e0058ef9e6665bfec47c0277ae8 b/TCG/Library/Artifacts/03/03da2e0058ef9e6665bfec47c0277ae8
deleted file mode 100644
index 675c5973..00000000
Binary files a/TCG/Library/Artifacts/03/03da2e0058ef9e6665bfec47c0277ae8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/04/042fab181a7aff9330789a88cf904064 b/TCG/Library/Artifacts/04/042fab181a7aff9330789a88cf904064
deleted file mode 100644
index 933c0491..00000000
Binary files a/TCG/Library/Artifacts/04/042fab181a7aff9330789a88cf904064 and /dev/null differ
diff --git a/TCG/Library/Artifacts/04/0437b32f21d452e8247f683ccb751e4c b/TCG/Library/Artifacts/04/0437b32f21d452e8247f683ccb751e4c
deleted file mode 100644
index c059e679..00000000
Binary files a/TCG/Library/Artifacts/04/0437b32f21d452e8247f683ccb751e4c and /dev/null differ
diff --git a/TCG/Library/Artifacts/04/04545feb78a25bf0e07b14fd2cd52f20 b/TCG/Library/Artifacts/04/04545feb78a25bf0e07b14fd2cd52f20
deleted file mode 100644
index ad83b737..00000000
Binary files a/TCG/Library/Artifacts/04/04545feb78a25bf0e07b14fd2cd52f20 and /dev/null differ
diff --git a/TCG/Library/Artifacts/04/0454af5b22eec4c393d8a0e094bfe377 b/TCG/Library/Artifacts/04/0454af5b22eec4c393d8a0e094bfe377
deleted file mode 100644
index 79160118..00000000
Binary files a/TCG/Library/Artifacts/04/0454af5b22eec4c393d8a0e094bfe377 and /dev/null differ
diff --git a/TCG/Library/Artifacts/04/04729ef2be66c767bc78165ad8f24f44 b/TCG/Library/Artifacts/04/04729ef2be66c767bc78165ad8f24f44
deleted file mode 100644
index fe1ce52c..00000000
Binary files a/TCG/Library/Artifacts/04/04729ef2be66c767bc78165ad8f24f44 and /dev/null differ
diff --git a/TCG/Library/Artifacts/04/0478e69ec6f8d9bca2625f4a122e3d03 b/TCG/Library/Artifacts/04/0478e69ec6f8d9bca2625f4a122e3d03
deleted file mode 100644
index a2225036..00000000
Binary files a/TCG/Library/Artifacts/04/0478e69ec6f8d9bca2625f4a122e3d03 and /dev/null differ
diff --git a/TCG/Library/Artifacts/04/04c2e37eda7659eb90ac67816e9aa6e4 b/TCG/Library/Artifacts/04/04c2e37eda7659eb90ac67816e9aa6e4
deleted file mode 100644
index 2af4a71c..00000000
Binary files a/TCG/Library/Artifacts/04/04c2e37eda7659eb90ac67816e9aa6e4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/04/04c3a7a12571d6d1cb5d4f37796b021d b/TCG/Library/Artifacts/04/04c3a7a12571d6d1cb5d4f37796b021d
deleted file mode 100644
index ac72e1a6..00000000
Binary files a/TCG/Library/Artifacts/04/04c3a7a12571d6d1cb5d4f37796b021d and /dev/null differ
diff --git a/TCG/Library/Artifacts/04/04e47b96ded07490a2fb8bd2cc01d901 b/TCG/Library/Artifacts/04/04e47b96ded07490a2fb8bd2cc01d901
deleted file mode 100644
index 7b685eaa..00000000
Binary files a/TCG/Library/Artifacts/04/04e47b96ded07490a2fb8bd2cc01d901 and /dev/null differ
diff --git a/TCG/Library/Artifacts/05/0517837d0fada9f0bde046a25b2dde6e b/TCG/Library/Artifacts/05/0517837d0fada9f0bde046a25b2dde6e
deleted file mode 100644
index 76673033..00000000
Binary files a/TCG/Library/Artifacts/05/0517837d0fada9f0bde046a25b2dde6e and /dev/null differ
diff --git a/TCG/Library/Artifacts/05/0518707c3d182ec6a8b2cf98801d4404 b/TCG/Library/Artifacts/05/0518707c3d182ec6a8b2cf98801d4404
deleted file mode 100644
index f95e1375..00000000
Binary files a/TCG/Library/Artifacts/05/0518707c3d182ec6a8b2cf98801d4404 and /dev/null differ
diff --git a/TCG/Library/Artifacts/05/0525f1d716d60c34d3349806f63202e7 b/TCG/Library/Artifacts/05/0525f1d716d60c34d3349806f63202e7
deleted file mode 100644
index 3c6387db..00000000
Binary files a/TCG/Library/Artifacts/05/0525f1d716d60c34d3349806f63202e7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/05/055d950d00b1de96426ac70d851e2884 b/TCG/Library/Artifacts/05/055d950d00b1de96426ac70d851e2884
deleted file mode 100644
index 983b5f01..00000000
Binary files a/TCG/Library/Artifacts/05/055d950d00b1de96426ac70d851e2884 and /dev/null differ
diff --git a/TCG/Library/Artifacts/05/05665a8471ad897c5ff28d1ae840e845 b/TCG/Library/Artifacts/05/05665a8471ad897c5ff28d1ae840e845
deleted file mode 100644
index 9a909569..00000000
Binary files a/TCG/Library/Artifacts/05/05665a8471ad897c5ff28d1ae840e845 and /dev/null differ
diff --git a/TCG/Library/Artifacts/05/05772f307f5b735c4987e19a11844b83 b/TCG/Library/Artifacts/05/05772f307f5b735c4987e19a11844b83
deleted file mode 100644
index 2768cba7..00000000
Binary files a/TCG/Library/Artifacts/05/05772f307f5b735c4987e19a11844b83 and /dev/null differ
diff --git a/TCG/Library/Artifacts/05/05774a0f7c6ebfd0d6e1645839b47be5 b/TCG/Library/Artifacts/05/05774a0f7c6ebfd0d6e1645839b47be5
deleted file mode 100644
index 4cf041fa..00000000
Binary files a/TCG/Library/Artifacts/05/05774a0f7c6ebfd0d6e1645839b47be5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/05/05a08de035f567cd8b672b202e1cb75f b/TCG/Library/Artifacts/05/05a08de035f567cd8b672b202e1cb75f
deleted file mode 100644
index b929d1d4..00000000
Binary files a/TCG/Library/Artifacts/05/05a08de035f567cd8b672b202e1cb75f and /dev/null differ
diff --git a/TCG/Library/Artifacts/05/05d427cab7eb5436fd8707fb05d9ea3b b/TCG/Library/Artifacts/05/05d427cab7eb5436fd8707fb05d9ea3b
deleted file mode 100644
index 2ea77ae4..00000000
Binary files a/TCG/Library/Artifacts/05/05d427cab7eb5436fd8707fb05d9ea3b and /dev/null differ
diff --git a/TCG/Library/Artifacts/05/05dfd1989c146cf49c07ef7db3067ac7 b/TCG/Library/Artifacts/05/05dfd1989c146cf49c07ef7db3067ac7
deleted file mode 100644
index 211038f6..00000000
Binary files a/TCG/Library/Artifacts/05/05dfd1989c146cf49c07ef7db3067ac7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/05/05e1f2dffc57737fb9621efd24c86c01 b/TCG/Library/Artifacts/05/05e1f2dffc57737fb9621efd24c86c01
deleted file mode 100644
index d274c2f1..00000000
Binary files a/TCG/Library/Artifacts/05/05e1f2dffc57737fb9621efd24c86c01 and /dev/null differ
diff --git a/TCG/Library/Artifacts/06/0633afe890d6f7115ab6f89246728424 b/TCG/Library/Artifacts/06/0633afe890d6f7115ab6f89246728424
deleted file mode 100644
index b06d567b..00000000
Binary files a/TCG/Library/Artifacts/06/0633afe890d6f7115ab6f89246728424 and /dev/null differ
diff --git a/TCG/Library/Artifacts/06/0635ca9644216e646c3d8ece855583b1 b/TCG/Library/Artifacts/06/0635ca9644216e646c3d8ece855583b1
deleted file mode 100644
index 2b4406dc..00000000
Binary files a/TCG/Library/Artifacts/06/0635ca9644216e646c3d8ece855583b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/06/065a28951908ca9af9079ac0d97e17e8 b/TCG/Library/Artifacts/06/065a28951908ca9af9079ac0d97e17e8
deleted file mode 100644
index 86d85cf5..00000000
Binary files a/TCG/Library/Artifacts/06/065a28951908ca9af9079ac0d97e17e8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/06/066d24d1352217ccff520b9cf13babd8 b/TCG/Library/Artifacts/06/066d24d1352217ccff520b9cf13babd8
deleted file mode 100644
index 6ebc6ced..00000000
Binary files a/TCG/Library/Artifacts/06/066d24d1352217ccff520b9cf13babd8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/06/066f5db30ee6a978aae48e27e4f6c17a b/TCG/Library/Artifacts/06/066f5db30ee6a978aae48e27e4f6c17a
deleted file mode 100644
index ea8e9915..00000000
Binary files a/TCG/Library/Artifacts/06/066f5db30ee6a978aae48e27e4f6c17a and /dev/null differ
diff --git a/TCG/Library/Artifacts/06/06b03ab6eafe307df476f862213167f6 b/TCG/Library/Artifacts/06/06b03ab6eafe307df476f862213167f6
deleted file mode 100644
index 850600c5..00000000
Binary files a/TCG/Library/Artifacts/06/06b03ab6eafe307df476f862213167f6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/06/06b8292083ac26b74cfc2c989173517f b/TCG/Library/Artifacts/06/06b8292083ac26b74cfc2c989173517f
deleted file mode 100644
index 17e02feb..00000000
Binary files a/TCG/Library/Artifacts/06/06b8292083ac26b74cfc2c989173517f and /dev/null differ
diff --git a/TCG/Library/Artifacts/06/06c80f0b1a654bb2293d5757d02038ea b/TCG/Library/Artifacts/06/06c80f0b1a654bb2293d5757d02038ea
deleted file mode 100644
index e0d1675c..00000000
Binary files a/TCG/Library/Artifacts/06/06c80f0b1a654bb2293d5757d02038ea and /dev/null differ
diff --git a/TCG/Library/Artifacts/06/06ce3d95c586e020fecd5d1caa9148b5 b/TCG/Library/Artifacts/06/06ce3d95c586e020fecd5d1caa9148b5
deleted file mode 100644
index a54cd1f3..00000000
Binary files a/TCG/Library/Artifacts/06/06ce3d95c586e020fecd5d1caa9148b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/06/06d005f878e2fcda66640046884a7cd8 b/TCG/Library/Artifacts/06/06d005f878e2fcda66640046884a7cd8
deleted file mode 100644
index 2ab55e55..00000000
Binary files a/TCG/Library/Artifacts/06/06d005f878e2fcda66640046884a7cd8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/06/06fd9a4b75b4b9ecccef07badbf023c3 b/TCG/Library/Artifacts/06/06fd9a4b75b4b9ecccef07badbf023c3
deleted file mode 100644
index abdd09ae..00000000
Binary files a/TCG/Library/Artifacts/06/06fd9a4b75b4b9ecccef07badbf023c3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/07/070f3eb9bcb58776022b948e9c1ef663 b/TCG/Library/Artifacts/07/070f3eb9bcb58776022b948e9c1ef663
deleted file mode 100644
index a34ce550..00000000
Binary files a/TCG/Library/Artifacts/07/070f3eb9bcb58776022b948e9c1ef663 and /dev/null differ
diff --git a/TCG/Library/Artifacts/07/0726fb1e139ee2a997dd0bfc8f398097 b/TCG/Library/Artifacts/07/0726fb1e139ee2a997dd0bfc8f398097
deleted file mode 100644
index f2c79452..00000000
Binary files a/TCG/Library/Artifacts/07/0726fb1e139ee2a997dd0bfc8f398097 and /dev/null differ
diff --git a/TCG/Library/Artifacts/07/07421dd9ab8b0b66bfe8bd6584deed4e b/TCG/Library/Artifacts/07/07421dd9ab8b0b66bfe8bd6584deed4e
deleted file mode 100644
index 5427d294..00000000
Binary files a/TCG/Library/Artifacts/07/07421dd9ab8b0b66bfe8bd6584deed4e and /dev/null differ
diff --git a/TCG/Library/Artifacts/07/074807ed5c273bdbe5284505128e73a0 b/TCG/Library/Artifacts/07/074807ed5c273bdbe5284505128e73a0
deleted file mode 100644
index 0209cdac..00000000
Binary files a/TCG/Library/Artifacts/07/074807ed5c273bdbe5284505128e73a0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/07/077db79873d5a5f00fd7a1d7526e6a92 b/TCG/Library/Artifacts/07/077db79873d5a5f00fd7a1d7526e6a92
deleted file mode 100644
index d49652bd..00000000
Binary files a/TCG/Library/Artifacts/07/077db79873d5a5f00fd7a1d7526e6a92 and /dev/null differ
diff --git a/TCG/Library/Artifacts/07/077f508794d3be836e75b5cfbadc940c b/TCG/Library/Artifacts/07/077f508794d3be836e75b5cfbadc940c
deleted file mode 100644
index 9b108d45..00000000
Binary files a/TCG/Library/Artifacts/07/077f508794d3be836e75b5cfbadc940c and /dev/null differ
diff --git a/TCG/Library/Artifacts/07/07847f052c9633024d2d6fb3bef7610f b/TCG/Library/Artifacts/07/07847f052c9633024d2d6fb3bef7610f
deleted file mode 100644
index 1c0cb03c..00000000
Binary files a/TCG/Library/Artifacts/07/07847f052c9633024d2d6fb3bef7610f and /dev/null differ
diff --git a/TCG/Library/Artifacts/07/07cefdf99c9c3c07f0b8e4c4d59dfb9f b/TCG/Library/Artifacts/07/07cefdf99c9c3c07f0b8e4c4d59dfb9f
deleted file mode 100644
index 8bd2e34c..00000000
Binary files a/TCG/Library/Artifacts/07/07cefdf99c9c3c07f0b8e4c4d59dfb9f and /dev/null differ
diff --git a/TCG/Library/Artifacts/07/07d7f51c6ce65f01d71fedae083e5ee6 b/TCG/Library/Artifacts/07/07d7f51c6ce65f01d71fedae083e5ee6
deleted file mode 100644
index f9585dd8..00000000
Binary files a/TCG/Library/Artifacts/07/07d7f51c6ce65f01d71fedae083e5ee6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/080616916a5950d816319ed063f6b0f4 b/TCG/Library/Artifacts/08/080616916a5950d816319ed063f6b0f4
deleted file mode 100644
index 184c4caa..00000000
Binary files a/TCG/Library/Artifacts/08/080616916a5950d816319ed063f6b0f4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/0820925fcb320dea71dfaefdcd1e5969 b/TCG/Library/Artifacts/08/0820925fcb320dea71dfaefdcd1e5969
deleted file mode 100644
index 2d16e6fd..00000000
Binary files a/TCG/Library/Artifacts/08/0820925fcb320dea71dfaefdcd1e5969 and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/0837d2b7a239224927ce38137a6a4cb3 b/TCG/Library/Artifacts/08/0837d2b7a239224927ce38137a6a4cb3
deleted file mode 100644
index 61582670..00000000
Binary files a/TCG/Library/Artifacts/08/0837d2b7a239224927ce38137a6a4cb3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/089dd1dd08757066110a520103aa3efa b/TCG/Library/Artifacts/08/089dd1dd08757066110a520103aa3efa
deleted file mode 100644
index 880076b8..00000000
Binary files a/TCG/Library/Artifacts/08/089dd1dd08757066110a520103aa3efa and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/08a0bbdda3511435cd4fce31fb8722ef b/TCG/Library/Artifacts/08/08a0bbdda3511435cd4fce31fb8722ef
deleted file mode 100644
index f2d34fbf..00000000
Binary files a/TCG/Library/Artifacts/08/08a0bbdda3511435cd4fce31fb8722ef and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/08c5847da9c7b5b96bc3337081ac9a53 b/TCG/Library/Artifacts/08/08c5847da9c7b5b96bc3337081ac9a53
deleted file mode 100644
index 36ff49d1..00000000
Binary files a/TCG/Library/Artifacts/08/08c5847da9c7b5b96bc3337081ac9a53 and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/08c796e9a55c719d828f405f17c5c351 b/TCG/Library/Artifacts/08/08c796e9a55c719d828f405f17c5c351
deleted file mode 100644
index 76b871b5..00000000
Binary files a/TCG/Library/Artifacts/08/08c796e9a55c719d828f405f17c5c351 and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/08c830fcac9c84f98c9fd7aee9dfe916 b/TCG/Library/Artifacts/08/08c830fcac9c84f98c9fd7aee9dfe916
deleted file mode 100644
index f19b4cf2..00000000
Binary files a/TCG/Library/Artifacts/08/08c830fcac9c84f98c9fd7aee9dfe916 and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/08cdfe71bcbd887473e70bf5af9bef02 b/TCG/Library/Artifacts/08/08cdfe71bcbd887473e70bf5af9bef02
deleted file mode 100644
index 773524d0..00000000
Binary files a/TCG/Library/Artifacts/08/08cdfe71bcbd887473e70bf5af9bef02 and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/08d608f20f882408c5885dc7d76db9e4 b/TCG/Library/Artifacts/08/08d608f20f882408c5885dc7d76db9e4
deleted file mode 100644
index 0e1bc4c1..00000000
Binary files a/TCG/Library/Artifacts/08/08d608f20f882408c5885dc7d76db9e4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/08ddd51ec4645b61f1dcbd5f02747a5e b/TCG/Library/Artifacts/08/08ddd51ec4645b61f1dcbd5f02747a5e
deleted file mode 100644
index c992bd22..00000000
Binary files a/TCG/Library/Artifacts/08/08ddd51ec4645b61f1dcbd5f02747a5e and /dev/null differ
diff --git a/TCG/Library/Artifacts/08/08ef3f45d6cfc8f61c5d79696ffa6302 b/TCG/Library/Artifacts/08/08ef3f45d6cfc8f61c5d79696ffa6302
deleted file mode 100644
index 4318611b..00000000
Binary files a/TCG/Library/Artifacts/08/08ef3f45d6cfc8f61c5d79696ffa6302 and /dev/null differ
diff --git a/TCG/Library/Artifacts/09/0934f9d443432cb923d1bec97572ad11 b/TCG/Library/Artifacts/09/0934f9d443432cb923d1bec97572ad11
deleted file mode 100644
index 50a10291..00000000
Binary files a/TCG/Library/Artifacts/09/0934f9d443432cb923d1bec97572ad11 and /dev/null differ
diff --git a/TCG/Library/Artifacts/09/0938f86a57c684766ab82a00fa2c733f b/TCG/Library/Artifacts/09/0938f86a57c684766ab82a00fa2c733f
deleted file mode 100644
index 683b6e13..00000000
Binary files a/TCG/Library/Artifacts/09/0938f86a57c684766ab82a00fa2c733f and /dev/null differ
diff --git a/TCG/Library/Artifacts/09/094267334cfbd86a8f7ca570b110f414 b/TCG/Library/Artifacts/09/094267334cfbd86a8f7ca570b110f414
deleted file mode 100644
index dccee4f5..00000000
Binary files a/TCG/Library/Artifacts/09/094267334cfbd86a8f7ca570b110f414 and /dev/null differ
diff --git a/TCG/Library/Artifacts/09/0942de216424eb80655507b6e2e18051 b/TCG/Library/Artifacts/09/0942de216424eb80655507b6e2e18051
deleted file mode 100644
index 87b41f97..00000000
Binary files a/TCG/Library/Artifacts/09/0942de216424eb80655507b6e2e18051 and /dev/null differ
diff --git a/TCG/Library/Artifacts/09/099f1090d5a0e41e908b2d82f4931fa0 b/TCG/Library/Artifacts/09/099f1090d5a0e41e908b2d82f4931fa0
deleted file mode 100644
index f23d5fa5..00000000
Binary files a/TCG/Library/Artifacts/09/099f1090d5a0e41e908b2d82f4931fa0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/09/09e34d352602750d51e670144e71d1ef b/TCG/Library/Artifacts/09/09e34d352602750d51e670144e71d1ef
deleted file mode 100644
index 978d098b..00000000
Binary files a/TCG/Library/Artifacts/09/09e34d352602750d51e670144e71d1ef and /dev/null differ
diff --git a/TCG/Library/Artifacts/09/09f4e373d21f930f7c61e7920bd28d8f b/TCG/Library/Artifacts/09/09f4e373d21f930f7c61e7920bd28d8f
deleted file mode 100644
index acc45d3e..00000000
Binary files a/TCG/Library/Artifacts/09/09f4e373d21f930f7c61e7920bd28d8f and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0a156beed2da34cab845f4237c9a6f41 b/TCG/Library/Artifacts/0a/0a156beed2da34cab845f4237c9a6f41
deleted file mode 100644
index d14be4c1..00000000
Binary files a/TCG/Library/Artifacts/0a/0a156beed2da34cab845f4237c9a6f41 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0a19c66069a04f583f2a3fb5f9b8225b b/TCG/Library/Artifacts/0a/0a19c66069a04f583f2a3fb5f9b8225b
deleted file mode 100644
index e94fb30f..00000000
Binary files a/TCG/Library/Artifacts/0a/0a19c66069a04f583f2a3fb5f9b8225b and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0a1b01194e911c4ed9174924d54b9e50 b/TCG/Library/Artifacts/0a/0a1b01194e911c4ed9174924d54b9e50
deleted file mode 100644
index edfec7f2..00000000
Binary files a/TCG/Library/Artifacts/0a/0a1b01194e911c4ed9174924d54b9e50 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0a25923f350d265dd3d5bf492937d090 b/TCG/Library/Artifacts/0a/0a25923f350d265dd3d5bf492937d090
deleted file mode 100644
index a22a9689..00000000
Binary files a/TCG/Library/Artifacts/0a/0a25923f350d265dd3d5bf492937d090 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0a275b95dc1046525ab9bc362bd61dff b/TCG/Library/Artifacts/0a/0a275b95dc1046525ab9bc362bd61dff
deleted file mode 100644
index 90814747..00000000
Binary files a/TCG/Library/Artifacts/0a/0a275b95dc1046525ab9bc362bd61dff and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0a2d937440fab5786d146166e3371f2c b/TCG/Library/Artifacts/0a/0a2d937440fab5786d146166e3371f2c
deleted file mode 100644
index 6481194a..00000000
Binary files a/TCG/Library/Artifacts/0a/0a2d937440fab5786d146166e3371f2c and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0a3f2173be054fde09d854d5ea14fbe2 b/TCG/Library/Artifacts/0a/0a3f2173be054fde09d854d5ea14fbe2
deleted file mode 100644
index 4b0f7a6f..00000000
Binary files a/TCG/Library/Artifacts/0a/0a3f2173be054fde09d854d5ea14fbe2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0a4e9e0af9036f88d259bfe8b0ef8b52 b/TCG/Library/Artifacts/0a/0a4e9e0af9036f88d259bfe8b0ef8b52
deleted file mode 100644
index 754e2753..00000000
Binary files a/TCG/Library/Artifacts/0a/0a4e9e0af9036f88d259bfe8b0ef8b52 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0a675bf0766ef583beed21601f66f9dd b/TCG/Library/Artifacts/0a/0a675bf0766ef583beed21601f66f9dd
deleted file mode 100644
index b5a90964..00000000
Binary files a/TCG/Library/Artifacts/0a/0a675bf0766ef583beed21601f66f9dd and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0a8411b90d8c3f19f74e65757a208218 b/TCG/Library/Artifacts/0a/0a8411b90d8c3f19f74e65757a208218
deleted file mode 100644
index b28df1bf..00000000
Binary files a/TCG/Library/Artifacts/0a/0a8411b90d8c3f19f74e65757a208218 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0aa531341cbb118e1b3fe7b84687db8e b/TCG/Library/Artifacts/0a/0aa531341cbb118e1b3fe7b84687db8e
deleted file mode 100644
index 038ad5e5..00000000
Binary files a/TCG/Library/Artifacts/0a/0aa531341cbb118e1b3fe7b84687db8e and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0aaa0364592857e46158495183a89a81 b/TCG/Library/Artifacts/0a/0aaa0364592857e46158495183a89a81
deleted file mode 100644
index 5c16e974..00000000
Binary files a/TCG/Library/Artifacts/0a/0aaa0364592857e46158495183a89a81 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0ab953de3c7b4c8dfb38364bd556fbf1 b/TCG/Library/Artifacts/0a/0ab953de3c7b4c8dfb38364bd556fbf1
deleted file mode 100644
index 6b6a2738..00000000
Binary files a/TCG/Library/Artifacts/0a/0ab953de3c7b4c8dfb38364bd556fbf1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0ac0b52233c7821a26b80b53d5a5805a b/TCG/Library/Artifacts/0a/0ac0b52233c7821a26b80b53d5a5805a
deleted file mode 100644
index 69867e14..00000000
Binary files a/TCG/Library/Artifacts/0a/0ac0b52233c7821a26b80b53d5a5805a and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0acae53eae7e51e06fa99343d12be2de b/TCG/Library/Artifacts/0a/0acae53eae7e51e06fa99343d12be2de
deleted file mode 100644
index 5dc5ebc9..00000000
Binary files a/TCG/Library/Artifacts/0a/0acae53eae7e51e06fa99343d12be2de and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0acffb5ce36dcf9c84c2c44c16946754 b/TCG/Library/Artifacts/0a/0acffb5ce36dcf9c84c2c44c16946754
deleted file mode 100644
index f9695cb8..00000000
Binary files a/TCG/Library/Artifacts/0a/0acffb5ce36dcf9c84c2c44c16946754 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0a/0aec240149f7e194a834103e760f1073 b/TCG/Library/Artifacts/0a/0aec240149f7e194a834103e760f1073
deleted file mode 100644
index 2c83cdb4..00000000
Binary files a/TCG/Library/Artifacts/0a/0aec240149f7e194a834103e760f1073 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0b/0b10b114aa472b8fee462b7f52f3f5d5 b/TCG/Library/Artifacts/0b/0b10b114aa472b8fee462b7f52f3f5d5
deleted file mode 100644
index 90745897..00000000
Binary files a/TCG/Library/Artifacts/0b/0b10b114aa472b8fee462b7f52f3f5d5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0b/0b25678ae2bc347a00e3d7d880e39803 b/TCG/Library/Artifacts/0b/0b25678ae2bc347a00e3d7d880e39803
deleted file mode 100644
index b4f0b3ba..00000000
Binary files a/TCG/Library/Artifacts/0b/0b25678ae2bc347a00e3d7d880e39803 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0b/0b2e6cfda429c9791bd0ac0c0ba8e4c7 b/TCG/Library/Artifacts/0b/0b2e6cfda429c9791bd0ac0c0ba8e4c7
deleted file mode 100644
index 4c8034dc..00000000
Binary files a/TCG/Library/Artifacts/0b/0b2e6cfda429c9791bd0ac0c0ba8e4c7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0b/0b563c512696fe23672a9d07256f8659 b/TCG/Library/Artifacts/0b/0b563c512696fe23672a9d07256f8659
deleted file mode 100644
index 6764eb92..00000000
Binary files a/TCG/Library/Artifacts/0b/0b563c512696fe23672a9d07256f8659 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0b/0b63fe10b2179831b42e0415e7235ca6 b/TCG/Library/Artifacts/0b/0b63fe10b2179831b42e0415e7235ca6
deleted file mode 100644
index b0a9058d..00000000
Binary files a/TCG/Library/Artifacts/0b/0b63fe10b2179831b42e0415e7235ca6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0b/0b6d988aa776d7c7e6508ff1d41e1898 b/TCG/Library/Artifacts/0b/0b6d988aa776d7c7e6508ff1d41e1898
deleted file mode 100644
index c427cd81..00000000
Binary files a/TCG/Library/Artifacts/0b/0b6d988aa776d7c7e6508ff1d41e1898 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0b/0b8ab45a91adb89df5aa3c71ec9d9845 b/TCG/Library/Artifacts/0b/0b8ab45a91adb89df5aa3c71ec9d9845
deleted file mode 100644
index e8426ef7..00000000
Binary files a/TCG/Library/Artifacts/0b/0b8ab45a91adb89df5aa3c71ec9d9845 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0b/0bfe7eca5181820763741ae5aa012109 b/TCG/Library/Artifacts/0b/0bfe7eca5181820763741ae5aa012109
deleted file mode 100644
index 5890f73b..00000000
Binary files a/TCG/Library/Artifacts/0b/0bfe7eca5181820763741ae5aa012109 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0b/0bff6be7363e5feea24c2d7400f402e5 b/TCG/Library/Artifacts/0b/0bff6be7363e5feea24c2d7400f402e5
deleted file mode 100644
index 8c0b3fb2..00000000
Binary files a/TCG/Library/Artifacts/0b/0bff6be7363e5feea24c2d7400f402e5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0c/0c07336e60a14b61ce22942c04aa5d5b b/TCG/Library/Artifacts/0c/0c07336e60a14b61ce22942c04aa5d5b
deleted file mode 100644
index cb8d927e..00000000
Binary files a/TCG/Library/Artifacts/0c/0c07336e60a14b61ce22942c04aa5d5b and /dev/null differ
diff --git a/TCG/Library/Artifacts/0c/0c22f43fc1622d8c413a780f00d46cc7 b/TCG/Library/Artifacts/0c/0c22f43fc1622d8c413a780f00d46cc7
deleted file mode 100644
index eed0ce2f..00000000
Binary files a/TCG/Library/Artifacts/0c/0c22f43fc1622d8c413a780f00d46cc7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0c/0c4795d6ace810fbc2b0a9d5603f2ecf b/TCG/Library/Artifacts/0c/0c4795d6ace810fbc2b0a9d5603f2ecf
deleted file mode 100644
index 175b92d0..00000000
Binary files a/TCG/Library/Artifacts/0c/0c4795d6ace810fbc2b0a9d5603f2ecf and /dev/null differ
diff --git a/TCG/Library/Artifacts/0c/0c5a33c9c87295f4125419b06d49a0d1 b/TCG/Library/Artifacts/0c/0c5a33c9c87295f4125419b06d49a0d1
deleted file mode 100644
index 3d330960..00000000
Binary files a/TCG/Library/Artifacts/0c/0c5a33c9c87295f4125419b06d49a0d1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0c/0c5d748b8c9e1cf02ead387c70df36ec b/TCG/Library/Artifacts/0c/0c5d748b8c9e1cf02ead387c70df36ec
deleted file mode 100644
index 31a36a4b..00000000
Binary files a/TCG/Library/Artifacts/0c/0c5d748b8c9e1cf02ead387c70df36ec and /dev/null differ
diff --git a/TCG/Library/Artifacts/0c/0c617a82c555df3193b9047af653e7de b/TCG/Library/Artifacts/0c/0c617a82c555df3193b9047af653e7de
deleted file mode 100644
index 03ea4717..00000000
Binary files a/TCG/Library/Artifacts/0c/0c617a82c555df3193b9047af653e7de and /dev/null differ
diff --git a/TCG/Library/Artifacts/0c/0cbed3ea053490b5345b76b62e654efc b/TCG/Library/Artifacts/0c/0cbed3ea053490b5345b76b62e654efc
deleted file mode 100644
index e7630a19..00000000
Binary files a/TCG/Library/Artifacts/0c/0cbed3ea053490b5345b76b62e654efc and /dev/null differ
diff --git a/TCG/Library/Artifacts/0c/0cd06c4a47496cd23d69376f1ae02074 b/TCG/Library/Artifacts/0c/0cd06c4a47496cd23d69376f1ae02074
deleted file mode 100644
index 5e181b1e..00000000
Binary files a/TCG/Library/Artifacts/0c/0cd06c4a47496cd23d69376f1ae02074 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0c/0ce31ee24e628f42bbe4942c3ea5824b b/TCG/Library/Artifacts/0c/0ce31ee24e628f42bbe4942c3ea5824b
deleted file mode 100644
index a452e4e6..00000000
Binary files a/TCG/Library/Artifacts/0c/0ce31ee24e628f42bbe4942c3ea5824b and /dev/null differ
diff --git a/TCG/Library/Artifacts/0c/0cef080883c4f2b34840d31fd1d94498 b/TCG/Library/Artifacts/0c/0cef080883c4f2b34840d31fd1d94498
deleted file mode 100644
index 3bd91730..00000000
Binary files a/TCG/Library/Artifacts/0c/0cef080883c4f2b34840d31fd1d94498 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d100d40009d1208182b852e1a79bd90 b/TCG/Library/Artifacts/0d/0d100d40009d1208182b852e1a79bd90
deleted file mode 100644
index 5222e011..00000000
Binary files a/TCG/Library/Artifacts/0d/0d100d40009d1208182b852e1a79bd90 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d14a83137793e5cc78bf7f282d2e22c b/TCG/Library/Artifacts/0d/0d14a83137793e5cc78bf7f282d2e22c
deleted file mode 100644
index c27a2673..00000000
Binary files a/TCG/Library/Artifacts/0d/0d14a83137793e5cc78bf7f282d2e22c and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d15ab749986a22880d082dbb16b6bad b/TCG/Library/Artifacts/0d/0d15ab749986a22880d082dbb16b6bad
deleted file mode 100644
index 9bf4a6e2..00000000
Binary files a/TCG/Library/Artifacts/0d/0d15ab749986a22880d082dbb16b6bad and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d17e623f2919f93bbf19c44b46ab104 b/TCG/Library/Artifacts/0d/0d17e623f2919f93bbf19c44b46ab104
deleted file mode 100644
index dd319ac0..00000000
Binary files a/TCG/Library/Artifacts/0d/0d17e623f2919f93bbf19c44b46ab104 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d23c8dfc16f0c687bb426d121182f6e b/TCG/Library/Artifacts/0d/0d23c8dfc16f0c687bb426d121182f6e
deleted file mode 100644
index fa862664..00000000
Binary files a/TCG/Library/Artifacts/0d/0d23c8dfc16f0c687bb426d121182f6e and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d2601d18d421d93e73bb9fde8910073 b/TCG/Library/Artifacts/0d/0d2601d18d421d93e73bb9fde8910073
deleted file mode 100644
index 12dd33a0..00000000
Binary files a/TCG/Library/Artifacts/0d/0d2601d18d421d93e73bb9fde8910073 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d29f74865de2d78963d9762b93075ae b/TCG/Library/Artifacts/0d/0d29f74865de2d78963d9762b93075ae
deleted file mode 100644
index 939460bc..00000000
Binary files a/TCG/Library/Artifacts/0d/0d29f74865de2d78963d9762b93075ae and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d4a86b1fc54c8a6d87d79f2aea670f1 b/TCG/Library/Artifacts/0d/0d4a86b1fc54c8a6d87d79f2aea670f1
deleted file mode 100644
index c7bb2eb4..00000000
Binary files a/TCG/Library/Artifacts/0d/0d4a86b1fc54c8a6d87d79f2aea670f1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d4ce8f98048107394fe270314836b28 b/TCG/Library/Artifacts/0d/0d4ce8f98048107394fe270314836b28
deleted file mode 100644
index e24346b5..00000000
Binary files a/TCG/Library/Artifacts/0d/0d4ce8f98048107394fe270314836b28 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d6ed4ddac0420162012a245c8f110e7 b/TCG/Library/Artifacts/0d/0d6ed4ddac0420162012a245c8f110e7
deleted file mode 100644
index dc7eb9b1..00000000
Binary files a/TCG/Library/Artifacts/0d/0d6ed4ddac0420162012a245c8f110e7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d7391808f3c25fae0c510be37cdbf98 b/TCG/Library/Artifacts/0d/0d7391808f3c25fae0c510be37cdbf98
deleted file mode 100644
index 91e1b571..00000000
Binary files a/TCG/Library/Artifacts/0d/0d7391808f3c25fae0c510be37cdbf98 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d81014cfea0e034170c1d37a18541ea b/TCG/Library/Artifacts/0d/0d81014cfea0e034170c1d37a18541ea
deleted file mode 100644
index cdbf7c18..00000000
Binary files a/TCG/Library/Artifacts/0d/0d81014cfea0e034170c1d37a18541ea and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d91606b78770efb59c38ecb6930d0fb b/TCG/Library/Artifacts/0d/0d91606b78770efb59c38ecb6930d0fb
deleted file mode 100644
index 89e1af4d..00000000
Binary files a/TCG/Library/Artifacts/0d/0d91606b78770efb59c38ecb6930d0fb and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0d9df111cbabaa486e3a34d3922cc4af b/TCG/Library/Artifacts/0d/0d9df111cbabaa486e3a34d3922cc4af
deleted file mode 100644
index dc1d4dd9..00000000
Binary files a/TCG/Library/Artifacts/0d/0d9df111cbabaa486e3a34d3922cc4af and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0da70c019bac5aedb2859e989a665177 b/TCG/Library/Artifacts/0d/0da70c019bac5aedb2859e989a665177
deleted file mode 100644
index ff7c8541..00000000
Binary files a/TCG/Library/Artifacts/0d/0da70c019bac5aedb2859e989a665177 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0d/0db008f3f4223e7a9bf2db36a1e9cb20 b/TCG/Library/Artifacts/0d/0db008f3f4223e7a9bf2db36a1e9cb20
deleted file mode 100644
index fdb2a8e3..00000000
Binary files a/TCG/Library/Artifacts/0d/0db008f3f4223e7a9bf2db36a1e9cb20 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0e070115c04e0abd02fc2a0acd38aec5 b/TCG/Library/Artifacts/0e/0e070115c04e0abd02fc2a0acd38aec5
deleted file mode 100644
index d0b20b15..00000000
Binary files a/TCG/Library/Artifacts/0e/0e070115c04e0abd02fc2a0acd38aec5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0e1dbd82613d3f913c3934fe8ad47936 b/TCG/Library/Artifacts/0e/0e1dbd82613d3f913c3934fe8ad47936
deleted file mode 100644
index 39ff3635..00000000
Binary files a/TCG/Library/Artifacts/0e/0e1dbd82613d3f913c3934fe8ad47936 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0e24d4bfff354ef730baf42875341ac9 b/TCG/Library/Artifacts/0e/0e24d4bfff354ef730baf42875341ac9
deleted file mode 100644
index 873b9ec4..00000000
Binary files a/TCG/Library/Artifacts/0e/0e24d4bfff354ef730baf42875341ac9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0e2f7392b0c587953760011014c9efe6 b/TCG/Library/Artifacts/0e/0e2f7392b0c587953760011014c9efe6
deleted file mode 100644
index aabc2ee3..00000000
Binary files a/TCG/Library/Artifacts/0e/0e2f7392b0c587953760011014c9efe6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0e3617a5c24f9c62db00b26ebca529bb b/TCG/Library/Artifacts/0e/0e3617a5c24f9c62db00b26ebca529bb
deleted file mode 100644
index b8bd4b5a..00000000
Binary files a/TCG/Library/Artifacts/0e/0e3617a5c24f9c62db00b26ebca529bb and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0e3755754312e11a8f8607d011512ec9 b/TCG/Library/Artifacts/0e/0e3755754312e11a8f8607d011512ec9
deleted file mode 100644
index 46f24dd4..00000000
Binary files a/TCG/Library/Artifacts/0e/0e3755754312e11a8f8607d011512ec9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0e634897e7c4bebe400dc60e02dfe4f6 b/TCG/Library/Artifacts/0e/0e634897e7c4bebe400dc60e02dfe4f6
deleted file mode 100644
index ab737d56..00000000
Binary files a/TCG/Library/Artifacts/0e/0e634897e7c4bebe400dc60e02dfe4f6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0e71d96fdfc1242478bcf6149eee8ae8 b/TCG/Library/Artifacts/0e/0e71d96fdfc1242478bcf6149eee8ae8
deleted file mode 100644
index b52cc61f..00000000
Binary files a/TCG/Library/Artifacts/0e/0e71d96fdfc1242478bcf6149eee8ae8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0e81d72870032ffcd0f144ab20395e29 b/TCG/Library/Artifacts/0e/0e81d72870032ffcd0f144ab20395e29
deleted file mode 100644
index 37e2e357..00000000
Binary files a/TCG/Library/Artifacts/0e/0e81d72870032ffcd0f144ab20395e29 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0ea40df80fd97e73492675787b1baaa4 b/TCG/Library/Artifacts/0e/0ea40df80fd97e73492675787b1baaa4
deleted file mode 100644
index cb2d1da2..00000000
Binary files a/TCG/Library/Artifacts/0e/0ea40df80fd97e73492675787b1baaa4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0ebf728716d8fa5372ca8ae21cc54d0d b/TCG/Library/Artifacts/0e/0ebf728716d8fa5372ca8ae21cc54d0d
deleted file mode 100644
index 0c6b3709..00000000
Binary files a/TCG/Library/Artifacts/0e/0ebf728716d8fa5372ca8ae21cc54d0d and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0ee3ce66fae697dcb38b5344d912c36b b/TCG/Library/Artifacts/0e/0ee3ce66fae697dcb38b5344d912c36b
deleted file mode 100644
index c706e292..00000000
Binary files a/TCG/Library/Artifacts/0e/0ee3ce66fae697dcb38b5344d912c36b and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0eea809d3616e4ed5a5327e3bee4511e b/TCG/Library/Artifacts/0e/0eea809d3616e4ed5a5327e3bee4511e
deleted file mode 100644
index 5516f345..00000000
Binary files a/TCG/Library/Artifacts/0e/0eea809d3616e4ed5a5327e3bee4511e and /dev/null differ
diff --git a/TCG/Library/Artifacts/0e/0eefe53ae1904d2a68c0b9877ee48e80 b/TCG/Library/Artifacts/0e/0eefe53ae1904d2a68c0b9877ee48e80
deleted file mode 100644
index 8036b7ad..00000000
Binary files a/TCG/Library/Artifacts/0e/0eefe53ae1904d2a68c0b9877ee48e80 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0f035fbb75153738cf765124ac279465 b/TCG/Library/Artifacts/0f/0f035fbb75153738cf765124ac279465
deleted file mode 100644
index e3f3db94..00000000
Binary files a/TCG/Library/Artifacts/0f/0f035fbb75153738cf765124ac279465 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0f15ac538ae4a8505518abd91f66a588 b/TCG/Library/Artifacts/0f/0f15ac538ae4a8505518abd91f66a588
deleted file mode 100644
index 9f9e4765..00000000
Binary files a/TCG/Library/Artifacts/0f/0f15ac538ae4a8505518abd91f66a588 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0f2fd35654ba506f00142d91eac7aaea b/TCG/Library/Artifacts/0f/0f2fd35654ba506f00142d91eac7aaea
deleted file mode 100644
index e7199878..00000000
Binary files a/TCG/Library/Artifacts/0f/0f2fd35654ba506f00142d91eac7aaea and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0f3722dcf8ea89936e0306efc267e087 b/TCG/Library/Artifacts/0f/0f3722dcf8ea89936e0306efc267e087
deleted file mode 100644
index 6c234f15..00000000
Binary files a/TCG/Library/Artifacts/0f/0f3722dcf8ea89936e0306efc267e087 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0f8402012934f25d5707ba6afcb8674c b/TCG/Library/Artifacts/0f/0f8402012934f25d5707ba6afcb8674c
deleted file mode 100644
index 22337a62..00000000
Binary files a/TCG/Library/Artifacts/0f/0f8402012934f25d5707ba6afcb8674c and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0f9622ea03eb6c0467da43624550f59a b/TCG/Library/Artifacts/0f/0f9622ea03eb6c0467da43624550f59a
deleted file mode 100644
index b1479e72..00000000
Binary files a/TCG/Library/Artifacts/0f/0f9622ea03eb6c0467da43624550f59a and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0fa421a970067440e45a797359231889 b/TCG/Library/Artifacts/0f/0fa421a970067440e45a797359231889
deleted file mode 100644
index 3f56738c..00000000
Binary files a/TCG/Library/Artifacts/0f/0fa421a970067440e45a797359231889 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0fbc6df28b7356695afd7204b3019798 b/TCG/Library/Artifacts/0f/0fbc6df28b7356695afd7204b3019798
deleted file mode 100644
index 6d760f0d..00000000
Binary files a/TCG/Library/Artifacts/0f/0fbc6df28b7356695afd7204b3019798 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0fc29eee7b35363a525572a2deee0171 b/TCG/Library/Artifacts/0f/0fc29eee7b35363a525572a2deee0171
deleted file mode 100644
index 49fcf607..00000000
Binary files a/TCG/Library/Artifacts/0f/0fc29eee7b35363a525572a2deee0171 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0fc2b6163fe1324080ebaf97b11f6f16 b/TCG/Library/Artifacts/0f/0fc2b6163fe1324080ebaf97b11f6f16
deleted file mode 100644
index f7f22f41..00000000
Binary files a/TCG/Library/Artifacts/0f/0fc2b6163fe1324080ebaf97b11f6f16 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0fcdba4ca0eed374c2a9c4b5d98e4d50 b/TCG/Library/Artifacts/0f/0fcdba4ca0eed374c2a9c4b5d98e4d50
deleted file mode 100644
index 2e935e77..00000000
Binary files a/TCG/Library/Artifacts/0f/0fcdba4ca0eed374c2a9c4b5d98e4d50 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0fd660c9e4c9fa8c053c893b622ca55d b/TCG/Library/Artifacts/0f/0fd660c9e4c9fa8c053c893b622ca55d
deleted file mode 100644
index ddec96a0..00000000
Binary files a/TCG/Library/Artifacts/0f/0fd660c9e4c9fa8c053c893b622ca55d and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0ff2599bb5858277dcd22e93e26350ca b/TCG/Library/Artifacts/0f/0ff2599bb5858277dcd22e93e26350ca
deleted file mode 100644
index aee3ef92..00000000
Binary files a/TCG/Library/Artifacts/0f/0ff2599bb5858277dcd22e93e26350ca and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0ff5a94c12873247d048844d19356145 b/TCG/Library/Artifacts/0f/0ff5a94c12873247d048844d19356145
deleted file mode 100644
index c15da3e2..00000000
Binary files a/TCG/Library/Artifacts/0f/0ff5a94c12873247d048844d19356145 and /dev/null differ
diff --git a/TCG/Library/Artifacts/0f/0ffcb78828e72678f884792bfba26ab6 b/TCG/Library/Artifacts/0f/0ffcb78828e72678f884792bfba26ab6
deleted file mode 100644
index f36ad61d..00000000
Binary files a/TCG/Library/Artifacts/0f/0ffcb78828e72678f884792bfba26ab6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/10/1045f92605f89e1126ba936347573605 b/TCG/Library/Artifacts/10/1045f92605f89e1126ba936347573605
deleted file mode 100644
index c135b543..00000000
Binary files a/TCG/Library/Artifacts/10/1045f92605f89e1126ba936347573605 and /dev/null differ
diff --git a/TCG/Library/Artifacts/10/104ad9c274e6594f0207f0a825817ec6 b/TCG/Library/Artifacts/10/104ad9c274e6594f0207f0a825817ec6
deleted file mode 100644
index d7fc7ed2..00000000
Binary files a/TCG/Library/Artifacts/10/104ad9c274e6594f0207f0a825817ec6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/10/10bf74b1ddef39d5d48d8c80977a0319 b/TCG/Library/Artifacts/10/10bf74b1ddef39d5d48d8c80977a0319
deleted file mode 100644
index 4219c095..00000000
Binary files a/TCG/Library/Artifacts/10/10bf74b1ddef39d5d48d8c80977a0319 and /dev/null differ
diff --git a/TCG/Library/Artifacts/10/10e302e7a2185c189b1f7fddc2582314 b/TCG/Library/Artifacts/10/10e302e7a2185c189b1f7fddc2582314
deleted file mode 100644
index 933469bd..00000000
Binary files a/TCG/Library/Artifacts/10/10e302e7a2185c189b1f7fddc2582314 and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/110fa7ee4417c609d0cd3d5ab0f171d8 b/TCG/Library/Artifacts/11/110fa7ee4417c609d0cd3d5ab0f171d8
deleted file mode 100644
index c7ead091..00000000
Binary files a/TCG/Library/Artifacts/11/110fa7ee4417c609d0cd3d5ab0f171d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/11151bd12b1c16f9295861087d78444a b/TCG/Library/Artifacts/11/11151bd12b1c16f9295861087d78444a
deleted file mode 100644
index c222663d..00000000
Binary files a/TCG/Library/Artifacts/11/11151bd12b1c16f9295861087d78444a and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/1133cb2627161a3244591a0ea81e937e b/TCG/Library/Artifacts/11/1133cb2627161a3244591a0ea81e937e
deleted file mode 100644
index 8d6eb1c0..00000000
Binary files a/TCG/Library/Artifacts/11/1133cb2627161a3244591a0ea81e937e and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/1139cffdff6a698df4c3294bd01ba5a4 b/TCG/Library/Artifacts/11/1139cffdff6a698df4c3294bd01ba5a4
deleted file mode 100644
index 115c7f7f..00000000
Binary files a/TCG/Library/Artifacts/11/1139cffdff6a698df4c3294bd01ba5a4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/113b1e43194d3d5ba3649661c2d1804e b/TCG/Library/Artifacts/11/113b1e43194d3d5ba3649661c2d1804e
deleted file mode 100644
index 25bb1e9c..00000000
Binary files a/TCG/Library/Artifacts/11/113b1e43194d3d5ba3649661c2d1804e and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/1143280c1714028ac94579c8017f18a2 b/TCG/Library/Artifacts/11/1143280c1714028ac94579c8017f18a2
deleted file mode 100644
index 87e52ee1..00000000
Binary files a/TCG/Library/Artifacts/11/1143280c1714028ac94579c8017f18a2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/114e11c18a712370132e12d2db2a2d24 b/TCG/Library/Artifacts/11/114e11c18a712370132e12d2db2a2d24
deleted file mode 100644
index 06835d9f..00000000
Binary files a/TCG/Library/Artifacts/11/114e11c18a712370132e12d2db2a2d24 and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/11c48c55dbf9d6d9f193fb73ad9d44e6 b/TCG/Library/Artifacts/11/11c48c55dbf9d6d9f193fb73ad9d44e6
deleted file mode 100644
index 29feab58..00000000
Binary files a/TCG/Library/Artifacts/11/11c48c55dbf9d6d9f193fb73ad9d44e6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/11d5eac1e5b16cc56f8d5c12b6b157fd b/TCG/Library/Artifacts/11/11d5eac1e5b16cc56f8d5c12b6b157fd
deleted file mode 100644
index e936e0c0..00000000
Binary files a/TCG/Library/Artifacts/11/11d5eac1e5b16cc56f8d5c12b6b157fd and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/11e118841a644ae2433f14652617b22c b/TCG/Library/Artifacts/11/11e118841a644ae2433f14652617b22c
deleted file mode 100644
index 665103aa..00000000
Binary files a/TCG/Library/Artifacts/11/11e118841a644ae2433f14652617b22c and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/11ee70e3ef78053bf21cb022c66a9a93 b/TCG/Library/Artifacts/11/11ee70e3ef78053bf21cb022c66a9a93
deleted file mode 100644
index c0f55f68..00000000
Binary files a/TCG/Library/Artifacts/11/11ee70e3ef78053bf21cb022c66a9a93 and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/11f2e596f67df13250a84bbbda62271b b/TCG/Library/Artifacts/11/11f2e596f67df13250a84bbbda62271b
deleted file mode 100644
index 6d6bd85a..00000000
Binary files a/TCG/Library/Artifacts/11/11f2e596f67df13250a84bbbda62271b and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/11f701e1b846bb12085efbaa74532234 b/TCG/Library/Artifacts/11/11f701e1b846bb12085efbaa74532234
deleted file mode 100644
index fec445e5..00000000
Binary files a/TCG/Library/Artifacts/11/11f701e1b846bb12085efbaa74532234 and /dev/null differ
diff --git a/TCG/Library/Artifacts/11/11fd06f22dc8ff458b7168f5a2a23e7a b/TCG/Library/Artifacts/11/11fd06f22dc8ff458b7168f5a2a23e7a
deleted file mode 100644
index 5daacbd0..00000000
Binary files a/TCG/Library/Artifacts/11/11fd06f22dc8ff458b7168f5a2a23e7a and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/120586824ba4da0dfb8522fda5deeed8 b/TCG/Library/Artifacts/12/120586824ba4da0dfb8522fda5deeed8
deleted file mode 100644
index 0d78844b..00000000
Binary files a/TCG/Library/Artifacts/12/120586824ba4da0dfb8522fda5deeed8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/121f27c3288b204daba66f7278da78a9 b/TCG/Library/Artifacts/12/121f27c3288b204daba66f7278da78a9
deleted file mode 100644
index d4e0fc30..00000000
Binary files a/TCG/Library/Artifacts/12/121f27c3288b204daba66f7278da78a9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12322c67ec09c10d58d4600956edd2d8 b/TCG/Library/Artifacts/12/12322c67ec09c10d58d4600956edd2d8
deleted file mode 100644
index df1c0665..00000000
Binary files a/TCG/Library/Artifacts/12/12322c67ec09c10d58d4600956edd2d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/1243bfff108efa83dfc6c0183259b899 b/TCG/Library/Artifacts/12/1243bfff108efa83dfc6c0183259b899
deleted file mode 100644
index 511e393b..00000000
Binary files a/TCG/Library/Artifacts/12/1243bfff108efa83dfc6c0183259b899 and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12459cb03824b488716e3e818c29d55d b/TCG/Library/Artifacts/12/12459cb03824b488716e3e818c29d55d
deleted file mode 100644
index 1576c232..00000000
Binary files a/TCG/Library/Artifacts/12/12459cb03824b488716e3e818c29d55d and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/1251a74c91b7e2852dcc34c6bbcc932a b/TCG/Library/Artifacts/12/1251a74c91b7e2852dcc34c6bbcc932a
deleted file mode 100644
index 986f37a7..00000000
Binary files a/TCG/Library/Artifacts/12/1251a74c91b7e2852dcc34c6bbcc932a and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/129b65ea3534c23806759ea6754eb87e b/TCG/Library/Artifacts/12/129b65ea3534c23806759ea6754eb87e
deleted file mode 100644
index 9d260186..00000000
Binary files a/TCG/Library/Artifacts/12/129b65ea3534c23806759ea6754eb87e and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12b3a1e5be7499a4ac6012a8a7936722 b/TCG/Library/Artifacts/12/12b3a1e5be7499a4ac6012a8a7936722
deleted file mode 100644
index 21ae216c..00000000
Binary files a/TCG/Library/Artifacts/12/12b3a1e5be7499a4ac6012a8a7936722 and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12c7f45fb69ddc05c3233cc21eaa0b39 b/TCG/Library/Artifacts/12/12c7f45fb69ddc05c3233cc21eaa0b39
deleted file mode 100644
index f682e96d..00000000
Binary files a/TCG/Library/Artifacts/12/12c7f45fb69ddc05c3233cc21eaa0b39 and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12cc0a7bd2a3cbf41526cc929ab896a3 b/TCG/Library/Artifacts/12/12cc0a7bd2a3cbf41526cc929ab896a3
deleted file mode 100644
index 34aff3fb..00000000
Binary files a/TCG/Library/Artifacts/12/12cc0a7bd2a3cbf41526cc929ab896a3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12cf4d42e3e9b8837b27b38848b7e66d b/TCG/Library/Artifacts/12/12cf4d42e3e9b8837b27b38848b7e66d
deleted file mode 100644
index 31356ec3..00000000
Binary files a/TCG/Library/Artifacts/12/12cf4d42e3e9b8837b27b38848b7e66d and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12df2744bfb080f40925a253d8c363ef b/TCG/Library/Artifacts/12/12df2744bfb080f40925a253d8c363ef
deleted file mode 100644
index f13a9e7f..00000000
Binary files a/TCG/Library/Artifacts/12/12df2744bfb080f40925a253d8c363ef and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12e45f3a6923c07b66941ef237484abc b/TCG/Library/Artifacts/12/12e45f3a6923c07b66941ef237484abc
deleted file mode 100644
index c5f0fa92..00000000
Binary files a/TCG/Library/Artifacts/12/12e45f3a6923c07b66941ef237484abc and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12e644f222418fce455af0d0e6d30cf2 b/TCG/Library/Artifacts/12/12e644f222418fce455af0d0e6d30cf2
deleted file mode 100644
index 85130f89..00000000
Binary files a/TCG/Library/Artifacts/12/12e644f222418fce455af0d0e6d30cf2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12ed41f843c5ce32f9b21d8adfe84f01 b/TCG/Library/Artifacts/12/12ed41f843c5ce32f9b21d8adfe84f01
deleted file mode 100644
index 12a6e311..00000000
Binary files a/TCG/Library/Artifacts/12/12ed41f843c5ce32f9b21d8adfe84f01 and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12ee3db564a895d3975c427fb12dd839 b/TCG/Library/Artifacts/12/12ee3db564a895d3975c427fb12dd839
deleted file mode 100644
index b96efc67..00000000
Binary files a/TCG/Library/Artifacts/12/12ee3db564a895d3975c427fb12dd839 and /dev/null differ
diff --git a/TCG/Library/Artifacts/12/12fc22f6ea53c7430dd240f38d14a4d2 b/TCG/Library/Artifacts/12/12fc22f6ea53c7430dd240f38d14a4d2
deleted file mode 100644
index 266699d7..00000000
Binary files a/TCG/Library/Artifacts/12/12fc22f6ea53c7430dd240f38d14a4d2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/131905cfb0d8e618ccf5b0ee54d2c2e0 b/TCG/Library/Artifacts/13/131905cfb0d8e618ccf5b0ee54d2c2e0
deleted file mode 100644
index 48104fc4..00000000
Binary files a/TCG/Library/Artifacts/13/131905cfb0d8e618ccf5b0ee54d2c2e0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/133694024f1d318c6594ac5d37c97b14 b/TCG/Library/Artifacts/13/133694024f1d318c6594ac5d37c97b14
deleted file mode 100644
index 10eba35a..00000000
Binary files a/TCG/Library/Artifacts/13/133694024f1d318c6594ac5d37c97b14 and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/1338b141c5b08f44bc903222a33086ca b/TCG/Library/Artifacts/13/1338b141c5b08f44bc903222a33086ca
deleted file mode 100644
index 2d1d49c9..00000000
Binary files a/TCG/Library/Artifacts/13/1338b141c5b08f44bc903222a33086ca and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/1339347d22a7bba71b0dd588e2cca91c b/TCG/Library/Artifacts/13/1339347d22a7bba71b0dd588e2cca91c
deleted file mode 100644
index 3ef4e0fb..00000000
Binary files a/TCG/Library/Artifacts/13/1339347d22a7bba71b0dd588e2cca91c and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/133ac8d54eabe0404c4a4e7d6468acc7 b/TCG/Library/Artifacts/13/133ac8d54eabe0404c4a4e7d6468acc7
deleted file mode 100644
index 9038b797..00000000
Binary files a/TCG/Library/Artifacts/13/133ac8d54eabe0404c4a4e7d6468acc7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/133bb2c90b15a76f6d9423eef86e2f8f b/TCG/Library/Artifacts/13/133bb2c90b15a76f6d9423eef86e2f8f
deleted file mode 100644
index caa30d54..00000000
Binary files a/TCG/Library/Artifacts/13/133bb2c90b15a76f6d9423eef86e2f8f and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/1341c176e7541480139c1e5e5a4ff85f b/TCG/Library/Artifacts/13/1341c176e7541480139c1e5e5a4ff85f
deleted file mode 100644
index 84640843..00000000
Binary files a/TCG/Library/Artifacts/13/1341c176e7541480139c1e5e5a4ff85f and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/1345d6fe787d2cf2f2affb366ccaa7d6 b/TCG/Library/Artifacts/13/1345d6fe787d2cf2f2affb366ccaa7d6
deleted file mode 100644
index 429e3536..00000000
Binary files a/TCG/Library/Artifacts/13/1345d6fe787d2cf2f2affb366ccaa7d6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/1350c6eaf2965d9942295fea366ee5c3 b/TCG/Library/Artifacts/13/1350c6eaf2965d9942295fea366ee5c3
deleted file mode 100644
index bf0385d1..00000000
Binary files a/TCG/Library/Artifacts/13/1350c6eaf2965d9942295fea366ee5c3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/1355401ab0777779372786f1873e94ec b/TCG/Library/Artifacts/13/1355401ab0777779372786f1873e94ec
deleted file mode 100644
index c1f18857..00000000
Binary files a/TCG/Library/Artifacts/13/1355401ab0777779372786f1873e94ec and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/1398db2da5aa467f018bf36de8bd8d5a b/TCG/Library/Artifacts/13/1398db2da5aa467f018bf36de8bd8d5a
deleted file mode 100644
index 27fb9198..00000000
Binary files a/TCG/Library/Artifacts/13/1398db2da5aa467f018bf36de8bd8d5a and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/13baffe53c9c1de55d1d3b82d1976791 b/TCG/Library/Artifacts/13/13baffe53c9c1de55d1d3b82d1976791
deleted file mode 100644
index 837bb17b..00000000
Binary files a/TCG/Library/Artifacts/13/13baffe53c9c1de55d1d3b82d1976791 and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/13bbf13b0f07fff4d0d38c08e40bc47e b/TCG/Library/Artifacts/13/13bbf13b0f07fff4d0d38c08e40bc47e
deleted file mode 100644
index 2ea75ebc..00000000
Binary files a/TCG/Library/Artifacts/13/13bbf13b0f07fff4d0d38c08e40bc47e and /dev/null differ
diff --git a/TCG/Library/Artifacts/13/13c0dea34501e96463cbb3e934bbac5b b/TCG/Library/Artifacts/13/13c0dea34501e96463cbb3e934bbac5b
deleted file mode 100644
index 8602c58f..00000000
Binary files a/TCG/Library/Artifacts/13/13c0dea34501e96463cbb3e934bbac5b and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/1410793ff6236e4ef328b2a02a658e04 b/TCG/Library/Artifacts/14/1410793ff6236e4ef328b2a02a658e04
deleted file mode 100644
index bcf9613f..00000000
Binary files a/TCG/Library/Artifacts/14/1410793ff6236e4ef328b2a02a658e04 and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/142435e1f059e1c6ef2079a642872d95 b/TCG/Library/Artifacts/14/142435e1f059e1c6ef2079a642872d95
deleted file mode 100644
index f2c425e5..00000000
Binary files a/TCG/Library/Artifacts/14/142435e1f059e1c6ef2079a642872d95 and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/1434e57dc0df367e59b948f51e045b40 b/TCG/Library/Artifacts/14/1434e57dc0df367e59b948f51e045b40
deleted file mode 100644
index 381f3049..00000000
Binary files a/TCG/Library/Artifacts/14/1434e57dc0df367e59b948f51e045b40 and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/1439e3c6e556fc95854c66072758caf1 b/TCG/Library/Artifacts/14/1439e3c6e556fc95854c66072758caf1
deleted file mode 100644
index 6499609e..00000000
Binary files a/TCG/Library/Artifacts/14/1439e3c6e556fc95854c66072758caf1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/145791582f51f03dd847884be49b0de1 b/TCG/Library/Artifacts/14/145791582f51f03dd847884be49b0de1
deleted file mode 100644
index 6569702f..00000000
Binary files a/TCG/Library/Artifacts/14/145791582f51f03dd847884be49b0de1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/145aa06a124b65a7b7072ac3481310a7 b/TCG/Library/Artifacts/14/145aa06a124b65a7b7072ac3481310a7
deleted file mode 100644
index b6e5d4ab..00000000
Binary files a/TCG/Library/Artifacts/14/145aa06a124b65a7b7072ac3481310a7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/147b5026c1113e2369d061e1c93f165c b/TCG/Library/Artifacts/14/147b5026c1113e2369d061e1c93f165c
deleted file mode 100644
index dcacea9b..00000000
Binary files a/TCG/Library/Artifacts/14/147b5026c1113e2369d061e1c93f165c and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/147e05e85a2f28ffe2190d9ef99823ac b/TCG/Library/Artifacts/14/147e05e85a2f28ffe2190d9ef99823ac
deleted file mode 100644
index 65c2ac25..00000000
Binary files a/TCG/Library/Artifacts/14/147e05e85a2f28ffe2190d9ef99823ac and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/1487c510a5f4b4ca8f3455c81b94b0d1 b/TCG/Library/Artifacts/14/1487c510a5f4b4ca8f3455c81b94b0d1
deleted file mode 100644
index 01b4fd30..00000000
Binary files a/TCG/Library/Artifacts/14/1487c510a5f4b4ca8f3455c81b94b0d1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/148dd694dc411f7d504d4898df3dcb3a b/TCG/Library/Artifacts/14/148dd694dc411f7d504d4898df3dcb3a
deleted file mode 100644
index 0b66a67b..00000000
Binary files a/TCG/Library/Artifacts/14/148dd694dc411f7d504d4898df3dcb3a and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/14cd8afb37142abade3927afd5559569 b/TCG/Library/Artifacts/14/14cd8afb37142abade3927afd5559569
deleted file mode 100644
index 6f41860e..00000000
Binary files a/TCG/Library/Artifacts/14/14cd8afb37142abade3927afd5559569 and /dev/null differ
diff --git a/TCG/Library/Artifacts/14/14f1bd4e55976620407226b1f7c772f8 b/TCG/Library/Artifacts/14/14f1bd4e55976620407226b1f7c772f8
deleted file mode 100644
index d60ba06d..00000000
Binary files a/TCG/Library/Artifacts/14/14f1bd4e55976620407226b1f7c772f8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/15/150f2284e79c319255441dbc03c4cce8 b/TCG/Library/Artifacts/15/150f2284e79c319255441dbc03c4cce8
deleted file mode 100644
index bfaba79a..00000000
Binary files a/TCG/Library/Artifacts/15/150f2284e79c319255441dbc03c4cce8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/15/151a96896aa597f34d0873da055cf279 b/TCG/Library/Artifacts/15/151a96896aa597f34d0873da055cf279
deleted file mode 100644
index 84c70eba..00000000
Binary files a/TCG/Library/Artifacts/15/151a96896aa597f34d0873da055cf279 and /dev/null differ
diff --git a/TCG/Library/Artifacts/15/156ba8635d863aca7fbcc575c51fff25 b/TCG/Library/Artifacts/15/156ba8635d863aca7fbcc575c51fff25
deleted file mode 100644
index 0ace96f9..00000000
Binary files a/TCG/Library/Artifacts/15/156ba8635d863aca7fbcc575c51fff25 and /dev/null differ
diff --git a/TCG/Library/Artifacts/15/157133a7050bac5710fae9226a88b1d4 b/TCG/Library/Artifacts/15/157133a7050bac5710fae9226a88b1d4
deleted file mode 100644
index 166c94fb..00000000
Binary files a/TCG/Library/Artifacts/15/157133a7050bac5710fae9226a88b1d4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/15/15b848c75e627f6d07c59518a97315f7 b/TCG/Library/Artifacts/15/15b848c75e627f6d07c59518a97315f7
deleted file mode 100644
index 99e81835..00000000
Binary files a/TCG/Library/Artifacts/15/15b848c75e627f6d07c59518a97315f7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/15/15bfa304ca81d3d9cb579b149b718fc3 b/TCG/Library/Artifacts/15/15bfa304ca81d3d9cb579b149b718fc3
deleted file mode 100644
index 80c6065e..00000000
Binary files a/TCG/Library/Artifacts/15/15bfa304ca81d3d9cb579b149b718fc3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/15/15f0c9b8a294a885ceb685a0da25117e b/TCG/Library/Artifacts/15/15f0c9b8a294a885ceb685a0da25117e
deleted file mode 100644
index 04b563a8..00000000
Binary files a/TCG/Library/Artifacts/15/15f0c9b8a294a885ceb685a0da25117e and /dev/null differ
diff --git a/TCG/Library/Artifacts/15/15f6e74284b2fc946c4a5c5506cbac98 b/TCG/Library/Artifacts/15/15f6e74284b2fc946c4a5c5506cbac98
deleted file mode 100644
index aa833d05..00000000
Binary files a/TCG/Library/Artifacts/15/15f6e74284b2fc946c4a5c5506cbac98 and /dev/null differ
diff --git a/TCG/Library/Artifacts/16/161f337f69c1cfeb6c4b2d47b5f0b9ae b/TCG/Library/Artifacts/16/161f337f69c1cfeb6c4b2d47b5f0b9ae
deleted file mode 100644
index 56e54400..00000000
Binary files a/TCG/Library/Artifacts/16/161f337f69c1cfeb6c4b2d47b5f0b9ae and /dev/null differ
diff --git a/TCG/Library/Artifacts/16/162b84b7d14998aeed56502d2220463f b/TCG/Library/Artifacts/16/162b84b7d14998aeed56502d2220463f
deleted file mode 100644
index 41f8f6dc..00000000
Binary files a/TCG/Library/Artifacts/16/162b84b7d14998aeed56502d2220463f and /dev/null differ
diff --git a/TCG/Library/Artifacts/16/1649077aaaef976d247136a998180ab0 b/TCG/Library/Artifacts/16/1649077aaaef976d247136a998180ab0
deleted file mode 100644
index e41f0a29..00000000
Binary files a/TCG/Library/Artifacts/16/1649077aaaef976d247136a998180ab0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/16/1657a7466abd46a34e321290a10bab16 b/TCG/Library/Artifacts/16/1657a7466abd46a34e321290a10bab16
deleted file mode 100644
index 2a1c71cc..00000000
Binary files a/TCG/Library/Artifacts/16/1657a7466abd46a34e321290a10bab16 and /dev/null differ
diff --git a/TCG/Library/Artifacts/16/16803c9bbc890eb60ab830ec10c5cc78 b/TCG/Library/Artifacts/16/16803c9bbc890eb60ab830ec10c5cc78
deleted file mode 100644
index dd434941..00000000
Binary files a/TCG/Library/Artifacts/16/16803c9bbc890eb60ab830ec10c5cc78 and /dev/null differ
diff --git a/TCG/Library/Artifacts/16/16870172de47dce867c983e1f81ad09c b/TCG/Library/Artifacts/16/16870172de47dce867c983e1f81ad09c
deleted file mode 100644
index 72ce21b3..00000000
Binary files a/TCG/Library/Artifacts/16/16870172de47dce867c983e1f81ad09c and /dev/null differ
diff --git a/TCG/Library/Artifacts/16/1687e0fa272ca8bd13f5f7763f93bad5 b/TCG/Library/Artifacts/16/1687e0fa272ca8bd13f5f7763f93bad5
deleted file mode 100644
index 0d8e7a12..00000000
Binary files a/TCG/Library/Artifacts/16/1687e0fa272ca8bd13f5f7763f93bad5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/16/168a51ea816715f1f1e2f5c632a28443 b/TCG/Library/Artifacts/16/168a51ea816715f1f1e2f5c632a28443
deleted file mode 100644
index cfc9571f..00000000
Binary files a/TCG/Library/Artifacts/16/168a51ea816715f1f1e2f5c632a28443 and /dev/null differ
diff --git a/TCG/Library/Artifacts/16/169081fba2b55eef9e31ef31cb6f7b12 b/TCG/Library/Artifacts/16/169081fba2b55eef9e31ef31cb6f7b12
deleted file mode 100644
index 43224805..00000000
Binary files a/TCG/Library/Artifacts/16/169081fba2b55eef9e31ef31cb6f7b12 and /dev/null differ
diff --git a/TCG/Library/Artifacts/16/16b181f0e781a965ba098a55d8284b16 b/TCG/Library/Artifacts/16/16b181f0e781a965ba098a55d8284b16
deleted file mode 100644
index decfbf9b..00000000
Binary files a/TCG/Library/Artifacts/16/16b181f0e781a965ba098a55d8284b16 and /dev/null differ
diff --git a/TCG/Library/Artifacts/16/16da078e23bf47e40407438f5d6237da b/TCG/Library/Artifacts/16/16da078e23bf47e40407438f5d6237da
deleted file mode 100644
index e58164ac..00000000
Binary files a/TCG/Library/Artifacts/16/16da078e23bf47e40407438f5d6237da and /dev/null differ
diff --git a/TCG/Library/Artifacts/17/17125c210c1f0653f9714374088d3195 b/TCG/Library/Artifacts/17/17125c210c1f0653f9714374088d3195
deleted file mode 100644
index dc9beb90..00000000
Binary files a/TCG/Library/Artifacts/17/17125c210c1f0653f9714374088d3195 and /dev/null differ
diff --git a/TCG/Library/Artifacts/17/17552eeb7be440c789eabf7139617002 b/TCG/Library/Artifacts/17/17552eeb7be440c789eabf7139617002
deleted file mode 100644
index 77541f7a..00000000
Binary files a/TCG/Library/Artifacts/17/17552eeb7be440c789eabf7139617002 and /dev/null differ
diff --git a/TCG/Library/Artifacts/17/1761a9d8742774182dbb3dbbb9be2bcf b/TCG/Library/Artifacts/17/1761a9d8742774182dbb3dbbb9be2bcf
deleted file mode 100644
index af6f0ad6..00000000
Binary files a/TCG/Library/Artifacts/17/1761a9d8742774182dbb3dbbb9be2bcf and /dev/null differ
diff --git a/TCG/Library/Artifacts/17/1769778c7401ed7cc5e2b4cbb2902584 b/TCG/Library/Artifacts/17/1769778c7401ed7cc5e2b4cbb2902584
deleted file mode 100644
index 7bf13142..00000000
Binary files a/TCG/Library/Artifacts/17/1769778c7401ed7cc5e2b4cbb2902584 and /dev/null differ
diff --git a/TCG/Library/Artifacts/17/17767006fcb024682e439700f54b8ec0 b/TCG/Library/Artifacts/17/17767006fcb024682e439700f54b8ec0
deleted file mode 100644
index 821c85e2..00000000
Binary files a/TCG/Library/Artifacts/17/17767006fcb024682e439700f54b8ec0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/17/177c91f0b89b35a075575654d69ecf61 b/TCG/Library/Artifacts/17/177c91f0b89b35a075575654d69ecf61
deleted file mode 100644
index 1ca367be..00000000
Binary files a/TCG/Library/Artifacts/17/177c91f0b89b35a075575654d69ecf61 and /dev/null differ
diff --git a/TCG/Library/Artifacts/17/17cee4c480ff7eb305d346034774e56a b/TCG/Library/Artifacts/17/17cee4c480ff7eb305d346034774e56a
deleted file mode 100644
index 9e0b9967..00000000
Binary files a/TCG/Library/Artifacts/17/17cee4c480ff7eb305d346034774e56a and /dev/null differ
diff --git a/TCG/Library/Artifacts/17/17e7ad802f54a99dc4b134b549c897e5 b/TCG/Library/Artifacts/17/17e7ad802f54a99dc4b134b549c897e5
deleted file mode 100644
index 4cce0486..00000000
Binary files a/TCG/Library/Artifacts/17/17e7ad802f54a99dc4b134b549c897e5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/17/17eb8d1f4105bfd9234f01e600fa6c12 b/TCG/Library/Artifacts/17/17eb8d1f4105bfd9234f01e600fa6c12
deleted file mode 100644
index e4239b7f..00000000
Binary files a/TCG/Library/Artifacts/17/17eb8d1f4105bfd9234f01e600fa6c12 and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/1814882f592a59d0b154145de616250e b/TCG/Library/Artifacts/18/1814882f592a59d0b154145de616250e
deleted file mode 100644
index b8616948..00000000
Binary files a/TCG/Library/Artifacts/18/1814882f592a59d0b154145de616250e and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/1818b766227c305928b7466a3dd1ef48 b/TCG/Library/Artifacts/18/1818b766227c305928b7466a3dd1ef48
deleted file mode 100644
index 1497edd8..00000000
Binary files a/TCG/Library/Artifacts/18/1818b766227c305928b7466a3dd1ef48 and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/1842581a81852911f79263ed3e8bfef8 b/TCG/Library/Artifacts/18/1842581a81852911f79263ed3e8bfef8
deleted file mode 100644
index 9d956131..00000000
Binary files a/TCG/Library/Artifacts/18/1842581a81852911f79263ed3e8bfef8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/1842704f548235a34d692713d7e94ca4 b/TCG/Library/Artifacts/18/1842704f548235a34d692713d7e94ca4
deleted file mode 100644
index fab1ffd1..00000000
Binary files a/TCG/Library/Artifacts/18/1842704f548235a34d692713d7e94ca4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/184b8c0c8b16192d8fabed996b1601da b/TCG/Library/Artifacts/18/184b8c0c8b16192d8fabed996b1601da
deleted file mode 100644
index d2e7ce57..00000000
Binary files a/TCG/Library/Artifacts/18/184b8c0c8b16192d8fabed996b1601da and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/184cac17617e1b7d4a77ee5ac8dd4b1a b/TCG/Library/Artifacts/18/184cac17617e1b7d4a77ee5ac8dd4b1a
deleted file mode 100644
index 8e55aa22..00000000
Binary files a/TCG/Library/Artifacts/18/184cac17617e1b7d4a77ee5ac8dd4b1a and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/184d82298d0979a0fb11b868771fb37c b/TCG/Library/Artifacts/18/184d82298d0979a0fb11b868771fb37c
deleted file mode 100644
index b70e24e8..00000000
Binary files a/TCG/Library/Artifacts/18/184d82298d0979a0fb11b868771fb37c and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/184dab28b9c027dac6362268964402c2 b/TCG/Library/Artifacts/18/184dab28b9c027dac6362268964402c2
deleted file mode 100644
index 52d4a650..00000000
Binary files a/TCG/Library/Artifacts/18/184dab28b9c027dac6362268964402c2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/18544ceca4c440a93b43794545637cfd b/TCG/Library/Artifacts/18/18544ceca4c440a93b43794545637cfd
deleted file mode 100644
index 25fcdfdf..00000000
Binary files a/TCG/Library/Artifacts/18/18544ceca4c440a93b43794545637cfd and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/18587fbf1ca07c8a30f0a045e1fb2ce2 b/TCG/Library/Artifacts/18/18587fbf1ca07c8a30f0a045e1fb2ce2
deleted file mode 100644
index da37d09b..00000000
Binary files a/TCG/Library/Artifacts/18/18587fbf1ca07c8a30f0a045e1fb2ce2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/186ad23d5418aa5de656ca2d58bfb8dd b/TCG/Library/Artifacts/18/186ad23d5418aa5de656ca2d58bfb8dd
deleted file mode 100644
index 939fa842..00000000
Binary files a/TCG/Library/Artifacts/18/186ad23d5418aa5de656ca2d58bfb8dd and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/1882ecf3388158c64e504e6b07eb43c5 b/TCG/Library/Artifacts/18/1882ecf3388158c64e504e6b07eb43c5
deleted file mode 100644
index 56117f1d..00000000
Binary files a/TCG/Library/Artifacts/18/1882ecf3388158c64e504e6b07eb43c5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/188535f5cd2a95111370f2f616f3f80c b/TCG/Library/Artifacts/18/188535f5cd2a95111370f2f616f3f80c
deleted file mode 100644
index 69b07d07..00000000
Binary files a/TCG/Library/Artifacts/18/188535f5cd2a95111370f2f616f3f80c and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/18b8cfca100d4147a885689cff5a04f1 b/TCG/Library/Artifacts/18/18b8cfca100d4147a885689cff5a04f1
deleted file mode 100644
index d306ad3f..00000000
Binary files a/TCG/Library/Artifacts/18/18b8cfca100d4147a885689cff5a04f1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/18bf00d5939f1d29e05219acabcf04e2 b/TCG/Library/Artifacts/18/18bf00d5939f1d29e05219acabcf04e2
deleted file mode 100644
index 4adcfea4..00000000
Binary files a/TCG/Library/Artifacts/18/18bf00d5939f1d29e05219acabcf04e2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/18/18c1162fe5189cf9a29763b33b1a40f7 b/TCG/Library/Artifacts/18/18c1162fe5189cf9a29763b33b1a40f7
deleted file mode 100644
index 00774ce5..00000000
Binary files a/TCG/Library/Artifacts/18/18c1162fe5189cf9a29763b33b1a40f7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/19/1909f7d15279960120334f36614f42d9 b/TCG/Library/Artifacts/19/1909f7d15279960120334f36614f42d9
deleted file mode 100644
index 9c00676a..00000000
Binary files a/TCG/Library/Artifacts/19/1909f7d15279960120334f36614f42d9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/19/190e0952559cb6232adba3aad7ff94d7 b/TCG/Library/Artifacts/19/190e0952559cb6232adba3aad7ff94d7
deleted file mode 100644
index 325fbc76..00000000
Binary files a/TCG/Library/Artifacts/19/190e0952559cb6232adba3aad7ff94d7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/19/191a1ed2d4a0f853572685d4f8620ad3 b/TCG/Library/Artifacts/19/191a1ed2d4a0f853572685d4f8620ad3
deleted file mode 100644
index c3017b40..00000000
Binary files a/TCG/Library/Artifacts/19/191a1ed2d4a0f853572685d4f8620ad3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/19/194b81a0971ebdf7d0aa90058c45ea11 b/TCG/Library/Artifacts/19/194b81a0971ebdf7d0aa90058c45ea11
deleted file mode 100644
index 1ef13de6..00000000
Binary files a/TCG/Library/Artifacts/19/194b81a0971ebdf7d0aa90058c45ea11 and /dev/null differ
diff --git a/TCG/Library/Artifacts/19/197666b5edcfdc05ddfd47b8d9ddbdc8 b/TCG/Library/Artifacts/19/197666b5edcfdc05ddfd47b8d9ddbdc8
deleted file mode 100644
index ed5a1559..00000000
Binary files a/TCG/Library/Artifacts/19/197666b5edcfdc05ddfd47b8d9ddbdc8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/19/198f62407e8b5ed69ac65bc3025cbc71 b/TCG/Library/Artifacts/19/198f62407e8b5ed69ac65bc3025cbc71
deleted file mode 100644
index 1ecc6b70..00000000
Binary files a/TCG/Library/Artifacts/19/198f62407e8b5ed69ac65bc3025cbc71 and /dev/null differ
diff --git a/TCG/Library/Artifacts/19/19b14ae90e5103f0fa8efb442bf5a168 b/TCG/Library/Artifacts/19/19b14ae90e5103f0fa8efb442bf5a168
deleted file mode 100644
index cee02bec..00000000
Binary files a/TCG/Library/Artifacts/19/19b14ae90e5103f0fa8efb442bf5a168 and /dev/null differ
diff --git a/TCG/Library/Artifacts/19/19cba0444dd5a2aac241543c57197517 b/TCG/Library/Artifacts/19/19cba0444dd5a2aac241543c57197517
deleted file mode 100644
index 81107222..00000000
Binary files a/TCG/Library/Artifacts/19/19cba0444dd5a2aac241543c57197517 and /dev/null differ
diff --git a/TCG/Library/Artifacts/19/19d3ac8719ef08ab18ac68fb2417ab71 b/TCG/Library/Artifacts/19/19d3ac8719ef08ab18ac68fb2417ab71
deleted file mode 100644
index 50258f09..00000000
Binary files a/TCG/Library/Artifacts/19/19d3ac8719ef08ab18ac68fb2417ab71 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1a16bcfc058d9d0cd9b69af9b7fa83f7 b/TCG/Library/Artifacts/1a/1a16bcfc058d9d0cd9b69af9b7fa83f7
deleted file mode 100644
index 461ae83b..00000000
Binary files a/TCG/Library/Artifacts/1a/1a16bcfc058d9d0cd9b69af9b7fa83f7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1a643e1832088c0297d4a65965ea81d8 b/TCG/Library/Artifacts/1a/1a643e1832088c0297d4a65965ea81d8
deleted file mode 100644
index 2da04075..00000000
Binary files a/TCG/Library/Artifacts/1a/1a643e1832088c0297d4a65965ea81d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1a65647ca98e4561bed122713cb16276 b/TCG/Library/Artifacts/1a/1a65647ca98e4561bed122713cb16276
deleted file mode 100644
index 754764ca..00000000
Binary files a/TCG/Library/Artifacts/1a/1a65647ca98e4561bed122713cb16276 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1a668ee2cf79d402a7cafb8ad9f8053f b/TCG/Library/Artifacts/1a/1a668ee2cf79d402a7cafb8ad9f8053f
deleted file mode 100644
index 22ae17b2..00000000
Binary files a/TCG/Library/Artifacts/1a/1a668ee2cf79d402a7cafb8ad9f8053f and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1a745c362048fd3bd4a1012e6172e45a b/TCG/Library/Artifacts/1a/1a745c362048fd3bd4a1012e6172e45a
deleted file mode 100644
index 3c42941d..00000000
Binary files a/TCG/Library/Artifacts/1a/1a745c362048fd3bd4a1012e6172e45a and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1a747201d601118b3d45c530c0cd6365 b/TCG/Library/Artifacts/1a/1a747201d601118b3d45c530c0cd6365
deleted file mode 100644
index b093c12b..00000000
Binary files a/TCG/Library/Artifacts/1a/1a747201d601118b3d45c530c0cd6365 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1a7c216919780e430210fd7f468a85fc b/TCG/Library/Artifacts/1a/1a7c216919780e430210fd7f468a85fc
deleted file mode 100644
index f4fa810f..00000000
Binary files a/TCG/Library/Artifacts/1a/1a7c216919780e430210fd7f468a85fc and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1a9bc45c34b4160f2546d4c0cf03b43f b/TCG/Library/Artifacts/1a/1a9bc45c34b4160f2546d4c0cf03b43f
deleted file mode 100644
index 5c100772..00000000
Binary files a/TCG/Library/Artifacts/1a/1a9bc45c34b4160f2546d4c0cf03b43f and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1ab79f6e3090b4f6440bce0b58d97893 b/TCG/Library/Artifacts/1a/1ab79f6e3090b4f6440bce0b58d97893
deleted file mode 100644
index c0cb24ab..00000000
Binary files a/TCG/Library/Artifacts/1a/1ab79f6e3090b4f6440bce0b58d97893 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1ac377f4d0ac4fb4bcae7994096510d6 b/TCG/Library/Artifacts/1a/1ac377f4d0ac4fb4bcae7994096510d6
deleted file mode 100644
index b227ce35..00000000
Binary files a/TCG/Library/Artifacts/1a/1ac377f4d0ac4fb4bcae7994096510d6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1ac37e05ecde75887b97f272bce0eff7 b/TCG/Library/Artifacts/1a/1ac37e05ecde75887b97f272bce0eff7
deleted file mode 100644
index 97c76ace..00000000
Binary files a/TCG/Library/Artifacts/1a/1ac37e05ecde75887b97f272bce0eff7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1ae16f53721298930a15fc92470c3486 b/TCG/Library/Artifacts/1a/1ae16f53721298930a15fc92470c3486
deleted file mode 100644
index 4ad38cdb..00000000
Binary files a/TCG/Library/Artifacts/1a/1ae16f53721298930a15fc92470c3486 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1af377192017b869da8708fd79fd8dac b/TCG/Library/Artifacts/1a/1af377192017b869da8708fd79fd8dac
deleted file mode 100644
index 69545494..00000000
Binary files a/TCG/Library/Artifacts/1a/1af377192017b869da8708fd79fd8dac and /dev/null differ
diff --git a/TCG/Library/Artifacts/1a/1afde4bcd579f1b8fd63d4af25b9624e b/TCG/Library/Artifacts/1a/1afde4bcd579f1b8fd63d4af25b9624e
deleted file mode 100644
index a2a2d969..00000000
Binary files a/TCG/Library/Artifacts/1a/1afde4bcd579f1b8fd63d4af25b9624e and /dev/null differ
diff --git a/TCG/Library/Artifacts/1b/1b04cef79af565bd4b4245bc36cee11b b/TCG/Library/Artifacts/1b/1b04cef79af565bd4b4245bc36cee11b
deleted file mode 100644
index d96be0e7..00000000
Binary files a/TCG/Library/Artifacts/1b/1b04cef79af565bd4b4245bc36cee11b and /dev/null differ
diff --git a/TCG/Library/Artifacts/1b/1b1157f4ee854828d1f372963d84a800 b/TCG/Library/Artifacts/1b/1b1157f4ee854828d1f372963d84a800
deleted file mode 100644
index e7741ca7..00000000
Binary files a/TCG/Library/Artifacts/1b/1b1157f4ee854828d1f372963d84a800 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1b/1b8f18fd0f7f15cf14a2af60a137a65e b/TCG/Library/Artifacts/1b/1b8f18fd0f7f15cf14a2af60a137a65e
deleted file mode 100644
index a4c384cd..00000000
Binary files a/TCG/Library/Artifacts/1b/1b8f18fd0f7f15cf14a2af60a137a65e and /dev/null differ
diff --git a/TCG/Library/Artifacts/1b/1b9060ce3803bd406637403e939cd338 b/TCG/Library/Artifacts/1b/1b9060ce3803bd406637403e939cd338
deleted file mode 100644
index 631f0a53..00000000
Binary files a/TCG/Library/Artifacts/1b/1b9060ce3803bd406637403e939cd338 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1b/1ba99e0f02ff615aa0ec0f5a91e40230 b/TCG/Library/Artifacts/1b/1ba99e0f02ff615aa0ec0f5a91e40230
deleted file mode 100644
index c9ac890b..00000000
Binary files a/TCG/Library/Artifacts/1b/1ba99e0f02ff615aa0ec0f5a91e40230 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1b/1ba9c7df7246fb57a89b091d092593d7 b/TCG/Library/Artifacts/1b/1ba9c7df7246fb57a89b091d092593d7
deleted file mode 100644
index 73ce8b09..00000000
Binary files a/TCG/Library/Artifacts/1b/1ba9c7df7246fb57a89b091d092593d7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1b/1bace60aa1952e27d2f89c3aef694a21 b/TCG/Library/Artifacts/1b/1bace60aa1952e27d2f89c3aef694a21
deleted file mode 100644
index 8c9adbc8..00000000
Binary files a/TCG/Library/Artifacts/1b/1bace60aa1952e27d2f89c3aef694a21 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1b/1bb2d10fabc94d13f5adbbf2c1e06176 b/TCG/Library/Artifacts/1b/1bb2d10fabc94d13f5adbbf2c1e06176
deleted file mode 100644
index 6d9e74f2..00000000
Binary files a/TCG/Library/Artifacts/1b/1bb2d10fabc94d13f5adbbf2c1e06176 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1b/1bd60b40fb73ec136bbed976727eb1a7 b/TCG/Library/Artifacts/1b/1bd60b40fb73ec136bbed976727eb1a7
deleted file mode 100644
index 5e1e606e..00000000
Binary files a/TCG/Library/Artifacts/1b/1bd60b40fb73ec136bbed976727eb1a7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1b/1bf7c4205b121a99aa5969d9f278d4d2 b/TCG/Library/Artifacts/1b/1bf7c4205b121a99aa5969d9f278d4d2
deleted file mode 100644
index 112ee181..00000000
Binary files a/TCG/Library/Artifacts/1b/1bf7c4205b121a99aa5969d9f278d4d2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1c291d4117e183be37a69ff8f437d2cf b/TCG/Library/Artifacts/1c/1c291d4117e183be37a69ff8f437d2cf
deleted file mode 100644
index 1247df98..00000000
Binary files a/TCG/Library/Artifacts/1c/1c291d4117e183be37a69ff8f437d2cf and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1c310bc0eb1cf8c79e62af1f91d6aa48 b/TCG/Library/Artifacts/1c/1c310bc0eb1cf8c79e62af1f91d6aa48
deleted file mode 100644
index 3cd140ca..00000000
Binary files a/TCG/Library/Artifacts/1c/1c310bc0eb1cf8c79e62af1f91d6aa48 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1c476cd6d89e601988cd283383bc4672 b/TCG/Library/Artifacts/1c/1c476cd6d89e601988cd283383bc4672
deleted file mode 100644
index ff9e4fe9..00000000
Binary files a/TCG/Library/Artifacts/1c/1c476cd6d89e601988cd283383bc4672 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1c4b23651d99056f818e2ed8792b5f9f b/TCG/Library/Artifacts/1c/1c4b23651d99056f818e2ed8792b5f9f
deleted file mode 100644
index 190e6a50..00000000
Binary files a/TCG/Library/Artifacts/1c/1c4b23651d99056f818e2ed8792b5f9f and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1c8c0fbf359b9164e5353f4249b165ff b/TCG/Library/Artifacts/1c/1c8c0fbf359b9164e5353f4249b165ff
deleted file mode 100644
index 507003ef..00000000
Binary files a/TCG/Library/Artifacts/1c/1c8c0fbf359b9164e5353f4249b165ff and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1c941bcc6ab8d2bbf27391aa5c58aed4 b/TCG/Library/Artifacts/1c/1c941bcc6ab8d2bbf27391aa5c58aed4
deleted file mode 100644
index 60aa3276..00000000
Binary files a/TCG/Library/Artifacts/1c/1c941bcc6ab8d2bbf27391aa5c58aed4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1c969d3aa50c3cef0d474352ec15ea96 b/TCG/Library/Artifacts/1c/1c969d3aa50c3cef0d474352ec15ea96
deleted file mode 100644
index a5aebe18..00000000
Binary files a/TCG/Library/Artifacts/1c/1c969d3aa50c3cef0d474352ec15ea96 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1cc4f3d571e6e8f672ec89c649bf1d98 b/TCG/Library/Artifacts/1c/1cc4f3d571e6e8f672ec89c649bf1d98
deleted file mode 100644
index 120012fd..00000000
Binary files a/TCG/Library/Artifacts/1c/1cc4f3d571e6e8f672ec89c649bf1d98 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1ccf997cdd34576c422de962ffa897e9 b/TCG/Library/Artifacts/1c/1ccf997cdd34576c422de962ffa897e9
deleted file mode 100644
index d0d867d5..00000000
Binary files a/TCG/Library/Artifacts/1c/1ccf997cdd34576c422de962ffa897e9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1cdb0a163e6f1b0f435a1b3e23678384 b/TCG/Library/Artifacts/1c/1cdb0a163e6f1b0f435a1b3e23678384
deleted file mode 100644
index c89fcb02..00000000
Binary files a/TCG/Library/Artifacts/1c/1cdb0a163e6f1b0f435a1b3e23678384 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1ce8de602602a4b27fe9c5fecc53a96c b/TCG/Library/Artifacts/1c/1ce8de602602a4b27fe9c5fecc53a96c
deleted file mode 100644
index 26e0c11d..00000000
Binary files a/TCG/Library/Artifacts/1c/1ce8de602602a4b27fe9c5fecc53a96c and /dev/null differ
diff --git a/TCG/Library/Artifacts/1c/1ceccd45352b4f0b67a1c90ab7fbbc9a b/TCG/Library/Artifacts/1c/1ceccd45352b4f0b67a1c90ab7fbbc9a
deleted file mode 100644
index 9c05299a..00000000
Binary files a/TCG/Library/Artifacts/1c/1ceccd45352b4f0b67a1c90ab7fbbc9a and /dev/null differ
diff --git a/TCG/Library/Artifacts/1d/1d2e6ee8cfef3f6c247bc379c4339a84 b/TCG/Library/Artifacts/1d/1d2e6ee8cfef3f6c247bc379c4339a84
deleted file mode 100644
index e08b631f..00000000
Binary files a/TCG/Library/Artifacts/1d/1d2e6ee8cfef3f6c247bc379c4339a84 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1d/1d4277d002a5ba93469df3ba7a40bb59 b/TCG/Library/Artifacts/1d/1d4277d002a5ba93469df3ba7a40bb59
deleted file mode 100644
index 7f0fa7dd..00000000
Binary files a/TCG/Library/Artifacts/1d/1d4277d002a5ba93469df3ba7a40bb59 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1d/1d5f1be1cfa7667f577c64866d2196c2 b/TCG/Library/Artifacts/1d/1d5f1be1cfa7667f577c64866d2196c2
deleted file mode 100644
index 1277d815..00000000
Binary files a/TCG/Library/Artifacts/1d/1d5f1be1cfa7667f577c64866d2196c2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1d/1d806326e73bd56448a9e0d19552e284 b/TCG/Library/Artifacts/1d/1d806326e73bd56448a9e0d19552e284
deleted file mode 100644
index e19b294e..00000000
Binary files a/TCG/Library/Artifacts/1d/1d806326e73bd56448a9e0d19552e284 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1d/1dac2d4fc52d39823143e553f829d0d3 b/TCG/Library/Artifacts/1d/1dac2d4fc52d39823143e553f829d0d3
deleted file mode 100644
index 4ccf268c..00000000
Binary files a/TCG/Library/Artifacts/1d/1dac2d4fc52d39823143e553f829d0d3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1d/1db070409f809acdb5972ecfff013bd5 b/TCG/Library/Artifacts/1d/1db070409f809acdb5972ecfff013bd5
deleted file mode 100644
index b62fcfe5..00000000
Binary files a/TCG/Library/Artifacts/1d/1db070409f809acdb5972ecfff013bd5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1d/1dc7c2678f6a09b00dad3925c4377a0b b/TCG/Library/Artifacts/1d/1dc7c2678f6a09b00dad3925c4377a0b
deleted file mode 100644
index 5489d094..00000000
Binary files a/TCG/Library/Artifacts/1d/1dc7c2678f6a09b00dad3925c4377a0b and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1e250379fe725d68e8bc2d796dd802b0 b/TCG/Library/Artifacts/1e/1e250379fe725d68e8bc2d796dd802b0
deleted file mode 100644
index a4414bd5..00000000
Binary files a/TCG/Library/Artifacts/1e/1e250379fe725d68e8bc2d796dd802b0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1e3b34e15d6d888d70b01995229d315d b/TCG/Library/Artifacts/1e/1e3b34e15d6d888d70b01995229d315d
deleted file mode 100644
index aa438851..00000000
Binary files a/TCG/Library/Artifacts/1e/1e3b34e15d6d888d70b01995229d315d and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1e51fbf8fa9082cf961646b8b7de1afe b/TCG/Library/Artifacts/1e/1e51fbf8fa9082cf961646b8b7de1afe
deleted file mode 100644
index 383119ba..00000000
Binary files a/TCG/Library/Artifacts/1e/1e51fbf8fa9082cf961646b8b7de1afe and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1e621b9f78635c3af9a317b0d9c202d3 b/TCG/Library/Artifacts/1e/1e621b9f78635c3af9a317b0d9c202d3
deleted file mode 100644
index 0852b7c2..00000000
Binary files a/TCG/Library/Artifacts/1e/1e621b9f78635c3af9a317b0d9c202d3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1e7e8d156c7d7f7dcc7505aad0308418 b/TCG/Library/Artifacts/1e/1e7e8d156c7d7f7dcc7505aad0308418
deleted file mode 100644
index 53142b09..00000000
Binary files a/TCG/Library/Artifacts/1e/1e7e8d156c7d7f7dcc7505aad0308418 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1e8a4a5a87f552dfc2d687fb02a8964e b/TCG/Library/Artifacts/1e/1e8a4a5a87f552dfc2d687fb02a8964e
deleted file mode 100644
index 8ee89ec1..00000000
Binary files a/TCG/Library/Artifacts/1e/1e8a4a5a87f552dfc2d687fb02a8964e and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1ea071ea92a9db6c8c774f122332121d b/TCG/Library/Artifacts/1e/1ea071ea92a9db6c8c774f122332121d
deleted file mode 100644
index d453e4d7..00000000
Binary files a/TCG/Library/Artifacts/1e/1ea071ea92a9db6c8c774f122332121d and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1ea5e0b2d0ba9845d6613227f7eb265a b/TCG/Library/Artifacts/1e/1ea5e0b2d0ba9845d6613227f7eb265a
deleted file mode 100644
index c851faee..00000000
Binary files a/TCG/Library/Artifacts/1e/1ea5e0b2d0ba9845d6613227f7eb265a and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1eaaa9215c1126e7e049fc6087ce08c6 b/TCG/Library/Artifacts/1e/1eaaa9215c1126e7e049fc6087ce08c6
deleted file mode 100644
index fed340bc..00000000
Binary files a/TCG/Library/Artifacts/1e/1eaaa9215c1126e7e049fc6087ce08c6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1ec60232380b1fec9695b534d24afbb5 b/TCG/Library/Artifacts/1e/1ec60232380b1fec9695b534d24afbb5
deleted file mode 100644
index 83e944c7..00000000
Binary files a/TCG/Library/Artifacts/1e/1ec60232380b1fec9695b534d24afbb5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1ed0874eed1cf4a0769a0a683f8df122 b/TCG/Library/Artifacts/1e/1ed0874eed1cf4a0769a0a683f8df122
deleted file mode 100644
index b433e042..00000000
Binary files a/TCG/Library/Artifacts/1e/1ed0874eed1cf4a0769a0a683f8df122 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1edd3667fc248011e5588932e0dfc240 b/TCG/Library/Artifacts/1e/1edd3667fc248011e5588932e0dfc240
deleted file mode 100644
index 0d940480..00000000
Binary files a/TCG/Library/Artifacts/1e/1edd3667fc248011e5588932e0dfc240 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1e/1edef7e9d2907528abad0c6cb2dcb4ad b/TCG/Library/Artifacts/1e/1edef7e9d2907528abad0c6cb2dcb4ad
deleted file mode 100644
index dfa4bb4d..00000000
Binary files a/TCG/Library/Artifacts/1e/1edef7e9d2907528abad0c6cb2dcb4ad and /dev/null differ
diff --git a/TCG/Library/Artifacts/1f/1f1b50eb0d5895360e5f1f605aaa56a5 b/TCG/Library/Artifacts/1f/1f1b50eb0d5895360e5f1f605aaa56a5
deleted file mode 100644
index 408da1f2..00000000
Binary files a/TCG/Library/Artifacts/1f/1f1b50eb0d5895360e5f1f605aaa56a5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1f/1f2e52990864e33aea70c8a6b0d387fb b/TCG/Library/Artifacts/1f/1f2e52990864e33aea70c8a6b0d387fb
deleted file mode 100644
index 48cc044c..00000000
Binary files a/TCG/Library/Artifacts/1f/1f2e52990864e33aea70c8a6b0d387fb and /dev/null differ
diff --git a/TCG/Library/Artifacts/1f/1f64f108fba19cb6f1ac44a38252aea3 b/TCG/Library/Artifacts/1f/1f64f108fba19cb6f1ac44a38252aea3
deleted file mode 100644
index 7af7d71f..00000000
Binary files a/TCG/Library/Artifacts/1f/1f64f108fba19cb6f1ac44a38252aea3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1f/1f683f6f2d60ce67241b6109e60efc28 b/TCG/Library/Artifacts/1f/1f683f6f2d60ce67241b6109e60efc28
deleted file mode 100644
index 80e9261f..00000000
Binary files a/TCG/Library/Artifacts/1f/1f683f6f2d60ce67241b6109e60efc28 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1f/1f7f4ca27287639e0f2130fb2398118e b/TCG/Library/Artifacts/1f/1f7f4ca27287639e0f2130fb2398118e
deleted file mode 100644
index cbaca233..00000000
Binary files a/TCG/Library/Artifacts/1f/1f7f4ca27287639e0f2130fb2398118e and /dev/null differ
diff --git a/TCG/Library/Artifacts/1f/1f80a02c227174a41bf78cfcb9561fb8 b/TCG/Library/Artifacts/1f/1f80a02c227174a41bf78cfcb9561fb8
deleted file mode 100644
index bd91f64c..00000000
Binary files a/TCG/Library/Artifacts/1f/1f80a02c227174a41bf78cfcb9561fb8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1f/1fdd8b75207ec64ed402b154050c6170 b/TCG/Library/Artifacts/1f/1fdd8b75207ec64ed402b154050c6170
deleted file mode 100644
index d9787571..00000000
Binary files a/TCG/Library/Artifacts/1f/1fdd8b75207ec64ed402b154050c6170 and /dev/null differ
diff --git a/TCG/Library/Artifacts/1f/1fe6f35b4d0071fd0a5d45033c10ff8a b/TCG/Library/Artifacts/1f/1fe6f35b4d0071fd0a5d45033c10ff8a
deleted file mode 100644
index 8b081c64..00000000
Binary files a/TCG/Library/Artifacts/1f/1fe6f35b4d0071fd0a5d45033c10ff8a and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/2016b597670eb0e7a1fdae53704e703e b/TCG/Library/Artifacts/20/2016b597670eb0e7a1fdae53704e703e
deleted file mode 100644
index 5a6b55ef..00000000
Binary files a/TCG/Library/Artifacts/20/2016b597670eb0e7a1fdae53704e703e and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/201b6c85255fefd53cdd8d217e47d15c b/TCG/Library/Artifacts/20/201b6c85255fefd53cdd8d217e47d15c
deleted file mode 100644
index 9358f21f..00000000
Binary files a/TCG/Library/Artifacts/20/201b6c85255fefd53cdd8d217e47d15c and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/203e6d35d40b1c6c47b158615c57a504 b/TCG/Library/Artifacts/20/203e6d35d40b1c6c47b158615c57a504
deleted file mode 100644
index e5b88b57..00000000
Binary files a/TCG/Library/Artifacts/20/203e6d35d40b1c6c47b158615c57a504 and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/203f239d504946724087e9f44f4517d2 b/TCG/Library/Artifacts/20/203f239d504946724087e9f44f4517d2
deleted file mode 100644
index 64b80d65..00000000
Binary files a/TCG/Library/Artifacts/20/203f239d504946724087e9f44f4517d2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/20443b9457e9cd549db7cf5d787e1697 b/TCG/Library/Artifacts/20/20443b9457e9cd549db7cf5d787e1697
deleted file mode 100644
index 2e20d142..00000000
Binary files a/TCG/Library/Artifacts/20/20443b9457e9cd549db7cf5d787e1697 and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/204a92ec7329f06709d6dc4d1732fade b/TCG/Library/Artifacts/20/204a92ec7329f06709d6dc4d1732fade
deleted file mode 100644
index a79c4133..00000000
Binary files a/TCG/Library/Artifacts/20/204a92ec7329f06709d6dc4d1732fade and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/204e1c1da53e7b118a63df6d16ab8608 b/TCG/Library/Artifacts/20/204e1c1da53e7b118a63df6d16ab8608
deleted file mode 100644
index 967eb6c2..00000000
Binary files a/TCG/Library/Artifacts/20/204e1c1da53e7b118a63df6d16ab8608 and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/2060fd0b17ac6b79c0c4832ade95309d b/TCG/Library/Artifacts/20/2060fd0b17ac6b79c0c4832ade95309d
deleted file mode 100644
index 3b41ef01..00000000
Binary files a/TCG/Library/Artifacts/20/2060fd0b17ac6b79c0c4832ade95309d and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/20681264df38663e1722d865f88da97e b/TCG/Library/Artifacts/20/20681264df38663e1722d865f88da97e
deleted file mode 100644
index 402fa859..00000000
Binary files a/TCG/Library/Artifacts/20/20681264df38663e1722d865f88da97e and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/2088272e3207869dad0e404fa3fc25dd b/TCG/Library/Artifacts/20/2088272e3207869dad0e404fa3fc25dd
deleted file mode 100644
index 98f9ec80..00000000
Binary files a/TCG/Library/Artifacts/20/2088272e3207869dad0e404fa3fc25dd and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/208ff43f2fa4ca02f21714146120c6f9 b/TCG/Library/Artifacts/20/208ff43f2fa4ca02f21714146120c6f9
deleted file mode 100644
index ad3b9ede..00000000
Binary files a/TCG/Library/Artifacts/20/208ff43f2fa4ca02f21714146120c6f9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/20/20e33e90f2fc41a7c8177a74eb0da6d9 b/TCG/Library/Artifacts/20/20e33e90f2fc41a7c8177a74eb0da6d9
deleted file mode 100644
index 1e798678..00000000
Binary files a/TCG/Library/Artifacts/20/20e33e90f2fc41a7c8177a74eb0da6d9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/21/2109e8f2419d70bafba520ad25af4690 b/TCG/Library/Artifacts/21/2109e8f2419d70bafba520ad25af4690
deleted file mode 100644
index 1d69784f..00000000
Binary files a/TCG/Library/Artifacts/21/2109e8f2419d70bafba520ad25af4690 and /dev/null differ
diff --git a/TCG/Library/Artifacts/21/211682be0bb207ed37ac10f91e69edfa b/TCG/Library/Artifacts/21/211682be0bb207ed37ac10f91e69edfa
deleted file mode 100644
index 17ee9438..00000000
Binary files a/TCG/Library/Artifacts/21/211682be0bb207ed37ac10f91e69edfa and /dev/null differ
diff --git a/TCG/Library/Artifacts/21/21237e425666ef287aee665774068db9 b/TCG/Library/Artifacts/21/21237e425666ef287aee665774068db9
deleted file mode 100644
index f4025ba2..00000000
Binary files a/TCG/Library/Artifacts/21/21237e425666ef287aee665774068db9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/21/2123a424ab7edc83baad5c0cb693128d b/TCG/Library/Artifacts/21/2123a424ab7edc83baad5c0cb693128d
deleted file mode 100644
index e809b7a6..00000000
Binary files a/TCG/Library/Artifacts/21/2123a424ab7edc83baad5c0cb693128d and /dev/null differ
diff --git a/TCG/Library/Artifacts/21/21531d40c3603b722e8bf0d62fce8f9d b/TCG/Library/Artifacts/21/21531d40c3603b722e8bf0d62fce8f9d
deleted file mode 100644
index 1e40dc26..00000000
Binary files a/TCG/Library/Artifacts/21/21531d40c3603b722e8bf0d62fce8f9d and /dev/null differ
diff --git a/TCG/Library/Artifacts/21/2162ffa54dc280f1f2edb46a114def1d b/TCG/Library/Artifacts/21/2162ffa54dc280f1f2edb46a114def1d
deleted file mode 100644
index 1e076430..00000000
Binary files a/TCG/Library/Artifacts/21/2162ffa54dc280f1f2edb46a114def1d and /dev/null differ
diff --git a/TCG/Library/Artifacts/21/2185959c50f6a8a86cf62b639ee0dd5f b/TCG/Library/Artifacts/21/2185959c50f6a8a86cf62b639ee0dd5f
deleted file mode 100644
index c82f4d3c..00000000
Binary files a/TCG/Library/Artifacts/21/2185959c50f6a8a86cf62b639ee0dd5f and /dev/null differ
diff --git a/TCG/Library/Artifacts/21/21c188600b64e2b3428107b428bec6c9 b/TCG/Library/Artifacts/21/21c188600b64e2b3428107b428bec6c9
deleted file mode 100644
index 6ac2f651..00000000
Binary files a/TCG/Library/Artifacts/21/21c188600b64e2b3428107b428bec6c9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/21/21ea4d006c7f89122b2509218d28aa96 b/TCG/Library/Artifacts/21/21ea4d006c7f89122b2509218d28aa96
deleted file mode 100644
index 05f50e9f..00000000
Binary files a/TCG/Library/Artifacts/21/21ea4d006c7f89122b2509218d28aa96 and /dev/null differ
diff --git a/TCG/Library/Artifacts/22/2265590c87368ae9305969deb5111c55 b/TCG/Library/Artifacts/22/2265590c87368ae9305969deb5111c55
deleted file mode 100644
index 88f0e926..00000000
Binary files a/TCG/Library/Artifacts/22/2265590c87368ae9305969deb5111c55 and /dev/null differ
diff --git a/TCG/Library/Artifacts/22/22a22223b9c50ed5703d4a050ec25302 b/TCG/Library/Artifacts/22/22a22223b9c50ed5703d4a050ec25302
deleted file mode 100644
index 622857e7..00000000
Binary files a/TCG/Library/Artifacts/22/22a22223b9c50ed5703d4a050ec25302 and /dev/null differ
diff --git a/TCG/Library/Artifacts/22/22b0c920a7769284e8b9bb8042e6a7ef b/TCG/Library/Artifacts/22/22b0c920a7769284e8b9bb8042e6a7ef
deleted file mode 100644
index 16d91807..00000000
Binary files a/TCG/Library/Artifacts/22/22b0c920a7769284e8b9bb8042e6a7ef and /dev/null differ
diff --git a/TCG/Library/Artifacts/22/22b378368b339286c0b88a7b9e45c7e3 b/TCG/Library/Artifacts/22/22b378368b339286c0b88a7b9e45c7e3
deleted file mode 100644
index 86d4ea95..00000000
Binary files a/TCG/Library/Artifacts/22/22b378368b339286c0b88a7b9e45c7e3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/22/22b9b891ef3d2756fc84a55ee68a519b b/TCG/Library/Artifacts/22/22b9b891ef3d2756fc84a55ee68a519b
deleted file mode 100644
index 618b0b05..00000000
Binary files a/TCG/Library/Artifacts/22/22b9b891ef3d2756fc84a55ee68a519b and /dev/null differ
diff --git a/TCG/Library/Artifacts/22/22dc32b1a1879099296997ac249e017c b/TCG/Library/Artifacts/22/22dc32b1a1879099296997ac249e017c
deleted file mode 100644
index 8e76aa98..00000000
Binary files a/TCG/Library/Artifacts/22/22dc32b1a1879099296997ac249e017c and /dev/null differ
diff --git a/TCG/Library/Artifacts/22/22dd5323b7a0b2a5e9856f15524d091f b/TCG/Library/Artifacts/22/22dd5323b7a0b2a5e9856f15524d091f
deleted file mode 100644
index 75cd94ab..00000000
Binary files a/TCG/Library/Artifacts/22/22dd5323b7a0b2a5e9856f15524d091f and /dev/null differ
diff --git a/TCG/Library/Artifacts/23/23131cd0cb5f71d9ca9ad932d1c11c29 b/TCG/Library/Artifacts/23/23131cd0cb5f71d9ca9ad932d1c11c29
deleted file mode 100644
index 8c5667f5..00000000
Binary files a/TCG/Library/Artifacts/23/23131cd0cb5f71d9ca9ad932d1c11c29 and /dev/null differ
diff --git a/TCG/Library/Artifacts/23/231ba93d0b7de5485e44be156b6a0d56 b/TCG/Library/Artifacts/23/231ba93d0b7de5485e44be156b6a0d56
deleted file mode 100644
index 55be2d27..00000000
Binary files a/TCG/Library/Artifacts/23/231ba93d0b7de5485e44be156b6a0d56 and /dev/null differ
diff --git a/TCG/Library/Artifacts/23/2333215bb28eae3574bc560bdf9a97b8 b/TCG/Library/Artifacts/23/2333215bb28eae3574bc560bdf9a97b8
deleted file mode 100644
index 7d23facb..00000000
Binary files a/TCG/Library/Artifacts/23/2333215bb28eae3574bc560bdf9a97b8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/23/235405a2b376fcddb3f493f38f250508 b/TCG/Library/Artifacts/23/235405a2b376fcddb3f493f38f250508
deleted file mode 100644
index 3d6d10f7..00000000
Binary files a/TCG/Library/Artifacts/23/235405a2b376fcddb3f493f38f250508 and /dev/null differ
diff --git a/TCG/Library/Artifacts/23/238a50354c8dce558ebc583565841c5c b/TCG/Library/Artifacts/23/238a50354c8dce558ebc583565841c5c
deleted file mode 100644
index 059e24aa..00000000
Binary files a/TCG/Library/Artifacts/23/238a50354c8dce558ebc583565841c5c and /dev/null differ
diff --git a/TCG/Library/Artifacts/23/2394ea1f1e68caf7df23918f6c9f9782 b/TCG/Library/Artifacts/23/2394ea1f1e68caf7df23918f6c9f9782
deleted file mode 100644
index 1ca573e8..00000000
Binary files a/TCG/Library/Artifacts/23/2394ea1f1e68caf7df23918f6c9f9782 and /dev/null differ
diff --git a/TCG/Library/Artifacts/23/23d0a242a797962d2a7cbf53dcf20b0e b/TCG/Library/Artifacts/23/23d0a242a797962d2a7cbf53dcf20b0e
deleted file mode 100644
index f704299e..00000000
Binary files a/TCG/Library/Artifacts/23/23d0a242a797962d2a7cbf53dcf20b0e and /dev/null differ
diff --git a/TCG/Library/Artifacts/23/23e09f2fa001221103b27ae97ca8a250 b/TCG/Library/Artifacts/23/23e09f2fa001221103b27ae97ca8a250
deleted file mode 100644
index 31d98765..00000000
Binary files a/TCG/Library/Artifacts/23/23e09f2fa001221103b27ae97ca8a250 and /dev/null differ
diff --git a/TCG/Library/Artifacts/23/23e343c5c320eb4c3089e25266f9ac0b b/TCG/Library/Artifacts/23/23e343c5c320eb4c3089e25266f9ac0b
deleted file mode 100644
index a2f2dcf6..00000000
Binary files a/TCG/Library/Artifacts/23/23e343c5c320eb4c3089e25266f9ac0b and /dev/null differ
diff --git a/TCG/Library/Artifacts/23/23e814ea47499f9bb94e8da97f90de6a b/TCG/Library/Artifacts/23/23e814ea47499f9bb94e8da97f90de6a
deleted file mode 100644
index 361a5a1f..00000000
Binary files a/TCG/Library/Artifacts/23/23e814ea47499f9bb94e8da97f90de6a and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/240c5d750ed125b71d426fda6144a9fc b/TCG/Library/Artifacts/24/240c5d750ed125b71d426fda6144a9fc
deleted file mode 100644
index 43d03945..00000000
Binary files a/TCG/Library/Artifacts/24/240c5d750ed125b71d426fda6144a9fc and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/2421956c005735ca85bdaa57ead85b67 b/TCG/Library/Artifacts/24/2421956c005735ca85bdaa57ead85b67
deleted file mode 100644
index 829851ba..00000000
Binary files a/TCG/Library/Artifacts/24/2421956c005735ca85bdaa57ead85b67 and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/2428cf1ee641e71f5a219bad5ff34024 b/TCG/Library/Artifacts/24/2428cf1ee641e71f5a219bad5ff34024
deleted file mode 100644
index 529224a0..00000000
Binary files a/TCG/Library/Artifacts/24/2428cf1ee641e71f5a219bad5ff34024 and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/242e38da1735c419274f1f7c4e1f0de7 b/TCG/Library/Artifacts/24/242e38da1735c419274f1f7c4e1f0de7
deleted file mode 100644
index 8a3a684e..00000000
Binary files a/TCG/Library/Artifacts/24/242e38da1735c419274f1f7c4e1f0de7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/2459ebcc182b49b97248274b14c42c5f b/TCG/Library/Artifacts/24/2459ebcc182b49b97248274b14c42c5f
deleted file mode 100644
index bde5b033..00000000
Binary files a/TCG/Library/Artifacts/24/2459ebcc182b49b97248274b14c42c5f and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/246de00002cc287ae2330a7e55b15a04 b/TCG/Library/Artifacts/24/246de00002cc287ae2330a7e55b15a04
deleted file mode 100644
index 069f26b0..00000000
Binary files a/TCG/Library/Artifacts/24/246de00002cc287ae2330a7e55b15a04 and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/247b279f240cf74961440de530f1fd32 b/TCG/Library/Artifacts/24/247b279f240cf74961440de530f1fd32
deleted file mode 100644
index 10ae9c80..00000000
Binary files a/TCG/Library/Artifacts/24/247b279f240cf74961440de530f1fd32 and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/248926bf8a3010c8be45a761e6144366 b/TCG/Library/Artifacts/24/248926bf8a3010c8be45a761e6144366
deleted file mode 100644
index 9d0f2303..00000000
Binary files a/TCG/Library/Artifacts/24/248926bf8a3010c8be45a761e6144366 and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/24923c2165ea0fc40c741bcde62e2713 b/TCG/Library/Artifacts/24/24923c2165ea0fc40c741bcde62e2713
deleted file mode 100644
index bfdb1bfc..00000000
Binary files a/TCG/Library/Artifacts/24/24923c2165ea0fc40c741bcde62e2713 and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/24c34042f5dd1aac4a656100d99cff96 b/TCG/Library/Artifacts/24/24c34042f5dd1aac4a656100d99cff96
deleted file mode 100644
index 0e7d7d6e..00000000
Binary files a/TCG/Library/Artifacts/24/24c34042f5dd1aac4a656100d99cff96 and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/24c84739f69589ec5082c9181fe8c775 b/TCG/Library/Artifacts/24/24c84739f69589ec5082c9181fe8c775
deleted file mode 100644
index 9dbfdebc..00000000
Binary files a/TCG/Library/Artifacts/24/24c84739f69589ec5082c9181fe8c775 and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/24cf976ea053d07de371d0910c44a2d0 b/TCG/Library/Artifacts/24/24cf976ea053d07de371d0910c44a2d0
deleted file mode 100644
index 684235d2..00000000
Binary files a/TCG/Library/Artifacts/24/24cf976ea053d07de371d0910c44a2d0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/24da1b5c1103dbb9e4193ccc95093e21 b/TCG/Library/Artifacts/24/24da1b5c1103dbb9e4193ccc95093e21
deleted file mode 100644
index 142cde80..00000000
Binary files a/TCG/Library/Artifacts/24/24da1b5c1103dbb9e4193ccc95093e21 and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/24e332af9c99417eb4e58f7e7dba3d9e b/TCG/Library/Artifacts/24/24e332af9c99417eb4e58f7e7dba3d9e
deleted file mode 100644
index a3418ff0..00000000
Binary files a/TCG/Library/Artifacts/24/24e332af9c99417eb4e58f7e7dba3d9e and /dev/null differ
diff --git a/TCG/Library/Artifacts/24/24ece7a96170dbdfae1d1a8aea384056 b/TCG/Library/Artifacts/24/24ece7a96170dbdfae1d1a8aea384056
deleted file mode 100644
index cb489ffa..00000000
Binary files a/TCG/Library/Artifacts/24/24ece7a96170dbdfae1d1a8aea384056 and /dev/null differ
diff --git a/TCG/Library/Artifacts/25/25083c10cecae67116d442e87a11c9a0 b/TCG/Library/Artifacts/25/25083c10cecae67116d442e87a11c9a0
deleted file mode 100644
index cc0b4552..00000000
Binary files a/TCG/Library/Artifacts/25/25083c10cecae67116d442e87a11c9a0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/25/2534084dd43f3184e8033e23fb1ea482 b/TCG/Library/Artifacts/25/2534084dd43f3184e8033e23fb1ea482
deleted file mode 100644
index 5153d262..00000000
Binary files a/TCG/Library/Artifacts/25/2534084dd43f3184e8033e23fb1ea482 and /dev/null differ
diff --git a/TCG/Library/Artifacts/25/257c5e7c23d243943bcbed63ab5a2bce b/TCG/Library/Artifacts/25/257c5e7c23d243943bcbed63ab5a2bce
deleted file mode 100644
index 478300a3..00000000
Binary files a/TCG/Library/Artifacts/25/257c5e7c23d243943bcbed63ab5a2bce and /dev/null differ
diff --git a/TCG/Library/Artifacts/25/257f54893b815e0789862c46f1a503a0 b/TCG/Library/Artifacts/25/257f54893b815e0789862c46f1a503a0
deleted file mode 100644
index cae931fd..00000000
Binary files a/TCG/Library/Artifacts/25/257f54893b815e0789862c46f1a503a0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/25/25933dbf46233c4fb225afd6dc13f01a b/TCG/Library/Artifacts/25/25933dbf46233c4fb225afd6dc13f01a
deleted file mode 100644
index fdfc4b3b..00000000
Binary files a/TCG/Library/Artifacts/25/25933dbf46233c4fb225afd6dc13f01a and /dev/null differ
diff --git a/TCG/Library/Artifacts/25/25f5eff2fa29fc4e6e60149883fbbd0f b/TCG/Library/Artifacts/25/25f5eff2fa29fc4e6e60149883fbbd0f
deleted file mode 100644
index 8f2d28bf..00000000
Binary files a/TCG/Library/Artifacts/25/25f5eff2fa29fc4e6e60149883fbbd0f and /dev/null differ
diff --git a/TCG/Library/Artifacts/25/25fc04c1d816174426744bb38b602364 b/TCG/Library/Artifacts/25/25fc04c1d816174426744bb38b602364
deleted file mode 100644
index 993b8e28..00000000
Binary files a/TCG/Library/Artifacts/25/25fc04c1d816174426744bb38b602364 and /dev/null differ
diff --git a/TCG/Library/Artifacts/25/25ff91eac6cb8e2a15001f80b6f5c96a b/TCG/Library/Artifacts/25/25ff91eac6cb8e2a15001f80b6f5c96a
deleted file mode 100644
index ab380053..00000000
Binary files a/TCG/Library/Artifacts/25/25ff91eac6cb8e2a15001f80b6f5c96a and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/2608c30e6a9147a399c0acca430f254d b/TCG/Library/Artifacts/26/2608c30e6a9147a399c0acca430f254d
deleted file mode 100644
index caeafa50..00000000
Binary files a/TCG/Library/Artifacts/26/2608c30e6a9147a399c0acca430f254d and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/2624b9a758e64047f1c7dc35db2772b2 b/TCG/Library/Artifacts/26/2624b9a758e64047f1c7dc35db2772b2
deleted file mode 100644
index 4423ab4f..00000000
Binary files a/TCG/Library/Artifacts/26/2624b9a758e64047f1c7dc35db2772b2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/262530171290122785dff79be1211aa0 b/TCG/Library/Artifacts/26/262530171290122785dff79be1211aa0
deleted file mode 100644
index 95aa4be0..00000000
Binary files a/TCG/Library/Artifacts/26/262530171290122785dff79be1211aa0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/2649088d037894f66b7ab311e6be2e46 b/TCG/Library/Artifacts/26/2649088d037894f66b7ab311e6be2e46
deleted file mode 100644
index ea010833..00000000
Binary files a/TCG/Library/Artifacts/26/2649088d037894f66b7ab311e6be2e46 and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/26574406581ea623720080039d6161d2 b/TCG/Library/Artifacts/26/26574406581ea623720080039d6161d2
deleted file mode 100644
index ea210087..00000000
Binary files a/TCG/Library/Artifacts/26/26574406581ea623720080039d6161d2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/265a370c6cf71adbe8b4afd980c57cda b/TCG/Library/Artifacts/26/265a370c6cf71adbe8b4afd980c57cda
deleted file mode 100644
index 890b6e8e..00000000
Binary files a/TCG/Library/Artifacts/26/265a370c6cf71adbe8b4afd980c57cda and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/2674943d8fd3c2b4befb5dc5f8a9c90c b/TCG/Library/Artifacts/26/2674943d8fd3c2b4befb5dc5f8a9c90c
deleted file mode 100644
index fbe3cba9..00000000
Binary files a/TCG/Library/Artifacts/26/2674943d8fd3c2b4befb5dc5f8a9c90c and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/268210a2ac11fa949cf259755a0c4b41 b/TCG/Library/Artifacts/26/268210a2ac11fa949cf259755a0c4b41
deleted file mode 100644
index 32b98a0a..00000000
Binary files a/TCG/Library/Artifacts/26/268210a2ac11fa949cf259755a0c4b41 and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/26aa9308b9cfa71761ff8bfc1b1e139a b/TCG/Library/Artifacts/26/26aa9308b9cfa71761ff8bfc1b1e139a
deleted file mode 100644
index 508c8394..00000000
Binary files a/TCG/Library/Artifacts/26/26aa9308b9cfa71761ff8bfc1b1e139a and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/26b0f872b60b84aa414a2332f591a705 b/TCG/Library/Artifacts/26/26b0f872b60b84aa414a2332f591a705
deleted file mode 100644
index 4e916e0e..00000000
Binary files a/TCG/Library/Artifacts/26/26b0f872b60b84aa414a2332f591a705 and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/26c4a94133b705785b40991b904bcd07 b/TCG/Library/Artifacts/26/26c4a94133b705785b40991b904bcd07
deleted file mode 100644
index 948ad327..00000000
Binary files a/TCG/Library/Artifacts/26/26c4a94133b705785b40991b904bcd07 and /dev/null differ
diff --git a/TCG/Library/Artifacts/26/26fd778f11744799cd2e0d335dc70c4c b/TCG/Library/Artifacts/26/26fd778f11744799cd2e0d335dc70c4c
deleted file mode 100644
index 2ef19b9f..00000000
Binary files a/TCG/Library/Artifacts/26/26fd778f11744799cd2e0d335dc70c4c and /dev/null differ
diff --git a/TCG/Library/Artifacts/27/272fffe80339feaba2d57baa5f9e6a19 b/TCG/Library/Artifacts/27/272fffe80339feaba2d57baa5f9e6a19
deleted file mode 100644
index 8b496d72..00000000
Binary files a/TCG/Library/Artifacts/27/272fffe80339feaba2d57baa5f9e6a19 and /dev/null differ
diff --git a/TCG/Library/Artifacts/27/2748d6f40e8e795ca2328d8f459d7f50 b/TCG/Library/Artifacts/27/2748d6f40e8e795ca2328d8f459d7f50
deleted file mode 100644
index eca38a52..00000000
Binary files a/TCG/Library/Artifacts/27/2748d6f40e8e795ca2328d8f459d7f50 and /dev/null differ
diff --git a/TCG/Library/Artifacts/27/2761f65fbca61b86ecc3b491f3ff8048 b/TCG/Library/Artifacts/27/2761f65fbca61b86ecc3b491f3ff8048
deleted file mode 100644
index 7aaf1369..00000000
Binary files a/TCG/Library/Artifacts/27/2761f65fbca61b86ecc3b491f3ff8048 and /dev/null differ
diff --git a/TCG/Library/Artifacts/27/277ad34cf89d81452c0a49c064597f6f b/TCG/Library/Artifacts/27/277ad34cf89d81452c0a49c064597f6f
deleted file mode 100644
index f4018130..00000000
Binary files a/TCG/Library/Artifacts/27/277ad34cf89d81452c0a49c064597f6f and /dev/null differ
diff --git a/TCG/Library/Artifacts/27/27a3125674cb9ebdfe148b95ff8a6641 b/TCG/Library/Artifacts/27/27a3125674cb9ebdfe148b95ff8a6641
deleted file mode 100644
index b7416fa9..00000000
Binary files a/TCG/Library/Artifacts/27/27a3125674cb9ebdfe148b95ff8a6641 and /dev/null differ
diff --git a/TCG/Library/Artifacts/27/27a5435ed6de9de3aeee7226309423c0 b/TCG/Library/Artifacts/27/27a5435ed6de9de3aeee7226309423c0
deleted file mode 100644
index d6fa039e..00000000
Binary files a/TCG/Library/Artifacts/27/27a5435ed6de9de3aeee7226309423c0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/27/27d84bda39732a778fda6f6c8f545df2 b/TCG/Library/Artifacts/27/27d84bda39732a778fda6f6c8f545df2
deleted file mode 100644
index f3ea9ed4..00000000
Binary files a/TCG/Library/Artifacts/27/27d84bda39732a778fda6f6c8f545df2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/27/27e1410b0b9caefe3b814b08b60eca20 b/TCG/Library/Artifacts/27/27e1410b0b9caefe3b814b08b60eca20
deleted file mode 100644
index 4f4db9e4..00000000
Binary files a/TCG/Library/Artifacts/27/27e1410b0b9caefe3b814b08b60eca20 and /dev/null differ
diff --git a/TCG/Library/Artifacts/28/283487e65fdcc7d44c2e9ff71b5eeeb4 b/TCG/Library/Artifacts/28/283487e65fdcc7d44c2e9ff71b5eeeb4
deleted file mode 100644
index 21573f2f..00000000
Binary files a/TCG/Library/Artifacts/28/283487e65fdcc7d44c2e9ff71b5eeeb4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/28/2850642ffc35ddea21dc62f4e48b04d3 b/TCG/Library/Artifacts/28/2850642ffc35ddea21dc62f4e48b04d3
deleted file mode 100644
index 17201beb..00000000
Binary files a/TCG/Library/Artifacts/28/2850642ffc35ddea21dc62f4e48b04d3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/28/285ab9259cdc7d9109cd4ec9a1c3f80f b/TCG/Library/Artifacts/28/285ab9259cdc7d9109cd4ec9a1c3f80f
deleted file mode 100644
index fd643fa8..00000000
Binary files a/TCG/Library/Artifacts/28/285ab9259cdc7d9109cd4ec9a1c3f80f and /dev/null differ
diff --git a/TCG/Library/Artifacts/28/2876c42ee6486c54bc5d1ef01f9d83fb b/TCG/Library/Artifacts/28/2876c42ee6486c54bc5d1ef01f9d83fb
deleted file mode 100644
index 889f30e3..00000000
Binary files a/TCG/Library/Artifacts/28/2876c42ee6486c54bc5d1ef01f9d83fb and /dev/null differ
diff --git a/TCG/Library/Artifacts/28/28ade35a65f926e226be7d83c761d4da b/TCG/Library/Artifacts/28/28ade35a65f926e226be7d83c761d4da
deleted file mode 100644
index c5353187..00000000
Binary files a/TCG/Library/Artifacts/28/28ade35a65f926e226be7d83c761d4da and /dev/null differ
diff --git a/TCG/Library/Artifacts/28/28bc84c5611cc39a367289063e265905 b/TCG/Library/Artifacts/28/28bc84c5611cc39a367289063e265905
deleted file mode 100644
index 0bdcdd45..00000000
Binary files a/TCG/Library/Artifacts/28/28bc84c5611cc39a367289063e265905 and /dev/null differ
diff --git a/TCG/Library/Artifacts/28/28c70420a979494c21daa12fee0d089e b/TCG/Library/Artifacts/28/28c70420a979494c21daa12fee0d089e
deleted file mode 100644
index c91975ca..00000000
Binary files a/TCG/Library/Artifacts/28/28c70420a979494c21daa12fee0d089e and /dev/null differ
diff --git a/TCG/Library/Artifacts/28/28d702ad55c6d3e4451b6a074273d16e b/TCG/Library/Artifacts/28/28d702ad55c6d3e4451b6a074273d16e
deleted file mode 100644
index bab4f8f5..00000000
Binary files a/TCG/Library/Artifacts/28/28d702ad55c6d3e4451b6a074273d16e and /dev/null differ
diff --git a/TCG/Library/Artifacts/28/28f1399265b7676f0fb9a4b447c327ac b/TCG/Library/Artifacts/28/28f1399265b7676f0fb9a4b447c327ac
deleted file mode 100644
index c8445438..00000000
Binary files a/TCG/Library/Artifacts/28/28f1399265b7676f0fb9a4b447c327ac and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29034267fe3fbfffaf53228b68a536ff b/TCG/Library/Artifacts/29/29034267fe3fbfffaf53228b68a536ff
deleted file mode 100644
index b67befe3..00000000
Binary files a/TCG/Library/Artifacts/29/29034267fe3fbfffaf53228b68a536ff and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/2908c90788c7f1d7e7200bd24985b4ed b/TCG/Library/Artifacts/29/2908c90788c7f1d7e7200bd24985b4ed
deleted file mode 100644
index 2a84c290..00000000
Binary files a/TCG/Library/Artifacts/29/2908c90788c7f1d7e7200bd24985b4ed and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/2927e298ec14e52ec9173e66a4d3e772 b/TCG/Library/Artifacts/29/2927e298ec14e52ec9173e66a4d3e772
deleted file mode 100644
index 6ec0ae88..00000000
Binary files a/TCG/Library/Artifacts/29/2927e298ec14e52ec9173e66a4d3e772 and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/2930f6d0446abc122d3cac5e6e4e54e2 b/TCG/Library/Artifacts/29/2930f6d0446abc122d3cac5e6e4e54e2
deleted file mode 100644
index fe5feeb8..00000000
Binary files a/TCG/Library/Artifacts/29/2930f6d0446abc122d3cac5e6e4e54e2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/2936553b6af859ab6488f1b67afb28b6 b/TCG/Library/Artifacts/29/2936553b6af859ab6488f1b67afb28b6
deleted file mode 100644
index f926e10e..00000000
Binary files a/TCG/Library/Artifacts/29/2936553b6af859ab6488f1b67afb28b6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/2938120e35c388426b48d79796d43923 b/TCG/Library/Artifacts/29/2938120e35c388426b48d79796d43923
deleted file mode 100644
index 41fc2534..00000000
Binary files a/TCG/Library/Artifacts/29/2938120e35c388426b48d79796d43923 and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29405471625452feab0cfe91a3d3b735 b/TCG/Library/Artifacts/29/29405471625452feab0cfe91a3d3b735
deleted file mode 100644
index 5c915a71..00000000
Binary files a/TCG/Library/Artifacts/29/29405471625452feab0cfe91a3d3b735 and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/294677d74ea2547a5288864bdd69c19d b/TCG/Library/Artifacts/29/294677d74ea2547a5288864bdd69c19d
deleted file mode 100644
index a44cd5fd..00000000
Binary files a/TCG/Library/Artifacts/29/294677d74ea2547a5288864bdd69c19d and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/299f128f28dfb8db2657cf8b58aa8315 b/TCG/Library/Artifacts/29/299f128f28dfb8db2657cf8b58aa8315
deleted file mode 100644
index a2e80cfa..00000000
Binary files a/TCG/Library/Artifacts/29/299f128f28dfb8db2657cf8b58aa8315 and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29b3d318dd56460cd8f6a08e7287b11e b/TCG/Library/Artifacts/29/29b3d318dd56460cd8f6a08e7287b11e
deleted file mode 100644
index 7b5ed363..00000000
Binary files a/TCG/Library/Artifacts/29/29b3d318dd56460cd8f6a08e7287b11e and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29bfc9f5ce437b492536808c18ddb7cc b/TCG/Library/Artifacts/29/29bfc9f5ce437b492536808c18ddb7cc
deleted file mode 100644
index d82edce5..00000000
Binary files a/TCG/Library/Artifacts/29/29bfc9f5ce437b492536808c18ddb7cc and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29c3de033b765e3ecb248c76a933e6bc b/TCG/Library/Artifacts/29/29c3de033b765e3ecb248c76a933e6bc
deleted file mode 100644
index c811df8c..00000000
Binary files a/TCG/Library/Artifacts/29/29c3de033b765e3ecb248c76a933e6bc and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29d1a73d6c065cd0273780aa788fadad b/TCG/Library/Artifacts/29/29d1a73d6c065cd0273780aa788fadad
deleted file mode 100644
index 65f0eaf2..00000000
Binary files a/TCG/Library/Artifacts/29/29d1a73d6c065cd0273780aa788fadad and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29db4939f447ce102c8090ffaede147e b/TCG/Library/Artifacts/29/29db4939f447ce102c8090ffaede147e
deleted file mode 100644
index d765d553..00000000
Binary files a/TCG/Library/Artifacts/29/29db4939f447ce102c8090ffaede147e and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29df480a610e5d9d13b7f83504fe4c9e b/TCG/Library/Artifacts/29/29df480a610e5d9d13b7f83504fe4c9e
deleted file mode 100644
index 34c53fac..00000000
Binary files a/TCG/Library/Artifacts/29/29df480a610e5d9d13b7f83504fe4c9e and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29e1b2611efb50b540929cefb803b4aa b/TCG/Library/Artifacts/29/29e1b2611efb50b540929cefb803b4aa
deleted file mode 100644
index ff249a1f..00000000
Binary files a/TCG/Library/Artifacts/29/29e1b2611efb50b540929cefb803b4aa and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29f0d7a3bf27f3d90185fd4bde77af16 b/TCG/Library/Artifacts/29/29f0d7a3bf27f3d90185fd4bde77af16
deleted file mode 100644
index ddb79b47..00000000
Binary files a/TCG/Library/Artifacts/29/29f0d7a3bf27f3d90185fd4bde77af16 and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29f5aebb352489baa01d3d796ad18f03 b/TCG/Library/Artifacts/29/29f5aebb352489baa01d3d796ad18f03
deleted file mode 100644
index c78f93d6..00000000
Binary files a/TCG/Library/Artifacts/29/29f5aebb352489baa01d3d796ad18f03 and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29f9ed128b1c3d9c2a9654be0611dff4 b/TCG/Library/Artifacts/29/29f9ed128b1c3d9c2a9654be0611dff4
deleted file mode 100644
index 883d08de..00000000
Binary files a/TCG/Library/Artifacts/29/29f9ed128b1c3d9c2a9654be0611dff4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/29/29fec0d3bcce960dd17649eec37a29c9 b/TCG/Library/Artifacts/29/29fec0d3bcce960dd17649eec37a29c9
deleted file mode 100644
index ea8a1aaf..00000000
Binary files a/TCG/Library/Artifacts/29/29fec0d3bcce960dd17649eec37a29c9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2a022412393fe76f578d5a7bfb345ee1 b/TCG/Library/Artifacts/2a/2a022412393fe76f578d5a7bfb345ee1
deleted file mode 100644
index e7e5ade7..00000000
Binary files a/TCG/Library/Artifacts/2a/2a022412393fe76f578d5a7bfb345ee1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2a2c0185e4534fac2a0c6a429549574c b/TCG/Library/Artifacts/2a/2a2c0185e4534fac2a0c6a429549574c
deleted file mode 100644
index b075cbe6..00000000
Binary files a/TCG/Library/Artifacts/2a/2a2c0185e4534fac2a0c6a429549574c and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2a333b2d270e87da6149ab83cc7b4827 b/TCG/Library/Artifacts/2a/2a333b2d270e87da6149ab83cc7b4827
deleted file mode 100644
index df18b554..00000000
Binary files a/TCG/Library/Artifacts/2a/2a333b2d270e87da6149ab83cc7b4827 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2a4890aae3bac23f56d18a9c34a1692b b/TCG/Library/Artifacts/2a/2a4890aae3bac23f56d18a9c34a1692b
deleted file mode 100644
index f254872c..00000000
Binary files a/TCG/Library/Artifacts/2a/2a4890aae3bac23f56d18a9c34a1692b and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2a4c9fbdc6f4844d29c18f4b458e62b7 b/TCG/Library/Artifacts/2a/2a4c9fbdc6f4844d29c18f4b458e62b7
deleted file mode 100644
index 72cb2b85..00000000
Binary files a/TCG/Library/Artifacts/2a/2a4c9fbdc6f4844d29c18f4b458e62b7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2a5d8fd733b1d9b74732b65b43364be7 b/TCG/Library/Artifacts/2a/2a5d8fd733b1d9b74732b65b43364be7
deleted file mode 100644
index 1f95876e..00000000
Binary files a/TCG/Library/Artifacts/2a/2a5d8fd733b1d9b74732b65b43364be7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2a600df055b1ca895b92312813b1f886 b/TCG/Library/Artifacts/2a/2a600df055b1ca895b92312813b1f886
deleted file mode 100644
index c2592e00..00000000
Binary files a/TCG/Library/Artifacts/2a/2a600df055b1ca895b92312813b1f886 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2a709cc65ad2a76157d0ac7a4466ec26 b/TCG/Library/Artifacts/2a/2a709cc65ad2a76157d0ac7a4466ec26
deleted file mode 100644
index 1ccf0772..00000000
Binary files a/TCG/Library/Artifacts/2a/2a709cc65ad2a76157d0ac7a4466ec26 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2a9bcfeb388e3b023ec93f1404b1f90d b/TCG/Library/Artifacts/2a/2a9bcfeb388e3b023ec93f1404b1f90d
deleted file mode 100644
index 42898688..00000000
Binary files a/TCG/Library/Artifacts/2a/2a9bcfeb388e3b023ec93f1404b1f90d and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2aaa7f8a7d9397a8e573474a987942b7 b/TCG/Library/Artifacts/2a/2aaa7f8a7d9397a8e573474a987942b7
deleted file mode 100644
index 51a26cc1..00000000
Binary files a/TCG/Library/Artifacts/2a/2aaa7f8a7d9397a8e573474a987942b7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2abbcd92a58baea7a08f76269648e736 b/TCG/Library/Artifacts/2a/2abbcd92a58baea7a08f76269648e736
deleted file mode 100644
index 8c23587f..00000000
Binary files a/TCG/Library/Artifacts/2a/2abbcd92a58baea7a08f76269648e736 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2a/2afa7370ad41e775409c615be58f0c67 b/TCG/Library/Artifacts/2a/2afa7370ad41e775409c615be58f0c67
deleted file mode 100644
index 172740fa..00000000
Binary files a/TCG/Library/Artifacts/2a/2afa7370ad41e775409c615be58f0c67 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2b/2b02f2cbc1425fb57dde90de3cf79c8d b/TCG/Library/Artifacts/2b/2b02f2cbc1425fb57dde90de3cf79c8d
deleted file mode 100644
index 759806a7..00000000
Binary files a/TCG/Library/Artifacts/2b/2b02f2cbc1425fb57dde90de3cf79c8d and /dev/null differ
diff --git a/TCG/Library/Artifacts/2b/2b0564c701994538729ee994117ddc0f b/TCG/Library/Artifacts/2b/2b0564c701994538729ee994117ddc0f
deleted file mode 100644
index a839b040..00000000
Binary files a/TCG/Library/Artifacts/2b/2b0564c701994538729ee994117ddc0f and /dev/null differ
diff --git a/TCG/Library/Artifacts/2b/2b33661a62da4650ed35f6ecec154193 b/TCG/Library/Artifacts/2b/2b33661a62da4650ed35f6ecec154193
deleted file mode 100644
index ebc1f296..00000000
Binary files a/TCG/Library/Artifacts/2b/2b33661a62da4650ed35f6ecec154193 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2b/2b411b5015f3b268f28f956e41dee762 b/TCG/Library/Artifacts/2b/2b411b5015f3b268f28f956e41dee762
deleted file mode 100644
index d628bdd2..00000000
Binary files a/TCG/Library/Artifacts/2b/2b411b5015f3b268f28f956e41dee762 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2b/2b8def1a0b88c6d8fe376c8e92ef44c1 b/TCG/Library/Artifacts/2b/2b8def1a0b88c6d8fe376c8e92ef44c1
deleted file mode 100644
index ac15c142..00000000
Binary files a/TCG/Library/Artifacts/2b/2b8def1a0b88c6d8fe376c8e92ef44c1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2b/2bb544ea781a8f2770fe5528b19e0fab b/TCG/Library/Artifacts/2b/2bb544ea781a8f2770fe5528b19e0fab
deleted file mode 100644
index 28b174b6..00000000
Binary files a/TCG/Library/Artifacts/2b/2bb544ea781a8f2770fe5528b19e0fab and /dev/null differ
diff --git a/TCG/Library/Artifacts/2b/2bc9d5e29884a556dd787d653f582f2d b/TCG/Library/Artifacts/2b/2bc9d5e29884a556dd787d653f582f2d
deleted file mode 100644
index 4e5e95f2..00000000
Binary files a/TCG/Library/Artifacts/2b/2bc9d5e29884a556dd787d653f582f2d and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2c03cb478944cf26718e5dbe1ebf93ad b/TCG/Library/Artifacts/2c/2c03cb478944cf26718e5dbe1ebf93ad
deleted file mode 100644
index 8fd12a13..00000000
Binary files a/TCG/Library/Artifacts/2c/2c03cb478944cf26718e5dbe1ebf93ad and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2c495ecb9bf5299a6a0563ef3bfb7d45 b/TCG/Library/Artifacts/2c/2c495ecb9bf5299a6a0563ef3bfb7d45
deleted file mode 100644
index 6644fd36..00000000
Binary files a/TCG/Library/Artifacts/2c/2c495ecb9bf5299a6a0563ef3bfb7d45 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2c79ef9e7724abcc95963739fdc371b9 b/TCG/Library/Artifacts/2c/2c79ef9e7724abcc95963739fdc371b9
deleted file mode 100644
index 31f40ebb..00000000
Binary files a/TCG/Library/Artifacts/2c/2c79ef9e7724abcc95963739fdc371b9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2c7da7ff24938666563a1d8f9fa53205 b/TCG/Library/Artifacts/2c/2c7da7ff24938666563a1d8f9fa53205
deleted file mode 100644
index cfb51aa0..00000000
Binary files a/TCG/Library/Artifacts/2c/2c7da7ff24938666563a1d8f9fa53205 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2c82ce7838a12f4c3747077a3a02a8b7 b/TCG/Library/Artifacts/2c/2c82ce7838a12f4c3747077a3a02a8b7
deleted file mode 100644
index 6cdc1075..00000000
Binary files a/TCG/Library/Artifacts/2c/2c82ce7838a12f4c3747077a3a02a8b7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2c850b4585276f2f932bec59b1a7e8f6 b/TCG/Library/Artifacts/2c/2c850b4585276f2f932bec59b1a7e8f6
deleted file mode 100644
index c5f7326c..00000000
Binary files a/TCG/Library/Artifacts/2c/2c850b4585276f2f932bec59b1a7e8f6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2c9111d9a72bde50f161c921817cc251 b/TCG/Library/Artifacts/2c/2c9111d9a72bde50f161c921817cc251
deleted file mode 100644
index a643d5bb..00000000
Binary files a/TCG/Library/Artifacts/2c/2c9111d9a72bde50f161c921817cc251 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2c9ddfe42b6d4f56dfc9b88d28f4bc19 b/TCG/Library/Artifacts/2c/2c9ddfe42b6d4f56dfc9b88d28f4bc19
deleted file mode 100644
index 04d70038..00000000
Binary files a/TCG/Library/Artifacts/2c/2c9ddfe42b6d4f56dfc9b88d28f4bc19 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2ca471253aeb17338cf7c93f5de02a82 b/TCG/Library/Artifacts/2c/2ca471253aeb17338cf7c93f5de02a82
deleted file mode 100644
index b69cf458..00000000
Binary files a/TCG/Library/Artifacts/2c/2ca471253aeb17338cf7c93f5de02a82 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2cae900ebab427409e871a9132a7d60b b/TCG/Library/Artifacts/2c/2cae900ebab427409e871a9132a7d60b
deleted file mode 100644
index 95111038..00000000
Binary files a/TCG/Library/Artifacts/2c/2cae900ebab427409e871a9132a7d60b and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2ccce5d78bbca9926add483ca4fcd989 b/TCG/Library/Artifacts/2c/2ccce5d78bbca9926add483ca4fcd989
deleted file mode 100644
index be3af8f6..00000000
Binary files a/TCG/Library/Artifacts/2c/2ccce5d78bbca9926add483ca4fcd989 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2c/2cee4afd39b747d528f7b541b8b555c9 b/TCG/Library/Artifacts/2c/2cee4afd39b747d528f7b541b8b555c9
deleted file mode 100644
index d55f67e7..00000000
Binary files a/TCG/Library/Artifacts/2c/2cee4afd39b747d528f7b541b8b555c9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2d093a5155629a2908e0f210ebedab19 b/TCG/Library/Artifacts/2d/2d093a5155629a2908e0f210ebedab19
deleted file mode 100644
index 3e595e25..00000000
Binary files a/TCG/Library/Artifacts/2d/2d093a5155629a2908e0f210ebedab19 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2d1609a9fccaf18678a1c26abcf540a1 b/TCG/Library/Artifacts/2d/2d1609a9fccaf18678a1c26abcf540a1
deleted file mode 100644
index b9356d1a..00000000
Binary files a/TCG/Library/Artifacts/2d/2d1609a9fccaf18678a1c26abcf540a1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2d378e0c5d2516469c8853fb534484c1 b/TCG/Library/Artifacts/2d/2d378e0c5d2516469c8853fb534484c1
deleted file mode 100644
index a1f869ad..00000000
Binary files a/TCG/Library/Artifacts/2d/2d378e0c5d2516469c8853fb534484c1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2d46c361c0fd4e6a96bfa04a4b7970ae b/TCG/Library/Artifacts/2d/2d46c361c0fd4e6a96bfa04a4b7970ae
deleted file mode 100644
index 9cd9a1c3..00000000
Binary files a/TCG/Library/Artifacts/2d/2d46c361c0fd4e6a96bfa04a4b7970ae and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2d674d01d89d0d50d70924fed1c81226 b/TCG/Library/Artifacts/2d/2d674d01d89d0d50d70924fed1c81226
deleted file mode 100644
index b1898c5c..00000000
Binary files a/TCG/Library/Artifacts/2d/2d674d01d89d0d50d70924fed1c81226 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2d677ce4b284bfd6e43042c314ac4aa7 b/TCG/Library/Artifacts/2d/2d677ce4b284bfd6e43042c314ac4aa7
deleted file mode 100644
index bf30f17f..00000000
Binary files a/TCG/Library/Artifacts/2d/2d677ce4b284bfd6e43042c314ac4aa7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2d6c5e14c0ae34416a0c7833e8f767d8 b/TCG/Library/Artifacts/2d/2d6c5e14c0ae34416a0c7833e8f767d8
deleted file mode 100644
index 917baa97..00000000
Binary files a/TCG/Library/Artifacts/2d/2d6c5e14c0ae34416a0c7833e8f767d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2d7279c91a3cf2ee21ce4d86252c0da5 b/TCG/Library/Artifacts/2d/2d7279c91a3cf2ee21ce4d86252c0da5
deleted file mode 100644
index 273c047e..00000000
Binary files a/TCG/Library/Artifacts/2d/2d7279c91a3cf2ee21ce4d86252c0da5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2d9b134ea5b9eba661c2543db41b388e b/TCG/Library/Artifacts/2d/2d9b134ea5b9eba661c2543db41b388e
deleted file mode 100644
index 9c60a8dd..00000000
Binary files a/TCG/Library/Artifacts/2d/2d9b134ea5b9eba661c2543db41b388e and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2da78db1c65cbbe7bbcaa4e004553f89 b/TCG/Library/Artifacts/2d/2da78db1c65cbbe7bbcaa4e004553f89
deleted file mode 100644
index 083f4f01..00000000
Binary files a/TCG/Library/Artifacts/2d/2da78db1c65cbbe7bbcaa4e004553f89 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2dabfa05369715f485d483156c57fc5d b/TCG/Library/Artifacts/2d/2dabfa05369715f485d483156c57fc5d
deleted file mode 100644
index dec64e42..00000000
Binary files a/TCG/Library/Artifacts/2d/2dabfa05369715f485d483156c57fc5d and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2db8b45fc35554930869fc4591dd36a5 b/TCG/Library/Artifacts/2d/2db8b45fc35554930869fc4591dd36a5
deleted file mode 100644
index dd514c97..00000000
Binary files a/TCG/Library/Artifacts/2d/2db8b45fc35554930869fc4591dd36a5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2dfb4c8065159303f137aab5d4fea608 b/TCG/Library/Artifacts/2d/2dfb4c8065159303f137aab5d4fea608
deleted file mode 100644
index 57256883..00000000
Binary files a/TCG/Library/Artifacts/2d/2dfb4c8065159303f137aab5d4fea608 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2d/2dfcd6dd4f89cb99d4b607fa2ea83612 b/TCG/Library/Artifacts/2d/2dfcd6dd4f89cb99d4b607fa2ea83612
deleted file mode 100644
index b7966b6d..00000000
Binary files a/TCG/Library/Artifacts/2d/2dfcd6dd4f89cb99d4b607fa2ea83612 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2e2b52004b7aa3783f2820138199a24d b/TCG/Library/Artifacts/2e/2e2b52004b7aa3783f2820138199a24d
deleted file mode 100644
index b53c3389..00000000
Binary files a/TCG/Library/Artifacts/2e/2e2b52004b7aa3783f2820138199a24d and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2e30e0fc42d3d49f40c4d08b92305a36 b/TCG/Library/Artifacts/2e/2e30e0fc42d3d49f40c4d08b92305a36
deleted file mode 100644
index c95b54df..00000000
Binary files a/TCG/Library/Artifacts/2e/2e30e0fc42d3d49f40c4d08b92305a36 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2e3adafeaaf70fd7792003245c6e3ce0 b/TCG/Library/Artifacts/2e/2e3adafeaaf70fd7792003245c6e3ce0
deleted file mode 100644
index 28b2b0c4..00000000
Binary files a/TCG/Library/Artifacts/2e/2e3adafeaaf70fd7792003245c6e3ce0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2e4605e09cf78c6398a34a5f129607a7 b/TCG/Library/Artifacts/2e/2e4605e09cf78c6398a34a5f129607a7
deleted file mode 100644
index 765491f0..00000000
Binary files a/TCG/Library/Artifacts/2e/2e4605e09cf78c6398a34a5f129607a7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2e542a6878f1fd24554ac8e13ccfc973 b/TCG/Library/Artifacts/2e/2e542a6878f1fd24554ac8e13ccfc973
deleted file mode 100644
index d70bbcf2..00000000
Binary files a/TCG/Library/Artifacts/2e/2e542a6878f1fd24554ac8e13ccfc973 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2e5699f6d99c6de165d0c91c6b4216a9 b/TCG/Library/Artifacts/2e/2e5699f6d99c6de165d0c91c6b4216a9
deleted file mode 100644
index ce1fe4bc..00000000
Binary files a/TCG/Library/Artifacts/2e/2e5699f6d99c6de165d0c91c6b4216a9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2e68a570a24b8e3bca39a3ab858eff7a b/TCG/Library/Artifacts/2e/2e68a570a24b8e3bca39a3ab858eff7a
deleted file mode 100644
index adb0880a..00000000
Binary files a/TCG/Library/Artifacts/2e/2e68a570a24b8e3bca39a3ab858eff7a and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2e82010e7115c5594e155f0413633161 b/TCG/Library/Artifacts/2e/2e82010e7115c5594e155f0413633161
deleted file mode 100644
index a5a772d9..00000000
Binary files a/TCG/Library/Artifacts/2e/2e82010e7115c5594e155f0413633161 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2e8af8491fe878d3e9ce27ec2d3fbbb5 b/TCG/Library/Artifacts/2e/2e8af8491fe878d3e9ce27ec2d3fbbb5
deleted file mode 100644
index 8c919dd0..00000000
Binary files a/TCG/Library/Artifacts/2e/2e8af8491fe878d3e9ce27ec2d3fbbb5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2ea55582185e1afd68861fe72fafaa9d b/TCG/Library/Artifacts/2e/2ea55582185e1afd68861fe72fafaa9d
deleted file mode 100644
index b96c4186..00000000
Binary files a/TCG/Library/Artifacts/2e/2ea55582185e1afd68861fe72fafaa9d and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2ea9bfd03253fba034fa8e434521ad3a b/TCG/Library/Artifacts/2e/2ea9bfd03253fba034fa8e434521ad3a
deleted file mode 100644
index 92ea5f07..00000000
Binary files a/TCG/Library/Artifacts/2e/2ea9bfd03253fba034fa8e434521ad3a and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2eb30875a4a4f2afb44f09b8894e17b2 b/TCG/Library/Artifacts/2e/2eb30875a4a4f2afb44f09b8894e17b2
deleted file mode 100644
index 0f424093..00000000
Binary files a/TCG/Library/Artifacts/2e/2eb30875a4a4f2afb44f09b8894e17b2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2e/2ecc8173e3259914bb60be2008fcc68c b/TCG/Library/Artifacts/2e/2ecc8173e3259914bb60be2008fcc68c
deleted file mode 100644
index 7c98a973..00000000
Binary files a/TCG/Library/Artifacts/2e/2ecc8173e3259914bb60be2008fcc68c and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2f0de362a2bb85b9227cdb8b2d93f513 b/TCG/Library/Artifacts/2f/2f0de362a2bb85b9227cdb8b2d93f513
deleted file mode 100644
index a619936d..00000000
Binary files a/TCG/Library/Artifacts/2f/2f0de362a2bb85b9227cdb8b2d93f513 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2f1f4151b144b600b9b5eaccbd9c0de5 b/TCG/Library/Artifacts/2f/2f1f4151b144b600b9b5eaccbd9c0de5
deleted file mode 100644
index d5041bc4..00000000
Binary files a/TCG/Library/Artifacts/2f/2f1f4151b144b600b9b5eaccbd9c0de5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2f537142f21aa255638b841ece4ba80b b/TCG/Library/Artifacts/2f/2f537142f21aa255638b841ece4ba80b
deleted file mode 100644
index a2569cc7..00000000
Binary files a/TCG/Library/Artifacts/2f/2f537142f21aa255638b841ece4ba80b and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2f546ef8ee6e98f5affdc24d6c59d296 b/TCG/Library/Artifacts/2f/2f546ef8ee6e98f5affdc24d6c59d296
deleted file mode 100644
index 355dbc74..00000000
Binary files a/TCG/Library/Artifacts/2f/2f546ef8ee6e98f5affdc24d6c59d296 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2f649323cac50e47eac413e9b84dbe1c b/TCG/Library/Artifacts/2f/2f649323cac50e47eac413e9b84dbe1c
deleted file mode 100644
index 4a7ee085..00000000
Binary files a/TCG/Library/Artifacts/2f/2f649323cac50e47eac413e9b84dbe1c and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2f6f1414be7e8d4012f042c1b4022543 b/TCG/Library/Artifacts/2f/2f6f1414be7e8d4012f042c1b4022543
deleted file mode 100644
index 2ddf5cca..00000000
Binary files a/TCG/Library/Artifacts/2f/2f6f1414be7e8d4012f042c1b4022543 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2f6ff75ed7f82041b7e9fe24e4b0d74b b/TCG/Library/Artifacts/2f/2f6ff75ed7f82041b7e9fe24e4b0d74b
deleted file mode 100644
index 5e0c9afe..00000000
Binary files a/TCG/Library/Artifacts/2f/2f6ff75ed7f82041b7e9fe24e4b0d74b and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2f75b5423f7be64aab754a452b44683c b/TCG/Library/Artifacts/2f/2f75b5423f7be64aab754a452b44683c
deleted file mode 100644
index 4098d177..00000000
Binary files a/TCG/Library/Artifacts/2f/2f75b5423f7be64aab754a452b44683c and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2f86c9ba8da02cdcf25cee6234b2241a b/TCG/Library/Artifacts/2f/2f86c9ba8da02cdcf25cee6234b2241a
deleted file mode 100644
index f982f8de..00000000
Binary files a/TCG/Library/Artifacts/2f/2f86c9ba8da02cdcf25cee6234b2241a and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2fac22306ef3c29dbaf3346a8b80af96 b/TCG/Library/Artifacts/2f/2fac22306ef3c29dbaf3346a8b80af96
deleted file mode 100644
index 64885ea4..00000000
Binary files a/TCG/Library/Artifacts/2f/2fac22306ef3c29dbaf3346a8b80af96 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2fe4b7835510025240667b7e8c60e71b b/TCG/Library/Artifacts/2f/2fe4b7835510025240667b7e8c60e71b
deleted file mode 100644
index e3795b7d..00000000
Binary files a/TCG/Library/Artifacts/2f/2fe4b7835510025240667b7e8c60e71b and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2fe7b4ed6a28e0e3984354abf9fd66b0 b/TCG/Library/Artifacts/2f/2fe7b4ed6a28e0e3984354abf9fd66b0
deleted file mode 100644
index 126181c6..00000000
Binary files a/TCG/Library/Artifacts/2f/2fe7b4ed6a28e0e3984354abf9fd66b0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2fead8387294e0de2a69d44f4097e8be b/TCG/Library/Artifacts/2f/2fead8387294e0de2a69d44f4097e8be
deleted file mode 100644
index 6ce6583e..00000000
Binary files a/TCG/Library/Artifacts/2f/2fead8387294e0de2a69d44f4097e8be and /dev/null differ
diff --git a/TCG/Library/Artifacts/2f/2ff75b8725e4768c8fa17b85472417fb b/TCG/Library/Artifacts/2f/2ff75b8725e4768c8fa17b85472417fb
deleted file mode 100644
index e2d0d5ff..00000000
Binary files a/TCG/Library/Artifacts/2f/2ff75b8725e4768c8fa17b85472417fb and /dev/null differ
diff --git a/TCG/Library/Artifacts/30/3008f6f8bdb13be61d403f63e9e37cc6 b/TCG/Library/Artifacts/30/3008f6f8bdb13be61d403f63e9e37cc6
deleted file mode 100644
index bd8c2b5b..00000000
Binary files a/TCG/Library/Artifacts/30/3008f6f8bdb13be61d403f63e9e37cc6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/30/30234996da4dae48167fdf327ef08294 b/TCG/Library/Artifacts/30/30234996da4dae48167fdf327ef08294
deleted file mode 100644
index 1d25cc41..00000000
Binary files a/TCG/Library/Artifacts/30/30234996da4dae48167fdf327ef08294 and /dev/null differ
diff --git a/TCG/Library/Artifacts/30/3031db80c6254ff848af844cd88b68d1 b/TCG/Library/Artifacts/30/3031db80c6254ff848af844cd88b68d1
deleted file mode 100644
index 89da13c6..00000000
Binary files a/TCG/Library/Artifacts/30/3031db80c6254ff848af844cd88b68d1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/30/303bf8f5fb5b0095059a7f816f5ee8ac b/TCG/Library/Artifacts/30/303bf8f5fb5b0095059a7f816f5ee8ac
deleted file mode 100644
index 910247a5..00000000
Binary files a/TCG/Library/Artifacts/30/303bf8f5fb5b0095059a7f816f5ee8ac and /dev/null differ
diff --git a/TCG/Library/Artifacts/30/3043bfa271c85051ba639158ce3bce08 b/TCG/Library/Artifacts/30/3043bfa271c85051ba639158ce3bce08
deleted file mode 100644
index 0cde6d47..00000000
Binary files a/TCG/Library/Artifacts/30/3043bfa271c85051ba639158ce3bce08 and /dev/null differ
diff --git a/TCG/Library/Artifacts/30/3045e94e5fc6135e7c5bd11a74ca3436 b/TCG/Library/Artifacts/30/3045e94e5fc6135e7c5bd11a74ca3436
deleted file mode 100644
index 124ba0b9..00000000
Binary files a/TCG/Library/Artifacts/30/3045e94e5fc6135e7c5bd11a74ca3436 and /dev/null differ
diff --git a/TCG/Library/Artifacts/30/3054030c3d80f318849c713d7fcb20f2 b/TCG/Library/Artifacts/30/3054030c3d80f318849c713d7fcb20f2
deleted file mode 100644
index 7bf248be..00000000
Binary files a/TCG/Library/Artifacts/30/3054030c3d80f318849c713d7fcb20f2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/30/3072764e77d0a0d3e8d182445d5dd9bc b/TCG/Library/Artifacts/30/3072764e77d0a0d3e8d182445d5dd9bc
deleted file mode 100644
index e462ecea..00000000
Binary files a/TCG/Library/Artifacts/30/3072764e77d0a0d3e8d182445d5dd9bc and /dev/null differ
diff --git a/TCG/Library/Artifacts/30/30814ddbbba306dfabd7ea14b41ef677 b/TCG/Library/Artifacts/30/30814ddbbba306dfabd7ea14b41ef677
deleted file mode 100644
index 0d0aaea3..00000000
Binary files a/TCG/Library/Artifacts/30/30814ddbbba306dfabd7ea14b41ef677 and /dev/null differ
diff --git a/TCG/Library/Artifacts/30/30832e9ba7bd5ce6b5f651769120ed5f b/TCG/Library/Artifacts/30/30832e9ba7bd5ce6b5f651769120ed5f
deleted file mode 100644
index 118d70f0..00000000
Binary files a/TCG/Library/Artifacts/30/30832e9ba7bd5ce6b5f651769120ed5f and /dev/null differ
diff --git a/TCG/Library/Artifacts/30/30b4b4bcb19e293ee06e27036081ca61 b/TCG/Library/Artifacts/30/30b4b4bcb19e293ee06e27036081ca61
deleted file mode 100644
index 19864304..00000000
Binary files a/TCG/Library/Artifacts/30/30b4b4bcb19e293ee06e27036081ca61 and /dev/null differ
diff --git a/TCG/Library/Artifacts/31/310272ab9cc631c29b2e97a703837ecb b/TCG/Library/Artifacts/31/310272ab9cc631c29b2e97a703837ecb
deleted file mode 100644
index 02549cb3..00000000
Binary files a/TCG/Library/Artifacts/31/310272ab9cc631c29b2e97a703837ecb and /dev/null differ
diff --git a/TCG/Library/Artifacts/31/3118a571bfc3eb8fc21d835239e26aea b/TCG/Library/Artifacts/31/3118a571bfc3eb8fc21d835239e26aea
deleted file mode 100644
index 6ac8b1bd..00000000
Binary files a/TCG/Library/Artifacts/31/3118a571bfc3eb8fc21d835239e26aea and /dev/null differ
diff --git a/TCG/Library/Artifacts/31/31228a0b44deffbe6190205b0effa2ea b/TCG/Library/Artifacts/31/31228a0b44deffbe6190205b0effa2ea
deleted file mode 100644
index 98a949c9..00000000
Binary files a/TCG/Library/Artifacts/31/31228a0b44deffbe6190205b0effa2ea and /dev/null differ
diff --git a/TCG/Library/Artifacts/31/312b093814315d6879159dda79829e77 b/TCG/Library/Artifacts/31/312b093814315d6879159dda79829e77
deleted file mode 100644
index f22948df..00000000
Binary files a/TCG/Library/Artifacts/31/312b093814315d6879159dda79829e77 and /dev/null differ
diff --git a/TCG/Library/Artifacts/31/312dbfc3badc2f98d9d941f9bd0b69ad b/TCG/Library/Artifacts/31/312dbfc3badc2f98d9d941f9bd0b69ad
deleted file mode 100644
index 23148d36..00000000
Binary files a/TCG/Library/Artifacts/31/312dbfc3badc2f98d9d941f9bd0b69ad and /dev/null differ
diff --git a/TCG/Library/Artifacts/31/3131be209fc94f85698128beb52188e9 b/TCG/Library/Artifacts/31/3131be209fc94f85698128beb52188e9
deleted file mode 100644
index a9c629f9..00000000
Binary files a/TCG/Library/Artifacts/31/3131be209fc94f85698128beb52188e9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/31/31913915c65ff7540fc7644043dc3518 b/TCG/Library/Artifacts/31/31913915c65ff7540fc7644043dc3518
deleted file mode 100644
index 3229e989..00000000
Binary files a/TCG/Library/Artifacts/31/31913915c65ff7540fc7644043dc3518 and /dev/null differ
diff --git a/TCG/Library/Artifacts/31/31e644f5b6fb6489bf289943b62e7bfd b/TCG/Library/Artifacts/31/31e644f5b6fb6489bf289943b62e7bfd
deleted file mode 100644
index 76e5553a..00000000
Binary files a/TCG/Library/Artifacts/31/31e644f5b6fb6489bf289943b62e7bfd and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/320bdbb5ceebf9c99c506fc28152dbf7 b/TCG/Library/Artifacts/32/320bdbb5ceebf9c99c506fc28152dbf7
deleted file mode 100644
index 9c780e8b..00000000
Binary files a/TCG/Library/Artifacts/32/320bdbb5ceebf9c99c506fc28152dbf7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/3243f5c9bdc1322a47eabee690d36e19 b/TCG/Library/Artifacts/32/3243f5c9bdc1322a47eabee690d36e19
deleted file mode 100644
index 71c8aefc..00000000
Binary files a/TCG/Library/Artifacts/32/3243f5c9bdc1322a47eabee690d36e19 and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/3248a4df265380251cc5aed4bd7ebf14 b/TCG/Library/Artifacts/32/3248a4df265380251cc5aed4bd7ebf14
deleted file mode 100644
index b1ad24e7..00000000
Binary files a/TCG/Library/Artifacts/32/3248a4df265380251cc5aed4bd7ebf14 and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/3259e144e72a0734beda21ec66c4aa89 b/TCG/Library/Artifacts/32/3259e144e72a0734beda21ec66c4aa89
deleted file mode 100644
index ddbce9d5..00000000
Binary files a/TCG/Library/Artifacts/32/3259e144e72a0734beda21ec66c4aa89 and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/325d0f891eca028ec6a24f84e81000e3 b/TCG/Library/Artifacts/32/325d0f891eca028ec6a24f84e81000e3
deleted file mode 100644
index 36ec311f..00000000
Binary files a/TCG/Library/Artifacts/32/325d0f891eca028ec6a24f84e81000e3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/326f6660572d22ef54680e5fbdaa507f b/TCG/Library/Artifacts/32/326f6660572d22ef54680e5fbdaa507f
deleted file mode 100644
index 3d6e093c..00000000
Binary files a/TCG/Library/Artifacts/32/326f6660572d22ef54680e5fbdaa507f and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/327108caf50160f61cc755bea7183767 b/TCG/Library/Artifacts/32/327108caf50160f61cc755bea7183767
deleted file mode 100644
index b7bdee32..00000000
Binary files a/TCG/Library/Artifacts/32/327108caf50160f61cc755bea7183767 and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/328b6f8453567cfadd88701c9e16122e b/TCG/Library/Artifacts/32/328b6f8453567cfadd88701c9e16122e
deleted file mode 100644
index dce38524..00000000
Binary files a/TCG/Library/Artifacts/32/328b6f8453567cfadd88701c9e16122e and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/329def725e46b0dc011a6b584f1a6dd2 b/TCG/Library/Artifacts/32/329def725e46b0dc011a6b584f1a6dd2
deleted file mode 100644
index 5c171e4b..00000000
Binary files a/TCG/Library/Artifacts/32/329def725e46b0dc011a6b584f1a6dd2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/32c7135e9b3a41f274dda2b2aa5621af b/TCG/Library/Artifacts/32/32c7135e9b3a41f274dda2b2aa5621af
deleted file mode 100644
index 9259c7f2..00000000
Binary files a/TCG/Library/Artifacts/32/32c7135e9b3a41f274dda2b2aa5621af and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/32cc46fe2d5a0dc77fd4e380504b099c b/TCG/Library/Artifacts/32/32cc46fe2d5a0dc77fd4e380504b099c
deleted file mode 100644
index f95bb870..00000000
Binary files a/TCG/Library/Artifacts/32/32cc46fe2d5a0dc77fd4e380504b099c and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/32d735a16ed1086a8d86ca15bf83bbca b/TCG/Library/Artifacts/32/32d735a16ed1086a8d86ca15bf83bbca
deleted file mode 100644
index 3a4e8613..00000000
Binary files a/TCG/Library/Artifacts/32/32d735a16ed1086a8d86ca15bf83bbca and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/32dc389a46bc65b41bc3cc6d2099427e b/TCG/Library/Artifacts/32/32dc389a46bc65b41bc3cc6d2099427e
deleted file mode 100644
index c2e12ac4..00000000
Binary files a/TCG/Library/Artifacts/32/32dc389a46bc65b41bc3cc6d2099427e and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/32dd9182cbf2246fbebfa048dff82c8b b/TCG/Library/Artifacts/32/32dd9182cbf2246fbebfa048dff82c8b
deleted file mode 100644
index 4b17da82..00000000
Binary files a/TCG/Library/Artifacts/32/32dd9182cbf2246fbebfa048dff82c8b and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/32e99d055b3d4142b619bb395f46f338 b/TCG/Library/Artifacts/32/32e99d055b3d4142b619bb395f46f338
deleted file mode 100644
index 909e4ae3..00000000
Binary files a/TCG/Library/Artifacts/32/32e99d055b3d4142b619bb395f46f338 and /dev/null differ
diff --git a/TCG/Library/Artifacts/32/32fddf0fb738eb7c176a0e3eb4935129 b/TCG/Library/Artifacts/32/32fddf0fb738eb7c176a0e3eb4935129
deleted file mode 100644
index 14b796a6..00000000
Binary files a/TCG/Library/Artifacts/32/32fddf0fb738eb7c176a0e3eb4935129 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/33526c27740f70d465d7d2f62d25ffcb b/TCG/Library/Artifacts/33/33526c27740f70d465d7d2f62d25ffcb
deleted file mode 100644
index f86faf6e..00000000
Binary files a/TCG/Library/Artifacts/33/33526c27740f70d465d7d2f62d25ffcb and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/335a8e988e0209ea3b93a82ccb4f3095 b/TCG/Library/Artifacts/33/335a8e988e0209ea3b93a82ccb4f3095
deleted file mode 100644
index a41f2fb4..00000000
Binary files a/TCG/Library/Artifacts/33/335a8e988e0209ea3b93a82ccb4f3095 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/335c66bce7d406f8be2193bd85eb27d0 b/TCG/Library/Artifacts/33/335c66bce7d406f8be2193bd85eb27d0
deleted file mode 100644
index 25355020..00000000
Binary files a/TCG/Library/Artifacts/33/335c66bce7d406f8be2193bd85eb27d0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/335ed1293555d751fa886a5475365712 b/TCG/Library/Artifacts/33/335ed1293555d751fa886a5475365712
deleted file mode 100644
index 0df9f6e0..00000000
Binary files a/TCG/Library/Artifacts/33/335ed1293555d751fa886a5475365712 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/33605213059d730f1134de03cc132808 b/TCG/Library/Artifacts/33/33605213059d730f1134de03cc132808
deleted file mode 100644
index 1e64297f..00000000
Binary files a/TCG/Library/Artifacts/33/33605213059d730f1134de03cc132808 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/336c54265f623e77e228c44b1fb4d992 b/TCG/Library/Artifacts/33/336c54265f623e77e228c44b1fb4d992
deleted file mode 100644
index ca0cdc16..00000000
Binary files a/TCG/Library/Artifacts/33/336c54265f623e77e228c44b1fb4d992 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/337365d2e318146e41bc223bb3d674bb b/TCG/Library/Artifacts/33/337365d2e318146e41bc223bb3d674bb
deleted file mode 100644
index 96f235ca..00000000
Binary files a/TCG/Library/Artifacts/33/337365d2e318146e41bc223bb3d674bb and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/3385173d61117c08d5ce4f3d7ceeeaae b/TCG/Library/Artifacts/33/3385173d61117c08d5ce4f3d7ceeeaae
deleted file mode 100644
index e76e1a2d..00000000
Binary files a/TCG/Library/Artifacts/33/3385173d61117c08d5ce4f3d7ceeeaae and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/3388838216a22113dc0b33cca6115c9b b/TCG/Library/Artifacts/33/3388838216a22113dc0b33cca6115c9b
deleted file mode 100644
index 25318b1c..00000000
Binary files a/TCG/Library/Artifacts/33/3388838216a22113dc0b33cca6115c9b and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/33ac4fb13c514c694a59056f097d8267 b/TCG/Library/Artifacts/33/33ac4fb13c514c694a59056f097d8267
deleted file mode 100644
index 828c4111..00000000
Binary files a/TCG/Library/Artifacts/33/33ac4fb13c514c694a59056f097d8267 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/33b374e2dbaa156aed4c0d9122863ab3 b/TCG/Library/Artifacts/33/33b374e2dbaa156aed4c0d9122863ab3
deleted file mode 100644
index e8aab01f..00000000
Binary files a/TCG/Library/Artifacts/33/33b374e2dbaa156aed4c0d9122863ab3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/33bc517e9e694ad12e1d50bde6594bf2 b/TCG/Library/Artifacts/33/33bc517e9e694ad12e1d50bde6594bf2
deleted file mode 100644
index 9f376552..00000000
Binary files a/TCG/Library/Artifacts/33/33bc517e9e694ad12e1d50bde6594bf2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/33bcb64b019fa5dceeef6f7cd436c5e6 b/TCG/Library/Artifacts/33/33bcb64b019fa5dceeef6f7cd436c5e6
deleted file mode 100644
index 752b482f..00000000
Binary files a/TCG/Library/Artifacts/33/33bcb64b019fa5dceeef6f7cd436c5e6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/33bf9833c9e8530c74234c0b056a06d1 b/TCG/Library/Artifacts/33/33bf9833c9e8530c74234c0b056a06d1
deleted file mode 100644
index beed1673..00000000
Binary files a/TCG/Library/Artifacts/33/33bf9833c9e8530c74234c0b056a06d1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/33d7d21f916ea17e0a34ee5a3dc30cdb b/TCG/Library/Artifacts/33/33d7d21f916ea17e0a34ee5a3dc30cdb
deleted file mode 100644
index 7cfef339..00000000
Binary files a/TCG/Library/Artifacts/33/33d7d21f916ea17e0a34ee5a3dc30cdb and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/33e7f3876d87b2a3604c8d4b9721f9f6 b/TCG/Library/Artifacts/33/33e7f3876d87b2a3604c8d4b9721f9f6
deleted file mode 100644
index 53264974..00000000
Binary files a/TCG/Library/Artifacts/33/33e7f3876d87b2a3604c8d4b9721f9f6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/33/33fd73f40bf7ced53a0c0ce46c39bcf8 b/TCG/Library/Artifacts/33/33fd73f40bf7ced53a0c0ce46c39bcf8
deleted file mode 100644
index 6280fa87..00000000
Binary files a/TCG/Library/Artifacts/33/33fd73f40bf7ced53a0c0ce46c39bcf8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/34/34580c0434f7a94e750989462a497a83 b/TCG/Library/Artifacts/34/34580c0434f7a94e750989462a497a83
deleted file mode 100644
index 54eb23ba..00000000
Binary files a/TCG/Library/Artifacts/34/34580c0434f7a94e750989462a497a83 and /dev/null differ
diff --git a/TCG/Library/Artifacts/34/347434aa3148077548f8a8b0a86df4b4 b/TCG/Library/Artifacts/34/347434aa3148077548f8a8b0a86df4b4
deleted file mode 100644
index b8db8133..00000000
Binary files a/TCG/Library/Artifacts/34/347434aa3148077548f8a8b0a86df4b4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/350801275acd9055a49294b1b4cfdc44 b/TCG/Library/Artifacts/35/350801275acd9055a49294b1b4cfdc44
deleted file mode 100644
index 8807fb60..00000000
Binary files a/TCG/Library/Artifacts/35/350801275acd9055a49294b1b4cfdc44 and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/350e2927e747823534847df552267524 b/TCG/Library/Artifacts/35/350e2927e747823534847df552267524
deleted file mode 100644
index 85c826ac..00000000
Binary files a/TCG/Library/Artifacts/35/350e2927e747823534847df552267524 and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/355083ada2be1d91053b6d47608589a1 b/TCG/Library/Artifacts/35/355083ada2be1d91053b6d47608589a1
deleted file mode 100644
index 0c87a047..00000000
Binary files a/TCG/Library/Artifacts/35/355083ada2be1d91053b6d47608589a1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/355381b996d3f54b07bde5c846ca937a b/TCG/Library/Artifacts/35/355381b996d3f54b07bde5c846ca937a
deleted file mode 100644
index 5481e438..00000000
Binary files a/TCG/Library/Artifacts/35/355381b996d3f54b07bde5c846ca937a and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/3561b8ee813e69013865d4eb47f7049d b/TCG/Library/Artifacts/35/3561b8ee813e69013865d4eb47f7049d
deleted file mode 100644
index 02932181..00000000
Binary files a/TCG/Library/Artifacts/35/3561b8ee813e69013865d4eb47f7049d and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/356dc7d34e3a6861c916602a1509f41c b/TCG/Library/Artifacts/35/356dc7d34e3a6861c916602a1509f41c
deleted file mode 100644
index 4d904b42..00000000
Binary files a/TCG/Library/Artifacts/35/356dc7d34e3a6861c916602a1509f41c and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/3572f00a21894a233cdd1fc13c54fbdb b/TCG/Library/Artifacts/35/3572f00a21894a233cdd1fc13c54fbdb
deleted file mode 100644
index 241e4be0..00000000
Binary files a/TCG/Library/Artifacts/35/3572f00a21894a233cdd1fc13c54fbdb and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/357aa06488c13fa5d2ffcbd8dc07e975 b/TCG/Library/Artifacts/35/357aa06488c13fa5d2ffcbd8dc07e975
deleted file mode 100644
index ce679779..00000000
Binary files a/TCG/Library/Artifacts/35/357aa06488c13fa5d2ffcbd8dc07e975 and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/358219a96a2fb948237fdbaec560f934 b/TCG/Library/Artifacts/35/358219a96a2fb948237fdbaec560f934
deleted file mode 100644
index 2b27663a..00000000
Binary files a/TCG/Library/Artifacts/35/358219a96a2fb948237fdbaec560f934 and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/3586c39f93ae572dbc60164b78c27a8d b/TCG/Library/Artifacts/35/3586c39f93ae572dbc60164b78c27a8d
deleted file mode 100644
index d332f0cd..00000000
Binary files a/TCG/Library/Artifacts/35/3586c39f93ae572dbc60164b78c27a8d and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/35b9afdf063ed7fc0028bebf20432312 b/TCG/Library/Artifacts/35/35b9afdf063ed7fc0028bebf20432312
deleted file mode 100644
index 5d0f31a4..00000000
Binary files a/TCG/Library/Artifacts/35/35b9afdf063ed7fc0028bebf20432312 and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/35ca998cd42345093b0c8604c839f654 b/TCG/Library/Artifacts/35/35ca998cd42345093b0c8604c839f654
deleted file mode 100644
index 6ac2c89c..00000000
Binary files a/TCG/Library/Artifacts/35/35ca998cd42345093b0c8604c839f654 and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/35d9911ea49d0b743f9156f72ed63dda b/TCG/Library/Artifacts/35/35d9911ea49d0b743f9156f72ed63dda
deleted file mode 100644
index 659bc4d8..00000000
Binary files a/TCG/Library/Artifacts/35/35d9911ea49d0b743f9156f72ed63dda and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/35df7ad7c3c2110b6737bdbe71611236 b/TCG/Library/Artifacts/35/35df7ad7c3c2110b6737bdbe71611236
deleted file mode 100644
index e7e77119..00000000
Binary files a/TCG/Library/Artifacts/35/35df7ad7c3c2110b6737bdbe71611236 and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/35eeef0ae93ee7f2ea3e9bad1b5211d8 b/TCG/Library/Artifacts/35/35eeef0ae93ee7f2ea3e9bad1b5211d8
deleted file mode 100644
index 488bf0ee..00000000
Binary files a/TCG/Library/Artifacts/35/35eeef0ae93ee7f2ea3e9bad1b5211d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/35/35f1831194304df7e91deed9d98a2f10 b/TCG/Library/Artifacts/35/35f1831194304df7e91deed9d98a2f10
deleted file mode 100644
index 0eb626bc..00000000
Binary files a/TCG/Library/Artifacts/35/35f1831194304df7e91deed9d98a2f10 and /dev/null differ
diff --git a/TCG/Library/Artifacts/36/361ac8ac9890bdd13d14d29e3045dd15 b/TCG/Library/Artifacts/36/361ac8ac9890bdd13d14d29e3045dd15
deleted file mode 100644
index 2400215e..00000000
Binary files a/TCG/Library/Artifacts/36/361ac8ac9890bdd13d14d29e3045dd15 and /dev/null differ
diff --git a/TCG/Library/Artifacts/36/363fff95ce370f962bdf653bec5520b5 b/TCG/Library/Artifacts/36/363fff95ce370f962bdf653bec5520b5
deleted file mode 100644
index b2a89ed7..00000000
Binary files a/TCG/Library/Artifacts/36/363fff95ce370f962bdf653bec5520b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/36/3650c66b9ca4436beef42253a3e71a2b b/TCG/Library/Artifacts/36/3650c66b9ca4436beef42253a3e71a2b
deleted file mode 100644
index c877299d..00000000
Binary files a/TCG/Library/Artifacts/36/3650c66b9ca4436beef42253a3e71a2b and /dev/null differ
diff --git a/TCG/Library/Artifacts/36/365c4b23d30bf7e58a1c1d2bd6790251 b/TCG/Library/Artifacts/36/365c4b23d30bf7e58a1c1d2bd6790251
deleted file mode 100644
index bd9fb0ba..00000000
Binary files a/TCG/Library/Artifacts/36/365c4b23d30bf7e58a1c1d2bd6790251 and /dev/null differ
diff --git a/TCG/Library/Artifacts/36/36752ddd81527ad8cefc4220cce4b382 b/TCG/Library/Artifacts/36/36752ddd81527ad8cefc4220cce4b382
deleted file mode 100644
index a5c60a8c..00000000
Binary files a/TCG/Library/Artifacts/36/36752ddd81527ad8cefc4220cce4b382 and /dev/null differ
diff --git a/TCG/Library/Artifacts/36/367ca9c94fb935020b17a375d4a3f580 b/TCG/Library/Artifacts/36/367ca9c94fb935020b17a375d4a3f580
deleted file mode 100644
index c5fd428a..00000000
Binary files a/TCG/Library/Artifacts/36/367ca9c94fb935020b17a375d4a3f580 and /dev/null differ
diff --git a/TCG/Library/Artifacts/36/36b5d245af6b264aaefe3b3f27ef88ba b/TCG/Library/Artifacts/36/36b5d245af6b264aaefe3b3f27ef88ba
deleted file mode 100644
index bcb4a807..00000000
Binary files a/TCG/Library/Artifacts/36/36b5d245af6b264aaefe3b3f27ef88ba and /dev/null differ
diff --git a/TCG/Library/Artifacts/36/36d73385ff8a7f9307a66346c866970a b/TCG/Library/Artifacts/36/36d73385ff8a7f9307a66346c866970a
deleted file mode 100644
index 87160b61..00000000
Binary files a/TCG/Library/Artifacts/36/36d73385ff8a7f9307a66346c866970a and /dev/null differ
diff --git a/TCG/Library/Artifacts/36/36da8f558e48fc418be8061c9c2095b5 b/TCG/Library/Artifacts/36/36da8f558e48fc418be8061c9c2095b5
deleted file mode 100644
index 460b3874..00000000
Binary files a/TCG/Library/Artifacts/36/36da8f558e48fc418be8061c9c2095b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/37/370d3049a5ac8d4798a3672bc74c82b7 b/TCG/Library/Artifacts/37/370d3049a5ac8d4798a3672bc74c82b7
deleted file mode 100644
index 5c7ad9e7..00000000
Binary files a/TCG/Library/Artifacts/37/370d3049a5ac8d4798a3672bc74c82b7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/37/370fb324119ff2e1b797e52b9d07fe9f b/TCG/Library/Artifacts/37/370fb324119ff2e1b797e52b9d07fe9f
deleted file mode 100644
index 3404b366..00000000
Binary files a/TCG/Library/Artifacts/37/370fb324119ff2e1b797e52b9d07fe9f and /dev/null differ
diff --git a/TCG/Library/Artifacts/37/37113064c2e018dfe02239872664d575 b/TCG/Library/Artifacts/37/37113064c2e018dfe02239872664d575
deleted file mode 100644
index 0c4f1579..00000000
Binary files a/TCG/Library/Artifacts/37/37113064c2e018dfe02239872664d575 and /dev/null differ
diff --git a/TCG/Library/Artifacts/37/3713cce659daa97d09d01c0e6f713613 b/TCG/Library/Artifacts/37/3713cce659daa97d09d01c0e6f713613
deleted file mode 100644
index 08e5a318..00000000
Binary files a/TCG/Library/Artifacts/37/3713cce659daa97d09d01c0e6f713613 and /dev/null differ
diff --git a/TCG/Library/Artifacts/37/37176566cc35d0983a31ae14bd980566 b/TCG/Library/Artifacts/37/37176566cc35d0983a31ae14bd980566
deleted file mode 100644
index cd31abec..00000000
Binary files a/TCG/Library/Artifacts/37/37176566cc35d0983a31ae14bd980566 and /dev/null differ
diff --git a/TCG/Library/Artifacts/37/3739c4d49f83a265bdbbf28f0b99beec b/TCG/Library/Artifacts/37/3739c4d49f83a265bdbbf28f0b99beec
deleted file mode 100644
index b6c019cf..00000000
Binary files a/TCG/Library/Artifacts/37/3739c4d49f83a265bdbbf28f0b99beec and /dev/null differ
diff --git a/TCG/Library/Artifacts/37/374b8bf20aceb80ea72593059bd027c8 b/TCG/Library/Artifacts/37/374b8bf20aceb80ea72593059bd027c8
deleted file mode 100644
index 641cfae6..00000000
Binary files a/TCG/Library/Artifacts/37/374b8bf20aceb80ea72593059bd027c8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/37/37aa7a589e2850caa834861d71076fa5 b/TCG/Library/Artifacts/37/37aa7a589e2850caa834861d71076fa5
deleted file mode 100644
index c899fcec..00000000
Binary files a/TCG/Library/Artifacts/37/37aa7a589e2850caa834861d71076fa5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/37/37cf2ea4b31b12447246b24114f6126a b/TCG/Library/Artifacts/37/37cf2ea4b31b12447246b24114f6126a
deleted file mode 100644
index 2a655f72..00000000
Binary files a/TCG/Library/Artifacts/37/37cf2ea4b31b12447246b24114f6126a and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/38034117c3f42ff6402f56fe1ac6aa2c b/TCG/Library/Artifacts/38/38034117c3f42ff6402f56fe1ac6aa2c
deleted file mode 100644
index b7315dc7..00000000
Binary files a/TCG/Library/Artifacts/38/38034117c3f42ff6402f56fe1ac6aa2c and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/3811a2ac5ec3fc235b1f2c671021901e b/TCG/Library/Artifacts/38/3811a2ac5ec3fc235b1f2c671021901e
deleted file mode 100644
index 4be55032..00000000
Binary files a/TCG/Library/Artifacts/38/3811a2ac5ec3fc235b1f2c671021901e and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/38173825b720ea4fae5035cc6d8d569d b/TCG/Library/Artifacts/38/38173825b720ea4fae5035cc6d8d569d
deleted file mode 100644
index ff3ecfb6..00000000
Binary files a/TCG/Library/Artifacts/38/38173825b720ea4fae5035cc6d8d569d and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/382167368ebc1cf5e7f7920a5f6d5e69 b/TCG/Library/Artifacts/38/382167368ebc1cf5e7f7920a5f6d5e69
deleted file mode 100644
index a716f13d..00000000
Binary files a/TCG/Library/Artifacts/38/382167368ebc1cf5e7f7920a5f6d5e69 and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/3834b1494fc39eba96e7bb07f3721675 b/TCG/Library/Artifacts/38/3834b1494fc39eba96e7bb07f3721675
deleted file mode 100644
index 25a50deb..00000000
Binary files a/TCG/Library/Artifacts/38/3834b1494fc39eba96e7bb07f3721675 and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/384269ad66d1d5935d1c28d406a268a7 b/TCG/Library/Artifacts/38/384269ad66d1d5935d1c28d406a268a7
deleted file mode 100644
index 81a2e1eb..00000000
Binary files a/TCG/Library/Artifacts/38/384269ad66d1d5935d1c28d406a268a7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/38672b018e427ef74083eaf89407c077 b/TCG/Library/Artifacts/38/38672b018e427ef74083eaf89407c077
deleted file mode 100644
index 6bb2f5af..00000000
Binary files a/TCG/Library/Artifacts/38/38672b018e427ef74083eaf89407c077 and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/3868d2e4e50efc26cb0de3cff47e17e8 b/TCG/Library/Artifacts/38/3868d2e4e50efc26cb0de3cff47e17e8
deleted file mode 100644
index c38ee913..00000000
Binary files a/TCG/Library/Artifacts/38/3868d2e4e50efc26cb0de3cff47e17e8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/38887acc802a996c4216b5767a3279ec b/TCG/Library/Artifacts/38/38887acc802a996c4216b5767a3279ec
deleted file mode 100644
index 362ecf0d..00000000
Binary files a/TCG/Library/Artifacts/38/38887acc802a996c4216b5767a3279ec and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/38a77203ab02313510f3157c93302e37 b/TCG/Library/Artifacts/38/38a77203ab02313510f3157c93302e37
deleted file mode 100644
index c08f4cb1..00000000
Binary files a/TCG/Library/Artifacts/38/38a77203ab02313510f3157c93302e37 and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/38b3a14776a39781220e90a3ea401fcf b/TCG/Library/Artifacts/38/38b3a14776a39781220e90a3ea401fcf
deleted file mode 100644
index 39a2bb93..00000000
Binary files a/TCG/Library/Artifacts/38/38b3a14776a39781220e90a3ea401fcf and /dev/null differ
diff --git a/TCG/Library/Artifacts/38/38b5ee3ade30b6b385c17ede75b9511e b/TCG/Library/Artifacts/38/38b5ee3ade30b6b385c17ede75b9511e
deleted file mode 100644
index f89349bf..00000000
Binary files a/TCG/Library/Artifacts/38/38b5ee3ade30b6b385c17ede75b9511e and /dev/null differ
diff --git a/TCG/Library/Artifacts/39/3960fd8f4ce0bcc4615d4324a6f5ce1e b/TCG/Library/Artifacts/39/3960fd8f4ce0bcc4615d4324a6f5ce1e
deleted file mode 100644
index 8249de14..00000000
Binary files a/TCG/Library/Artifacts/39/3960fd8f4ce0bcc4615d4324a6f5ce1e and /dev/null differ
diff --git a/TCG/Library/Artifacts/39/396aba0a9c00a63f261dd53d14b0b937 b/TCG/Library/Artifacts/39/396aba0a9c00a63f261dd53d14b0b937
deleted file mode 100644
index c1e81cbf..00000000
Binary files a/TCG/Library/Artifacts/39/396aba0a9c00a63f261dd53d14b0b937 and /dev/null differ
diff --git a/TCG/Library/Artifacts/39/398a333117b2f32c118835f74d28f7eb b/TCG/Library/Artifacts/39/398a333117b2f32c118835f74d28f7eb
deleted file mode 100644
index 2a81752d..00000000
Binary files a/TCG/Library/Artifacts/39/398a333117b2f32c118835f74d28f7eb and /dev/null differ
diff --git a/TCG/Library/Artifacts/39/39937ddb7e6d4aafbf9f6f57d12b031f b/TCG/Library/Artifacts/39/39937ddb7e6d4aafbf9f6f57d12b031f
deleted file mode 100644
index aa9de8b5..00000000
Binary files a/TCG/Library/Artifacts/39/39937ddb7e6d4aafbf9f6f57d12b031f and /dev/null differ
diff --git a/TCG/Library/Artifacts/39/39a7e46bb8e8e2130f051f202ff6db26 b/TCG/Library/Artifacts/39/39a7e46bb8e8e2130f051f202ff6db26
deleted file mode 100644
index f8f4fc18..00000000
Binary files a/TCG/Library/Artifacts/39/39a7e46bb8e8e2130f051f202ff6db26 and /dev/null differ
diff --git a/TCG/Library/Artifacts/39/39b1495f509150b72484c92c9fddcc5b b/TCG/Library/Artifacts/39/39b1495f509150b72484c92c9fddcc5b
deleted file mode 100644
index 70c1eb51..00000000
Binary files a/TCG/Library/Artifacts/39/39b1495f509150b72484c92c9fddcc5b and /dev/null differ
diff --git a/TCG/Library/Artifacts/39/39ba67c4bd8a74042773a3b5b0622229 b/TCG/Library/Artifacts/39/39ba67c4bd8a74042773a3b5b0622229
deleted file mode 100644
index c93ec48e..00000000
Binary files a/TCG/Library/Artifacts/39/39ba67c4bd8a74042773a3b5b0622229 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3a02595ef479fe150bd7fa92c909bbd6 b/TCG/Library/Artifacts/3a/3a02595ef479fe150bd7fa92c909bbd6
deleted file mode 100644
index 2ad79cf4..00000000
Binary files a/TCG/Library/Artifacts/3a/3a02595ef479fe150bd7fa92c909bbd6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3a038a7a747421801e8930171387024b b/TCG/Library/Artifacts/3a/3a038a7a747421801e8930171387024b
deleted file mode 100644
index b34da3fd..00000000
Binary files a/TCG/Library/Artifacts/3a/3a038a7a747421801e8930171387024b and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3a455752b28567754b51408e1cf1e4c9 b/TCG/Library/Artifacts/3a/3a455752b28567754b51408e1cf1e4c9
deleted file mode 100644
index 56b0ae86..00000000
Binary files a/TCG/Library/Artifacts/3a/3a455752b28567754b51408e1cf1e4c9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3a4c41a62fb3e944db2360a4712f1db7 b/TCG/Library/Artifacts/3a/3a4c41a62fb3e944db2360a4712f1db7
deleted file mode 100644
index 8dbd01cc..00000000
Binary files a/TCG/Library/Artifacts/3a/3a4c41a62fb3e944db2360a4712f1db7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3a4cda456cddff37f6d6922bb3838b5e b/TCG/Library/Artifacts/3a/3a4cda456cddff37f6d6922bb3838b5e
deleted file mode 100644
index 12606689..00000000
Binary files a/TCG/Library/Artifacts/3a/3a4cda456cddff37f6d6922bb3838b5e and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3a50b887308d6d8750a51911c5ed552f b/TCG/Library/Artifacts/3a/3a50b887308d6d8750a51911c5ed552f
deleted file mode 100644
index e4882de3..00000000
Binary files a/TCG/Library/Artifacts/3a/3a50b887308d6d8750a51911c5ed552f and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3a59b63a16837bfbafd757a27915a987 b/TCG/Library/Artifacts/3a/3a59b63a16837bfbafd757a27915a987
deleted file mode 100644
index 82cac9b3..00000000
Binary files a/TCG/Library/Artifacts/3a/3a59b63a16837bfbafd757a27915a987 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3a66601333f63354c4b375f79a855d3d b/TCG/Library/Artifacts/3a/3a66601333f63354c4b375f79a855d3d
deleted file mode 100644
index 15119dad..00000000
Binary files a/TCG/Library/Artifacts/3a/3a66601333f63354c4b375f79a855d3d and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3a73e2fb46db85f7fc22348fd69eb431 b/TCG/Library/Artifacts/3a/3a73e2fb46db85f7fc22348fd69eb431
deleted file mode 100644
index 3c584388..00000000
Binary files a/TCG/Library/Artifacts/3a/3a73e2fb46db85f7fc22348fd69eb431 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3a88281f6419809c0bc7008178ce25bc b/TCG/Library/Artifacts/3a/3a88281f6419809c0bc7008178ce25bc
deleted file mode 100644
index 1fc5e582..00000000
Binary files a/TCG/Library/Artifacts/3a/3a88281f6419809c0bc7008178ce25bc and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3aa6f24fb1d1dc4787bb6a5b0fdab43a b/TCG/Library/Artifacts/3a/3aa6f24fb1d1dc4787bb6a5b0fdab43a
deleted file mode 100644
index f2fa0be8..00000000
Binary files a/TCG/Library/Artifacts/3a/3aa6f24fb1d1dc4787bb6a5b0fdab43a and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3ab3541cab965e164c655be74257b93b b/TCG/Library/Artifacts/3a/3ab3541cab965e164c655be74257b93b
deleted file mode 100644
index 6b806a39..00000000
Binary files a/TCG/Library/Artifacts/3a/3ab3541cab965e164c655be74257b93b and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3ad12a987761792a3794b4481f64a973 b/TCG/Library/Artifacts/3a/3ad12a987761792a3794b4481f64a973
deleted file mode 100644
index d0a3479f..00000000
Binary files a/TCG/Library/Artifacts/3a/3ad12a987761792a3794b4481f64a973 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3a/3af8edbc5755ea4fe7a79014bb2b2f0f b/TCG/Library/Artifacts/3a/3af8edbc5755ea4fe7a79014bb2b2f0f
deleted file mode 100644
index 1291d2c5..00000000
Binary files a/TCG/Library/Artifacts/3a/3af8edbc5755ea4fe7a79014bb2b2f0f and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3b0f742e1eaa9048ecb89651432f4f9c b/TCG/Library/Artifacts/3b/3b0f742e1eaa9048ecb89651432f4f9c
deleted file mode 100644
index 5967684d..00000000
Binary files a/TCG/Library/Artifacts/3b/3b0f742e1eaa9048ecb89651432f4f9c and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3b107c33a320d290943c12926691f065 b/TCG/Library/Artifacts/3b/3b107c33a320d290943c12926691f065
deleted file mode 100644
index 84fcc252..00000000
Binary files a/TCG/Library/Artifacts/3b/3b107c33a320d290943c12926691f065 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3b17d37babe29566a68588c73a374a9d b/TCG/Library/Artifacts/3b/3b17d37babe29566a68588c73a374a9d
deleted file mode 100644
index 93297fc5..00000000
Binary files a/TCG/Library/Artifacts/3b/3b17d37babe29566a68588c73a374a9d and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3b277e3b8d69478e57f8089e77962402 b/TCG/Library/Artifacts/3b/3b277e3b8d69478e57f8089e77962402
deleted file mode 100644
index 5430d968..00000000
Binary files a/TCG/Library/Artifacts/3b/3b277e3b8d69478e57f8089e77962402 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3b2e2e47dac055712d9f105059e44c01 b/TCG/Library/Artifacts/3b/3b2e2e47dac055712d9f105059e44c01
deleted file mode 100644
index 579c8eb3..00000000
Binary files a/TCG/Library/Artifacts/3b/3b2e2e47dac055712d9f105059e44c01 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3b3b408df37c5085c49eab88b5e55f2e b/TCG/Library/Artifacts/3b/3b3b408df37c5085c49eab88b5e55f2e
deleted file mode 100644
index 7be50cca..00000000
Binary files a/TCG/Library/Artifacts/3b/3b3b408df37c5085c49eab88b5e55f2e and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3b4dcdcb71c4490eb8e3e8a7579bea4e b/TCG/Library/Artifacts/3b/3b4dcdcb71c4490eb8e3e8a7579bea4e
deleted file mode 100644
index ade99bbf..00000000
Binary files a/TCG/Library/Artifacts/3b/3b4dcdcb71c4490eb8e3e8a7579bea4e and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3b9aa45c9c4b046fd1ef88b9e040f37d b/TCG/Library/Artifacts/3b/3b9aa45c9c4b046fd1ef88b9e040f37d
deleted file mode 100644
index 76386b75..00000000
Binary files a/TCG/Library/Artifacts/3b/3b9aa45c9c4b046fd1ef88b9e040f37d and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3b9eca289333b593dafb05eb4bdc3c45 b/TCG/Library/Artifacts/3b/3b9eca289333b593dafb05eb4bdc3c45
deleted file mode 100644
index 85407f01..00000000
Binary files a/TCG/Library/Artifacts/3b/3b9eca289333b593dafb05eb4bdc3c45 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3bae44f5c1849f89a1be2e2a16c3c215 b/TCG/Library/Artifacts/3b/3bae44f5c1849f89a1be2e2a16c3c215
deleted file mode 100644
index 0407bccd..00000000
Binary files a/TCG/Library/Artifacts/3b/3bae44f5c1849f89a1be2e2a16c3c215 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3bb989ec5b07b9a9238962b9549d63f5 b/TCG/Library/Artifacts/3b/3bb989ec5b07b9a9238962b9549d63f5
deleted file mode 100644
index 3f0244c8..00000000
Binary files a/TCG/Library/Artifacts/3b/3bb989ec5b07b9a9238962b9549d63f5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3bbdd78f6dfebec0e0f495d0e4468d79 b/TCG/Library/Artifacts/3b/3bbdd78f6dfebec0e0f495d0e4468d79
deleted file mode 100644
index 54320538..00000000
Binary files a/TCG/Library/Artifacts/3b/3bbdd78f6dfebec0e0f495d0e4468d79 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3bc258c41fadff0242b9b5e14963e8ec b/TCG/Library/Artifacts/3b/3bc258c41fadff0242b9b5e14963e8ec
deleted file mode 100644
index d5f44f5c..00000000
Binary files a/TCG/Library/Artifacts/3b/3bc258c41fadff0242b9b5e14963e8ec and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3be8d677834c2df94520e6ae2f57691f b/TCG/Library/Artifacts/3b/3be8d677834c2df94520e6ae2f57691f
deleted file mode 100644
index 62cadf79..00000000
Binary files a/TCG/Library/Artifacts/3b/3be8d677834c2df94520e6ae2f57691f and /dev/null differ
diff --git a/TCG/Library/Artifacts/3b/3bf97a97154be016fe7c46875f810b46 b/TCG/Library/Artifacts/3b/3bf97a97154be016fe7c46875f810b46
deleted file mode 100644
index a871b5f3..00000000
Binary files a/TCG/Library/Artifacts/3b/3bf97a97154be016fe7c46875f810b46 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3c/3c16345f704a9c762bcff3c2fc078242 b/TCG/Library/Artifacts/3c/3c16345f704a9c762bcff3c2fc078242
deleted file mode 100644
index 67f5390f..00000000
Binary files a/TCG/Library/Artifacts/3c/3c16345f704a9c762bcff3c2fc078242 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3c/3c1a97bb3e0e94b0b56d6c1be50e5225 b/TCG/Library/Artifacts/3c/3c1a97bb3e0e94b0b56d6c1be50e5225
deleted file mode 100644
index 8ac54042..00000000
Binary files a/TCG/Library/Artifacts/3c/3c1a97bb3e0e94b0b56d6c1be50e5225 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3c/3c76d63e47d85006c03999c00bfa44ff b/TCG/Library/Artifacts/3c/3c76d63e47d85006c03999c00bfa44ff
deleted file mode 100644
index d74b6edb..00000000
Binary files a/TCG/Library/Artifacts/3c/3c76d63e47d85006c03999c00bfa44ff and /dev/null differ
diff --git a/TCG/Library/Artifacts/3c/3c77ee4f1a77029a2fe43b336e1b2a37 b/TCG/Library/Artifacts/3c/3c77ee4f1a77029a2fe43b336e1b2a37
deleted file mode 100644
index e648601e..00000000
Binary files a/TCG/Library/Artifacts/3c/3c77ee4f1a77029a2fe43b336e1b2a37 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3c/3c8aac5d307a65e51a53d03cb17a9c63 b/TCG/Library/Artifacts/3c/3c8aac5d307a65e51a53d03cb17a9c63
deleted file mode 100644
index 49a93e12..00000000
Binary files a/TCG/Library/Artifacts/3c/3c8aac5d307a65e51a53d03cb17a9c63 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3c/3c8eb08b00e8672d0c57d0b515a7198f b/TCG/Library/Artifacts/3c/3c8eb08b00e8672d0c57d0b515a7198f
deleted file mode 100644
index 533416df..00000000
Binary files a/TCG/Library/Artifacts/3c/3c8eb08b00e8672d0c57d0b515a7198f and /dev/null differ
diff --git a/TCG/Library/Artifacts/3c/3cb1aa4805725c037cd554ccd4b17ea2 b/TCG/Library/Artifacts/3c/3cb1aa4805725c037cd554ccd4b17ea2
deleted file mode 100644
index a691c5de..00000000
Binary files a/TCG/Library/Artifacts/3c/3cb1aa4805725c037cd554ccd4b17ea2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3c/3ccfd97156868d826cd759180a4404dc b/TCG/Library/Artifacts/3c/3ccfd97156868d826cd759180a4404dc
deleted file mode 100644
index 769c7ae8..00000000
Binary files a/TCG/Library/Artifacts/3c/3ccfd97156868d826cd759180a4404dc and /dev/null differ
diff --git a/TCG/Library/Artifacts/3d/3d0ae5d0be834d6aa69fc85392d9d690 b/TCG/Library/Artifacts/3d/3d0ae5d0be834d6aa69fc85392d9d690
deleted file mode 100644
index 3eda3016..00000000
Binary files a/TCG/Library/Artifacts/3d/3d0ae5d0be834d6aa69fc85392d9d690 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3d/3d10d3faaaa7386238670911bb74b73b b/TCG/Library/Artifacts/3d/3d10d3faaaa7386238670911bb74b73b
deleted file mode 100644
index 45a75eab..00000000
Binary files a/TCG/Library/Artifacts/3d/3d10d3faaaa7386238670911bb74b73b and /dev/null differ
diff --git a/TCG/Library/Artifacts/3d/3d17447b3603bd51083fdaa0d54f1000 b/TCG/Library/Artifacts/3d/3d17447b3603bd51083fdaa0d54f1000
deleted file mode 100644
index 6b8ebda7..00000000
Binary files a/TCG/Library/Artifacts/3d/3d17447b3603bd51083fdaa0d54f1000 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3d/3d47f2f716797da216e2ea436f184155 b/TCG/Library/Artifacts/3d/3d47f2f716797da216e2ea436f184155
deleted file mode 100644
index 49e5797a..00000000
Binary files a/TCG/Library/Artifacts/3d/3d47f2f716797da216e2ea436f184155 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3d/3d8559a4e55197c12357147eae06495a b/TCG/Library/Artifacts/3d/3d8559a4e55197c12357147eae06495a
deleted file mode 100644
index 5865e3b6..00000000
Binary files a/TCG/Library/Artifacts/3d/3d8559a4e55197c12357147eae06495a and /dev/null differ
diff --git a/TCG/Library/Artifacts/3d/3daf70526b67702c18b211a210815123 b/TCG/Library/Artifacts/3d/3daf70526b67702c18b211a210815123
deleted file mode 100644
index 5196172b..00000000
Binary files a/TCG/Library/Artifacts/3d/3daf70526b67702c18b211a210815123 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3d/3dd76cadc23069a60441abd1c147600f b/TCG/Library/Artifacts/3d/3dd76cadc23069a60441abd1c147600f
deleted file mode 100644
index b31b283b..00000000
Binary files a/TCG/Library/Artifacts/3d/3dd76cadc23069a60441abd1c147600f and /dev/null differ
diff --git a/TCG/Library/Artifacts/3d/3dfcbaa857a9517985d61e1a9a557595 b/TCG/Library/Artifacts/3d/3dfcbaa857a9517985d61e1a9a557595
deleted file mode 100644
index 58768963..00000000
Binary files a/TCG/Library/Artifacts/3d/3dfcbaa857a9517985d61e1a9a557595 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3e/3e095669ceaf54b0c87ba2d4dd84d539 b/TCG/Library/Artifacts/3e/3e095669ceaf54b0c87ba2d4dd84d539
deleted file mode 100644
index db50a694..00000000
Binary files a/TCG/Library/Artifacts/3e/3e095669ceaf54b0c87ba2d4dd84d539 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3e/3e1219b798d9e0e74d74698907a39175 b/TCG/Library/Artifacts/3e/3e1219b798d9e0e74d74698907a39175
deleted file mode 100644
index bd629171..00000000
Binary files a/TCG/Library/Artifacts/3e/3e1219b798d9e0e74d74698907a39175 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3e/3e491bc096e56e70b16a83deeb8c67ee b/TCG/Library/Artifacts/3e/3e491bc096e56e70b16a83deeb8c67ee
deleted file mode 100644
index dc0beb76..00000000
Binary files a/TCG/Library/Artifacts/3e/3e491bc096e56e70b16a83deeb8c67ee and /dev/null differ
diff --git a/TCG/Library/Artifacts/3e/3e4d7cb3c95811cd53fba91b45c5196c b/TCG/Library/Artifacts/3e/3e4d7cb3c95811cd53fba91b45c5196c
deleted file mode 100644
index e0b905ac..00000000
Binary files a/TCG/Library/Artifacts/3e/3e4d7cb3c95811cd53fba91b45c5196c and /dev/null differ
diff --git a/TCG/Library/Artifacts/3e/3e56ce6b45f664be75e02976035cc69f b/TCG/Library/Artifacts/3e/3e56ce6b45f664be75e02976035cc69f
deleted file mode 100644
index 46a510a2..00000000
Binary files a/TCG/Library/Artifacts/3e/3e56ce6b45f664be75e02976035cc69f and /dev/null differ
diff --git a/TCG/Library/Artifacts/3e/3e6e4a393fefda458746bc9f35695e62 b/TCG/Library/Artifacts/3e/3e6e4a393fefda458746bc9f35695e62
deleted file mode 100644
index e3d8d736..00000000
Binary files a/TCG/Library/Artifacts/3e/3e6e4a393fefda458746bc9f35695e62 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3e/3e8a2904ca45a42eb8cb4c9472e75a05 b/TCG/Library/Artifacts/3e/3e8a2904ca45a42eb8cb4c9472e75a05
deleted file mode 100644
index 53d00c1c..00000000
Binary files a/TCG/Library/Artifacts/3e/3e8a2904ca45a42eb8cb4c9472e75a05 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3e/3e9e6e6b1526db68febc38c1b00f7ac8 b/TCG/Library/Artifacts/3e/3e9e6e6b1526db68febc38c1b00f7ac8
deleted file mode 100644
index 378de035..00000000
Binary files a/TCG/Library/Artifacts/3e/3e9e6e6b1526db68febc38c1b00f7ac8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3e/3eb76b5ec111e23200ade0785dd7f7b9 b/TCG/Library/Artifacts/3e/3eb76b5ec111e23200ade0785dd7f7b9
deleted file mode 100644
index 62a82c35..00000000
Binary files a/TCG/Library/Artifacts/3e/3eb76b5ec111e23200ade0785dd7f7b9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3e/3efae02080de6efa05cb9b62802bed60 b/TCG/Library/Artifacts/3e/3efae02080de6efa05cb9b62802bed60
deleted file mode 100644
index 210a662f..00000000
Binary files a/TCG/Library/Artifacts/3e/3efae02080de6efa05cb9b62802bed60 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3f02dfc14423065b331a6b5c34f74ff2 b/TCG/Library/Artifacts/3f/3f02dfc14423065b331a6b5c34f74ff2
deleted file mode 100644
index 40e6c772..00000000
Binary files a/TCG/Library/Artifacts/3f/3f02dfc14423065b331a6b5c34f74ff2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3f037bcae1e0f8b4ce492d89b23960f5 b/TCG/Library/Artifacts/3f/3f037bcae1e0f8b4ce492d89b23960f5
deleted file mode 100644
index 9cce8000..00000000
Binary files a/TCG/Library/Artifacts/3f/3f037bcae1e0f8b4ce492d89b23960f5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3f070b75722180bfe67afa3da72deec9 b/TCG/Library/Artifacts/3f/3f070b75722180bfe67afa3da72deec9
deleted file mode 100644
index c6f2f710..00000000
Binary files a/TCG/Library/Artifacts/3f/3f070b75722180bfe67afa3da72deec9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3f0fd30f435763c59ef7abfd7ccbecd4 b/TCG/Library/Artifacts/3f/3f0fd30f435763c59ef7abfd7ccbecd4
deleted file mode 100644
index 784a518d..00000000
Binary files a/TCG/Library/Artifacts/3f/3f0fd30f435763c59ef7abfd7ccbecd4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3f2c8c79d8f1d1f2217f918b4b8be2ba b/TCG/Library/Artifacts/3f/3f2c8c79d8f1d1f2217f918b4b8be2ba
deleted file mode 100644
index 46a8e48c..00000000
Binary files a/TCG/Library/Artifacts/3f/3f2c8c79d8f1d1f2217f918b4b8be2ba and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3f481245568d5bbb45a13270bd73961b b/TCG/Library/Artifacts/3f/3f481245568d5bbb45a13270bd73961b
deleted file mode 100644
index 665f5cf0..00000000
Binary files a/TCG/Library/Artifacts/3f/3f481245568d5bbb45a13270bd73961b and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3f4e13d1563f238125c3051bde12f0ec b/TCG/Library/Artifacts/3f/3f4e13d1563f238125c3051bde12f0ec
deleted file mode 100644
index da0da523..00000000
Binary files a/TCG/Library/Artifacts/3f/3f4e13d1563f238125c3051bde12f0ec and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3f731f8155170a803361f3c8295d6e66 b/TCG/Library/Artifacts/3f/3f731f8155170a803361f3c8295d6e66
deleted file mode 100644
index 61438d9c..00000000
Binary files a/TCG/Library/Artifacts/3f/3f731f8155170a803361f3c8295d6e66 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3f87dcd61a7c41842a5d7f9c57209e0d b/TCG/Library/Artifacts/3f/3f87dcd61a7c41842a5d7f9c57209e0d
deleted file mode 100644
index 51a7f35c..00000000
Binary files a/TCG/Library/Artifacts/3f/3f87dcd61a7c41842a5d7f9c57209e0d and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3f9c6d6adb5ccf9525d329677b06fa2f b/TCG/Library/Artifacts/3f/3f9c6d6adb5ccf9525d329677b06fa2f
deleted file mode 100644
index 790cfe86..00000000
Binary files a/TCG/Library/Artifacts/3f/3f9c6d6adb5ccf9525d329677b06fa2f and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3fa3c650ac4bfc857130dcdf87a7b996 b/TCG/Library/Artifacts/3f/3fa3c650ac4bfc857130dcdf87a7b996
deleted file mode 100644
index 95a08f67..00000000
Binary files a/TCG/Library/Artifacts/3f/3fa3c650ac4bfc857130dcdf87a7b996 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3fc607d242e05b458fcb552e2704a960 b/TCG/Library/Artifacts/3f/3fc607d242e05b458fcb552e2704a960
deleted file mode 100644
index cfba9e9f..00000000
Binary files a/TCG/Library/Artifacts/3f/3fc607d242e05b458fcb552e2704a960 and /dev/null differ
diff --git a/TCG/Library/Artifacts/3f/3fe8781d50e78915829ba63e11fac055 b/TCG/Library/Artifacts/3f/3fe8781d50e78915829ba63e11fac055
deleted file mode 100644
index 0151c500..00000000
Binary files a/TCG/Library/Artifacts/3f/3fe8781d50e78915829ba63e11fac055 and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/401189b0808896562999dd91306e56fa b/TCG/Library/Artifacts/40/401189b0808896562999dd91306e56fa
deleted file mode 100644
index 231d0603..00000000
Binary files a/TCG/Library/Artifacts/40/401189b0808896562999dd91306e56fa and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/401bce74072c42d151603f30103c636b b/TCG/Library/Artifacts/40/401bce74072c42d151603f30103c636b
deleted file mode 100644
index c3c5eea9..00000000
Binary files a/TCG/Library/Artifacts/40/401bce74072c42d151603f30103c636b and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/401f0379ce4ff5551a4992c20dbb96a5 b/TCG/Library/Artifacts/40/401f0379ce4ff5551a4992c20dbb96a5
deleted file mode 100644
index a825cd42..00000000
Binary files a/TCG/Library/Artifacts/40/401f0379ce4ff5551a4992c20dbb96a5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/40375178b9e7ef18717b7a14754005a1 b/TCG/Library/Artifacts/40/40375178b9e7ef18717b7a14754005a1
deleted file mode 100644
index 1ea2dc6a..00000000
Binary files a/TCG/Library/Artifacts/40/40375178b9e7ef18717b7a14754005a1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/404cff98e1f741f4c0f75d7332154de3 b/TCG/Library/Artifacts/40/404cff98e1f741f4c0f75d7332154de3
deleted file mode 100644
index 0ffa1883..00000000
Binary files a/TCG/Library/Artifacts/40/404cff98e1f741f4c0f75d7332154de3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/405b8daaa8799f83fa7600f5a3751cb7 b/TCG/Library/Artifacts/40/405b8daaa8799f83fa7600f5a3751cb7
deleted file mode 100644
index 8eb9e96d..00000000
Binary files a/TCG/Library/Artifacts/40/405b8daaa8799f83fa7600f5a3751cb7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/405c3c1efc39456fa63e0dd4518de97a b/TCG/Library/Artifacts/40/405c3c1efc39456fa63e0dd4518de97a
deleted file mode 100644
index 667ac613..00000000
Binary files a/TCG/Library/Artifacts/40/405c3c1efc39456fa63e0dd4518de97a and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/405d685d8819d410d4a25caefc35b734 b/TCG/Library/Artifacts/40/405d685d8819d410d4a25caefc35b734
deleted file mode 100644
index c665c18b..00000000
Binary files a/TCG/Library/Artifacts/40/405d685d8819d410d4a25caefc35b734 and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/406020942b62d21053302b48a24cb9f3 b/TCG/Library/Artifacts/40/406020942b62d21053302b48a24cb9f3
deleted file mode 100644
index 72ea344e..00000000
Binary files a/TCG/Library/Artifacts/40/406020942b62d21053302b48a24cb9f3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/407c1f08b80d1c388650a488fbea4b3d b/TCG/Library/Artifacts/40/407c1f08b80d1c388650a488fbea4b3d
deleted file mode 100644
index 00f3524e..00000000
Binary files a/TCG/Library/Artifacts/40/407c1f08b80d1c388650a488fbea4b3d and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/40a839befcd6c357245c83bb36414493 b/TCG/Library/Artifacts/40/40a839befcd6c357245c83bb36414493
deleted file mode 100644
index 05eb2678..00000000
Binary files a/TCG/Library/Artifacts/40/40a839befcd6c357245c83bb36414493 and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/40b4091c47569a401493f2380b11758b b/TCG/Library/Artifacts/40/40b4091c47569a401493f2380b11758b
deleted file mode 100644
index 29fd249e..00000000
Binary files a/TCG/Library/Artifacts/40/40b4091c47569a401493f2380b11758b and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/40bb712b0200adb5c01528cd0b2d801b b/TCG/Library/Artifacts/40/40bb712b0200adb5c01528cd0b2d801b
deleted file mode 100644
index a988e543..00000000
Binary files a/TCG/Library/Artifacts/40/40bb712b0200adb5c01528cd0b2d801b and /dev/null differ
diff --git a/TCG/Library/Artifacts/40/40ed9c1a83763c2b1f3a54b372033411 b/TCG/Library/Artifacts/40/40ed9c1a83763c2b1f3a54b372033411
deleted file mode 100644
index da98c8eb..00000000
Binary files a/TCG/Library/Artifacts/40/40ed9c1a83763c2b1f3a54b372033411 and /dev/null differ
diff --git a/TCG/Library/Artifacts/41/410b3e15a39a6bc6719edfe8758d8de0 b/TCG/Library/Artifacts/41/410b3e15a39a6bc6719edfe8758d8de0
deleted file mode 100644
index c2251a47..00000000
Binary files a/TCG/Library/Artifacts/41/410b3e15a39a6bc6719edfe8758d8de0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/41/411bd0ca06422372a059257784ecd5d7 b/TCG/Library/Artifacts/41/411bd0ca06422372a059257784ecd5d7
deleted file mode 100644
index 7ee572d5..00000000
Binary files a/TCG/Library/Artifacts/41/411bd0ca06422372a059257784ecd5d7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/41/412f1c42168fb9d2587ba37672da7ec0 b/TCG/Library/Artifacts/41/412f1c42168fb9d2587ba37672da7ec0
deleted file mode 100644
index 755776ec..00000000
Binary files a/TCG/Library/Artifacts/41/412f1c42168fb9d2587ba37672da7ec0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/41/4160f0f0996d6dfda2f2051230917c5b b/TCG/Library/Artifacts/41/4160f0f0996d6dfda2f2051230917c5b
deleted file mode 100644
index 07763f0a..00000000
Binary files a/TCG/Library/Artifacts/41/4160f0f0996d6dfda2f2051230917c5b and /dev/null differ
diff --git a/TCG/Library/Artifacts/41/41c6126e0359ecc209098f94083fea58 b/TCG/Library/Artifacts/41/41c6126e0359ecc209098f94083fea58
deleted file mode 100644
index b767cddd..00000000
Binary files a/TCG/Library/Artifacts/41/41c6126e0359ecc209098f94083fea58 and /dev/null differ
diff --git a/TCG/Library/Artifacts/41/41c7faa02d67fcd58e5dc9e7e7b9ea23 b/TCG/Library/Artifacts/41/41c7faa02d67fcd58e5dc9e7e7b9ea23
deleted file mode 100644
index 051ffe70..00000000
Binary files a/TCG/Library/Artifacts/41/41c7faa02d67fcd58e5dc9e7e7b9ea23 and /dev/null differ
diff --git a/TCG/Library/Artifacts/41/41e455ff1f3abb2b29eaaabca51b76bf b/TCG/Library/Artifacts/41/41e455ff1f3abb2b29eaaabca51b76bf
deleted file mode 100644
index b2a771cc..00000000
Binary files a/TCG/Library/Artifacts/41/41e455ff1f3abb2b29eaaabca51b76bf and /dev/null differ
diff --git a/TCG/Library/Artifacts/41/41f2235821fcb1fe7caa3fdb1a5d2b95 b/TCG/Library/Artifacts/41/41f2235821fcb1fe7caa3fdb1a5d2b95
deleted file mode 100644
index 682c984f..00000000
Binary files a/TCG/Library/Artifacts/41/41f2235821fcb1fe7caa3fdb1a5d2b95 and /dev/null differ
diff --git a/TCG/Library/Artifacts/42/4229cdfe85dc560a373118443a021edf b/TCG/Library/Artifacts/42/4229cdfe85dc560a373118443a021edf
deleted file mode 100644
index e120d7e9..00000000
Binary files a/TCG/Library/Artifacts/42/4229cdfe85dc560a373118443a021edf and /dev/null differ
diff --git a/TCG/Library/Artifacts/42/4230bc3d78d41602347c5a54e5722d96 b/TCG/Library/Artifacts/42/4230bc3d78d41602347c5a54e5722d96
deleted file mode 100644
index e4f5a48e..00000000
Binary files a/TCG/Library/Artifacts/42/4230bc3d78d41602347c5a54e5722d96 and /dev/null differ
diff --git a/TCG/Library/Artifacts/42/426af35697a64cca507bc26fbf5467ff b/TCG/Library/Artifacts/42/426af35697a64cca507bc26fbf5467ff
deleted file mode 100644
index ecf9796c..00000000
Binary files a/TCG/Library/Artifacts/42/426af35697a64cca507bc26fbf5467ff and /dev/null differ
diff --git a/TCG/Library/Artifacts/42/42adc5fcbc19abe70f79ea46f4bddf3d b/TCG/Library/Artifacts/42/42adc5fcbc19abe70f79ea46f4bddf3d
deleted file mode 100644
index 7d46875c..00000000
Binary files a/TCG/Library/Artifacts/42/42adc5fcbc19abe70f79ea46f4bddf3d and /dev/null differ
diff --git a/TCG/Library/Artifacts/42/42c44ef30efd3647ea712c5609ef3df5 b/TCG/Library/Artifacts/42/42c44ef30efd3647ea712c5609ef3df5
deleted file mode 100644
index b2615cbf..00000000
Binary files a/TCG/Library/Artifacts/42/42c44ef30efd3647ea712c5609ef3df5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/42/42cfd9558741d4b1366b18e4868ab059 b/TCG/Library/Artifacts/42/42cfd9558741d4b1366b18e4868ab059
deleted file mode 100644
index d20cb3f5..00000000
Binary files a/TCG/Library/Artifacts/42/42cfd9558741d4b1366b18e4868ab059 and /dev/null differ
diff --git a/TCG/Library/Artifacts/42/42e4f8cee10d5e2f616d897a7594af78 b/TCG/Library/Artifacts/42/42e4f8cee10d5e2f616d897a7594af78
deleted file mode 100644
index 81c603c8..00000000
Binary files a/TCG/Library/Artifacts/42/42e4f8cee10d5e2f616d897a7594af78 and /dev/null differ
diff --git a/TCG/Library/Artifacts/42/42fc05df210cdb0bfee11d7cac7b0741 b/TCG/Library/Artifacts/42/42fc05df210cdb0bfee11d7cac7b0741
deleted file mode 100644
index 965394aa..00000000
Binary files a/TCG/Library/Artifacts/42/42fc05df210cdb0bfee11d7cac7b0741 and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/431ce2a4458bc53a06693e586c5dcf31 b/TCG/Library/Artifacts/43/431ce2a4458bc53a06693e586c5dcf31
deleted file mode 100644
index 2b29c49f..00000000
Binary files a/TCG/Library/Artifacts/43/431ce2a4458bc53a06693e586c5dcf31 and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/432a6a6970682465ef132d37c8070b4c b/TCG/Library/Artifacts/43/432a6a6970682465ef132d37c8070b4c
deleted file mode 100644
index a89b776e..00000000
Binary files a/TCG/Library/Artifacts/43/432a6a6970682465ef132d37c8070b4c and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/4338bf45a711002fe5b60b94dee2ea11 b/TCG/Library/Artifacts/43/4338bf45a711002fe5b60b94dee2ea11
deleted file mode 100644
index a22b42a0..00000000
Binary files a/TCG/Library/Artifacts/43/4338bf45a711002fe5b60b94dee2ea11 and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/43710506c3bf25d0f08eb9f75a135021 b/TCG/Library/Artifacts/43/43710506c3bf25d0f08eb9f75a135021
deleted file mode 100644
index a76b8db6..00000000
Binary files a/TCG/Library/Artifacts/43/43710506c3bf25d0f08eb9f75a135021 and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/439060f5fb12d6926b13626394e40a47 b/TCG/Library/Artifacts/43/439060f5fb12d6926b13626394e40a47
deleted file mode 100644
index 0ed28764..00000000
Binary files a/TCG/Library/Artifacts/43/439060f5fb12d6926b13626394e40a47 and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/43aba6508e6a98b704bfb80d8cb37771 b/TCG/Library/Artifacts/43/43aba6508e6a98b704bfb80d8cb37771
deleted file mode 100644
index c6e7f3f8..00000000
Binary files a/TCG/Library/Artifacts/43/43aba6508e6a98b704bfb80d8cb37771 and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/43bf9732475302ec6f7016032453c1f0 b/TCG/Library/Artifacts/43/43bf9732475302ec6f7016032453c1f0
deleted file mode 100644
index aec545bc..00000000
Binary files a/TCG/Library/Artifacts/43/43bf9732475302ec6f7016032453c1f0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/43d6a4161539036ee2d6f1a0e57c8a7c b/TCG/Library/Artifacts/43/43d6a4161539036ee2d6f1a0e57c8a7c
deleted file mode 100644
index c8ebd5b8..00000000
Binary files a/TCG/Library/Artifacts/43/43d6a4161539036ee2d6f1a0e57c8a7c and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/43e43afaf2f88ef32acb4f88cb8c002d b/TCG/Library/Artifacts/43/43e43afaf2f88ef32acb4f88cb8c002d
deleted file mode 100644
index cc7a56f4..00000000
Binary files a/TCG/Library/Artifacts/43/43e43afaf2f88ef32acb4f88cb8c002d and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/43ef3f9129c70ad9e4f02b521ba51e26 b/TCG/Library/Artifacts/43/43ef3f9129c70ad9e4f02b521ba51e26
deleted file mode 100644
index 54e2542a..00000000
Binary files a/TCG/Library/Artifacts/43/43ef3f9129c70ad9e4f02b521ba51e26 and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/43f533e3769acfb182c9e53009a31986 b/TCG/Library/Artifacts/43/43f533e3769acfb182c9e53009a31986
deleted file mode 100644
index d3fbd3da..00000000
Binary files a/TCG/Library/Artifacts/43/43f533e3769acfb182c9e53009a31986 and /dev/null differ
diff --git a/TCG/Library/Artifacts/43/43f625f326d9c06ca056f88b71c4537a b/TCG/Library/Artifacts/43/43f625f326d9c06ca056f88b71c4537a
deleted file mode 100644
index c2ea321e..00000000
Binary files a/TCG/Library/Artifacts/43/43f625f326d9c06ca056f88b71c4537a and /dev/null differ
diff --git a/TCG/Library/Artifacts/44/440f2e77aa3b7d84a4f1a383e1eb15a5 b/TCG/Library/Artifacts/44/440f2e77aa3b7d84a4f1a383e1eb15a5
deleted file mode 100644
index 1ea591a6..00000000
Binary files a/TCG/Library/Artifacts/44/440f2e77aa3b7d84a4f1a383e1eb15a5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/44/441714b710147655be6d3dfb25b8ee9e b/TCG/Library/Artifacts/44/441714b710147655be6d3dfb25b8ee9e
deleted file mode 100644
index 2e3ef728..00000000
Binary files a/TCG/Library/Artifacts/44/441714b710147655be6d3dfb25b8ee9e and /dev/null differ
diff --git a/TCG/Library/Artifacts/44/444cc719c93d76357aa2d27822e8d8a6 b/TCG/Library/Artifacts/44/444cc719c93d76357aa2d27822e8d8a6
deleted file mode 100644
index 748ab169..00000000
Binary files a/TCG/Library/Artifacts/44/444cc719c93d76357aa2d27822e8d8a6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/44/444d43c77e6e0a1efb3be982b022551c b/TCG/Library/Artifacts/44/444d43c77e6e0a1efb3be982b022551c
deleted file mode 100644
index 509c95e0..00000000
Binary files a/TCG/Library/Artifacts/44/444d43c77e6e0a1efb3be982b022551c and /dev/null differ
diff --git a/TCG/Library/Artifacts/44/446c313d3c76d9f107faa13380594e4b b/TCG/Library/Artifacts/44/446c313d3c76d9f107faa13380594e4b
deleted file mode 100644
index 5000995c..00000000
Binary files a/TCG/Library/Artifacts/44/446c313d3c76d9f107faa13380594e4b and /dev/null differ
diff --git a/TCG/Library/Artifacts/44/44728487b234a5b6562b1267d92c575a b/TCG/Library/Artifacts/44/44728487b234a5b6562b1267d92c575a
deleted file mode 100644
index 5ad027f1..00000000
Binary files a/TCG/Library/Artifacts/44/44728487b234a5b6562b1267d92c575a and /dev/null differ
diff --git a/TCG/Library/Artifacts/44/448d5dfc2ae6296270b3b6d49612f786 b/TCG/Library/Artifacts/44/448d5dfc2ae6296270b3b6d49612f786
deleted file mode 100644
index 893da70c..00000000
Binary files a/TCG/Library/Artifacts/44/448d5dfc2ae6296270b3b6d49612f786 and /dev/null differ
diff --git a/TCG/Library/Artifacts/44/44a95e805464cf90bff6dd38a49a153b b/TCG/Library/Artifacts/44/44a95e805464cf90bff6dd38a49a153b
deleted file mode 100644
index 2e712824..00000000
Binary files a/TCG/Library/Artifacts/44/44a95e805464cf90bff6dd38a49a153b and /dev/null differ
diff --git a/TCG/Library/Artifacts/44/44cd4361b05c414aa7831fdffb9fa56b b/TCG/Library/Artifacts/44/44cd4361b05c414aa7831fdffb9fa56b
deleted file mode 100644
index ce5e492d..00000000
Binary files a/TCG/Library/Artifacts/44/44cd4361b05c414aa7831fdffb9fa56b and /dev/null differ
diff --git a/TCG/Library/Artifacts/44/44dc151645ea210b823613704e418b8b b/TCG/Library/Artifacts/44/44dc151645ea210b823613704e418b8b
deleted file mode 100644
index 5347539d..00000000
Binary files a/TCG/Library/Artifacts/44/44dc151645ea210b823613704e418b8b and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/4509ec2f7eb129e2d6b23cad831c5390 b/TCG/Library/Artifacts/45/4509ec2f7eb129e2d6b23cad831c5390
deleted file mode 100644
index 27ddbe19..00000000
Binary files a/TCG/Library/Artifacts/45/4509ec2f7eb129e2d6b23cad831c5390 and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/45318d732971045b317048059c45050e b/TCG/Library/Artifacts/45/45318d732971045b317048059c45050e
deleted file mode 100644
index 2bf5e3f7..00000000
Binary files a/TCG/Library/Artifacts/45/45318d732971045b317048059c45050e and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/4537cc1fa320e5b41c31d5f81103f38c b/TCG/Library/Artifacts/45/4537cc1fa320e5b41c31d5f81103f38c
deleted file mode 100644
index b4e99b2f..00000000
Binary files a/TCG/Library/Artifacts/45/4537cc1fa320e5b41c31d5f81103f38c and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/453b43da3f7035618e1f483db7aba15a b/TCG/Library/Artifacts/45/453b43da3f7035618e1f483db7aba15a
deleted file mode 100644
index da6c7260..00000000
Binary files a/TCG/Library/Artifacts/45/453b43da3f7035618e1f483db7aba15a and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/4578f5c85c2e83bc691344ff72744386 b/TCG/Library/Artifacts/45/4578f5c85c2e83bc691344ff72744386
deleted file mode 100644
index 772e416e..00000000
Binary files a/TCG/Library/Artifacts/45/4578f5c85c2e83bc691344ff72744386 and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/457fc5e978e30d4745da12561fd56226 b/TCG/Library/Artifacts/45/457fc5e978e30d4745da12561fd56226
deleted file mode 100644
index 50a2898a..00000000
Binary files a/TCG/Library/Artifacts/45/457fc5e978e30d4745da12561fd56226 and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/4590bd918ea73cf5befceb9c00cc2686 b/TCG/Library/Artifacts/45/4590bd918ea73cf5befceb9c00cc2686
deleted file mode 100644
index f66f0a48..00000000
Binary files a/TCG/Library/Artifacts/45/4590bd918ea73cf5befceb9c00cc2686 and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/459931fffe6eafd3a002ba52cc8e9aab b/TCG/Library/Artifacts/45/459931fffe6eafd3a002ba52cc8e9aab
deleted file mode 100644
index 538ebf8d..00000000
Binary files a/TCG/Library/Artifacts/45/459931fffe6eafd3a002ba52cc8e9aab and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/459ff5c9b811d90a12f545c462ad770e b/TCG/Library/Artifacts/45/459ff5c9b811d90a12f545c462ad770e
deleted file mode 100644
index 2f204d7f..00000000
Binary files a/TCG/Library/Artifacts/45/459ff5c9b811d90a12f545c462ad770e and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/45b9a4f2417a58cd5af0c852dffcdee4 b/TCG/Library/Artifacts/45/45b9a4f2417a58cd5af0c852dffcdee4
deleted file mode 100644
index 464e543c..00000000
Binary files a/TCG/Library/Artifacts/45/45b9a4f2417a58cd5af0c852dffcdee4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/45c261cd78d0c06ea445eadd3beeb20a b/TCG/Library/Artifacts/45/45c261cd78d0c06ea445eadd3beeb20a
deleted file mode 100644
index 1959b1df..00000000
Binary files a/TCG/Library/Artifacts/45/45c261cd78d0c06ea445eadd3beeb20a and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/45eb99c89d80bd2946668ae6593ebe11 b/TCG/Library/Artifacts/45/45eb99c89d80bd2946668ae6593ebe11
deleted file mode 100644
index 16a19910..00000000
Binary files a/TCG/Library/Artifacts/45/45eb99c89d80bd2946668ae6593ebe11 and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/45ef22b392d9cfb6ed84dda75de31ab2 b/TCG/Library/Artifacts/45/45ef22b392d9cfb6ed84dda75de31ab2
deleted file mode 100644
index 4bf712d5..00000000
Binary files a/TCG/Library/Artifacts/45/45ef22b392d9cfb6ed84dda75de31ab2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/45/45f2936e5a0b5080b39b0da137b6e2a5 b/TCG/Library/Artifacts/45/45f2936e5a0b5080b39b0da137b6e2a5
deleted file mode 100644
index 5abb8eb8..00000000
Binary files a/TCG/Library/Artifacts/45/45f2936e5a0b5080b39b0da137b6e2a5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/4600cd85f486ab467ac348d08e246d14 b/TCG/Library/Artifacts/46/4600cd85f486ab467ac348d08e246d14
deleted file mode 100644
index b46448bb..00000000
Binary files a/TCG/Library/Artifacts/46/4600cd85f486ab467ac348d08e246d14 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/461a99819cfebad9fd2e2577754403f0 b/TCG/Library/Artifacts/46/461a99819cfebad9fd2e2577754403f0
deleted file mode 100644
index 76802956..00000000
Binary files a/TCG/Library/Artifacts/46/461a99819cfebad9fd2e2577754403f0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/463ac7a443dc90846ba81c6104ab30cf b/TCG/Library/Artifacts/46/463ac7a443dc90846ba81c6104ab30cf
deleted file mode 100644
index 7a97b09b..00000000
Binary files a/TCG/Library/Artifacts/46/463ac7a443dc90846ba81c6104ab30cf and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/464c4b32667c2d8430039f2a0e819db2 b/TCG/Library/Artifacts/46/464c4b32667c2d8430039f2a0e819db2
deleted file mode 100644
index 65be4bc4..00000000
Binary files a/TCG/Library/Artifacts/46/464c4b32667c2d8430039f2a0e819db2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/466026c47424603bbc4c9e3b826f92a9 b/TCG/Library/Artifacts/46/466026c47424603bbc4c9e3b826f92a9
deleted file mode 100644
index b0038599..00000000
Binary files a/TCG/Library/Artifacts/46/466026c47424603bbc4c9e3b826f92a9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/4672a3ab7dd268a3dfa4526d64070c03 b/TCG/Library/Artifacts/46/4672a3ab7dd268a3dfa4526d64070c03
deleted file mode 100644
index 36cebbac..00000000
Binary files a/TCG/Library/Artifacts/46/4672a3ab7dd268a3dfa4526d64070c03 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/467ca4e9dd54ba82f39e3497c6ad595f b/TCG/Library/Artifacts/46/467ca4e9dd54ba82f39e3497c6ad595f
deleted file mode 100644
index 7db3160f..00000000
Binary files a/TCG/Library/Artifacts/46/467ca4e9dd54ba82f39e3497c6ad595f and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/468e6eae60cb8546f7de64e50f3752a9 b/TCG/Library/Artifacts/46/468e6eae60cb8546f7de64e50f3752a9
deleted file mode 100644
index cd5e3ba9..00000000
Binary files a/TCG/Library/Artifacts/46/468e6eae60cb8546f7de64e50f3752a9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/469f1449b1065eed9e852224e244d847 b/TCG/Library/Artifacts/46/469f1449b1065eed9e852224e244d847
deleted file mode 100644
index 77533cee..00000000
Binary files a/TCG/Library/Artifacts/46/469f1449b1065eed9e852224e244d847 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/46a58ca8daef794b29ef88e776037b11 b/TCG/Library/Artifacts/46/46a58ca8daef794b29ef88e776037b11
deleted file mode 100644
index c5373971..00000000
Binary files a/TCG/Library/Artifacts/46/46a58ca8daef794b29ef88e776037b11 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/46a79d38f411d3242dfa82faac235e10 b/TCG/Library/Artifacts/46/46a79d38f411d3242dfa82faac235e10
deleted file mode 100644
index 4f2e3e12..00000000
Binary files a/TCG/Library/Artifacts/46/46a79d38f411d3242dfa82faac235e10 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/46a8c40379052552497a9fcca125b3ec b/TCG/Library/Artifacts/46/46a8c40379052552497a9fcca125b3ec
deleted file mode 100644
index 2e0a7f00..00000000
Binary files a/TCG/Library/Artifacts/46/46a8c40379052552497a9fcca125b3ec and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/46aef602ab38a91e873cb6df7c54c331 b/TCG/Library/Artifacts/46/46aef602ab38a91e873cb6df7c54c331
deleted file mode 100644
index a32bf262..00000000
Binary files a/TCG/Library/Artifacts/46/46aef602ab38a91e873cb6df7c54c331 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/46b80e52ccac4bd23c5b18594ee73506 b/TCG/Library/Artifacts/46/46b80e52ccac4bd23c5b18594ee73506
deleted file mode 100644
index de302cc4..00000000
Binary files a/TCG/Library/Artifacts/46/46b80e52ccac4bd23c5b18594ee73506 and /dev/null differ
diff --git a/TCG/Library/Artifacts/46/46f4250f4755ec2cfcaaede73697ef91 b/TCG/Library/Artifacts/46/46f4250f4755ec2cfcaaede73697ef91
deleted file mode 100644
index 8d96c6fd..00000000
Binary files a/TCG/Library/Artifacts/46/46f4250f4755ec2cfcaaede73697ef91 and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/4712e4a900dbce18a6649757f0fd52bc b/TCG/Library/Artifacts/47/4712e4a900dbce18a6649757f0fd52bc
deleted file mode 100644
index b589bea5..00000000
Binary files a/TCG/Library/Artifacts/47/4712e4a900dbce18a6649757f0fd52bc and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/471cabebda395ee30de73b5889f74107 b/TCG/Library/Artifacts/47/471cabebda395ee30de73b5889f74107
deleted file mode 100644
index fe3685b2..00000000
Binary files a/TCG/Library/Artifacts/47/471cabebda395ee30de73b5889f74107 and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/471da5a9595dd3bf2c3970edadae3478 b/TCG/Library/Artifacts/47/471da5a9595dd3bf2c3970edadae3478
deleted file mode 100644
index d5fed38f..00000000
Binary files a/TCG/Library/Artifacts/47/471da5a9595dd3bf2c3970edadae3478 and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/4720d3cd230b12f28e07a95932df63c7 b/TCG/Library/Artifacts/47/4720d3cd230b12f28e07a95932df63c7
deleted file mode 100644
index c44b4da2..00000000
Binary files a/TCG/Library/Artifacts/47/4720d3cd230b12f28e07a95932df63c7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/47252057dabbefeb9436b4e634af5358 b/TCG/Library/Artifacts/47/47252057dabbefeb9436b4e634af5358
deleted file mode 100644
index f850e885..00000000
Binary files a/TCG/Library/Artifacts/47/47252057dabbefeb9436b4e634af5358 and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/47323abc0d4e5ac434532b4481b24d9a b/TCG/Library/Artifacts/47/47323abc0d4e5ac434532b4481b24d9a
deleted file mode 100644
index 9f8aa540..00000000
Binary files a/TCG/Library/Artifacts/47/47323abc0d4e5ac434532b4481b24d9a and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/475442a973f315f2d6dc4ebd967d427f b/TCG/Library/Artifacts/47/475442a973f315f2d6dc4ebd967d427f
deleted file mode 100644
index 84baebdf..00000000
Binary files a/TCG/Library/Artifacts/47/475442a973f315f2d6dc4ebd967d427f and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/475c1677d076b53a44e64ba72dbcff9f b/TCG/Library/Artifacts/47/475c1677d076b53a44e64ba72dbcff9f
deleted file mode 100644
index 19370e85..00000000
Binary files a/TCG/Library/Artifacts/47/475c1677d076b53a44e64ba72dbcff9f and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/4763a0aaf1c08b71503513a36b54e1c9 b/TCG/Library/Artifacts/47/4763a0aaf1c08b71503513a36b54e1c9
deleted file mode 100644
index e9c0e324..00000000
Binary files a/TCG/Library/Artifacts/47/4763a0aaf1c08b71503513a36b54e1c9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/4767719441707385a14d580a27cc8cae b/TCG/Library/Artifacts/47/4767719441707385a14d580a27cc8cae
deleted file mode 100644
index 0983d56a..00000000
Binary files a/TCG/Library/Artifacts/47/4767719441707385a14d580a27cc8cae and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/476d81107131d56bea794b0f24764a8e b/TCG/Library/Artifacts/47/476d81107131d56bea794b0f24764a8e
deleted file mode 100644
index dc9772b1..00000000
Binary files a/TCG/Library/Artifacts/47/476d81107131d56bea794b0f24764a8e and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/477371543a4e8b2a7d345bb58bd7e6f8 b/TCG/Library/Artifacts/47/477371543a4e8b2a7d345bb58bd7e6f8
deleted file mode 100644
index d55c82f5..00000000
Binary files a/TCG/Library/Artifacts/47/477371543a4e8b2a7d345bb58bd7e6f8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/47747295e7028f643e750501e88069fe b/TCG/Library/Artifacts/47/47747295e7028f643e750501e88069fe
deleted file mode 100644
index 6a64bf82..00000000
Binary files a/TCG/Library/Artifacts/47/47747295e7028f643e750501e88069fe and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/4785a487a8200108a59ca8c7f3afa431 b/TCG/Library/Artifacts/47/4785a487a8200108a59ca8c7f3afa431
deleted file mode 100644
index 065f213f..00000000
Binary files a/TCG/Library/Artifacts/47/4785a487a8200108a59ca8c7f3afa431 and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/478eb50e59b22bd2cd462bc692f7afa6 b/TCG/Library/Artifacts/47/478eb50e59b22bd2cd462bc692f7afa6
deleted file mode 100644
index f02a73be..00000000
Binary files a/TCG/Library/Artifacts/47/478eb50e59b22bd2cd462bc692f7afa6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/479cce24a5409802c2ce0f913215783c b/TCG/Library/Artifacts/47/479cce24a5409802c2ce0f913215783c
deleted file mode 100644
index 26bf6798..00000000
Binary files a/TCG/Library/Artifacts/47/479cce24a5409802c2ce0f913215783c and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/47a891b9635b3573aa83f6a52c6e5a8a b/TCG/Library/Artifacts/47/47a891b9635b3573aa83f6a52c6e5a8a
deleted file mode 100644
index e05fb574..00000000
Binary files a/TCG/Library/Artifacts/47/47a891b9635b3573aa83f6a52c6e5a8a and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/47de24ea6908da86021250608b7e0038 b/TCG/Library/Artifacts/47/47de24ea6908da86021250608b7e0038
deleted file mode 100644
index cc90b5d5..00000000
Binary files a/TCG/Library/Artifacts/47/47de24ea6908da86021250608b7e0038 and /dev/null differ
diff --git a/TCG/Library/Artifacts/47/47e071960e2b26bd013043c0b129f66a b/TCG/Library/Artifacts/47/47e071960e2b26bd013043c0b129f66a
deleted file mode 100644
index ce470110..00000000
Binary files a/TCG/Library/Artifacts/47/47e071960e2b26bd013043c0b129f66a and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/4808fea275b33e59ad7a3178ed6cb312 b/TCG/Library/Artifacts/48/4808fea275b33e59ad7a3178ed6cb312
deleted file mode 100644
index 142934f8..00000000
Binary files a/TCG/Library/Artifacts/48/4808fea275b33e59ad7a3178ed6cb312 and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/480e24200c1dac9f0ccf7f01af275157 b/TCG/Library/Artifacts/48/480e24200c1dac9f0ccf7f01af275157
deleted file mode 100644
index af110acf..00000000
Binary files a/TCG/Library/Artifacts/48/480e24200c1dac9f0ccf7f01af275157 and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/4835f7a7dcc06ec8472dde9fc711b1d9 b/TCG/Library/Artifacts/48/4835f7a7dcc06ec8472dde9fc711b1d9
deleted file mode 100644
index 0bd24368..00000000
Binary files a/TCG/Library/Artifacts/48/4835f7a7dcc06ec8472dde9fc711b1d9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/483e5a35e348d167d3fc86c648579ba7 b/TCG/Library/Artifacts/48/483e5a35e348d167d3fc86c648579ba7
deleted file mode 100644
index b9119a24..00000000
Binary files a/TCG/Library/Artifacts/48/483e5a35e348d167d3fc86c648579ba7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/4840a682f4d7548ee929083d18691c30 b/TCG/Library/Artifacts/48/4840a682f4d7548ee929083d18691c30
deleted file mode 100644
index 3e46a9f5..00000000
Binary files a/TCG/Library/Artifacts/48/4840a682f4d7548ee929083d18691c30 and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/4840df9ef8d2e9605612d1903eaf26c0 b/TCG/Library/Artifacts/48/4840df9ef8d2e9605612d1903eaf26c0
deleted file mode 100644
index 6f61eb84..00000000
Binary files a/TCG/Library/Artifacts/48/4840df9ef8d2e9605612d1903eaf26c0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/484d3e90da505d20f6239611b7ca7b3a b/TCG/Library/Artifacts/48/484d3e90da505d20f6239611b7ca7b3a
deleted file mode 100644
index 961756f5..00000000
Binary files a/TCG/Library/Artifacts/48/484d3e90da505d20f6239611b7ca7b3a and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/485fb9ce8c96a478a11ce33405e34232 b/TCG/Library/Artifacts/48/485fb9ce8c96a478a11ce33405e34232
deleted file mode 100644
index c4b59a97..00000000
Binary files a/TCG/Library/Artifacts/48/485fb9ce8c96a478a11ce33405e34232 and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/4879336630283843351b8090c997b658 b/TCG/Library/Artifacts/48/4879336630283843351b8090c997b658
deleted file mode 100644
index d8ece4a1..00000000
Binary files a/TCG/Library/Artifacts/48/4879336630283843351b8090c997b658 and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/488e03caba7fc6965dc5a6d65cb78feb b/TCG/Library/Artifacts/48/488e03caba7fc6965dc5a6d65cb78feb
deleted file mode 100644
index a86b2943..00000000
Binary files a/TCG/Library/Artifacts/48/488e03caba7fc6965dc5a6d65cb78feb and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/48e0a938c8999c431b92d91a8612a494 b/TCG/Library/Artifacts/48/48e0a938c8999c431b92d91a8612a494
deleted file mode 100644
index 48ce5b54..00000000
Binary files a/TCG/Library/Artifacts/48/48e0a938c8999c431b92d91a8612a494 and /dev/null differ
diff --git a/TCG/Library/Artifacts/48/48e4d96a22e310f4f54eada0846e3eef b/TCG/Library/Artifacts/48/48e4d96a22e310f4f54eada0846e3eef
deleted file mode 100644
index 2b95bee1..00000000
Binary files a/TCG/Library/Artifacts/48/48e4d96a22e310f4f54eada0846e3eef and /dev/null differ
diff --git a/TCG/Library/Artifacts/49/4939673ec5fd939c2903307b38e185ba b/TCG/Library/Artifacts/49/4939673ec5fd939c2903307b38e185ba
deleted file mode 100644
index 8a5a9551..00000000
Binary files a/TCG/Library/Artifacts/49/4939673ec5fd939c2903307b38e185ba and /dev/null differ
diff --git a/TCG/Library/Artifacts/49/49611acc10a1e3886fb2c9ae4d114502 b/TCG/Library/Artifacts/49/49611acc10a1e3886fb2c9ae4d114502
deleted file mode 100644
index baf57cbf..00000000
Binary files a/TCG/Library/Artifacts/49/49611acc10a1e3886fb2c9ae4d114502 and /dev/null differ
diff --git a/TCG/Library/Artifacts/49/497309e05730f421c8568ee8a0f92cb3 b/TCG/Library/Artifacts/49/497309e05730f421c8568ee8a0f92cb3
deleted file mode 100644
index ff07537e..00000000
Binary files a/TCG/Library/Artifacts/49/497309e05730f421c8568ee8a0f92cb3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/49/4982d4795ce53b19536124e71d291eed b/TCG/Library/Artifacts/49/4982d4795ce53b19536124e71d291eed
deleted file mode 100644
index 150b6a88..00000000
Binary files a/TCG/Library/Artifacts/49/4982d4795ce53b19536124e71d291eed and /dev/null differ
diff --git a/TCG/Library/Artifacts/49/49bce2aa49bc1adaa4e07ef64e16d564 b/TCG/Library/Artifacts/49/49bce2aa49bc1adaa4e07ef64e16d564
deleted file mode 100644
index 4e1ff20a..00000000
Binary files a/TCG/Library/Artifacts/49/49bce2aa49bc1adaa4e07ef64e16d564 and /dev/null differ
diff --git a/TCG/Library/Artifacts/49/49d93fcc6b27af0e8161e48507bcd42d b/TCG/Library/Artifacts/49/49d93fcc6b27af0e8161e48507bcd42d
deleted file mode 100644
index c0bc7059..00000000
Binary files a/TCG/Library/Artifacts/49/49d93fcc6b27af0e8161e48507bcd42d and /dev/null differ
diff --git a/TCG/Library/Artifacts/49/49e85e9637964f5a3968102ef1359613 b/TCG/Library/Artifacts/49/49e85e9637964f5a3968102ef1359613
deleted file mode 100644
index 196c0cf2..00000000
Binary files a/TCG/Library/Artifacts/49/49e85e9637964f5a3968102ef1359613 and /dev/null differ
diff --git a/TCG/Library/Artifacts/49/49f8140eadb22a1426ddfaac3a70bf6d b/TCG/Library/Artifacts/49/49f8140eadb22a1426ddfaac3a70bf6d
deleted file mode 100644
index e64201de..00000000
Binary files a/TCG/Library/Artifacts/49/49f8140eadb22a1426ddfaac3a70bf6d and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a0ac3231d30278fc61975ead568311b b/TCG/Library/Artifacts/4a/4a0ac3231d30278fc61975ead568311b
deleted file mode 100644
index 4ede1e36..00000000
Binary files a/TCG/Library/Artifacts/4a/4a0ac3231d30278fc61975ead568311b and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a17eda3029a8085ad540008e3c63b60 b/TCG/Library/Artifacts/4a/4a17eda3029a8085ad540008e3c63b60
deleted file mode 100644
index 45f226d8..00000000
Binary files a/TCG/Library/Artifacts/4a/4a17eda3029a8085ad540008e3c63b60 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a19f98373a9dbf9d170b3e61de3fa54 b/TCG/Library/Artifacts/4a/4a19f98373a9dbf9d170b3e61de3fa54
deleted file mode 100644
index 7fe00764..00000000
Binary files a/TCG/Library/Artifacts/4a/4a19f98373a9dbf9d170b3e61de3fa54 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a1d2239156f8d0bf7b18d6654fb34e8 b/TCG/Library/Artifacts/4a/4a1d2239156f8d0bf7b18d6654fb34e8
deleted file mode 100644
index c98ec15e..00000000
Binary files a/TCG/Library/Artifacts/4a/4a1d2239156f8d0bf7b18d6654fb34e8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a3135e82e88aaa73e37cf9fc926af31 b/TCG/Library/Artifacts/4a/4a3135e82e88aaa73e37cf9fc926af31
deleted file mode 100644
index 1297d302..00000000
Binary files a/TCG/Library/Artifacts/4a/4a3135e82e88aaa73e37cf9fc926af31 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a36700562d9419c28baf3bc2036b678 b/TCG/Library/Artifacts/4a/4a36700562d9419c28baf3bc2036b678
deleted file mode 100644
index 1bc5bca0..00000000
Binary files a/TCG/Library/Artifacts/4a/4a36700562d9419c28baf3bc2036b678 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a397d60c7cb58c616f487f849646dc1 b/TCG/Library/Artifacts/4a/4a397d60c7cb58c616f487f849646dc1
deleted file mode 100644
index 1a7fb47c..00000000
Binary files a/TCG/Library/Artifacts/4a/4a397d60c7cb58c616f487f849646dc1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a431b3a9f891789ff4241a3e50430a6 b/TCG/Library/Artifacts/4a/4a431b3a9f891789ff4241a3e50430a6
deleted file mode 100644
index e9edcfa0..00000000
Binary files a/TCG/Library/Artifacts/4a/4a431b3a9f891789ff4241a3e50430a6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a43990391d234baacb85f8409879fcc b/TCG/Library/Artifacts/4a/4a43990391d234baacb85f8409879fcc
deleted file mode 100644
index a8189b35..00000000
Binary files a/TCG/Library/Artifacts/4a/4a43990391d234baacb85f8409879fcc and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a5405ff07fcfee3712b76dfa5e04cc8 b/TCG/Library/Artifacts/4a/4a5405ff07fcfee3712b76dfa5e04cc8
deleted file mode 100644
index 04b3af12..00000000
Binary files a/TCG/Library/Artifacts/4a/4a5405ff07fcfee3712b76dfa5e04cc8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a56b0917751aa58803fa2dfcaef78b1 b/TCG/Library/Artifacts/4a/4a56b0917751aa58803fa2dfcaef78b1
deleted file mode 100644
index 7c7230e7..00000000
Binary files a/TCG/Library/Artifacts/4a/4a56b0917751aa58803fa2dfcaef78b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a62796162e6cb32524b5fb04a0ec9dc b/TCG/Library/Artifacts/4a/4a62796162e6cb32524b5fb04a0ec9dc
deleted file mode 100644
index fb6874e7..00000000
Binary files a/TCG/Library/Artifacts/4a/4a62796162e6cb32524b5fb04a0ec9dc and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a76bbedb9975f52f81d7f9cc58bbb25 b/TCG/Library/Artifacts/4a/4a76bbedb9975f52f81d7f9cc58bbb25
deleted file mode 100644
index 73d3d0de..00000000
Binary files a/TCG/Library/Artifacts/4a/4a76bbedb9975f52f81d7f9cc58bbb25 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a775168e986470b2366cf7057f33087 b/TCG/Library/Artifacts/4a/4a775168e986470b2366cf7057f33087
deleted file mode 100644
index ba5e4474..00000000
Binary files a/TCG/Library/Artifacts/4a/4a775168e986470b2366cf7057f33087 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a8215f277bf45c7f3f4e18728292fa6 b/TCG/Library/Artifacts/4a/4a8215f277bf45c7f3f4e18728292fa6
deleted file mode 100644
index 3941b094..00000000
Binary files a/TCG/Library/Artifacts/4a/4a8215f277bf45c7f3f4e18728292fa6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a8332eb70fc23e047fba3ef57b23073 b/TCG/Library/Artifacts/4a/4a8332eb70fc23e047fba3ef57b23073
deleted file mode 100644
index 8b9efb98..00000000
Binary files a/TCG/Library/Artifacts/4a/4a8332eb70fc23e047fba3ef57b23073 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4a945f24853e2d25419ed081a3060775 b/TCG/Library/Artifacts/4a/4a945f24853e2d25419ed081a3060775
deleted file mode 100644
index f0ab6beb..00000000
Binary files a/TCG/Library/Artifacts/4a/4a945f24853e2d25419ed081a3060775 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4ab3d3908f2f9b705202a59aed81acd1 b/TCG/Library/Artifacts/4a/4ab3d3908f2f9b705202a59aed81acd1
deleted file mode 100644
index 23ae7ee7..00000000
Binary files a/TCG/Library/Artifacts/4a/4ab3d3908f2f9b705202a59aed81acd1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4abdeaee6f84cf2283487f859a19ad41 b/TCG/Library/Artifacts/4a/4abdeaee6f84cf2283487f859a19ad41
deleted file mode 100644
index d8cce8b0..00000000
Binary files a/TCG/Library/Artifacts/4a/4abdeaee6f84cf2283487f859a19ad41 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4adf00070fd27437489a6dc80e6546c8 b/TCG/Library/Artifacts/4a/4adf00070fd27437489a6dc80e6546c8
deleted file mode 100644
index 301c395a..00000000
Binary files a/TCG/Library/Artifacts/4a/4adf00070fd27437489a6dc80e6546c8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4a/4af651c6868d7d46d3fcb0a0884e40e1 b/TCG/Library/Artifacts/4a/4af651c6868d7d46d3fcb0a0884e40e1
deleted file mode 100644
index b786f6f5..00000000
Binary files a/TCG/Library/Artifacts/4a/4af651c6868d7d46d3fcb0a0884e40e1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4b/4b18a0d3f0349610bebec0ac2015f8db b/TCG/Library/Artifacts/4b/4b18a0d3f0349610bebec0ac2015f8db
deleted file mode 100644
index 0a681fa8..00000000
Binary files a/TCG/Library/Artifacts/4b/4b18a0d3f0349610bebec0ac2015f8db and /dev/null differ
diff --git a/TCG/Library/Artifacts/4b/4b2db7036ba0cf51a75120a07ab377e0 b/TCG/Library/Artifacts/4b/4b2db7036ba0cf51a75120a07ab377e0
deleted file mode 100644
index 2159df10..00000000
Binary files a/TCG/Library/Artifacts/4b/4b2db7036ba0cf51a75120a07ab377e0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4b/4b5fa6e42775ff64da11483675a4bd5c b/TCG/Library/Artifacts/4b/4b5fa6e42775ff64da11483675a4bd5c
deleted file mode 100644
index 024e680b..00000000
Binary files a/TCG/Library/Artifacts/4b/4b5fa6e42775ff64da11483675a4bd5c and /dev/null differ
diff --git a/TCG/Library/Artifacts/4b/4b86f154b0a36a0768b98f42da53f53b b/TCG/Library/Artifacts/4b/4b86f154b0a36a0768b98f42da53f53b
deleted file mode 100644
index d07affc6..00000000
Binary files a/TCG/Library/Artifacts/4b/4b86f154b0a36a0768b98f42da53f53b and /dev/null differ
diff --git a/TCG/Library/Artifacts/4b/4b95e51632768cb4d64f313313fba4bc b/TCG/Library/Artifacts/4b/4b95e51632768cb4d64f313313fba4bc
deleted file mode 100644
index cf3c15ba..00000000
Binary files a/TCG/Library/Artifacts/4b/4b95e51632768cb4d64f313313fba4bc and /dev/null differ
diff --git a/TCG/Library/Artifacts/4b/4b97b8fcad9071f41bcb8460824be840 b/TCG/Library/Artifacts/4b/4b97b8fcad9071f41bcb8460824be840
deleted file mode 100644
index dd687e48..00000000
Binary files a/TCG/Library/Artifacts/4b/4b97b8fcad9071f41bcb8460824be840 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4b/4ba4fad27e32ba0835be3dc28e05c7f3 b/TCG/Library/Artifacts/4b/4ba4fad27e32ba0835be3dc28e05c7f3
deleted file mode 100644
index 171eef79..00000000
Binary files a/TCG/Library/Artifacts/4b/4ba4fad27e32ba0835be3dc28e05c7f3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4b/4bc44cd4b0bc064bef0c23ab15e29c4e b/TCG/Library/Artifacts/4b/4bc44cd4b0bc064bef0c23ab15e29c4e
deleted file mode 100644
index 962ba2be..00000000
Binary files a/TCG/Library/Artifacts/4b/4bc44cd4b0bc064bef0c23ab15e29c4e and /dev/null differ
diff --git a/TCG/Library/Artifacts/4b/4bd2e5c649fd19da95a47751365ac6a7 b/TCG/Library/Artifacts/4b/4bd2e5c649fd19da95a47751365ac6a7
deleted file mode 100644
index bb81d56d..00000000
Binary files a/TCG/Library/Artifacts/4b/4bd2e5c649fd19da95a47751365ac6a7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4b/4be0b2b4c4d21921553d58facdf836e3 b/TCG/Library/Artifacts/4b/4be0b2b4c4d21921553d58facdf836e3
deleted file mode 100644
index b7ef72d4..00000000
Binary files a/TCG/Library/Artifacts/4b/4be0b2b4c4d21921553d58facdf836e3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4c/4c16d5ead1108759bb26222fefa30102 b/TCG/Library/Artifacts/4c/4c16d5ead1108759bb26222fefa30102
deleted file mode 100644
index 1984965a..00000000
Binary files a/TCG/Library/Artifacts/4c/4c16d5ead1108759bb26222fefa30102 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4c/4c89f4ca442cb2498e9ba88535e3b5c6 b/TCG/Library/Artifacts/4c/4c89f4ca442cb2498e9ba88535e3b5c6
deleted file mode 100644
index cf46644a..00000000
Binary files a/TCG/Library/Artifacts/4c/4c89f4ca442cb2498e9ba88535e3b5c6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4c/4ca06cae69741082e21dc6611a1c58a1 b/TCG/Library/Artifacts/4c/4ca06cae69741082e21dc6611a1c58a1
deleted file mode 100644
index ab83039f..00000000
Binary files a/TCG/Library/Artifacts/4c/4ca06cae69741082e21dc6611a1c58a1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4c/4cc255982b6372824ab8f13518478d69 b/TCG/Library/Artifacts/4c/4cc255982b6372824ab8f13518478d69
deleted file mode 100644
index 791b309d..00000000
Binary files a/TCG/Library/Artifacts/4c/4cc255982b6372824ab8f13518478d69 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4c/4cda25212cbf7a6da97bd0d395adbe7d b/TCG/Library/Artifacts/4c/4cda25212cbf7a6da97bd0d395adbe7d
deleted file mode 100644
index c1f473cc..00000000
Binary files a/TCG/Library/Artifacts/4c/4cda25212cbf7a6da97bd0d395adbe7d and /dev/null differ
diff --git a/TCG/Library/Artifacts/4c/4cda7fca4fc53b62aadfb0a604e30a18 b/TCG/Library/Artifacts/4c/4cda7fca4fc53b62aadfb0a604e30a18
deleted file mode 100644
index 37884940..00000000
Binary files a/TCG/Library/Artifacts/4c/4cda7fca4fc53b62aadfb0a604e30a18 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4d/4d21be08ce547eaa992e43d825a4def3 b/TCG/Library/Artifacts/4d/4d21be08ce547eaa992e43d825a4def3
deleted file mode 100644
index cc0103b4..00000000
Binary files a/TCG/Library/Artifacts/4d/4d21be08ce547eaa992e43d825a4def3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4d/4d3a8a4de942c53804da55b53fdc9da6 b/TCG/Library/Artifacts/4d/4d3a8a4de942c53804da55b53fdc9da6
deleted file mode 100644
index abb4e28f..00000000
Binary files a/TCG/Library/Artifacts/4d/4d3a8a4de942c53804da55b53fdc9da6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4d/4d460a1532f61798ebefaa5051712947 b/TCG/Library/Artifacts/4d/4d460a1532f61798ebefaa5051712947
deleted file mode 100644
index dfee394d..00000000
Binary files a/TCG/Library/Artifacts/4d/4d460a1532f61798ebefaa5051712947 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4d/4d51c6c10be4b15e56521beff9aee145 b/TCG/Library/Artifacts/4d/4d51c6c10be4b15e56521beff9aee145
deleted file mode 100644
index 97ab3ccc..00000000
Binary files a/TCG/Library/Artifacts/4d/4d51c6c10be4b15e56521beff9aee145 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4d/4d984b2b2f668117c4e27348c4df104f b/TCG/Library/Artifacts/4d/4d984b2b2f668117c4e27348c4df104f
deleted file mode 100644
index b9fe5c5e..00000000
Binary files a/TCG/Library/Artifacts/4d/4d984b2b2f668117c4e27348c4df104f and /dev/null differ
diff --git a/TCG/Library/Artifacts/4d/4d9b9c4da53b44567dc752ffe45f67d2 b/TCG/Library/Artifacts/4d/4d9b9c4da53b44567dc752ffe45f67d2
deleted file mode 100644
index 254054bc..00000000
Binary files a/TCG/Library/Artifacts/4d/4d9b9c4da53b44567dc752ffe45f67d2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4d/4ddc5928104cd16c6d320398c0791edb b/TCG/Library/Artifacts/4d/4ddc5928104cd16c6d320398c0791edb
deleted file mode 100644
index 707ea77d..00000000
Binary files a/TCG/Library/Artifacts/4d/4ddc5928104cd16c6d320398c0791edb and /dev/null differ
diff --git a/TCG/Library/Artifacts/4d/4df8b1822ba501d4528b56b98823705e b/TCG/Library/Artifacts/4d/4df8b1822ba501d4528b56b98823705e
deleted file mode 100644
index 408fa323..00000000
Binary files a/TCG/Library/Artifacts/4d/4df8b1822ba501d4528b56b98823705e and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4e0dd15b938879c8ba7212c6221fb31a b/TCG/Library/Artifacts/4e/4e0dd15b938879c8ba7212c6221fb31a
deleted file mode 100644
index 9410d864..00000000
Binary files a/TCG/Library/Artifacts/4e/4e0dd15b938879c8ba7212c6221fb31a and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4e308ef486d0d7c99c2c6ab5e42cd5ed b/TCG/Library/Artifacts/4e/4e308ef486d0d7c99c2c6ab5e42cd5ed
deleted file mode 100644
index 44a50fb1..00000000
Binary files a/TCG/Library/Artifacts/4e/4e308ef486d0d7c99c2c6ab5e42cd5ed and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4e32af22acdb9559b20dcf40ae59efed b/TCG/Library/Artifacts/4e/4e32af22acdb9559b20dcf40ae59efed
deleted file mode 100644
index 263b6d78..00000000
Binary files a/TCG/Library/Artifacts/4e/4e32af22acdb9559b20dcf40ae59efed and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4e38de7914a470bcd0df80bc9196838e b/TCG/Library/Artifacts/4e/4e38de7914a470bcd0df80bc9196838e
deleted file mode 100644
index ecaa9d0c..00000000
Binary files a/TCG/Library/Artifacts/4e/4e38de7914a470bcd0df80bc9196838e and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4e6eadc74465887cb28e384b048b512f b/TCG/Library/Artifacts/4e/4e6eadc74465887cb28e384b048b512f
deleted file mode 100644
index 161ba1c7..00000000
Binary files a/TCG/Library/Artifacts/4e/4e6eadc74465887cb28e384b048b512f and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4e727b4f76528f9afb1b86a07e9ca5b1 b/TCG/Library/Artifacts/4e/4e727b4f76528f9afb1b86a07e9ca5b1
deleted file mode 100644
index cd85e9f4..00000000
Binary files a/TCG/Library/Artifacts/4e/4e727b4f76528f9afb1b86a07e9ca5b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4e7b6097a4302f25d0ad6174063196d4 b/TCG/Library/Artifacts/4e/4e7b6097a4302f25d0ad6174063196d4
deleted file mode 100644
index aa0e9306..00000000
Binary files a/TCG/Library/Artifacts/4e/4e7b6097a4302f25d0ad6174063196d4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4e878361e37a384b3f5ab0b53b20e8d3 b/TCG/Library/Artifacts/4e/4e878361e37a384b3f5ab0b53b20e8d3
deleted file mode 100644
index 1a4627f7..00000000
Binary files a/TCG/Library/Artifacts/4e/4e878361e37a384b3f5ab0b53b20e8d3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4e9784256cc794b88a386ca30cd85869 b/TCG/Library/Artifacts/4e/4e9784256cc794b88a386ca30cd85869
deleted file mode 100644
index 74dbcba3..00000000
Binary files a/TCG/Library/Artifacts/4e/4e9784256cc794b88a386ca30cd85869 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4eac640c2b443fba2cb0c8f453270b1b b/TCG/Library/Artifacts/4e/4eac640c2b443fba2cb0c8f453270b1b
deleted file mode 100644
index c074a99e..00000000
Binary files a/TCG/Library/Artifacts/4e/4eac640c2b443fba2cb0c8f453270b1b and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4ec201c45e2fef90c6b8bf7bb99e0ea0 b/TCG/Library/Artifacts/4e/4ec201c45e2fef90c6b8bf7bb99e0ea0
deleted file mode 100644
index c0646123..00000000
Binary files a/TCG/Library/Artifacts/4e/4ec201c45e2fef90c6b8bf7bb99e0ea0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4ec343f00ff6f3540912324eab1b036c b/TCG/Library/Artifacts/4e/4ec343f00ff6f3540912324eab1b036c
deleted file mode 100644
index 64c5eb7c..00000000
Binary files a/TCG/Library/Artifacts/4e/4ec343f00ff6f3540912324eab1b036c and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4eda9e2cd23bc609513d3bc732ce8331 b/TCG/Library/Artifacts/4e/4eda9e2cd23bc609513d3bc732ce8331
deleted file mode 100644
index 5d31cc73..00000000
Binary files a/TCG/Library/Artifacts/4e/4eda9e2cd23bc609513d3bc732ce8331 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4ee73e8f13ec8865eb3fdc1bd6824a5e b/TCG/Library/Artifacts/4e/4ee73e8f13ec8865eb3fdc1bd6824a5e
deleted file mode 100644
index cb68d10c..00000000
Binary files a/TCG/Library/Artifacts/4e/4ee73e8f13ec8865eb3fdc1bd6824a5e and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4ef6346032677495cbe2d04b4c6610f5 b/TCG/Library/Artifacts/4e/4ef6346032677495cbe2d04b4c6610f5
deleted file mode 100644
index 7290465b..00000000
Binary files a/TCG/Library/Artifacts/4e/4ef6346032677495cbe2d04b4c6610f5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4e/4efceabd24f166a42f09be5aaa0c1b9b b/TCG/Library/Artifacts/4e/4efceabd24f166a42f09be5aaa0c1b9b
deleted file mode 100644
index 2def4aed..00000000
Binary files a/TCG/Library/Artifacts/4e/4efceabd24f166a42f09be5aaa0c1b9b and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4f10f5d956ddc942f4fecea0e51c3868 b/TCG/Library/Artifacts/4f/4f10f5d956ddc942f4fecea0e51c3868
deleted file mode 100644
index 79035858..00000000
Binary files a/TCG/Library/Artifacts/4f/4f10f5d956ddc942f4fecea0e51c3868 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4f2270fba6223717b69ef2be0ff85f94 b/TCG/Library/Artifacts/4f/4f2270fba6223717b69ef2be0ff85f94
deleted file mode 100644
index 01876eab..00000000
Binary files a/TCG/Library/Artifacts/4f/4f2270fba6223717b69ef2be0ff85f94 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4f24364fc3724a98431237c8ac49d999 b/TCG/Library/Artifacts/4f/4f24364fc3724a98431237c8ac49d999
deleted file mode 100644
index 924b5834..00000000
Binary files a/TCG/Library/Artifacts/4f/4f24364fc3724a98431237c8ac49d999 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4f4783055cdbd0d2a6afb75ad5ead9b2 b/TCG/Library/Artifacts/4f/4f4783055cdbd0d2a6afb75ad5ead9b2
deleted file mode 100644
index de95a4fd..00000000
Binary files a/TCG/Library/Artifacts/4f/4f4783055cdbd0d2a6afb75ad5ead9b2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4f767cbe2feff8f03b580196643fca8d b/TCG/Library/Artifacts/4f/4f767cbe2feff8f03b580196643fca8d
deleted file mode 100644
index 67b95070..00000000
Binary files a/TCG/Library/Artifacts/4f/4f767cbe2feff8f03b580196643fca8d and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4f85264f1787ecbb703cf8e0b9a82c4c b/TCG/Library/Artifacts/4f/4f85264f1787ecbb703cf8e0b9a82c4c
deleted file mode 100644
index a31af9dd..00000000
Binary files a/TCG/Library/Artifacts/4f/4f85264f1787ecbb703cf8e0b9a82c4c and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4f8cc80888e951eb910e81dc50b7f950 b/TCG/Library/Artifacts/4f/4f8cc80888e951eb910e81dc50b7f950
deleted file mode 100644
index f7c96088..00000000
Binary files a/TCG/Library/Artifacts/4f/4f8cc80888e951eb910e81dc50b7f950 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4f91f09d2c2fedb4329166c654542ac9 b/TCG/Library/Artifacts/4f/4f91f09d2c2fedb4329166c654542ac9
deleted file mode 100644
index 53216aaf..00000000
Binary files a/TCG/Library/Artifacts/4f/4f91f09d2c2fedb4329166c654542ac9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4fb1137f3faca2b75a9c84b6e4e0e5d2 b/TCG/Library/Artifacts/4f/4fb1137f3faca2b75a9c84b6e4e0e5d2
deleted file mode 100644
index b64147b3..00000000
Binary files a/TCG/Library/Artifacts/4f/4fb1137f3faca2b75a9c84b6e4e0e5d2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4fbcecf3cd67648333ec2304444b3de7 b/TCG/Library/Artifacts/4f/4fbcecf3cd67648333ec2304444b3de7
deleted file mode 100644
index 2819a5fc..00000000
Binary files a/TCG/Library/Artifacts/4f/4fbcecf3cd67648333ec2304444b3de7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4fc02883cb784c2c84e14f25e172684a b/TCG/Library/Artifacts/4f/4fc02883cb784c2c84e14f25e172684a
deleted file mode 100644
index be5888a7..00000000
Binary files a/TCG/Library/Artifacts/4f/4fc02883cb784c2c84e14f25e172684a and /dev/null differ
diff --git a/TCG/Library/Artifacts/4f/4fff938c502e8ba6c8d24f9faf48a9f8 b/TCG/Library/Artifacts/4f/4fff938c502e8ba6c8d24f9faf48a9f8
deleted file mode 100644
index 2303e68d..00000000
Binary files a/TCG/Library/Artifacts/4f/4fff938c502e8ba6c8d24f9faf48a9f8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/50/500c54d796329e60e45f76c444e8ab70 b/TCG/Library/Artifacts/50/500c54d796329e60e45f76c444e8ab70
deleted file mode 100644
index 1676758e..00000000
Binary files a/TCG/Library/Artifacts/50/500c54d796329e60e45f76c444e8ab70 and /dev/null differ
diff --git a/TCG/Library/Artifacts/50/507d5dab6443ccc83873da3a422f9731 b/TCG/Library/Artifacts/50/507d5dab6443ccc83873da3a422f9731
deleted file mode 100644
index b0b65c6b..00000000
Binary files a/TCG/Library/Artifacts/50/507d5dab6443ccc83873da3a422f9731 and /dev/null differ
diff --git a/TCG/Library/Artifacts/50/507ea19622e121d25b19c2958bdf9a90 b/TCG/Library/Artifacts/50/507ea19622e121d25b19c2958bdf9a90
deleted file mode 100644
index 950d5b18..00000000
Binary files a/TCG/Library/Artifacts/50/507ea19622e121d25b19c2958bdf9a90 and /dev/null differ
diff --git a/TCG/Library/Artifacts/50/508b6597c6094872d6b35ca1d9d48446 b/TCG/Library/Artifacts/50/508b6597c6094872d6b35ca1d9d48446
deleted file mode 100644
index 44601f2a..00000000
Binary files a/TCG/Library/Artifacts/50/508b6597c6094872d6b35ca1d9d48446 and /dev/null differ
diff --git a/TCG/Library/Artifacts/50/5094bfb6ddb068283c5327e23e5b65f1 b/TCG/Library/Artifacts/50/5094bfb6ddb068283c5327e23e5b65f1
deleted file mode 100644
index 50f7f8de..00000000
Binary files a/TCG/Library/Artifacts/50/5094bfb6ddb068283c5327e23e5b65f1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/50/50aace8ca1f41e3b03b02dac1ca2c014 b/TCG/Library/Artifacts/50/50aace8ca1f41e3b03b02dac1ca2c014
deleted file mode 100644
index d46d8a4f..00000000
Binary files a/TCG/Library/Artifacts/50/50aace8ca1f41e3b03b02dac1ca2c014 and /dev/null differ
diff --git a/TCG/Library/Artifacts/50/50b0fca66b45d96c5a0521c6936e62c3 b/TCG/Library/Artifacts/50/50b0fca66b45d96c5a0521c6936e62c3
deleted file mode 100644
index 0ba44d50..00000000
Binary files a/TCG/Library/Artifacts/50/50b0fca66b45d96c5a0521c6936e62c3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/50/50c6111e9c848b1d6c56d9b56ed70ad7 b/TCG/Library/Artifacts/50/50c6111e9c848b1d6c56d9b56ed70ad7
deleted file mode 100644
index e8767cc4..00000000
Binary files a/TCG/Library/Artifacts/50/50c6111e9c848b1d6c56d9b56ed70ad7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/50/50e904a4eaad677714dc37de52e1dd8b b/TCG/Library/Artifacts/50/50e904a4eaad677714dc37de52e1dd8b
deleted file mode 100644
index 78f3b0f1..00000000
Binary files a/TCG/Library/Artifacts/50/50e904a4eaad677714dc37de52e1dd8b and /dev/null differ
diff --git a/TCG/Library/Artifacts/50/50ec971266abf6c38ff170afa91a8b08 b/TCG/Library/Artifacts/50/50ec971266abf6c38ff170afa91a8b08
deleted file mode 100644
index dac66990..00000000
Binary files a/TCG/Library/Artifacts/50/50ec971266abf6c38ff170afa91a8b08 and /dev/null differ
diff --git a/TCG/Library/Artifacts/51/51428d01143c861657fbeefe0106c6c1 b/TCG/Library/Artifacts/51/51428d01143c861657fbeefe0106c6c1
deleted file mode 100644
index c6072709..00000000
Binary files a/TCG/Library/Artifacts/51/51428d01143c861657fbeefe0106c6c1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/51/515b0f5bbbb1b1cec36b13408c4333f2 b/TCG/Library/Artifacts/51/515b0f5bbbb1b1cec36b13408c4333f2
deleted file mode 100644
index b1d12f91..00000000
Binary files a/TCG/Library/Artifacts/51/515b0f5bbbb1b1cec36b13408c4333f2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/51/51612324570ac3c3f6c4db48b1bec3c1 b/TCG/Library/Artifacts/51/51612324570ac3c3f6c4db48b1bec3c1
deleted file mode 100644
index 7a156612..00000000
Binary files a/TCG/Library/Artifacts/51/51612324570ac3c3f6c4db48b1bec3c1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/51/519dabe88824661eca769dbf2e46898a b/TCG/Library/Artifacts/51/519dabe88824661eca769dbf2e46898a
deleted file mode 100644
index 69778338..00000000
Binary files a/TCG/Library/Artifacts/51/519dabe88824661eca769dbf2e46898a and /dev/null differ
diff --git a/TCG/Library/Artifacts/51/51a406f4d834359869bdb8c124dd8cf7 b/TCG/Library/Artifacts/51/51a406f4d834359869bdb8c124dd8cf7
deleted file mode 100644
index f138f91a..00000000
Binary files a/TCG/Library/Artifacts/51/51a406f4d834359869bdb8c124dd8cf7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/51/51d7ff65bdb9c75ac3d2839d3ae1807c b/TCG/Library/Artifacts/51/51d7ff65bdb9c75ac3d2839d3ae1807c
deleted file mode 100644
index 5a288d09..00000000
Binary files a/TCG/Library/Artifacts/51/51d7ff65bdb9c75ac3d2839d3ae1807c and /dev/null differ
diff --git a/TCG/Library/Artifacts/51/51deab95083bf2c2de9142c3be3db24c b/TCG/Library/Artifacts/51/51deab95083bf2c2de9142c3be3db24c
deleted file mode 100644
index a2dac5a4..00000000
Binary files a/TCG/Library/Artifacts/51/51deab95083bf2c2de9142c3be3db24c and /dev/null differ
diff --git a/TCG/Library/Artifacts/52/522b2d7009b59a2784a6daea0f4e31e2 b/TCG/Library/Artifacts/52/522b2d7009b59a2784a6daea0f4e31e2
deleted file mode 100644
index b1ed9050..00000000
Binary files a/TCG/Library/Artifacts/52/522b2d7009b59a2784a6daea0f4e31e2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/52/52383099479e7894a9ab738e622229cb b/TCG/Library/Artifacts/52/52383099479e7894a9ab738e622229cb
deleted file mode 100644
index d3e8672d..00000000
Binary files a/TCG/Library/Artifacts/52/52383099479e7894a9ab738e622229cb and /dev/null differ
diff --git a/TCG/Library/Artifacts/52/52542f7b741b5375d0f34009e3c36ab2 b/TCG/Library/Artifacts/52/52542f7b741b5375d0f34009e3c36ab2
deleted file mode 100644
index 510f576b..00000000
Binary files a/TCG/Library/Artifacts/52/52542f7b741b5375d0f34009e3c36ab2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/52/526f12c64437d9f51999f96de7e2d92f b/TCG/Library/Artifacts/52/526f12c64437d9f51999f96de7e2d92f
deleted file mode 100644
index d8889c72..00000000
Binary files a/TCG/Library/Artifacts/52/526f12c64437d9f51999f96de7e2d92f and /dev/null differ
diff --git a/TCG/Library/Artifacts/52/52731abbb7fb01aa2c53b92c3db234ba b/TCG/Library/Artifacts/52/52731abbb7fb01aa2c53b92c3db234ba
deleted file mode 100644
index b4d7c138..00000000
Binary files a/TCG/Library/Artifacts/52/52731abbb7fb01aa2c53b92c3db234ba and /dev/null differ
diff --git a/TCG/Library/Artifacts/52/527fda1cf7ca823290d97e22ffd7d870 b/TCG/Library/Artifacts/52/527fda1cf7ca823290d97e22ffd7d870
deleted file mode 100644
index 2a44c591..00000000
Binary files a/TCG/Library/Artifacts/52/527fda1cf7ca823290d97e22ffd7d870 and /dev/null differ
diff --git a/TCG/Library/Artifacts/52/529507eeb7d9179c14e9847df9b3bdc5 b/TCG/Library/Artifacts/52/529507eeb7d9179c14e9847df9b3bdc5
deleted file mode 100644
index 22a34511..00000000
Binary files a/TCG/Library/Artifacts/52/529507eeb7d9179c14e9847df9b3bdc5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/52/52bc5ff664a27f547a6562997b7f6258 b/TCG/Library/Artifacts/52/52bc5ff664a27f547a6562997b7f6258
deleted file mode 100644
index b52995ec..00000000
Binary files a/TCG/Library/Artifacts/52/52bc5ff664a27f547a6562997b7f6258 and /dev/null differ
diff --git a/TCG/Library/Artifacts/53/5350ca602efb0c6c9e46d0432d1d7450 b/TCG/Library/Artifacts/53/5350ca602efb0c6c9e46d0432d1d7450
deleted file mode 100644
index 4313e4b8..00000000
Binary files a/TCG/Library/Artifacts/53/5350ca602efb0c6c9e46d0432d1d7450 and /dev/null differ
diff --git a/TCG/Library/Artifacts/53/53512a2b1fe42f63da163dd09651b43e b/TCG/Library/Artifacts/53/53512a2b1fe42f63da163dd09651b43e
deleted file mode 100644
index b43d80fa..00000000
Binary files a/TCG/Library/Artifacts/53/53512a2b1fe42f63da163dd09651b43e and /dev/null differ
diff --git a/TCG/Library/Artifacts/53/53a103a741464a410bd7e65b76bcafb5 b/TCG/Library/Artifacts/53/53a103a741464a410bd7e65b76bcafb5
deleted file mode 100644
index f056e3f6..00000000
Binary files a/TCG/Library/Artifacts/53/53a103a741464a410bd7e65b76bcafb5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/53/53abc7dad49a5ca9a170cdbce7befba7 b/TCG/Library/Artifacts/53/53abc7dad49a5ca9a170cdbce7befba7
deleted file mode 100644
index 9e918fe0..00000000
Binary files a/TCG/Library/Artifacts/53/53abc7dad49a5ca9a170cdbce7befba7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/53/53d14433bddf5c59c195ab083c616a9a b/TCG/Library/Artifacts/53/53d14433bddf5c59c195ab083c616a9a
deleted file mode 100644
index b67dfe7d..00000000
Binary files a/TCG/Library/Artifacts/53/53d14433bddf5c59c195ab083c616a9a and /dev/null differ
diff --git a/TCG/Library/Artifacts/53/53fcfd34928beae0c238aa0c93163717 b/TCG/Library/Artifacts/53/53fcfd34928beae0c238aa0c93163717
deleted file mode 100644
index 0b6ee4db..00000000
Binary files a/TCG/Library/Artifacts/53/53fcfd34928beae0c238aa0c93163717 and /dev/null differ
diff --git a/TCG/Library/Artifacts/54/540086d9f3c544fe229d4053a9a10343 b/TCG/Library/Artifacts/54/540086d9f3c544fe229d4053a9a10343
deleted file mode 100644
index 193caafe..00000000
Binary files a/TCG/Library/Artifacts/54/540086d9f3c544fe229d4053a9a10343 and /dev/null differ
diff --git a/TCG/Library/Artifacts/54/540959a8a706d0a5b29d53d7bf21edb7 b/TCG/Library/Artifacts/54/540959a8a706d0a5b29d53d7bf21edb7
deleted file mode 100644
index e2dfd178..00000000
Binary files a/TCG/Library/Artifacts/54/540959a8a706d0a5b29d53d7bf21edb7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/54/5431f7f4152a3ce843f60db8bd7a7908 b/TCG/Library/Artifacts/54/5431f7f4152a3ce843f60db8bd7a7908
deleted file mode 100644
index 77c7418e..00000000
Binary files a/TCG/Library/Artifacts/54/5431f7f4152a3ce843f60db8bd7a7908 and /dev/null differ
diff --git a/TCG/Library/Artifacts/54/54398ab4babc4f3646665f288d1f5ecd b/TCG/Library/Artifacts/54/54398ab4babc4f3646665f288d1f5ecd
deleted file mode 100644
index 17eb72a0..00000000
Binary files a/TCG/Library/Artifacts/54/54398ab4babc4f3646665f288d1f5ecd and /dev/null differ
diff --git a/TCG/Library/Artifacts/54/547a726556acda0a40af030f72100d3d b/TCG/Library/Artifacts/54/547a726556acda0a40af030f72100d3d
deleted file mode 100644
index 20f1abc5..00000000
Binary files a/TCG/Library/Artifacts/54/547a726556acda0a40af030f72100d3d and /dev/null differ
diff --git a/TCG/Library/Artifacts/54/5488108fc1dbd4b234d3593389a239d4 b/TCG/Library/Artifacts/54/5488108fc1dbd4b234d3593389a239d4
deleted file mode 100644
index 6caf1a20..00000000
Binary files a/TCG/Library/Artifacts/54/5488108fc1dbd4b234d3593389a239d4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/54/54b3e689c19a7c83fec4bebd4e5e99b7 b/TCG/Library/Artifacts/54/54b3e689c19a7c83fec4bebd4e5e99b7
deleted file mode 100644
index dd85ec9a..00000000
Binary files a/TCG/Library/Artifacts/54/54b3e689c19a7c83fec4bebd4e5e99b7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/54/54bd20f2ebba605ec829a28dbf35e596 b/TCG/Library/Artifacts/54/54bd20f2ebba605ec829a28dbf35e596
deleted file mode 100644
index 12b1c2eb..00000000
Binary files a/TCG/Library/Artifacts/54/54bd20f2ebba605ec829a28dbf35e596 and /dev/null differ
diff --git a/TCG/Library/Artifacts/54/54d4fed0b6c3b56e672dbec1eecbd693 b/TCG/Library/Artifacts/54/54d4fed0b6c3b56e672dbec1eecbd693
deleted file mode 100644
index 4631ab1f..00000000
Binary files a/TCG/Library/Artifacts/54/54d4fed0b6c3b56e672dbec1eecbd693 and /dev/null differ
diff --git a/TCG/Library/Artifacts/54/54ec4811e2d12f665959b0c5dac67290 b/TCG/Library/Artifacts/54/54ec4811e2d12f665959b0c5dac67290
deleted file mode 100644
index ae1f0fc1..00000000
Binary files a/TCG/Library/Artifacts/54/54ec4811e2d12f665959b0c5dac67290 and /dev/null differ
diff --git a/TCG/Library/Artifacts/55/550e9d66511df69c393de1853344e00a b/TCG/Library/Artifacts/55/550e9d66511df69c393de1853344e00a
deleted file mode 100644
index b94f6610..00000000
Binary files a/TCG/Library/Artifacts/55/550e9d66511df69c393de1853344e00a and /dev/null differ
diff --git a/TCG/Library/Artifacts/55/55103b0c2133ef92cafef5a8f9e62080 b/TCG/Library/Artifacts/55/55103b0c2133ef92cafef5a8f9e62080
deleted file mode 100644
index 3f7bc693..00000000
Binary files a/TCG/Library/Artifacts/55/55103b0c2133ef92cafef5a8f9e62080 and /dev/null differ
diff --git a/TCG/Library/Artifacts/55/551aef5d00c1a8457407c77a140627d5 b/TCG/Library/Artifacts/55/551aef5d00c1a8457407c77a140627d5
deleted file mode 100644
index 96924177..00000000
Binary files a/TCG/Library/Artifacts/55/551aef5d00c1a8457407c77a140627d5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/55/55260b23f479d28183f8a9111f004055 b/TCG/Library/Artifacts/55/55260b23f479d28183f8a9111f004055
deleted file mode 100644
index 7abd48ab..00000000
Binary files a/TCG/Library/Artifacts/55/55260b23f479d28183f8a9111f004055 and /dev/null differ
diff --git a/TCG/Library/Artifacts/55/555dfdeadbdb5161c0674a68eade33a9 b/TCG/Library/Artifacts/55/555dfdeadbdb5161c0674a68eade33a9
deleted file mode 100644
index 8551df6e..00000000
Binary files a/TCG/Library/Artifacts/55/555dfdeadbdb5161c0674a68eade33a9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/55/5577e3a6f93d515f994f2dcf58cbae9c b/TCG/Library/Artifacts/55/5577e3a6f93d515f994f2dcf58cbae9c
deleted file mode 100644
index 05f63fd8..00000000
Binary files a/TCG/Library/Artifacts/55/5577e3a6f93d515f994f2dcf58cbae9c and /dev/null differ
diff --git a/TCG/Library/Artifacts/55/5582dd83c56aad54e6bf7566dae31189 b/TCG/Library/Artifacts/55/5582dd83c56aad54e6bf7566dae31189
deleted file mode 100644
index ad475797..00000000
Binary files a/TCG/Library/Artifacts/55/5582dd83c56aad54e6bf7566dae31189 and /dev/null differ
diff --git a/TCG/Library/Artifacts/55/5597ac668d873fcc07b6ae2a484094cf b/TCG/Library/Artifacts/55/5597ac668d873fcc07b6ae2a484094cf
deleted file mode 100644
index 385c2e5c..00000000
Binary files a/TCG/Library/Artifacts/55/5597ac668d873fcc07b6ae2a484094cf and /dev/null differ
diff --git a/TCG/Library/Artifacts/55/55d70da53ac4a44324ab0ae0974d5555 b/TCG/Library/Artifacts/55/55d70da53ac4a44324ab0ae0974d5555
deleted file mode 100644
index e68d6d6d..00000000
Binary files a/TCG/Library/Artifacts/55/55d70da53ac4a44324ab0ae0974d5555 and /dev/null differ
diff --git a/TCG/Library/Artifacts/55/55e6807b677c7ea45e0a957d8298f895 b/TCG/Library/Artifacts/55/55e6807b677c7ea45e0a957d8298f895
deleted file mode 100644
index 2077f33d..00000000
Binary files a/TCG/Library/Artifacts/55/55e6807b677c7ea45e0a957d8298f895 and /dev/null differ
diff --git a/TCG/Library/Artifacts/56/561d75dc7d2f0d70bb514bd5efa43d96 b/TCG/Library/Artifacts/56/561d75dc7d2f0d70bb514bd5efa43d96
deleted file mode 100644
index b80951e9..00000000
Binary files a/TCG/Library/Artifacts/56/561d75dc7d2f0d70bb514bd5efa43d96 and /dev/null differ
diff --git a/TCG/Library/Artifacts/56/561d88e12b41a889053e119223023c13 b/TCG/Library/Artifacts/56/561d88e12b41a889053e119223023c13
deleted file mode 100644
index c7473dc2..00000000
Binary files a/TCG/Library/Artifacts/56/561d88e12b41a889053e119223023c13 and /dev/null differ
diff --git a/TCG/Library/Artifacts/56/561f324b969147144a59d99fd5a8950b b/TCG/Library/Artifacts/56/561f324b969147144a59d99fd5a8950b
deleted file mode 100644
index 50d13472..00000000
Binary files a/TCG/Library/Artifacts/56/561f324b969147144a59d99fd5a8950b and /dev/null differ
diff --git a/TCG/Library/Artifacts/56/564af16706d432222fdb5f2fa3638dfe b/TCG/Library/Artifacts/56/564af16706d432222fdb5f2fa3638dfe
deleted file mode 100644
index ce6cd035..00000000
Binary files a/TCG/Library/Artifacts/56/564af16706d432222fdb5f2fa3638dfe and /dev/null differ
diff --git a/TCG/Library/Artifacts/56/566d0482efd85fd87183ab03bc37fb41 b/TCG/Library/Artifacts/56/566d0482efd85fd87183ab03bc37fb41
deleted file mode 100644
index 9cf6ada2..00000000
Binary files a/TCG/Library/Artifacts/56/566d0482efd85fd87183ab03bc37fb41 and /dev/null differ
diff --git a/TCG/Library/Artifacts/56/56ac23c58a7bb1e7c5798bd629ddcd83 b/TCG/Library/Artifacts/56/56ac23c58a7bb1e7c5798bd629ddcd83
deleted file mode 100644
index 39730f25..00000000
Binary files a/TCG/Library/Artifacts/56/56ac23c58a7bb1e7c5798bd629ddcd83 and /dev/null differ
diff --git a/TCG/Library/Artifacts/56/56aed39b3cd0533e91ddbf9df45ce3a3 b/TCG/Library/Artifacts/56/56aed39b3cd0533e91ddbf9df45ce3a3
deleted file mode 100644
index 08908de3..00000000
Binary files a/TCG/Library/Artifacts/56/56aed39b3cd0533e91ddbf9df45ce3a3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/56/56b24c3f24067d30f30d33ecd49c0203 b/TCG/Library/Artifacts/56/56b24c3f24067d30f30d33ecd49c0203
deleted file mode 100644
index 800dfd33..00000000
Binary files a/TCG/Library/Artifacts/56/56b24c3f24067d30f30d33ecd49c0203 and /dev/null differ
diff --git a/TCG/Library/Artifacts/56/56cbb9f9f4de54ffd7b09029781f7fd3 b/TCG/Library/Artifacts/56/56cbb9f9f4de54ffd7b09029781f7fd3
deleted file mode 100644
index 5016c09b..00000000
Binary files a/TCG/Library/Artifacts/56/56cbb9f9f4de54ffd7b09029781f7fd3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/56/56e48378b48190fe67d1a1e6d73f3b06 b/TCG/Library/Artifacts/56/56e48378b48190fe67d1a1e6d73f3b06
deleted file mode 100644
index 653b7ba5..00000000
Binary files a/TCG/Library/Artifacts/56/56e48378b48190fe67d1a1e6d73f3b06 and /dev/null differ
diff --git a/TCG/Library/Artifacts/56/56ee638d40b031ac4d466e25fd3f907d b/TCG/Library/Artifacts/56/56ee638d40b031ac4d466e25fd3f907d
deleted file mode 100644
index 3382229f..00000000
Binary files a/TCG/Library/Artifacts/56/56ee638d40b031ac4d466e25fd3f907d and /dev/null differ
diff --git a/TCG/Library/Artifacts/57/570eac0722f77252a6f6e51e5fad0f9b b/TCG/Library/Artifacts/57/570eac0722f77252a6f6e51e5fad0f9b
deleted file mode 100644
index 0072c820..00000000
Binary files a/TCG/Library/Artifacts/57/570eac0722f77252a6f6e51e5fad0f9b and /dev/null differ
diff --git a/TCG/Library/Artifacts/57/5757e7fd37e61052df671674ef8b3925 b/TCG/Library/Artifacts/57/5757e7fd37e61052df671674ef8b3925
deleted file mode 100644
index b4897771..00000000
Binary files a/TCG/Library/Artifacts/57/5757e7fd37e61052df671674ef8b3925 and /dev/null differ
diff --git a/TCG/Library/Artifacts/57/5760bafbdf4a0442a5129f9d18523cdd b/TCG/Library/Artifacts/57/5760bafbdf4a0442a5129f9d18523cdd
deleted file mode 100644
index 9efa90b6..00000000
Binary files a/TCG/Library/Artifacts/57/5760bafbdf4a0442a5129f9d18523cdd and /dev/null differ
diff --git a/TCG/Library/Artifacts/57/57692c712994b07b6ef8052a973a162a b/TCG/Library/Artifacts/57/57692c712994b07b6ef8052a973a162a
deleted file mode 100644
index a275306d..00000000
Binary files a/TCG/Library/Artifacts/57/57692c712994b07b6ef8052a973a162a and /dev/null differ
diff --git a/TCG/Library/Artifacts/57/5780e82883554d6daf54d1263aced9ff b/TCG/Library/Artifacts/57/5780e82883554d6daf54d1263aced9ff
deleted file mode 100644
index fe8142db..00000000
Binary files a/TCG/Library/Artifacts/57/5780e82883554d6daf54d1263aced9ff and /dev/null differ
diff --git a/TCG/Library/Artifacts/57/5785a6526efd99935f6597c04356b9e2 b/TCG/Library/Artifacts/57/5785a6526efd99935f6597c04356b9e2
deleted file mode 100644
index b730a69c..00000000
Binary files a/TCG/Library/Artifacts/57/5785a6526efd99935f6597c04356b9e2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/57/5790b824a61dce6b8cb083fd56c9f5de b/TCG/Library/Artifacts/57/5790b824a61dce6b8cb083fd56c9f5de
deleted file mode 100644
index ac370d07..00000000
Binary files a/TCG/Library/Artifacts/57/5790b824a61dce6b8cb083fd56c9f5de and /dev/null differ
diff --git a/TCG/Library/Artifacts/57/579acc67e9357e08185d787f454acf92 b/TCG/Library/Artifacts/57/579acc67e9357e08185d787f454acf92
deleted file mode 100644
index 086e5960..00000000
Binary files a/TCG/Library/Artifacts/57/579acc67e9357e08185d787f454acf92 and /dev/null differ
diff --git a/TCG/Library/Artifacts/57/57c802562c563d984d5b99245e4002b4 b/TCG/Library/Artifacts/57/57c802562c563d984d5b99245e4002b4
deleted file mode 100644
index 6c1f8cb0..00000000
Binary files a/TCG/Library/Artifacts/57/57c802562c563d984d5b99245e4002b4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/57/57f83a48bece9997a8000a1f17f0af3e b/TCG/Library/Artifacts/57/57f83a48bece9997a8000a1f17f0af3e
deleted file mode 100644
index 3d9a5271..00000000
Binary files a/TCG/Library/Artifacts/57/57f83a48bece9997a8000a1f17f0af3e and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/58064c9a01a53c7232e34a486dbdae33 b/TCG/Library/Artifacts/58/58064c9a01a53c7232e34a486dbdae33
deleted file mode 100644
index b9fe3f22..00000000
Binary files a/TCG/Library/Artifacts/58/58064c9a01a53c7232e34a486dbdae33 and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/5816801101ba350b7e829e4115784328 b/TCG/Library/Artifacts/58/5816801101ba350b7e829e4115784328
deleted file mode 100644
index afa1b07d..00000000
Binary files a/TCG/Library/Artifacts/58/5816801101ba350b7e829e4115784328 and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/5862746adb3ca4b13d4f6a6eb8de66a9 b/TCG/Library/Artifacts/58/5862746adb3ca4b13d4f6a6eb8de66a9
deleted file mode 100644
index 58208c8b..00000000
Binary files a/TCG/Library/Artifacts/58/5862746adb3ca4b13d4f6a6eb8de66a9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/587c5cb4461b7ff85c6099d80af9273b b/TCG/Library/Artifacts/58/587c5cb4461b7ff85c6099d80af9273b
deleted file mode 100644
index 26e1b742..00000000
Binary files a/TCG/Library/Artifacts/58/587c5cb4461b7ff85c6099d80af9273b and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/587d862382d8b5f7de454cd55856c07e b/TCG/Library/Artifacts/58/587d862382d8b5f7de454cd55856c07e
deleted file mode 100644
index 16ccdbcc..00000000
Binary files a/TCG/Library/Artifacts/58/587d862382d8b5f7de454cd55856c07e and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/5893c9d40e27e29631413affbc440f0c b/TCG/Library/Artifacts/58/5893c9d40e27e29631413affbc440f0c
deleted file mode 100644
index 36ec5598..00000000
Binary files a/TCG/Library/Artifacts/58/5893c9d40e27e29631413affbc440f0c and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/58ac0d54537119f5510c22133326ffbf b/TCG/Library/Artifacts/58/58ac0d54537119f5510c22133326ffbf
deleted file mode 100644
index 233f19b7..00000000
Binary files a/TCG/Library/Artifacts/58/58ac0d54537119f5510c22133326ffbf and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/58ac62ed0eb96a7a284d4635ae196707 b/TCG/Library/Artifacts/58/58ac62ed0eb96a7a284d4635ae196707
deleted file mode 100644
index c6edc3e5..00000000
Binary files a/TCG/Library/Artifacts/58/58ac62ed0eb96a7a284d4635ae196707 and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/58b8c48f6c044df52de09a5ce216ca01 b/TCG/Library/Artifacts/58/58b8c48f6c044df52de09a5ce216ca01
deleted file mode 100644
index 9497df54..00000000
Binary files a/TCG/Library/Artifacts/58/58b8c48f6c044df52de09a5ce216ca01 and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/58c0870b33e9a642dc9c8b3cdbfb2a62 b/TCG/Library/Artifacts/58/58c0870b33e9a642dc9c8b3cdbfb2a62
deleted file mode 100644
index 9521f717..00000000
Binary files a/TCG/Library/Artifacts/58/58c0870b33e9a642dc9c8b3cdbfb2a62 and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/58c288c03c058a44a522fb478f20eaff b/TCG/Library/Artifacts/58/58c288c03c058a44a522fb478f20eaff
deleted file mode 100644
index 95eeb3b6..00000000
Binary files a/TCG/Library/Artifacts/58/58c288c03c058a44a522fb478f20eaff and /dev/null differ
diff --git a/TCG/Library/Artifacts/58/58d752b6122f044ef8d1b9450d46dd3f b/TCG/Library/Artifacts/58/58d752b6122f044ef8d1b9450d46dd3f
deleted file mode 100644
index 843d9085..00000000
Binary files a/TCG/Library/Artifacts/58/58d752b6122f044ef8d1b9450d46dd3f and /dev/null differ
diff --git a/TCG/Library/Artifacts/59/5918299d8267ff9677eb27b07261d2e1 b/TCG/Library/Artifacts/59/5918299d8267ff9677eb27b07261d2e1
deleted file mode 100644
index 393841b5..00000000
Binary files a/TCG/Library/Artifacts/59/5918299d8267ff9677eb27b07261d2e1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/59/592ee6c1e8e2537f79f8c445c8a01005 b/TCG/Library/Artifacts/59/592ee6c1e8e2537f79f8c445c8a01005
deleted file mode 100644
index 51485d37..00000000
Binary files a/TCG/Library/Artifacts/59/592ee6c1e8e2537f79f8c445c8a01005 and /dev/null differ
diff --git a/TCG/Library/Artifacts/59/593fc9837ed6d5b9bfd07241994c00ea b/TCG/Library/Artifacts/59/593fc9837ed6d5b9bfd07241994c00ea
deleted file mode 100644
index 205df5c7..00000000
Binary files a/TCG/Library/Artifacts/59/593fc9837ed6d5b9bfd07241994c00ea and /dev/null differ
diff --git a/TCG/Library/Artifacts/59/59466451de876a7e15400527704f35cf b/TCG/Library/Artifacts/59/59466451de876a7e15400527704f35cf
deleted file mode 100644
index 273dc819..00000000
Binary files a/TCG/Library/Artifacts/59/59466451de876a7e15400527704f35cf and /dev/null differ
diff --git a/TCG/Library/Artifacts/59/59ba334bb804713d8c5614a9712ad44e b/TCG/Library/Artifacts/59/59ba334bb804713d8c5614a9712ad44e
deleted file mode 100644
index 768e35dd..00000000
Binary files a/TCG/Library/Artifacts/59/59ba334bb804713d8c5614a9712ad44e and /dev/null differ
diff --git a/TCG/Library/Artifacts/59/59c8edeab3afc027539ff8f91349c279 b/TCG/Library/Artifacts/59/59c8edeab3afc027539ff8f91349c279
deleted file mode 100644
index 96f6b44f..00000000
Binary files a/TCG/Library/Artifacts/59/59c8edeab3afc027539ff8f91349c279 and /dev/null differ
diff --git a/TCG/Library/Artifacts/59/59d454402f936e541852ff56ee078f9c b/TCG/Library/Artifacts/59/59d454402f936e541852ff56ee078f9c
deleted file mode 100644
index ab6e8153..00000000
Binary files a/TCG/Library/Artifacts/59/59d454402f936e541852ff56ee078f9c and /dev/null differ
diff --git a/TCG/Library/Artifacts/59/59febc24976e661c47dd90433b534a70 b/TCG/Library/Artifacts/59/59febc24976e661c47dd90433b534a70
deleted file mode 100644
index 6d1b0e04..00000000
Binary files a/TCG/Library/Artifacts/59/59febc24976e661c47dd90433b534a70 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5a/5a0154062149f6dc6948e23c6410d4e0 b/TCG/Library/Artifacts/5a/5a0154062149f6dc6948e23c6410d4e0
deleted file mode 100644
index 216483ff..00000000
Binary files a/TCG/Library/Artifacts/5a/5a0154062149f6dc6948e23c6410d4e0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5a/5a2b4993e0f3e65840390efd910292ca b/TCG/Library/Artifacts/5a/5a2b4993e0f3e65840390efd910292ca
deleted file mode 100644
index 59321841..00000000
Binary files a/TCG/Library/Artifacts/5a/5a2b4993e0f3e65840390efd910292ca and /dev/null differ
diff --git a/TCG/Library/Artifacts/5a/5a2ff3bc0471ab33575d31aa66a1c613 b/TCG/Library/Artifacts/5a/5a2ff3bc0471ab33575d31aa66a1c613
deleted file mode 100644
index e403404d..00000000
Binary files a/TCG/Library/Artifacts/5a/5a2ff3bc0471ab33575d31aa66a1c613 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5a/5a329c86a48ab4fef6e4e16182169e22 b/TCG/Library/Artifacts/5a/5a329c86a48ab4fef6e4e16182169e22
deleted file mode 100644
index 6bc63f09..00000000
Binary files a/TCG/Library/Artifacts/5a/5a329c86a48ab4fef6e4e16182169e22 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5a/5a4654f520353cc032d8f9078c3d0a68 b/TCG/Library/Artifacts/5a/5a4654f520353cc032d8f9078c3d0a68
deleted file mode 100644
index 080df453..00000000
Binary files a/TCG/Library/Artifacts/5a/5a4654f520353cc032d8f9078c3d0a68 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5a/5a55ae3cfe77a4fb7a82a629061bd927 b/TCG/Library/Artifacts/5a/5a55ae3cfe77a4fb7a82a629061bd927
deleted file mode 100644
index 39bd01b2..00000000
Binary files a/TCG/Library/Artifacts/5a/5a55ae3cfe77a4fb7a82a629061bd927 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5a/5a5c81107a4803df5df1a4ccd6ccb411 b/TCG/Library/Artifacts/5a/5a5c81107a4803df5df1a4ccd6ccb411
deleted file mode 100644
index 210a4c72..00000000
Binary files a/TCG/Library/Artifacts/5a/5a5c81107a4803df5df1a4ccd6ccb411 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5a/5a6b2a839d70d078766ef35752e53584 b/TCG/Library/Artifacts/5a/5a6b2a839d70d078766ef35752e53584
deleted file mode 100644
index 452c60db..00000000
Binary files a/TCG/Library/Artifacts/5a/5a6b2a839d70d078766ef35752e53584 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5a/5a77d5d7876a9215da711d5f34aa0c1c b/TCG/Library/Artifacts/5a/5a77d5d7876a9215da711d5f34aa0c1c
deleted file mode 100644
index 69ce9afa..00000000
Binary files a/TCG/Library/Artifacts/5a/5a77d5d7876a9215da711d5f34aa0c1c and /dev/null differ
diff --git a/TCG/Library/Artifacts/5a/5ad699b66ea78d48bd62b7b498f6ae0c b/TCG/Library/Artifacts/5a/5ad699b66ea78d48bd62b7b498f6ae0c
deleted file mode 100644
index 62a178d1..00000000
Binary files a/TCG/Library/Artifacts/5a/5ad699b66ea78d48bd62b7b498f6ae0c and /dev/null differ
diff --git a/TCG/Library/Artifacts/5b/5b00aec1587ee412be4c13497582f454 b/TCG/Library/Artifacts/5b/5b00aec1587ee412be4c13497582f454
deleted file mode 100644
index 3d47b9f9..00000000
Binary files a/TCG/Library/Artifacts/5b/5b00aec1587ee412be4c13497582f454 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5b/5b3694eab472c51d82cb3df33383cb65 b/TCG/Library/Artifacts/5b/5b3694eab472c51d82cb3df33383cb65
deleted file mode 100644
index 9b3ec2e3..00000000
Binary files a/TCG/Library/Artifacts/5b/5b3694eab472c51d82cb3df33383cb65 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5b/5b5194233018b285774c3570a95563b2 b/TCG/Library/Artifacts/5b/5b5194233018b285774c3570a95563b2
deleted file mode 100644
index 34860870..00000000
Binary files a/TCG/Library/Artifacts/5b/5b5194233018b285774c3570a95563b2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5b/5b52228ecf61c4ffc7379f3c0d7c0981 b/TCG/Library/Artifacts/5b/5b52228ecf61c4ffc7379f3c0d7c0981
deleted file mode 100644
index f9a578b9..00000000
Binary files a/TCG/Library/Artifacts/5b/5b52228ecf61c4ffc7379f3c0d7c0981 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5b/5b7b4d742a2c72e676ddc7b6a112a8b1 b/TCG/Library/Artifacts/5b/5b7b4d742a2c72e676ddc7b6a112a8b1
deleted file mode 100644
index 999ea0f6..00000000
Binary files a/TCG/Library/Artifacts/5b/5b7b4d742a2c72e676ddc7b6a112a8b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5b/5b91867018fda0d2c4a683d713bfb058 b/TCG/Library/Artifacts/5b/5b91867018fda0d2c4a683d713bfb058
deleted file mode 100644
index c3fc803d..00000000
Binary files a/TCG/Library/Artifacts/5b/5b91867018fda0d2c4a683d713bfb058 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5b/5bc873687b72beb473b0b480136e274e b/TCG/Library/Artifacts/5b/5bc873687b72beb473b0b480136e274e
deleted file mode 100644
index 692cb470..00000000
Binary files a/TCG/Library/Artifacts/5b/5bc873687b72beb473b0b480136e274e and /dev/null differ
diff --git a/TCG/Library/Artifacts/5b/5beddc3a135a3fb7f4ac8181d5544d64 b/TCG/Library/Artifacts/5b/5beddc3a135a3fb7f4ac8181d5544d64
deleted file mode 100644
index 1760013c..00000000
Binary files a/TCG/Library/Artifacts/5b/5beddc3a135a3fb7f4ac8181d5544d64 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5b/5bee6e874cbc746b4e2da41c6d7da516 b/TCG/Library/Artifacts/5b/5bee6e874cbc746b4e2da41c6d7da516
deleted file mode 100644
index 44a00ca9..00000000
Binary files a/TCG/Library/Artifacts/5b/5bee6e874cbc746b4e2da41c6d7da516 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5c0b0fcd7d37b6375679bd17b791c03c b/TCG/Library/Artifacts/5c/5c0b0fcd7d37b6375679bd17b791c03c
deleted file mode 100644
index 61d21649..00000000
Binary files a/TCG/Library/Artifacts/5c/5c0b0fcd7d37b6375679bd17b791c03c and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5c37b7de9939455fb3b94d16ad2c66ce b/TCG/Library/Artifacts/5c/5c37b7de9939455fb3b94d16ad2c66ce
deleted file mode 100644
index bd1c99e4..00000000
Binary files a/TCG/Library/Artifacts/5c/5c37b7de9939455fb3b94d16ad2c66ce and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5c533318d449952a8f0e2f3c3c9b37c6 b/TCG/Library/Artifacts/5c/5c533318d449952a8f0e2f3c3c9b37c6
deleted file mode 100644
index fe78164a..00000000
Binary files a/TCG/Library/Artifacts/5c/5c533318d449952a8f0e2f3c3c9b37c6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5c583e484f20abe2cfda633351544b23 b/TCG/Library/Artifacts/5c/5c583e484f20abe2cfda633351544b23
deleted file mode 100644
index 64a59688..00000000
Binary files a/TCG/Library/Artifacts/5c/5c583e484f20abe2cfda633351544b23 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5c5bcf603b3f9db7462df8f7dbdc0bfb b/TCG/Library/Artifacts/5c/5c5bcf603b3f9db7462df8f7dbdc0bfb
deleted file mode 100644
index 43bec33b..00000000
Binary files a/TCG/Library/Artifacts/5c/5c5bcf603b3f9db7462df8f7dbdc0bfb and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5c643bd1baf3e2a32d7936c4c114446b b/TCG/Library/Artifacts/5c/5c643bd1baf3e2a32d7936c4c114446b
deleted file mode 100644
index 8b7905a2..00000000
Binary files a/TCG/Library/Artifacts/5c/5c643bd1baf3e2a32d7936c4c114446b and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5c88037a6e437cf570a78e4dae695491 b/TCG/Library/Artifacts/5c/5c88037a6e437cf570a78e4dae695491
deleted file mode 100644
index b78be450..00000000
Binary files a/TCG/Library/Artifacts/5c/5c88037a6e437cf570a78e4dae695491 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5c89c8fae703ccc4623613efa2b94777 b/TCG/Library/Artifacts/5c/5c89c8fae703ccc4623613efa2b94777
deleted file mode 100644
index 97130eb6..00000000
Binary files a/TCG/Library/Artifacts/5c/5c89c8fae703ccc4623613efa2b94777 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5c95965c0ab51a12e2bcacaae0a86a82 b/TCG/Library/Artifacts/5c/5c95965c0ab51a12e2bcacaae0a86a82
deleted file mode 100644
index 894e138b..00000000
Binary files a/TCG/Library/Artifacts/5c/5c95965c0ab51a12e2bcacaae0a86a82 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5c9c0e4162f3ab4a5ee7e3647091e0bc b/TCG/Library/Artifacts/5c/5c9c0e4162f3ab4a5ee7e3647091e0bc
deleted file mode 100644
index 706d1d65..00000000
Binary files a/TCG/Library/Artifacts/5c/5c9c0e4162f3ab4a5ee7e3647091e0bc and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5caf8cf7362abb273617133511e71482 b/TCG/Library/Artifacts/5c/5caf8cf7362abb273617133511e71482
deleted file mode 100644
index b40c2063..00000000
Binary files a/TCG/Library/Artifacts/5c/5caf8cf7362abb273617133511e71482 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5c/5cb280deb4aa094083bacfd587479382 b/TCG/Library/Artifacts/5c/5cb280deb4aa094083bacfd587479382
deleted file mode 100644
index 69c0b0d6..00000000
Binary files a/TCG/Library/Artifacts/5c/5cb280deb4aa094083bacfd587479382 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d18116f67fe7c3633f9231adc2fca37 b/TCG/Library/Artifacts/5d/5d18116f67fe7c3633f9231adc2fca37
deleted file mode 100644
index 66ea70ad..00000000
Binary files a/TCG/Library/Artifacts/5d/5d18116f67fe7c3633f9231adc2fca37 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d1d8778c05e0494642ae127e1632f4e b/TCG/Library/Artifacts/5d/5d1d8778c05e0494642ae127e1632f4e
deleted file mode 100644
index 1906a8df..00000000
Binary files a/TCG/Library/Artifacts/5d/5d1d8778c05e0494642ae127e1632f4e and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d2f61619f76fa8868d02b548781aab6 b/TCG/Library/Artifacts/5d/5d2f61619f76fa8868d02b548781aab6
deleted file mode 100644
index 59ddfbb5..00000000
Binary files a/TCG/Library/Artifacts/5d/5d2f61619f76fa8868d02b548781aab6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d34031bda7cccf93a176e9db137dcda b/TCG/Library/Artifacts/5d/5d34031bda7cccf93a176e9db137dcda
deleted file mode 100644
index bc3268c3..00000000
Binary files a/TCG/Library/Artifacts/5d/5d34031bda7cccf93a176e9db137dcda and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d34047d5f3b66760a84d316949a0d84 b/TCG/Library/Artifacts/5d/5d34047d5f3b66760a84d316949a0d84
deleted file mode 100644
index 0eb1b77e..00000000
Binary files a/TCG/Library/Artifacts/5d/5d34047d5f3b66760a84d316949a0d84 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d3defcf3e1cd6249e7aae3a7baf48de b/TCG/Library/Artifacts/5d/5d3defcf3e1cd6249e7aae3a7baf48de
deleted file mode 100644
index 46dac829..00000000
Binary files a/TCG/Library/Artifacts/5d/5d3defcf3e1cd6249e7aae3a7baf48de and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d4a734f8c9d6b34458e7fd4beac2913 b/TCG/Library/Artifacts/5d/5d4a734f8c9d6b34458e7fd4beac2913
deleted file mode 100644
index 3231dc7e..00000000
Binary files a/TCG/Library/Artifacts/5d/5d4a734f8c9d6b34458e7fd4beac2913 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d4e969d49eeb3cb2af34ee331172bcd b/TCG/Library/Artifacts/5d/5d4e969d49eeb3cb2af34ee331172bcd
deleted file mode 100644
index 72359baa..00000000
Binary files a/TCG/Library/Artifacts/5d/5d4e969d49eeb3cb2af34ee331172bcd and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d579ff6b3729dd6dbb9225edae2bd92 b/TCG/Library/Artifacts/5d/5d579ff6b3729dd6dbb9225edae2bd92
deleted file mode 100644
index 2734d4c3..00000000
Binary files a/TCG/Library/Artifacts/5d/5d579ff6b3729dd6dbb9225edae2bd92 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d62d9ca42c63431d30328e215cf21e0 b/TCG/Library/Artifacts/5d/5d62d9ca42c63431d30328e215cf21e0
deleted file mode 100644
index 0324ad37..00000000
Binary files a/TCG/Library/Artifacts/5d/5d62d9ca42c63431d30328e215cf21e0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d64a2ec8f3dcd4946628e3be6b55caa b/TCG/Library/Artifacts/5d/5d64a2ec8f3dcd4946628e3be6b55caa
deleted file mode 100644
index d4ba9b75..00000000
Binary files a/TCG/Library/Artifacts/5d/5d64a2ec8f3dcd4946628e3be6b55caa and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d895fa83313d2fe4d96bb6deb224403 b/TCG/Library/Artifacts/5d/5d895fa83313d2fe4d96bb6deb224403
deleted file mode 100644
index 6f35ad12..00000000
Binary files a/TCG/Library/Artifacts/5d/5d895fa83313d2fe4d96bb6deb224403 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d96aba8d4d09a482686de16d5ecaf03 b/TCG/Library/Artifacts/5d/5d96aba8d4d09a482686de16d5ecaf03
deleted file mode 100644
index 7d8753c2..00000000
Binary files a/TCG/Library/Artifacts/5d/5d96aba8d4d09a482686de16d5ecaf03 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d9be0084489de23be27f56ee9285993 b/TCG/Library/Artifacts/5d/5d9be0084489de23be27f56ee9285993
deleted file mode 100644
index 772d9075..00000000
Binary files a/TCG/Library/Artifacts/5d/5d9be0084489de23be27f56ee9285993 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5d9f0467ea33b57e47c423dde3544afb b/TCG/Library/Artifacts/5d/5d9f0467ea33b57e47c423dde3544afb
deleted file mode 100644
index a45109c3..00000000
Binary files a/TCG/Library/Artifacts/5d/5d9f0467ea33b57e47c423dde3544afb and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5da1dda4e258000748ab9b0ed179e19f b/TCG/Library/Artifacts/5d/5da1dda4e258000748ab9b0ed179e19f
deleted file mode 100644
index 6191ab78..00000000
Binary files a/TCG/Library/Artifacts/5d/5da1dda4e258000748ab9b0ed179e19f and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5daca3f0e37893157820c978ec698146 b/TCG/Library/Artifacts/5d/5daca3f0e37893157820c978ec698146
deleted file mode 100644
index d43c2ac1..00000000
Binary files a/TCG/Library/Artifacts/5d/5daca3f0e37893157820c978ec698146 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5de40fc87a1634ecb94acee669e06b8f b/TCG/Library/Artifacts/5d/5de40fc87a1634ecb94acee669e06b8f
deleted file mode 100644
index da34fce1..00000000
Binary files a/TCG/Library/Artifacts/5d/5de40fc87a1634ecb94acee669e06b8f and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5de6fe34a4925e7914a1e3876c4775cd b/TCG/Library/Artifacts/5d/5de6fe34a4925e7914a1e3876c4775cd
deleted file mode 100644
index 786a3248..00000000
Binary files a/TCG/Library/Artifacts/5d/5de6fe34a4925e7914a1e3876c4775cd and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5df661638c1a2e727672971566660099 b/TCG/Library/Artifacts/5d/5df661638c1a2e727672971566660099
deleted file mode 100644
index 942bf9da..00000000
Binary files a/TCG/Library/Artifacts/5d/5df661638c1a2e727672971566660099 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5d/5df7716c828ac61e935708aa4288b682 b/TCG/Library/Artifacts/5d/5df7716c828ac61e935708aa4288b682
deleted file mode 100644
index c76f61b6..00000000
Binary files a/TCG/Library/Artifacts/5d/5df7716c828ac61e935708aa4288b682 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5e00fd4ae39519d2c6738e3cabce44ed b/TCG/Library/Artifacts/5e/5e00fd4ae39519d2c6738e3cabce44ed
deleted file mode 100644
index 511b86a9..00000000
Binary files a/TCG/Library/Artifacts/5e/5e00fd4ae39519d2c6738e3cabce44ed and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5e1b736334c58516a2dea31ff68903ee b/TCG/Library/Artifacts/5e/5e1b736334c58516a2dea31ff68903ee
deleted file mode 100644
index 1243ce9c..00000000
Binary files a/TCG/Library/Artifacts/5e/5e1b736334c58516a2dea31ff68903ee and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5e1bf02f0f291c48a79612fd44f06495 b/TCG/Library/Artifacts/5e/5e1bf02f0f291c48a79612fd44f06495
deleted file mode 100644
index 19c2d606..00000000
Binary files a/TCG/Library/Artifacts/5e/5e1bf02f0f291c48a79612fd44f06495 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5e1fe434e0cfdd546f6d90dd0e1377c1 b/TCG/Library/Artifacts/5e/5e1fe434e0cfdd546f6d90dd0e1377c1
deleted file mode 100644
index ab26b0b2..00000000
Binary files a/TCG/Library/Artifacts/5e/5e1fe434e0cfdd546f6d90dd0e1377c1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5e20c4e340a751cfb77bead0ecb77b09 b/TCG/Library/Artifacts/5e/5e20c4e340a751cfb77bead0ecb77b09
deleted file mode 100644
index e9fa497e..00000000
Binary files a/TCG/Library/Artifacts/5e/5e20c4e340a751cfb77bead0ecb77b09 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5e27d0da28116f741154d28af38afe8c b/TCG/Library/Artifacts/5e/5e27d0da28116f741154d28af38afe8c
deleted file mode 100644
index 188ec14c..00000000
Binary files a/TCG/Library/Artifacts/5e/5e27d0da28116f741154d28af38afe8c and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5e5113fb96f5bcd40d5822ca2fc0bd8a b/TCG/Library/Artifacts/5e/5e5113fb96f5bcd40d5822ca2fc0bd8a
deleted file mode 100644
index ebf013cc..00000000
Binary files a/TCG/Library/Artifacts/5e/5e5113fb96f5bcd40d5822ca2fc0bd8a and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5e594c797f4cddf7156e807b411a89bc b/TCG/Library/Artifacts/5e/5e594c797f4cddf7156e807b411a89bc
deleted file mode 100644
index 28ae67c0..00000000
Binary files a/TCG/Library/Artifacts/5e/5e594c797f4cddf7156e807b411a89bc and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5e948830ff26a00b695193544f24ace1 b/TCG/Library/Artifacts/5e/5e948830ff26a00b695193544f24ace1
deleted file mode 100644
index 7c49b3a8..00000000
Binary files a/TCG/Library/Artifacts/5e/5e948830ff26a00b695193544f24ace1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5e9d57bca097f3b6def06b3d4ad6270b b/TCG/Library/Artifacts/5e/5e9d57bca097f3b6def06b3d4ad6270b
deleted file mode 100644
index 2a5f7dc4..00000000
Binary files a/TCG/Library/Artifacts/5e/5e9d57bca097f3b6def06b3d4ad6270b and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5ea783edb0eff1d866f6d2c8eb203c39 b/TCG/Library/Artifacts/5e/5ea783edb0eff1d866f6d2c8eb203c39
deleted file mode 100644
index 0d5ed054..00000000
Binary files a/TCG/Library/Artifacts/5e/5ea783edb0eff1d866f6d2c8eb203c39 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5ec31be18e8ffb3424b3e1b016118611 b/TCG/Library/Artifacts/5e/5ec31be18e8ffb3424b3e1b016118611
deleted file mode 100644
index 8e081081..00000000
Binary files a/TCG/Library/Artifacts/5e/5ec31be18e8ffb3424b3e1b016118611 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5ec378de9260bd23f45acbc15e215bab b/TCG/Library/Artifacts/5e/5ec378de9260bd23f45acbc15e215bab
deleted file mode 100644
index 1bf3b78c..00000000
Binary files a/TCG/Library/Artifacts/5e/5ec378de9260bd23f45acbc15e215bab and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5ed094bbeea5c1c023b1d15a96af7410 b/TCG/Library/Artifacts/5e/5ed094bbeea5c1c023b1d15a96af7410
deleted file mode 100644
index 6f0efa91..00000000
Binary files a/TCG/Library/Artifacts/5e/5ed094bbeea5c1c023b1d15a96af7410 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5ed6057667a7d1d2fa88fd9a24a6d8dc b/TCG/Library/Artifacts/5e/5ed6057667a7d1d2fa88fd9a24a6d8dc
deleted file mode 100644
index da1b55a7..00000000
Binary files a/TCG/Library/Artifacts/5e/5ed6057667a7d1d2fa88fd9a24a6d8dc and /dev/null differ
diff --git a/TCG/Library/Artifacts/5e/5eebf009797a19034376351b404d8458 b/TCG/Library/Artifacts/5e/5eebf009797a19034376351b404d8458
deleted file mode 100644
index 6757a7a6..00000000
Binary files a/TCG/Library/Artifacts/5e/5eebf009797a19034376351b404d8458 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5f/5f2fdbfb53f6c08fa1d3eb01fd35036a b/TCG/Library/Artifacts/5f/5f2fdbfb53f6c08fa1d3eb01fd35036a
deleted file mode 100644
index b776bf40..00000000
Binary files a/TCG/Library/Artifacts/5f/5f2fdbfb53f6c08fa1d3eb01fd35036a and /dev/null differ
diff --git a/TCG/Library/Artifacts/5f/5fb10411cf9b902883234a285d3db7fd b/TCG/Library/Artifacts/5f/5fb10411cf9b902883234a285d3db7fd
deleted file mode 100644
index b45eb524..00000000
Binary files a/TCG/Library/Artifacts/5f/5fb10411cf9b902883234a285d3db7fd and /dev/null differ
diff --git a/TCG/Library/Artifacts/5f/5fde3954dbf49ea355bf0b91362d8157 b/TCG/Library/Artifacts/5f/5fde3954dbf49ea355bf0b91362d8157
deleted file mode 100644
index 4aebf797..00000000
Binary files a/TCG/Library/Artifacts/5f/5fde3954dbf49ea355bf0b91362d8157 and /dev/null differ
diff --git a/TCG/Library/Artifacts/5f/5ffedcd903f613c693e5b206ed6c2009 b/TCG/Library/Artifacts/5f/5ffedcd903f613c693e5b206ed6c2009
deleted file mode 100644
index dba531f8..00000000
Binary files a/TCG/Library/Artifacts/5f/5ffedcd903f613c693e5b206ed6c2009 and /dev/null differ
diff --git a/TCG/Library/Artifacts/60/6001792a63e3ab2335bfaefe215df21e b/TCG/Library/Artifacts/60/6001792a63e3ab2335bfaefe215df21e
deleted file mode 100644
index fef82eb1..00000000
Binary files a/TCG/Library/Artifacts/60/6001792a63e3ab2335bfaefe215df21e and /dev/null differ
diff --git a/TCG/Library/Artifacts/60/600328233f9084fa55a46dc533d212e4 b/TCG/Library/Artifacts/60/600328233f9084fa55a46dc533d212e4
deleted file mode 100644
index 2b3ae4ca..00000000
Binary files a/TCG/Library/Artifacts/60/600328233f9084fa55a46dc533d212e4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/60/605527211c225778de5d228d644bf5c2 b/TCG/Library/Artifacts/60/605527211c225778de5d228d644bf5c2
deleted file mode 100644
index c0cb140c..00000000
Binary files a/TCG/Library/Artifacts/60/605527211c225778de5d228d644bf5c2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/60/607beae8ac17598cbbccb2150335bf2d b/TCG/Library/Artifacts/60/607beae8ac17598cbbccb2150335bf2d
deleted file mode 100644
index f2ddbe5e..00000000
Binary files a/TCG/Library/Artifacts/60/607beae8ac17598cbbccb2150335bf2d and /dev/null differ
diff --git a/TCG/Library/Artifacts/60/607ecd5e2a7caaddf14bd620966c922a b/TCG/Library/Artifacts/60/607ecd5e2a7caaddf14bd620966c922a
deleted file mode 100644
index c8540796..00000000
Binary files a/TCG/Library/Artifacts/60/607ecd5e2a7caaddf14bd620966c922a and /dev/null differ
diff --git a/TCG/Library/Artifacts/60/608703bef39b2515a5c0210ab1e63626 b/TCG/Library/Artifacts/60/608703bef39b2515a5c0210ab1e63626
deleted file mode 100644
index 202322fb..00000000
Binary files a/TCG/Library/Artifacts/60/608703bef39b2515a5c0210ab1e63626 and /dev/null differ
diff --git a/TCG/Library/Artifacts/60/60924320091102553d3761a355f1d79c b/TCG/Library/Artifacts/60/60924320091102553d3761a355f1d79c
deleted file mode 100644
index 326e4737..00000000
Binary files a/TCG/Library/Artifacts/60/60924320091102553d3761a355f1d79c and /dev/null differ
diff --git a/TCG/Library/Artifacts/60/60a858601016371b1e26f486e875a679 b/TCG/Library/Artifacts/60/60a858601016371b1e26f486e875a679
deleted file mode 100644
index 3ea5495c..00000000
Binary files a/TCG/Library/Artifacts/60/60a858601016371b1e26f486e875a679 and /dev/null differ
diff --git a/TCG/Library/Artifacts/60/60e8773954ded6da384ca988eee81988 b/TCG/Library/Artifacts/60/60e8773954ded6da384ca988eee81988
deleted file mode 100644
index d7d476c5..00000000
Binary files a/TCG/Library/Artifacts/60/60e8773954ded6da384ca988eee81988 and /dev/null differ
diff --git a/TCG/Library/Artifacts/61/6112b01897e9ac9294576efa967c171b b/TCG/Library/Artifacts/61/6112b01897e9ac9294576efa967c171b
deleted file mode 100644
index 3fc7237e..00000000
Binary files a/TCG/Library/Artifacts/61/6112b01897e9ac9294576efa967c171b and /dev/null differ
diff --git a/TCG/Library/Artifacts/61/6125b2d4fd3d4ba36855489ff1a4dabc b/TCG/Library/Artifacts/61/6125b2d4fd3d4ba36855489ff1a4dabc
deleted file mode 100644
index 524bb569..00000000
Binary files a/TCG/Library/Artifacts/61/6125b2d4fd3d4ba36855489ff1a4dabc and /dev/null differ
diff --git a/TCG/Library/Artifacts/61/612684ba0e54291feafc379a7ab9fbff b/TCG/Library/Artifacts/61/612684ba0e54291feafc379a7ab9fbff
deleted file mode 100644
index 92f56dec..00000000
Binary files a/TCG/Library/Artifacts/61/612684ba0e54291feafc379a7ab9fbff and /dev/null differ
diff --git a/TCG/Library/Artifacts/61/6172033f7c0ad955917390aa4079ec15 b/TCG/Library/Artifacts/61/6172033f7c0ad955917390aa4079ec15
deleted file mode 100644
index e9ba2f7e..00000000
Binary files a/TCG/Library/Artifacts/61/6172033f7c0ad955917390aa4079ec15 and /dev/null differ
diff --git a/TCG/Library/Artifacts/61/6180879a63102dab4724c57173fedc5a b/TCG/Library/Artifacts/61/6180879a63102dab4724c57173fedc5a
deleted file mode 100644
index 0fd91abc..00000000
Binary files a/TCG/Library/Artifacts/61/6180879a63102dab4724c57173fedc5a and /dev/null differ
diff --git a/TCG/Library/Artifacts/61/61bccea1de18fd937ef8482458c65110 b/TCG/Library/Artifacts/61/61bccea1de18fd937ef8482458c65110
deleted file mode 100644
index 2d80d067..00000000
Binary files a/TCG/Library/Artifacts/61/61bccea1de18fd937ef8482458c65110 and /dev/null differ
diff --git a/TCG/Library/Artifacts/61/61bfb9f91b1224a70cc32136ad7a63a1 b/TCG/Library/Artifacts/61/61bfb9f91b1224a70cc32136ad7a63a1
deleted file mode 100644
index 4d10bc74..00000000
Binary files a/TCG/Library/Artifacts/61/61bfb9f91b1224a70cc32136ad7a63a1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/62/620c9335b51d07637b7edf05fe133eeb b/TCG/Library/Artifacts/62/620c9335b51d07637b7edf05fe133eeb
deleted file mode 100644
index 0d509f19..00000000
Binary files a/TCG/Library/Artifacts/62/620c9335b51d07637b7edf05fe133eeb and /dev/null differ
diff --git a/TCG/Library/Artifacts/62/62332c82557ad8bb36d5b4ab8fd4b4da b/TCG/Library/Artifacts/62/62332c82557ad8bb36d5b4ab8fd4b4da
deleted file mode 100644
index b4e3cfff..00000000
Binary files a/TCG/Library/Artifacts/62/62332c82557ad8bb36d5b4ab8fd4b4da and /dev/null differ
diff --git a/TCG/Library/Artifacts/62/62462aeecd29355e342697719f5d7591 b/TCG/Library/Artifacts/62/62462aeecd29355e342697719f5d7591
deleted file mode 100644
index 848a4291..00000000
Binary files a/TCG/Library/Artifacts/62/62462aeecd29355e342697719f5d7591 and /dev/null differ
diff --git a/TCG/Library/Artifacts/62/6271a247aaceef96f4e6a9bc0a4d9673 b/TCG/Library/Artifacts/62/6271a247aaceef96f4e6a9bc0a4d9673
deleted file mode 100644
index 05d751eb..00000000
Binary files a/TCG/Library/Artifacts/62/6271a247aaceef96f4e6a9bc0a4d9673 and /dev/null differ
diff --git a/TCG/Library/Artifacts/62/629341294634c09831079e2354d92e74 b/TCG/Library/Artifacts/62/629341294634c09831079e2354d92e74
deleted file mode 100644
index 22f61018..00000000
Binary files a/TCG/Library/Artifacts/62/629341294634c09831079e2354d92e74 and /dev/null differ
diff --git a/TCG/Library/Artifacts/62/629ee5197a8feac032ccbd4837e1ac6b b/TCG/Library/Artifacts/62/629ee5197a8feac032ccbd4837e1ac6b
deleted file mode 100644
index 9338ce82..00000000
Binary files a/TCG/Library/Artifacts/62/629ee5197a8feac032ccbd4837e1ac6b and /dev/null differ
diff --git a/TCG/Library/Artifacts/62/62b64609883655bd5be788ce5cadd868 b/TCG/Library/Artifacts/62/62b64609883655bd5be788ce5cadd868
deleted file mode 100644
index e5918046..00000000
Binary files a/TCG/Library/Artifacts/62/62b64609883655bd5be788ce5cadd868 and /dev/null differ
diff --git a/TCG/Library/Artifacts/62/62b8574802d9214f2c1ec324b1c03ee8 b/TCG/Library/Artifacts/62/62b8574802d9214f2c1ec324b1c03ee8
deleted file mode 100644
index 0379a6eb..00000000
Binary files a/TCG/Library/Artifacts/62/62b8574802d9214f2c1ec324b1c03ee8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/62/62f0089556921062c6ec31a369278743 b/TCG/Library/Artifacts/62/62f0089556921062c6ec31a369278743
deleted file mode 100644
index 3c5070de..00000000
Binary files a/TCG/Library/Artifacts/62/62f0089556921062c6ec31a369278743 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/6315804ac99dc6b324aaf8ab41576895 b/TCG/Library/Artifacts/63/6315804ac99dc6b324aaf8ab41576895
deleted file mode 100644
index d108e28f..00000000
Binary files a/TCG/Library/Artifacts/63/6315804ac99dc6b324aaf8ab41576895 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/6322b1e1c5e4bb79c41183f3327c2eaa b/TCG/Library/Artifacts/63/6322b1e1c5e4bb79c41183f3327c2eaa
deleted file mode 100644
index 4e999360..00000000
Binary files a/TCG/Library/Artifacts/63/6322b1e1c5e4bb79c41183f3327c2eaa and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/63234aed8a979ad9ab7802f498c6e8d6 b/TCG/Library/Artifacts/63/63234aed8a979ad9ab7802f498c6e8d6
deleted file mode 100644
index 934f6d95..00000000
Binary files a/TCG/Library/Artifacts/63/63234aed8a979ad9ab7802f498c6e8d6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/635c37bec49b99e384117a52b3bb494c b/TCG/Library/Artifacts/63/635c37bec49b99e384117a52b3bb494c
deleted file mode 100644
index 07db71c2..00000000
Binary files a/TCG/Library/Artifacts/63/635c37bec49b99e384117a52b3bb494c and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/6361790986ebb0e97fb38f7579827548 b/TCG/Library/Artifacts/63/6361790986ebb0e97fb38f7579827548
deleted file mode 100644
index c506c9ee..00000000
Binary files a/TCG/Library/Artifacts/63/6361790986ebb0e97fb38f7579827548 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/6368684c471ca2b960f6085a62fc0a41 b/TCG/Library/Artifacts/63/6368684c471ca2b960f6085a62fc0a41
deleted file mode 100644
index d049183b..00000000
Binary files a/TCG/Library/Artifacts/63/6368684c471ca2b960f6085a62fc0a41 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/636f3a8237e1bc968d487a55d91bd4d3 b/TCG/Library/Artifacts/63/636f3a8237e1bc968d487a55d91bd4d3
deleted file mode 100644
index f524718c..00000000
Binary files a/TCG/Library/Artifacts/63/636f3a8237e1bc968d487a55d91bd4d3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/63800bf309ac2127f740858fde438f3e b/TCG/Library/Artifacts/63/63800bf309ac2127f740858fde438f3e
deleted file mode 100644
index 42b8a212..00000000
Binary files a/TCG/Library/Artifacts/63/63800bf309ac2127f740858fde438f3e and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/638a21c449224ba87ca71cc6380eead6 b/TCG/Library/Artifacts/63/638a21c449224ba87ca71cc6380eead6
deleted file mode 100644
index a118a8b1..00000000
Binary files a/TCG/Library/Artifacts/63/638a21c449224ba87ca71cc6380eead6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/63a062dac2203ba5c6ab49f877009804 b/TCG/Library/Artifacts/63/63a062dac2203ba5c6ab49f877009804
deleted file mode 100644
index 8f89b08c..00000000
Binary files a/TCG/Library/Artifacts/63/63a062dac2203ba5c6ab49f877009804 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/63b22a8c3be47edb1744520d29113ef2 b/TCG/Library/Artifacts/63/63b22a8c3be47edb1744520d29113ef2
deleted file mode 100644
index 82823682..00000000
Binary files a/TCG/Library/Artifacts/63/63b22a8c3be47edb1744520d29113ef2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/63b481dcdb7eb067e74bb5f3c5b63532 b/TCG/Library/Artifacts/63/63b481dcdb7eb067e74bb5f3c5b63532
deleted file mode 100644
index 3d9e9085..00000000
Binary files a/TCG/Library/Artifacts/63/63b481dcdb7eb067e74bb5f3c5b63532 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/63c5418b4b1f06075be4058cbafa0468 b/TCG/Library/Artifacts/63/63c5418b4b1f06075be4058cbafa0468
deleted file mode 100644
index 1dc6677c..00000000
Binary files a/TCG/Library/Artifacts/63/63c5418b4b1f06075be4058cbafa0468 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/63ce980ead2db944d626b98f5e229553 b/TCG/Library/Artifacts/63/63ce980ead2db944d626b98f5e229553
deleted file mode 100644
index 11c96ea3..00000000
Binary files a/TCG/Library/Artifacts/63/63ce980ead2db944d626b98f5e229553 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/63d4defb521a50e4eb2d70ab16ddc4d8 b/TCG/Library/Artifacts/63/63d4defb521a50e4eb2d70ab16ddc4d8
deleted file mode 100644
index 58a5211a..00000000
Binary files a/TCG/Library/Artifacts/63/63d4defb521a50e4eb2d70ab16ddc4d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/63eb4beaa027ac5536253ebd90a89d1e b/TCG/Library/Artifacts/63/63eb4beaa027ac5536253ebd90a89d1e
deleted file mode 100644
index ec140020..00000000
Binary files a/TCG/Library/Artifacts/63/63eb4beaa027ac5536253ebd90a89d1e and /dev/null differ
diff --git a/TCG/Library/Artifacts/63/63fcb8f37513201509d5e45078341ad4 b/TCG/Library/Artifacts/63/63fcb8f37513201509d5e45078341ad4
deleted file mode 100644
index b9f9336c..00000000
Binary files a/TCG/Library/Artifacts/63/63fcb8f37513201509d5e45078341ad4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/6411e80f8f57ab0dccfac0f01f4fc7d0 b/TCG/Library/Artifacts/64/6411e80f8f57ab0dccfac0f01f4fc7d0
deleted file mode 100644
index 6577fee2..00000000
Binary files a/TCG/Library/Artifacts/64/6411e80f8f57ab0dccfac0f01f4fc7d0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/6418efb1e20fb90606372cd0f2ddbc88 b/TCG/Library/Artifacts/64/6418efb1e20fb90606372cd0f2ddbc88
deleted file mode 100644
index dacf4f8e..00000000
Binary files a/TCG/Library/Artifacts/64/6418efb1e20fb90606372cd0f2ddbc88 and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/641eaa9eae0657b39a5df548e6242af2 b/TCG/Library/Artifacts/64/641eaa9eae0657b39a5df548e6242af2
deleted file mode 100644
index 733b4b36..00000000
Binary files a/TCG/Library/Artifacts/64/641eaa9eae0657b39a5df548e6242af2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/6438112cb96f39afaa063c88c08951d7 b/TCG/Library/Artifacts/64/6438112cb96f39afaa063c88c08951d7
deleted file mode 100644
index 549e9734..00000000
Binary files a/TCG/Library/Artifacts/64/6438112cb96f39afaa063c88c08951d7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/64464bb96e3759d8a120151a0aa9b495 b/TCG/Library/Artifacts/64/64464bb96e3759d8a120151a0aa9b495
deleted file mode 100644
index ba6667f4..00000000
Binary files a/TCG/Library/Artifacts/64/64464bb96e3759d8a120151a0aa9b495 and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/644b5c9af4ca2e377c3574f26666290d b/TCG/Library/Artifacts/64/644b5c9af4ca2e377c3574f26666290d
deleted file mode 100644
index 23aedb1d..00000000
Binary files a/TCG/Library/Artifacts/64/644b5c9af4ca2e377c3574f26666290d and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/64687d5018d68ddfc6cca4e3e62b8bd1 b/TCG/Library/Artifacts/64/64687d5018d68ddfc6cca4e3e62b8bd1
deleted file mode 100644
index 04a7bb91..00000000
Binary files a/TCG/Library/Artifacts/64/64687d5018d68ddfc6cca4e3e62b8bd1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/64884989c25716766667550763876ffd b/TCG/Library/Artifacts/64/64884989c25716766667550763876ffd
deleted file mode 100644
index 3f5b5bf1..00000000
Binary files a/TCG/Library/Artifacts/64/64884989c25716766667550763876ffd and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/648b0b26985f8a5b89cf98fea189221c b/TCG/Library/Artifacts/64/648b0b26985f8a5b89cf98fea189221c
deleted file mode 100644
index d79e37d8..00000000
Binary files a/TCG/Library/Artifacts/64/648b0b26985f8a5b89cf98fea189221c and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/6490a947d8e574e0bb2fd0302c3325c6 b/TCG/Library/Artifacts/64/6490a947d8e574e0bb2fd0302c3325c6
deleted file mode 100644
index 2f3ecfd4..00000000
Binary files a/TCG/Library/Artifacts/64/6490a947d8e574e0bb2fd0302c3325c6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/64ba7a4da98d4d6eb7c922468a8b62a0 b/TCG/Library/Artifacts/64/64ba7a4da98d4d6eb7c922468a8b62a0
deleted file mode 100644
index 2f7e330f..00000000
Binary files a/TCG/Library/Artifacts/64/64ba7a4da98d4d6eb7c922468a8b62a0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/64d688077b4e9a9995c15ece6a00f669 b/TCG/Library/Artifacts/64/64d688077b4e9a9995c15ece6a00f669
deleted file mode 100644
index 0a939880..00000000
Binary files a/TCG/Library/Artifacts/64/64d688077b4e9a9995c15ece6a00f669 and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/64df2eee5daa2dda17f65bd74a4c3d42 b/TCG/Library/Artifacts/64/64df2eee5daa2dda17f65bd74a4c3d42
deleted file mode 100644
index 0c879529..00000000
Binary files a/TCG/Library/Artifacts/64/64df2eee5daa2dda17f65bd74a4c3d42 and /dev/null differ
diff --git a/TCG/Library/Artifacts/64/64fc2ab9f215fa435f145713f176bc71 b/TCG/Library/Artifacts/64/64fc2ab9f215fa435f145713f176bc71
deleted file mode 100644
index 29aae320..00000000
Binary files a/TCG/Library/Artifacts/64/64fc2ab9f215fa435f145713f176bc71 and /dev/null differ
diff --git a/TCG/Library/Artifacts/65/652ee32b815e59f9e74c423435e6d6f1 b/TCG/Library/Artifacts/65/652ee32b815e59f9e74c423435e6d6f1
deleted file mode 100644
index 69cac0f3..00000000
Binary files a/TCG/Library/Artifacts/65/652ee32b815e59f9e74c423435e6d6f1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/65/6539ef33fe5b04927fde896b524cfa97 b/TCG/Library/Artifacts/65/6539ef33fe5b04927fde896b524cfa97
deleted file mode 100644
index e327bd28..00000000
Binary files a/TCG/Library/Artifacts/65/6539ef33fe5b04927fde896b524cfa97 and /dev/null differ
diff --git a/TCG/Library/Artifacts/65/65403be4d19ffee4cfc1860a065b0af5 b/TCG/Library/Artifacts/65/65403be4d19ffee4cfc1860a065b0af5
deleted file mode 100644
index 7e3f67af..00000000
Binary files a/TCG/Library/Artifacts/65/65403be4d19ffee4cfc1860a065b0af5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/65/65705519377b5bcee9ef0383ced3b750 b/TCG/Library/Artifacts/65/65705519377b5bcee9ef0383ced3b750
deleted file mode 100644
index 07295d26..00000000
Binary files a/TCG/Library/Artifacts/65/65705519377b5bcee9ef0383ced3b750 and /dev/null differ
diff --git a/TCG/Library/Artifacts/65/6582d6891d15d995e14dd470c8980327 b/TCG/Library/Artifacts/65/6582d6891d15d995e14dd470c8980327
deleted file mode 100644
index dd3f3fda..00000000
Binary files a/TCG/Library/Artifacts/65/6582d6891d15d995e14dd470c8980327 and /dev/null differ
diff --git a/TCG/Library/Artifacts/65/65a54914885b49c99602e281107ed50e b/TCG/Library/Artifacts/65/65a54914885b49c99602e281107ed50e
deleted file mode 100644
index e62fe77d..00000000
Binary files a/TCG/Library/Artifacts/65/65a54914885b49c99602e281107ed50e and /dev/null differ
diff --git a/TCG/Library/Artifacts/65/65a6c4b2d5be84e6ce049e0a678772e9 b/TCG/Library/Artifacts/65/65a6c4b2d5be84e6ce049e0a678772e9
deleted file mode 100644
index 8f857d71..00000000
Binary files a/TCG/Library/Artifacts/65/65a6c4b2d5be84e6ce049e0a678772e9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/65/65ecf2fb7b04a60edd864093e512c5ba b/TCG/Library/Artifacts/65/65ecf2fb7b04a60edd864093e512c5ba
deleted file mode 100644
index e14b2ce5..00000000
Binary files a/TCG/Library/Artifacts/65/65ecf2fb7b04a60edd864093e512c5ba and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66208fb60805da0c6c1cd4551b9a5177 b/TCG/Library/Artifacts/66/66208fb60805da0c6c1cd4551b9a5177
deleted file mode 100644
index 6b5fe254..00000000
Binary files a/TCG/Library/Artifacts/66/66208fb60805da0c6c1cd4551b9a5177 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66210d386bb21bd340dee6fd133a3559 b/TCG/Library/Artifacts/66/66210d386bb21bd340dee6fd133a3559
deleted file mode 100644
index 3d28af8f..00000000
Binary files a/TCG/Library/Artifacts/66/66210d386bb21bd340dee6fd133a3559 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/664decb178e5edadd46c80ac0ec470db b/TCG/Library/Artifacts/66/664decb178e5edadd46c80ac0ec470db
deleted file mode 100644
index 3933cbfa..00000000
Binary files a/TCG/Library/Artifacts/66/664decb178e5edadd46c80ac0ec470db and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/664df1cd3055c76535f6df62b63a5305 b/TCG/Library/Artifacts/66/664df1cd3055c76535f6df62b63a5305
deleted file mode 100644
index 9736c32e..00000000
Binary files a/TCG/Library/Artifacts/66/664df1cd3055c76535f6df62b63a5305 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/666692584c5f5a09dc3e9da99a4b70af b/TCG/Library/Artifacts/66/666692584c5f5a09dc3e9da99a4b70af
deleted file mode 100644
index 46108ae9..00000000
Binary files a/TCG/Library/Artifacts/66/666692584c5f5a09dc3e9da99a4b70af and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/667321ef8db9b7b5b366037605db3c98 b/TCG/Library/Artifacts/66/667321ef8db9b7b5b366037605db3c98
deleted file mode 100644
index 3cc41054..00000000
Binary files a/TCG/Library/Artifacts/66/667321ef8db9b7b5b366037605db3c98 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66740a208d8e24edc689179d70554df5 b/TCG/Library/Artifacts/66/66740a208d8e24edc689179d70554df5
deleted file mode 100644
index 083f9acd..00000000
Binary files a/TCG/Library/Artifacts/66/66740a208d8e24edc689179d70554df5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66874d95841c4e5eff681192b50c08ed b/TCG/Library/Artifacts/66/66874d95841c4e5eff681192b50c08ed
deleted file mode 100644
index 1fc9cc82..00000000
Binary files a/TCG/Library/Artifacts/66/66874d95841c4e5eff681192b50c08ed and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/668c1cb014ce01b20c687125da128b43 b/TCG/Library/Artifacts/66/668c1cb014ce01b20c687125da128b43
deleted file mode 100644
index def95144..00000000
Binary files a/TCG/Library/Artifacts/66/668c1cb014ce01b20c687125da128b43 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/668ca40492c7971300c9996f2ec73061 b/TCG/Library/Artifacts/66/668ca40492c7971300c9996f2ec73061
deleted file mode 100644
index 3ffd703f..00000000
Binary files a/TCG/Library/Artifacts/66/668ca40492c7971300c9996f2ec73061 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/669c0cc994eb7ad33d4b70657166a43b b/TCG/Library/Artifacts/66/669c0cc994eb7ad33d4b70657166a43b
deleted file mode 100644
index 7d2e46b5..00000000
Binary files a/TCG/Library/Artifacts/66/669c0cc994eb7ad33d4b70657166a43b and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66aa7c4c4fe999b623e5cc3936902bfd b/TCG/Library/Artifacts/66/66aa7c4c4fe999b623e5cc3936902bfd
deleted file mode 100644
index 820df802..00000000
Binary files a/TCG/Library/Artifacts/66/66aa7c4c4fe999b623e5cc3936902bfd and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66c2fd0233258002887225f66e598f6e b/TCG/Library/Artifacts/66/66c2fd0233258002887225f66e598f6e
deleted file mode 100644
index 26e0a1fc..00000000
Binary files a/TCG/Library/Artifacts/66/66c2fd0233258002887225f66e598f6e and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66c5dbfc54fceb41faef62b0b27fb014 b/TCG/Library/Artifacts/66/66c5dbfc54fceb41faef62b0b27fb014
deleted file mode 100644
index f3a86aff..00000000
Binary files a/TCG/Library/Artifacts/66/66c5dbfc54fceb41faef62b0b27fb014 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66caf20ed594308786da604a174624b1 b/TCG/Library/Artifacts/66/66caf20ed594308786da604a174624b1
deleted file mode 100644
index 085bda97..00000000
Binary files a/TCG/Library/Artifacts/66/66caf20ed594308786da604a174624b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66cb73d650cb8ed89314fdf766df8c46 b/TCG/Library/Artifacts/66/66cb73d650cb8ed89314fdf766df8c46
deleted file mode 100644
index 63257890..00000000
Binary files a/TCG/Library/Artifacts/66/66cb73d650cb8ed89314fdf766df8c46 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66e5ffdfa572e8bfe37f388c622c9044 b/TCG/Library/Artifacts/66/66e5ffdfa572e8bfe37f388c622c9044
deleted file mode 100644
index d9a51ab7..00000000
Binary files a/TCG/Library/Artifacts/66/66e5ffdfa572e8bfe37f388c622c9044 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66e625595aec1f8a1d73751481e8dbd3 b/TCG/Library/Artifacts/66/66e625595aec1f8a1d73751481e8dbd3
deleted file mode 100644
index d3688f51..00000000
Binary files a/TCG/Library/Artifacts/66/66e625595aec1f8a1d73751481e8dbd3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/66/66f58dee1dc7e3b1c0f9cf77bf2cee18 b/TCG/Library/Artifacts/66/66f58dee1dc7e3b1c0f9cf77bf2cee18
deleted file mode 100644
index fa53f1b8..00000000
Binary files a/TCG/Library/Artifacts/66/66f58dee1dc7e3b1c0f9cf77bf2cee18 and /dev/null differ
diff --git a/TCG/Library/Artifacts/67/67193909d2518d26df2a7e6fd6027666 b/TCG/Library/Artifacts/67/67193909d2518d26df2a7e6fd6027666
deleted file mode 100644
index 8cc38939..00000000
Binary files a/TCG/Library/Artifacts/67/67193909d2518d26df2a7e6fd6027666 and /dev/null differ
diff --git a/TCG/Library/Artifacts/67/67356a5827ef5bb937f658ff745333a6 b/TCG/Library/Artifacts/67/67356a5827ef5bb937f658ff745333a6
deleted file mode 100644
index 9c3955ed..00000000
Binary files a/TCG/Library/Artifacts/67/67356a5827ef5bb937f658ff745333a6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/67/676609a06789429904d87b665e0b729d b/TCG/Library/Artifacts/67/676609a06789429904d87b665e0b729d
deleted file mode 100644
index 286dc039..00000000
Binary files a/TCG/Library/Artifacts/67/676609a06789429904d87b665e0b729d and /dev/null differ
diff --git a/TCG/Library/Artifacts/67/676ca717666c165205c32fbca20f2e54 b/TCG/Library/Artifacts/67/676ca717666c165205c32fbca20f2e54
deleted file mode 100644
index 08709a70..00000000
Binary files a/TCG/Library/Artifacts/67/676ca717666c165205c32fbca20f2e54 and /dev/null differ
diff --git a/TCG/Library/Artifacts/67/6775efa0da137fac0ef3f951d4780955 b/TCG/Library/Artifacts/67/6775efa0da137fac0ef3f951d4780955
deleted file mode 100644
index d6929042..00000000
Binary files a/TCG/Library/Artifacts/67/6775efa0da137fac0ef3f951d4780955 and /dev/null differ
diff --git a/TCG/Library/Artifacts/67/6798d26c4a37e7995c9d6f9b5dca2b4a b/TCG/Library/Artifacts/67/6798d26c4a37e7995c9d6f9b5dca2b4a
deleted file mode 100644
index cbe5f7f7..00000000
Binary files a/TCG/Library/Artifacts/67/6798d26c4a37e7995c9d6f9b5dca2b4a and /dev/null differ
diff --git a/TCG/Library/Artifacts/67/679b5fd7fb7a90871e838b0d8dc4e03f b/TCG/Library/Artifacts/67/679b5fd7fb7a90871e838b0d8dc4e03f
deleted file mode 100644
index b49404c0..00000000
Binary files a/TCG/Library/Artifacts/67/679b5fd7fb7a90871e838b0d8dc4e03f and /dev/null differ
diff --git a/TCG/Library/Artifacts/67/67bbaf4bf48b7df21f4f3366b09710f1 b/TCG/Library/Artifacts/67/67bbaf4bf48b7df21f4f3366b09710f1
deleted file mode 100644
index 049932fc..00000000
Binary files a/TCG/Library/Artifacts/67/67bbaf4bf48b7df21f4f3366b09710f1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/67/67bc0775d6130815ab8d787986f16d2f b/TCG/Library/Artifacts/67/67bc0775d6130815ab8d787986f16d2f
deleted file mode 100644
index f6c6663f..00000000
Binary files a/TCG/Library/Artifacts/67/67bc0775d6130815ab8d787986f16d2f and /dev/null differ
diff --git a/TCG/Library/Artifacts/67/67bfb88ac978cc4c9f331c00cea0894a b/TCG/Library/Artifacts/67/67bfb88ac978cc4c9f331c00cea0894a
deleted file mode 100644
index da53f8df..00000000
Binary files a/TCG/Library/Artifacts/67/67bfb88ac978cc4c9f331c00cea0894a and /dev/null differ
diff --git a/TCG/Library/Artifacts/67/67ee569db548f36d860e1dcb03d3a3e8 b/TCG/Library/Artifacts/67/67ee569db548f36d860e1dcb03d3a3e8
deleted file mode 100644
index 604b7f45..00000000
Binary files a/TCG/Library/Artifacts/67/67ee569db548f36d860e1dcb03d3a3e8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/68/6818de034678c940c1ea357e7647c040 b/TCG/Library/Artifacts/68/6818de034678c940c1ea357e7647c040
deleted file mode 100644
index 455c699c..00000000
Binary files a/TCG/Library/Artifacts/68/6818de034678c940c1ea357e7647c040 and /dev/null differ
diff --git a/TCG/Library/Artifacts/68/684bc134f0279b2c654537f08cf8d273 b/TCG/Library/Artifacts/68/684bc134f0279b2c654537f08cf8d273
deleted file mode 100644
index dcf61c50..00000000
Binary files a/TCG/Library/Artifacts/68/684bc134f0279b2c654537f08cf8d273 and /dev/null differ
diff --git a/TCG/Library/Artifacts/68/686b1b4b44c0af7c00281eb77495271b b/TCG/Library/Artifacts/68/686b1b4b44c0af7c00281eb77495271b
deleted file mode 100644
index 77702da2..00000000
Binary files a/TCG/Library/Artifacts/68/686b1b4b44c0af7c00281eb77495271b and /dev/null differ
diff --git a/TCG/Library/Artifacts/68/687434ce4a72456971dcab8c3bbe1630 b/TCG/Library/Artifacts/68/687434ce4a72456971dcab8c3bbe1630
deleted file mode 100644
index c4e6a965..00000000
Binary files a/TCG/Library/Artifacts/68/687434ce4a72456971dcab8c3bbe1630 and /dev/null differ
diff --git a/TCG/Library/Artifacts/68/688353c199015c529a166891f5e06fc6 b/TCG/Library/Artifacts/68/688353c199015c529a166891f5e06fc6
deleted file mode 100644
index fba48fed..00000000
Binary files a/TCG/Library/Artifacts/68/688353c199015c529a166891f5e06fc6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/68/689d62cc0c942f3c75fabb9dfa5e8200 b/TCG/Library/Artifacts/68/689d62cc0c942f3c75fabb9dfa5e8200
deleted file mode 100644
index 4f5f6f41..00000000
Binary files a/TCG/Library/Artifacts/68/689d62cc0c942f3c75fabb9dfa5e8200 and /dev/null differ
diff --git a/TCG/Library/Artifacts/68/68b34bde09d58173df4ac9959da750ff b/TCG/Library/Artifacts/68/68b34bde09d58173df4ac9959da750ff
deleted file mode 100644
index a2517f58..00000000
Binary files a/TCG/Library/Artifacts/68/68b34bde09d58173df4ac9959da750ff and /dev/null differ
diff --git a/TCG/Library/Artifacts/68/68be5511b1d3bcd41df388b99919b045 b/TCG/Library/Artifacts/68/68be5511b1d3bcd41df388b99919b045
deleted file mode 100644
index 85707f3d..00000000
Binary files a/TCG/Library/Artifacts/68/68be5511b1d3bcd41df388b99919b045 and /dev/null differ
diff --git a/TCG/Library/Artifacts/68/68da7a310c75bc4b5b96311bb6ee8c4f b/TCG/Library/Artifacts/68/68da7a310c75bc4b5b96311bb6ee8c4f
deleted file mode 100644
index 4d9029c3..00000000
Binary files a/TCG/Library/Artifacts/68/68da7a310c75bc4b5b96311bb6ee8c4f and /dev/null differ
diff --git a/TCG/Library/Artifacts/69/692bcff06488e59d05426936fe04a69a b/TCG/Library/Artifacts/69/692bcff06488e59d05426936fe04a69a
deleted file mode 100644
index a4abbee4..00000000
Binary files a/TCG/Library/Artifacts/69/692bcff06488e59d05426936fe04a69a and /dev/null differ
diff --git a/TCG/Library/Artifacts/69/69479534858139deb249316275627a7c b/TCG/Library/Artifacts/69/69479534858139deb249316275627a7c
deleted file mode 100644
index e5aec61f..00000000
Binary files a/TCG/Library/Artifacts/69/69479534858139deb249316275627a7c and /dev/null differ
diff --git a/TCG/Library/Artifacts/69/6948835e8d5cb35368aace533299664a b/TCG/Library/Artifacts/69/6948835e8d5cb35368aace533299664a
deleted file mode 100644
index 22e75c85..00000000
Binary files a/TCG/Library/Artifacts/69/6948835e8d5cb35368aace533299664a and /dev/null differ
diff --git a/TCG/Library/Artifacts/69/69527e8136f8693b99ea630a2d27b2a4 b/TCG/Library/Artifacts/69/69527e8136f8693b99ea630a2d27b2a4
deleted file mode 100644
index 177c3b11..00000000
Binary files a/TCG/Library/Artifacts/69/69527e8136f8693b99ea630a2d27b2a4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/69/69531d1781e78e0aa92e9160d2c085d4 b/TCG/Library/Artifacts/69/69531d1781e78e0aa92e9160d2c085d4
deleted file mode 100644
index f0d3c72c..00000000
Binary files a/TCG/Library/Artifacts/69/69531d1781e78e0aa92e9160d2c085d4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/69/69b6611629909a6fb7011c7487671a1d b/TCG/Library/Artifacts/69/69b6611629909a6fb7011c7487671a1d
deleted file mode 100644
index f46fd6bd..00000000
Binary files a/TCG/Library/Artifacts/69/69b6611629909a6fb7011c7487671a1d and /dev/null differ
diff --git a/TCG/Library/Artifacts/69/69b9e5e65199f78b8a130f5f15a2d63b b/TCG/Library/Artifacts/69/69b9e5e65199f78b8a130f5f15a2d63b
deleted file mode 100644
index 530cda26..00000000
Binary files a/TCG/Library/Artifacts/69/69b9e5e65199f78b8a130f5f15a2d63b and /dev/null differ
diff --git a/TCG/Library/Artifacts/69/69cceba3d2dc82225255ddaace1a2572 b/TCG/Library/Artifacts/69/69cceba3d2dc82225255ddaace1a2572
deleted file mode 100644
index 773e67ea..00000000
Binary files a/TCG/Library/Artifacts/69/69cceba3d2dc82225255ddaace1a2572 and /dev/null differ
diff --git a/TCG/Library/Artifacts/69/69d941ad69b133a2d2bed39f1d49ae4a b/TCG/Library/Artifacts/69/69d941ad69b133a2d2bed39f1d49ae4a
deleted file mode 100644
index ef072ebe..00000000
Binary files a/TCG/Library/Artifacts/69/69d941ad69b133a2d2bed39f1d49ae4a and /dev/null differ
diff --git a/TCG/Library/Artifacts/69/69f3ccdee21cd508fefc73255b8f2f2f b/TCG/Library/Artifacts/69/69f3ccdee21cd508fefc73255b8f2f2f
deleted file mode 100644
index cf572ee1..00000000
Binary files a/TCG/Library/Artifacts/69/69f3ccdee21cd508fefc73255b8f2f2f and /dev/null differ
diff --git a/TCG/Library/Artifacts/6a/6a0d675b61cc07a7b1f92d0ecacaa999 b/TCG/Library/Artifacts/6a/6a0d675b61cc07a7b1f92d0ecacaa999
deleted file mode 100644
index 339455b0..00000000
Binary files a/TCG/Library/Artifacts/6a/6a0d675b61cc07a7b1f92d0ecacaa999 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6a/6a18cf9e91bc79ab2810f9748a15f001 b/TCG/Library/Artifacts/6a/6a18cf9e91bc79ab2810f9748a15f001
deleted file mode 100644
index 146bb7bc..00000000
Binary files a/TCG/Library/Artifacts/6a/6a18cf9e91bc79ab2810f9748a15f001 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6a/6a3f1101fffcff62bbe158e966631718 b/TCG/Library/Artifacts/6a/6a3f1101fffcff62bbe158e966631718
deleted file mode 100644
index 2f25de58..00000000
Binary files a/TCG/Library/Artifacts/6a/6a3f1101fffcff62bbe158e966631718 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6a/6a5955cd9351366719632a94fff83dcf b/TCG/Library/Artifacts/6a/6a5955cd9351366719632a94fff83dcf
deleted file mode 100644
index 49f47033..00000000
Binary files a/TCG/Library/Artifacts/6a/6a5955cd9351366719632a94fff83dcf and /dev/null differ
diff --git a/TCG/Library/Artifacts/6a/6a8092a19414401133c8caa6e1ae70c0 b/TCG/Library/Artifacts/6a/6a8092a19414401133c8caa6e1ae70c0
deleted file mode 100644
index b50c86af..00000000
Binary files a/TCG/Library/Artifacts/6a/6a8092a19414401133c8caa6e1ae70c0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6a/6acd9a3c74a320d46692d228588c6835 b/TCG/Library/Artifacts/6a/6acd9a3c74a320d46692d228588c6835
deleted file mode 100644
index 110c9a40..00000000
Binary files a/TCG/Library/Artifacts/6a/6acd9a3c74a320d46692d228588c6835 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6a/6ae8ba0a386763491228693abdca7503 b/TCG/Library/Artifacts/6a/6ae8ba0a386763491228693abdca7503
deleted file mode 100644
index a6477387..00000000
Binary files a/TCG/Library/Artifacts/6a/6ae8ba0a386763491228693abdca7503 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6a/6af7cb9c6bd01f699ac5ef8d89baac21 b/TCG/Library/Artifacts/6a/6af7cb9c6bd01f699ac5ef8d89baac21
deleted file mode 100644
index 2aaa6d90..00000000
Binary files a/TCG/Library/Artifacts/6a/6af7cb9c6bd01f699ac5ef8d89baac21 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6a/6afd22e7acd34b847b8a14d001167055 b/TCG/Library/Artifacts/6a/6afd22e7acd34b847b8a14d001167055
deleted file mode 100644
index 55115eb4..00000000
Binary files a/TCG/Library/Artifacts/6a/6afd22e7acd34b847b8a14d001167055 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6b/6b077f23cfbb90c2963fe25a56b8dbaa b/TCG/Library/Artifacts/6b/6b077f23cfbb90c2963fe25a56b8dbaa
deleted file mode 100644
index 972cf52b..00000000
Binary files a/TCG/Library/Artifacts/6b/6b077f23cfbb90c2963fe25a56b8dbaa and /dev/null differ
diff --git a/TCG/Library/Artifacts/6b/6b09a9a31afd2149900fbae5ca49144b b/TCG/Library/Artifacts/6b/6b09a9a31afd2149900fbae5ca49144b
deleted file mode 100644
index 2cf4d5fa..00000000
Binary files a/TCG/Library/Artifacts/6b/6b09a9a31afd2149900fbae5ca49144b and /dev/null differ
diff --git a/TCG/Library/Artifacts/6b/6b54fc0588b7dbb356e099b1426654c4 b/TCG/Library/Artifacts/6b/6b54fc0588b7dbb356e099b1426654c4
deleted file mode 100644
index b488dcd6..00000000
Binary files a/TCG/Library/Artifacts/6b/6b54fc0588b7dbb356e099b1426654c4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6b/6b56281cb3f4152614b2835135d28cb0 b/TCG/Library/Artifacts/6b/6b56281cb3f4152614b2835135d28cb0
deleted file mode 100644
index 6aad59ca..00000000
Binary files a/TCG/Library/Artifacts/6b/6b56281cb3f4152614b2835135d28cb0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6b/6b5c4dd3ba1bb6bce8d7a985a95f5a7d b/TCG/Library/Artifacts/6b/6b5c4dd3ba1bb6bce8d7a985a95f5a7d
deleted file mode 100644
index c0d4dd22..00000000
Binary files a/TCG/Library/Artifacts/6b/6b5c4dd3ba1bb6bce8d7a985a95f5a7d and /dev/null differ
diff --git a/TCG/Library/Artifacts/6b/6b658720d430dbf44345edd35165865c b/TCG/Library/Artifacts/6b/6b658720d430dbf44345edd35165865c
deleted file mode 100644
index 0b381df0..00000000
Binary files a/TCG/Library/Artifacts/6b/6b658720d430dbf44345edd35165865c and /dev/null differ
diff --git a/TCG/Library/Artifacts/6b/6b90a9c10218daa5b58d6feb4167308a b/TCG/Library/Artifacts/6b/6b90a9c10218daa5b58d6feb4167308a
deleted file mode 100644
index c3cc34c7..00000000
Binary files a/TCG/Library/Artifacts/6b/6b90a9c10218daa5b58d6feb4167308a and /dev/null differ
diff --git a/TCG/Library/Artifacts/6b/6ba79e5805029e5701c29bf4618f4732 b/TCG/Library/Artifacts/6b/6ba79e5805029e5701c29bf4618f4732
deleted file mode 100644
index f5cee2f1..00000000
Binary files a/TCG/Library/Artifacts/6b/6ba79e5805029e5701c29bf4618f4732 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6b/6bc79f3b646f721e2a6d59230c60d6ac b/TCG/Library/Artifacts/6b/6bc79f3b646f721e2a6d59230c60d6ac
deleted file mode 100644
index 2ac49ea5..00000000
Binary files a/TCG/Library/Artifacts/6b/6bc79f3b646f721e2a6d59230c60d6ac and /dev/null differ
diff --git a/TCG/Library/Artifacts/6b/6bf01ad5d8a4d8deae84eae505cfec23 b/TCG/Library/Artifacts/6b/6bf01ad5d8a4d8deae84eae505cfec23
deleted file mode 100644
index 094cf796..00000000
Binary files a/TCG/Library/Artifacts/6b/6bf01ad5d8a4d8deae84eae505cfec23 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6b/6bff1fa0668658a3d9a8b408c362711a b/TCG/Library/Artifacts/6b/6bff1fa0668658a3d9a8b408c362711a
deleted file mode 100644
index b4a8d7ec..00000000
Binary files a/TCG/Library/Artifacts/6b/6bff1fa0668658a3d9a8b408c362711a and /dev/null differ
diff --git a/TCG/Library/Artifacts/6c/6c3aaaace3ebbac5acdbccf7d1a816b7 b/TCG/Library/Artifacts/6c/6c3aaaace3ebbac5acdbccf7d1a816b7
deleted file mode 100644
index 464ba7a3..00000000
Binary files a/TCG/Library/Artifacts/6c/6c3aaaace3ebbac5acdbccf7d1a816b7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6c/6c4b4fd52a528588d75a12cd2e183f4c b/TCG/Library/Artifacts/6c/6c4b4fd52a528588d75a12cd2e183f4c
deleted file mode 100644
index 51d5e1db..00000000
Binary files a/TCG/Library/Artifacts/6c/6c4b4fd52a528588d75a12cd2e183f4c and /dev/null differ
diff --git a/TCG/Library/Artifacts/6c/6c724cd958b4dc6d24de27c0d919b2fb b/TCG/Library/Artifacts/6c/6c724cd958b4dc6d24de27c0d919b2fb
deleted file mode 100644
index 6bdfc43e..00000000
Binary files a/TCG/Library/Artifacts/6c/6c724cd958b4dc6d24de27c0d919b2fb and /dev/null differ
diff --git a/TCG/Library/Artifacts/6c/6c745260a5f38c0295f8345da1f5d81c b/TCG/Library/Artifacts/6c/6c745260a5f38c0295f8345da1f5d81c
deleted file mode 100644
index c9b90151..00000000
Binary files a/TCG/Library/Artifacts/6c/6c745260a5f38c0295f8345da1f5d81c and /dev/null differ
diff --git a/TCG/Library/Artifacts/6c/6c83ab5b46a1c6ab14fd6de86f8a55ed b/TCG/Library/Artifacts/6c/6c83ab5b46a1c6ab14fd6de86f8a55ed
deleted file mode 100644
index 6dd511b1..00000000
Binary files a/TCG/Library/Artifacts/6c/6c83ab5b46a1c6ab14fd6de86f8a55ed and /dev/null differ
diff --git a/TCG/Library/Artifacts/6c/6c896850ff38ff6b8666a88d3795003d b/TCG/Library/Artifacts/6c/6c896850ff38ff6b8666a88d3795003d
deleted file mode 100644
index f2162303..00000000
Binary files a/TCG/Library/Artifacts/6c/6c896850ff38ff6b8666a88d3795003d and /dev/null differ
diff --git a/TCG/Library/Artifacts/6c/6c8bb549a6d021a2a8fe572f42172e98 b/TCG/Library/Artifacts/6c/6c8bb549a6d021a2a8fe572f42172e98
deleted file mode 100644
index e31f72bb..00000000
Binary files a/TCG/Library/Artifacts/6c/6c8bb549a6d021a2a8fe572f42172e98 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6c/6ca766632bab4d81fcfde500daa33005 b/TCG/Library/Artifacts/6c/6ca766632bab4d81fcfde500daa33005
deleted file mode 100644
index 0ad929c9..00000000
Binary files a/TCG/Library/Artifacts/6c/6ca766632bab4d81fcfde500daa33005 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6c/6ce834c824e5182306a8dd2a5ca481af b/TCG/Library/Artifacts/6c/6ce834c824e5182306a8dd2a5ca481af
deleted file mode 100644
index 5c1f1001..00000000
Binary files a/TCG/Library/Artifacts/6c/6ce834c824e5182306a8dd2a5ca481af and /dev/null differ
diff --git a/TCG/Library/Artifacts/6c/6cf9a53d81ecf57a263cb233f9a6abaf b/TCG/Library/Artifacts/6c/6cf9a53d81ecf57a263cb233f9a6abaf
deleted file mode 100644
index d3f2a9b0..00000000
Binary files a/TCG/Library/Artifacts/6c/6cf9a53d81ecf57a263cb233f9a6abaf and /dev/null differ
diff --git a/TCG/Library/Artifacts/6c/6cfdeb7dbead9e78d05067b4140f0d23 b/TCG/Library/Artifacts/6c/6cfdeb7dbead9e78d05067b4140f0d23
deleted file mode 100644
index 416ad164..00000000
Binary files a/TCG/Library/Artifacts/6c/6cfdeb7dbead9e78d05067b4140f0d23 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6d/6d05fa2772d6a1e521d5876753cc7577 b/TCG/Library/Artifacts/6d/6d05fa2772d6a1e521d5876753cc7577
deleted file mode 100644
index 7e61435b..00000000
Binary files a/TCG/Library/Artifacts/6d/6d05fa2772d6a1e521d5876753cc7577 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6d/6d1dc4ce008f218f7b5c1fd24f1884c0 b/TCG/Library/Artifacts/6d/6d1dc4ce008f218f7b5c1fd24f1884c0
deleted file mode 100644
index 72af15f2..00000000
Binary files a/TCG/Library/Artifacts/6d/6d1dc4ce008f218f7b5c1fd24f1884c0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6d/6d62fe876b7c65f39cf231832fdb324c b/TCG/Library/Artifacts/6d/6d62fe876b7c65f39cf231832fdb324c
deleted file mode 100644
index 8b5c13c4..00000000
Binary files a/TCG/Library/Artifacts/6d/6d62fe876b7c65f39cf231832fdb324c and /dev/null differ
diff --git a/TCG/Library/Artifacts/6d/6d6a8db40d3ebd74d094ed6203f6937b b/TCG/Library/Artifacts/6d/6d6a8db40d3ebd74d094ed6203f6937b
deleted file mode 100644
index 56fa630e..00000000
Binary files a/TCG/Library/Artifacts/6d/6d6a8db40d3ebd74d094ed6203f6937b and /dev/null differ
diff --git a/TCG/Library/Artifacts/6d/6d78d69cb9014cf787c4920bef446a66 b/TCG/Library/Artifacts/6d/6d78d69cb9014cf787c4920bef446a66
deleted file mode 100644
index 3b483816..00000000
Binary files a/TCG/Library/Artifacts/6d/6d78d69cb9014cf787c4920bef446a66 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6d/6d7de12e09fd0d8b3a79ce666dc49d9e b/TCG/Library/Artifacts/6d/6d7de12e09fd0d8b3a79ce666dc49d9e
deleted file mode 100644
index f113e486..00000000
Binary files a/TCG/Library/Artifacts/6d/6d7de12e09fd0d8b3a79ce666dc49d9e and /dev/null differ
diff --git a/TCG/Library/Artifacts/6d/6d8dbd7a451765981d92bff4a1705880 b/TCG/Library/Artifacts/6d/6d8dbd7a451765981d92bff4a1705880
deleted file mode 100644
index a50f6067..00000000
Binary files a/TCG/Library/Artifacts/6d/6d8dbd7a451765981d92bff4a1705880 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6d/6daaf0f0f1922263826a902f3af434c7 b/TCG/Library/Artifacts/6d/6daaf0f0f1922263826a902f3af434c7
deleted file mode 100644
index b65290ed..00000000
Binary files a/TCG/Library/Artifacts/6d/6daaf0f0f1922263826a902f3af434c7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6d/6dcad7e4009b501b4247e4b0c35c87c8 b/TCG/Library/Artifacts/6d/6dcad7e4009b501b4247e4b0c35c87c8
deleted file mode 100644
index 32ff4606..00000000
Binary files a/TCG/Library/Artifacts/6d/6dcad7e4009b501b4247e4b0c35c87c8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6d/6de0768ae5343f8563d0ebea456f6e24 b/TCG/Library/Artifacts/6d/6de0768ae5343f8563d0ebea456f6e24
deleted file mode 100644
index 8e15b584..00000000
Binary files a/TCG/Library/Artifacts/6d/6de0768ae5343f8563d0ebea456f6e24 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6e/6e0fc0424418b163bc0795c80569ae50 b/TCG/Library/Artifacts/6e/6e0fc0424418b163bc0795c80569ae50
deleted file mode 100644
index 58b4844c..00000000
Binary files a/TCG/Library/Artifacts/6e/6e0fc0424418b163bc0795c80569ae50 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6e/6e1860de2870bef7139ffebfde0ba685 b/TCG/Library/Artifacts/6e/6e1860de2870bef7139ffebfde0ba685
deleted file mode 100644
index 02856d98..00000000
Binary files a/TCG/Library/Artifacts/6e/6e1860de2870bef7139ffebfde0ba685 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6e/6e1c86731e1d016e4ce53f1c9045b37c b/TCG/Library/Artifacts/6e/6e1c86731e1d016e4ce53f1c9045b37c
deleted file mode 100644
index b0a77c58..00000000
Binary files a/TCG/Library/Artifacts/6e/6e1c86731e1d016e4ce53f1c9045b37c and /dev/null differ
diff --git a/TCG/Library/Artifacts/6e/6e5f8919aa0fbb6a29770451948eef00 b/TCG/Library/Artifacts/6e/6e5f8919aa0fbb6a29770451948eef00
deleted file mode 100644
index 2d5bf3b7..00000000
Binary files a/TCG/Library/Artifacts/6e/6e5f8919aa0fbb6a29770451948eef00 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6e/6e67d122c645364204fbd9a4ffa856f7 b/TCG/Library/Artifacts/6e/6e67d122c645364204fbd9a4ffa856f7
deleted file mode 100644
index a5b76f89..00000000
Binary files a/TCG/Library/Artifacts/6e/6e67d122c645364204fbd9a4ffa856f7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6e/6e7398285223d56e91ad4b57ca0df93f b/TCG/Library/Artifacts/6e/6e7398285223d56e91ad4b57ca0df93f
deleted file mode 100644
index 8b25ad70..00000000
Binary files a/TCG/Library/Artifacts/6e/6e7398285223d56e91ad4b57ca0df93f and /dev/null differ
diff --git a/TCG/Library/Artifacts/6e/6e7acf3ab4205b0479a1f2fbd655601b b/TCG/Library/Artifacts/6e/6e7acf3ab4205b0479a1f2fbd655601b
deleted file mode 100644
index b0a6c578..00000000
Binary files a/TCG/Library/Artifacts/6e/6e7acf3ab4205b0479a1f2fbd655601b and /dev/null differ
diff --git a/TCG/Library/Artifacts/6e/6eb82b83d4b5be4ce620803cc848c30a b/TCG/Library/Artifacts/6e/6eb82b83d4b5be4ce620803cc848c30a
deleted file mode 100644
index 64e47eef..00000000
Binary files a/TCG/Library/Artifacts/6e/6eb82b83d4b5be4ce620803cc848c30a and /dev/null differ
diff --git a/TCG/Library/Artifacts/6e/6ec19de3d75f6d8e68d5dbf0d6f91c9a b/TCG/Library/Artifacts/6e/6ec19de3d75f6d8e68d5dbf0d6f91c9a
deleted file mode 100644
index 8360b8e3..00000000
Binary files a/TCG/Library/Artifacts/6e/6ec19de3d75f6d8e68d5dbf0d6f91c9a and /dev/null differ
diff --git a/TCG/Library/Artifacts/6e/6ecee50fd639a73780adb786edac4c89 b/TCG/Library/Artifacts/6e/6ecee50fd639a73780adb786edac4c89
deleted file mode 100644
index cf990dbc..00000000
Binary files a/TCG/Library/Artifacts/6e/6ecee50fd639a73780adb786edac4c89 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6f/6f129743df369372668ab5cf5ee38942 b/TCG/Library/Artifacts/6f/6f129743df369372668ab5cf5ee38942
deleted file mode 100644
index f68d2ffb..00000000
Binary files a/TCG/Library/Artifacts/6f/6f129743df369372668ab5cf5ee38942 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6f/6f46b1675aac98e5dbc7eb643fb4bc73 b/TCG/Library/Artifacts/6f/6f46b1675aac98e5dbc7eb643fb4bc73
deleted file mode 100644
index b0e3dcf3..00000000
Binary files a/TCG/Library/Artifacts/6f/6f46b1675aac98e5dbc7eb643fb4bc73 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6f/6f4d9484fb3cb752ff705facce8bb680 b/TCG/Library/Artifacts/6f/6f4d9484fb3cb752ff705facce8bb680
deleted file mode 100644
index ce43a024..00000000
Binary files a/TCG/Library/Artifacts/6f/6f4d9484fb3cb752ff705facce8bb680 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6f/6f551bcbc9523bc4210e80d9981b939b b/TCG/Library/Artifacts/6f/6f551bcbc9523bc4210e80d9981b939b
deleted file mode 100644
index da991f4a..00000000
Binary files a/TCG/Library/Artifacts/6f/6f551bcbc9523bc4210e80d9981b939b and /dev/null differ
diff --git a/TCG/Library/Artifacts/6f/6f87e8a70e34ac0cc3f1dec8f0c920e6 b/TCG/Library/Artifacts/6f/6f87e8a70e34ac0cc3f1dec8f0c920e6
deleted file mode 100644
index c78612f1..00000000
Binary files a/TCG/Library/Artifacts/6f/6f87e8a70e34ac0cc3f1dec8f0c920e6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6f/6faadaaa961971fec4b55297f853b7bf b/TCG/Library/Artifacts/6f/6faadaaa961971fec4b55297f853b7bf
deleted file mode 100644
index ac860593..00000000
Binary files a/TCG/Library/Artifacts/6f/6faadaaa961971fec4b55297f853b7bf and /dev/null differ
diff --git a/TCG/Library/Artifacts/6f/6fb5b9442209722a34420116efb27208 b/TCG/Library/Artifacts/6f/6fb5b9442209722a34420116efb27208
deleted file mode 100644
index d71b69b9..00000000
Binary files a/TCG/Library/Artifacts/6f/6fb5b9442209722a34420116efb27208 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6f/6fd1c3cc9f08d5909cc39fc14c4484a6 b/TCG/Library/Artifacts/6f/6fd1c3cc9f08d5909cc39fc14c4484a6
deleted file mode 100644
index e583336b..00000000
Binary files a/TCG/Library/Artifacts/6f/6fd1c3cc9f08d5909cc39fc14c4484a6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6f/6fdbe1277467001d4126b87abd1c8b62 b/TCG/Library/Artifacts/6f/6fdbe1277467001d4126b87abd1c8b62
deleted file mode 100644
index bb4aee09..00000000
Binary files a/TCG/Library/Artifacts/6f/6fdbe1277467001d4126b87abd1c8b62 and /dev/null differ
diff --git a/TCG/Library/Artifacts/6f/6feacf1439b84dc88a3d1ba66b53c774 b/TCG/Library/Artifacts/6f/6feacf1439b84dc88a3d1ba66b53c774
deleted file mode 100644
index 647cd68e..00000000
Binary files a/TCG/Library/Artifacts/6f/6feacf1439b84dc88a3d1ba66b53c774 and /dev/null differ
diff --git a/TCG/Library/Artifacts/70/70130ee1f683ed215dcd947ed01c5822 b/TCG/Library/Artifacts/70/70130ee1f683ed215dcd947ed01c5822
deleted file mode 100644
index ef025d4c..00000000
Binary files a/TCG/Library/Artifacts/70/70130ee1f683ed215dcd947ed01c5822 and /dev/null differ
diff --git a/TCG/Library/Artifacts/70/7024752ab4aea32b234af2fdcba1497a b/TCG/Library/Artifacts/70/7024752ab4aea32b234af2fdcba1497a
deleted file mode 100644
index 719ee67b..00000000
Binary files a/TCG/Library/Artifacts/70/7024752ab4aea32b234af2fdcba1497a and /dev/null differ
diff --git a/TCG/Library/Artifacts/70/702a53a4c60554398df9d6e0428659f4 b/TCG/Library/Artifacts/70/702a53a4c60554398df9d6e0428659f4
deleted file mode 100644
index f761824a..00000000
Binary files a/TCG/Library/Artifacts/70/702a53a4c60554398df9d6e0428659f4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/70/704391a3224a51aa8b1355296da455d3 b/TCG/Library/Artifacts/70/704391a3224a51aa8b1355296da455d3
deleted file mode 100644
index b0e38459..00000000
Binary files a/TCG/Library/Artifacts/70/704391a3224a51aa8b1355296da455d3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/70/706e185f1ba1045dac53f638a977d65b b/TCG/Library/Artifacts/70/706e185f1ba1045dac53f638a977d65b
deleted file mode 100644
index fccaf2dd..00000000
Binary files a/TCG/Library/Artifacts/70/706e185f1ba1045dac53f638a977d65b and /dev/null differ
diff --git a/TCG/Library/Artifacts/70/70a5067a5919c2425dd5326132461944 b/TCG/Library/Artifacts/70/70a5067a5919c2425dd5326132461944
deleted file mode 100644
index a344eff2..00000000
Binary files a/TCG/Library/Artifacts/70/70a5067a5919c2425dd5326132461944 and /dev/null differ
diff --git a/TCG/Library/Artifacts/70/70a7351e3b28cac31f14425ad0e9dc98 b/TCG/Library/Artifacts/70/70a7351e3b28cac31f14425ad0e9dc98
deleted file mode 100644
index 35c5a3a2..00000000
Binary files a/TCG/Library/Artifacts/70/70a7351e3b28cac31f14425ad0e9dc98 and /dev/null differ
diff --git a/TCG/Library/Artifacts/70/70ca80a561d9aa05bd814b8dd81d9421 b/TCG/Library/Artifacts/70/70ca80a561d9aa05bd814b8dd81d9421
deleted file mode 100644
index 649ece63..00000000
Binary files a/TCG/Library/Artifacts/70/70ca80a561d9aa05bd814b8dd81d9421 and /dev/null differ
diff --git a/TCG/Library/Artifacts/70/70f02d952215db453f6fd984b8bad52e b/TCG/Library/Artifacts/70/70f02d952215db453f6fd984b8bad52e
deleted file mode 100644
index 55294afa..00000000
Binary files a/TCG/Library/Artifacts/70/70f02d952215db453f6fd984b8bad52e and /dev/null differ
diff --git a/TCG/Library/Artifacts/71/7125419c54c71230f1c5a337a382bf0f b/TCG/Library/Artifacts/71/7125419c54c71230f1c5a337a382bf0f
deleted file mode 100644
index d8ed7548..00000000
Binary files a/TCG/Library/Artifacts/71/7125419c54c71230f1c5a337a382bf0f and /dev/null differ
diff --git a/TCG/Library/Artifacts/71/713f0309cd4b0ac47766f961059cd866 b/TCG/Library/Artifacts/71/713f0309cd4b0ac47766f961059cd866
deleted file mode 100644
index e1bbcca4..00000000
Binary files a/TCG/Library/Artifacts/71/713f0309cd4b0ac47766f961059cd866 and /dev/null differ
diff --git a/TCG/Library/Artifacts/71/7149a30ae87f44e986c51ceb564f82b5 b/TCG/Library/Artifacts/71/7149a30ae87f44e986c51ceb564f82b5
deleted file mode 100644
index 208f6674..00000000
Binary files a/TCG/Library/Artifacts/71/7149a30ae87f44e986c51ceb564f82b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/71/7163e52c294a25059e139cd1281e38c0 b/TCG/Library/Artifacts/71/7163e52c294a25059e139cd1281e38c0
deleted file mode 100644
index 9f7bb956..00000000
Binary files a/TCG/Library/Artifacts/71/7163e52c294a25059e139cd1281e38c0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/71/71668d0ff4e4bb07356bc025f63cc27b b/TCG/Library/Artifacts/71/71668d0ff4e4bb07356bc025f63cc27b
deleted file mode 100644
index 6975f2c8..00000000
Binary files a/TCG/Library/Artifacts/71/71668d0ff4e4bb07356bc025f63cc27b and /dev/null differ
diff --git a/TCG/Library/Artifacts/71/71987a00661cc675f836e6dc43ac6537 b/TCG/Library/Artifacts/71/71987a00661cc675f836e6dc43ac6537
deleted file mode 100644
index 78e81b5b..00000000
Binary files a/TCG/Library/Artifacts/71/71987a00661cc675f836e6dc43ac6537 and /dev/null differ
diff --git a/TCG/Library/Artifacts/71/71cf69bb106a6068a10b64eb00566a21 b/TCG/Library/Artifacts/71/71cf69bb106a6068a10b64eb00566a21
deleted file mode 100644
index 5d087411..00000000
Binary files a/TCG/Library/Artifacts/71/71cf69bb106a6068a10b64eb00566a21 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/72331d772455c2a1dcb6ff6991448500 b/TCG/Library/Artifacts/72/72331d772455c2a1dcb6ff6991448500
deleted file mode 100644
index 32cdf62a..00000000
Binary files a/TCG/Library/Artifacts/72/72331d772455c2a1dcb6ff6991448500 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/72361e3a9e0980bcae3b3f006f6bf782 b/TCG/Library/Artifacts/72/72361e3a9e0980bcae3b3f006f6bf782
deleted file mode 100644
index 6a3c806b..00000000
Binary files a/TCG/Library/Artifacts/72/72361e3a9e0980bcae3b3f006f6bf782 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/724173b6b178a46f0aa7ff391a330f28 b/TCG/Library/Artifacts/72/724173b6b178a46f0aa7ff391a330f28
deleted file mode 100644
index 175133f6..00000000
Binary files a/TCG/Library/Artifacts/72/724173b6b178a46f0aa7ff391a330f28 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/724882604c1f958318fe5d07f3a7b38c b/TCG/Library/Artifacts/72/724882604c1f958318fe5d07f3a7b38c
deleted file mode 100644
index 30d826b3..00000000
Binary files a/TCG/Library/Artifacts/72/724882604c1f958318fe5d07f3a7b38c and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/72578ba58a003b24e6a7d1801ae75d34 b/TCG/Library/Artifacts/72/72578ba58a003b24e6a7d1801ae75d34
deleted file mode 100644
index 065665be..00000000
Binary files a/TCG/Library/Artifacts/72/72578ba58a003b24e6a7d1801ae75d34 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/7259e613a96c9d376aaaf9594780ef47 b/TCG/Library/Artifacts/72/7259e613a96c9d376aaaf9594780ef47
deleted file mode 100644
index 1a76878d..00000000
Binary files a/TCG/Library/Artifacts/72/7259e613a96c9d376aaaf9594780ef47 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/725ba4f5e07ded3dac17a14262f60a8e b/TCG/Library/Artifacts/72/725ba4f5e07ded3dac17a14262f60a8e
deleted file mode 100644
index a98f4d45..00000000
Binary files a/TCG/Library/Artifacts/72/725ba4f5e07ded3dac17a14262f60a8e and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/726b7cb1f671271601960a0141bcb411 b/TCG/Library/Artifacts/72/726b7cb1f671271601960a0141bcb411
deleted file mode 100644
index 7e86e620..00000000
Binary files a/TCG/Library/Artifacts/72/726b7cb1f671271601960a0141bcb411 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/72bbfc3d4259201299e36b938a9ece98 b/TCG/Library/Artifacts/72/72bbfc3d4259201299e36b938a9ece98
deleted file mode 100644
index 070f31f8..00000000
Binary files a/TCG/Library/Artifacts/72/72bbfc3d4259201299e36b938a9ece98 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/72c00c07f1fa84aa2fedc6f3d08a3a29 b/TCG/Library/Artifacts/72/72c00c07f1fa84aa2fedc6f3d08a3a29
deleted file mode 100644
index 820697b2..00000000
Binary files a/TCG/Library/Artifacts/72/72c00c07f1fa84aa2fedc6f3d08a3a29 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/72c40c97735df6890c532f4c6416878f b/TCG/Library/Artifacts/72/72c40c97735df6890c532f4c6416878f
deleted file mode 100644
index 0cb0484a..00000000
Binary files a/TCG/Library/Artifacts/72/72c40c97735df6890c532f4c6416878f and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/72daa03c48bb06eec24168f1d83d8f05 b/TCG/Library/Artifacts/72/72daa03c48bb06eec24168f1d83d8f05
deleted file mode 100644
index d9b4c369..00000000
Binary files a/TCG/Library/Artifacts/72/72daa03c48bb06eec24168f1d83d8f05 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/72debb07e672d7f4e7eef4bf9d0044b1 b/TCG/Library/Artifacts/72/72debb07e672d7f4e7eef4bf9d0044b1
deleted file mode 100644
index 07259287..00000000
Binary files a/TCG/Library/Artifacts/72/72debb07e672d7f4e7eef4bf9d0044b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/72e30989d7e70e8bb2aa52e794a077b8 b/TCG/Library/Artifacts/72/72e30989d7e70e8bb2aa52e794a077b8
deleted file mode 100644
index 63ea7a4a..00000000
Binary files a/TCG/Library/Artifacts/72/72e30989d7e70e8bb2aa52e794a077b8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/72/72fcbdc2b0f1c72772a1e097b3be9739 b/TCG/Library/Artifacts/72/72fcbdc2b0f1c72772a1e097b3be9739
deleted file mode 100644
index 8beaf8b4..00000000
Binary files a/TCG/Library/Artifacts/72/72fcbdc2b0f1c72772a1e097b3be9739 and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/730aaf121cbac622b75f97f1913ef2e5 b/TCG/Library/Artifacts/73/730aaf121cbac622b75f97f1913ef2e5
deleted file mode 100644
index ab261d3b..00000000
Binary files a/TCG/Library/Artifacts/73/730aaf121cbac622b75f97f1913ef2e5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/730de9bae04b06d5f51824d0c8e241d4 b/TCG/Library/Artifacts/73/730de9bae04b06d5f51824d0c8e241d4
deleted file mode 100644
index 63417aee..00000000
Binary files a/TCG/Library/Artifacts/73/730de9bae04b06d5f51824d0c8e241d4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/731a314b656bf6f12fc4b7ebf518c4e4 b/TCG/Library/Artifacts/73/731a314b656bf6f12fc4b7ebf518c4e4
deleted file mode 100644
index 3721978c..00000000
Binary files a/TCG/Library/Artifacts/73/731a314b656bf6f12fc4b7ebf518c4e4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/7329c264fdcab7d0058f04588204a172 b/TCG/Library/Artifacts/73/7329c264fdcab7d0058f04588204a172
deleted file mode 100644
index 12f4fb92..00000000
Binary files a/TCG/Library/Artifacts/73/7329c264fdcab7d0058f04588204a172 and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/735918786342f023a1e08d0afde8414c b/TCG/Library/Artifacts/73/735918786342f023a1e08d0afde8414c
deleted file mode 100644
index 8cae0df5..00000000
Binary files a/TCG/Library/Artifacts/73/735918786342f023a1e08d0afde8414c and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/73643c0fd6359e79bf596d786057993e b/TCG/Library/Artifacts/73/73643c0fd6359e79bf596d786057993e
deleted file mode 100644
index 320c72b5..00000000
Binary files a/TCG/Library/Artifacts/73/73643c0fd6359e79bf596d786057993e and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/7385bff4c2e1363ed06215d700200676 b/TCG/Library/Artifacts/73/7385bff4c2e1363ed06215d700200676
deleted file mode 100644
index 71fac557..00000000
Binary files a/TCG/Library/Artifacts/73/7385bff4c2e1363ed06215d700200676 and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/738e9737fca05ab2e1fc4844e7fde247 b/TCG/Library/Artifacts/73/738e9737fca05ab2e1fc4844e7fde247
deleted file mode 100644
index 1e85ee0d..00000000
Binary files a/TCG/Library/Artifacts/73/738e9737fca05ab2e1fc4844e7fde247 and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/73a4f2a35beff0a5e257d3e4ea6f04fa b/TCG/Library/Artifacts/73/73a4f2a35beff0a5e257d3e4ea6f04fa
deleted file mode 100644
index fe3dbaf7..00000000
Binary files a/TCG/Library/Artifacts/73/73a4f2a35beff0a5e257d3e4ea6f04fa and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/73b1f6062e2578ae9e3071c5617a7c48 b/TCG/Library/Artifacts/73/73b1f6062e2578ae9e3071c5617a7c48
deleted file mode 100644
index ae18bf39..00000000
Binary files a/TCG/Library/Artifacts/73/73b1f6062e2578ae9e3071c5617a7c48 and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/73df3fb758fc7d81ce689761b4078360 b/TCG/Library/Artifacts/73/73df3fb758fc7d81ce689761b4078360
deleted file mode 100644
index 6ba41dfe..00000000
Binary files a/TCG/Library/Artifacts/73/73df3fb758fc7d81ce689761b4078360 and /dev/null differ
diff --git a/TCG/Library/Artifacts/73/73f391eacb4fdd9152f8a078971914de b/TCG/Library/Artifacts/73/73f391eacb4fdd9152f8a078971914de
deleted file mode 100644
index 3c2b58df..00000000
Binary files a/TCG/Library/Artifacts/73/73f391eacb4fdd9152f8a078971914de and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/7402e3f77b9f88bdfe0134c45d1ddf2a b/TCG/Library/Artifacts/74/7402e3f77b9f88bdfe0134c45d1ddf2a
deleted file mode 100644
index 093f87b6..00000000
Binary files a/TCG/Library/Artifacts/74/7402e3f77b9f88bdfe0134c45d1ddf2a and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/740768f125be7dbce8ae6e5aacbada2a b/TCG/Library/Artifacts/74/740768f125be7dbce8ae6e5aacbada2a
deleted file mode 100644
index 17eacf99..00000000
Binary files a/TCG/Library/Artifacts/74/740768f125be7dbce8ae6e5aacbada2a and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/7417fd003e5ff63f83e909cf9cea50c2 b/TCG/Library/Artifacts/74/7417fd003e5ff63f83e909cf9cea50c2
deleted file mode 100644
index 17fa0b70..00000000
Binary files a/TCG/Library/Artifacts/74/7417fd003e5ff63f83e909cf9cea50c2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/74184dc50d5a01ad535d10e7416d4788 b/TCG/Library/Artifacts/74/74184dc50d5a01ad535d10e7416d4788
deleted file mode 100644
index 11e8a3f3..00000000
Binary files a/TCG/Library/Artifacts/74/74184dc50d5a01ad535d10e7416d4788 and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/741dfcd84a629bd6a93b5b6f18e5dd1f b/TCG/Library/Artifacts/74/741dfcd84a629bd6a93b5b6f18e5dd1f
deleted file mode 100644
index 34b7553b..00000000
Binary files a/TCG/Library/Artifacts/74/741dfcd84a629bd6a93b5b6f18e5dd1f and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/742d808db49d675df0e6a73d779f40ce b/TCG/Library/Artifacts/74/742d808db49d675df0e6a73d779f40ce
deleted file mode 100644
index 7c423db9..00000000
Binary files a/TCG/Library/Artifacts/74/742d808db49d675df0e6a73d779f40ce and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/7478b4d5d5acdaf895d574b43693baed b/TCG/Library/Artifacts/74/7478b4d5d5acdaf895d574b43693baed
deleted file mode 100644
index dbc58e51..00000000
Binary files a/TCG/Library/Artifacts/74/7478b4d5d5acdaf895d574b43693baed and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/748d0cbb1e13c769ff4b443a8813d634 b/TCG/Library/Artifacts/74/748d0cbb1e13c769ff4b443a8813d634
deleted file mode 100644
index f3f8b448..00000000
Binary files a/TCG/Library/Artifacts/74/748d0cbb1e13c769ff4b443a8813d634 and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/74902b1e1c7e2a5d64f318032df6c1b6 b/TCG/Library/Artifacts/74/74902b1e1c7e2a5d64f318032df6c1b6
deleted file mode 100644
index 52da2beb..00000000
Binary files a/TCG/Library/Artifacts/74/74902b1e1c7e2a5d64f318032df6c1b6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/74a5e016e6886f9e2992707c51b1578e b/TCG/Library/Artifacts/74/74a5e016e6886f9e2992707c51b1578e
deleted file mode 100644
index 995109fe..00000000
Binary files a/TCG/Library/Artifacts/74/74a5e016e6886f9e2992707c51b1578e and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/74c0c446cacd6fe0758801403602570d b/TCG/Library/Artifacts/74/74c0c446cacd6fe0758801403602570d
deleted file mode 100644
index c912e76d..00000000
Binary files a/TCG/Library/Artifacts/74/74c0c446cacd6fe0758801403602570d and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/74d82829d230b403805fd2ff1f83d441 b/TCG/Library/Artifacts/74/74d82829d230b403805fd2ff1f83d441
deleted file mode 100644
index 524adadc..00000000
Binary files a/TCG/Library/Artifacts/74/74d82829d230b403805fd2ff1f83d441 and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/74ed090177369cbf652d4ae711cb3498 b/TCG/Library/Artifacts/74/74ed090177369cbf652d4ae711cb3498
deleted file mode 100644
index 8749e5c6..00000000
Binary files a/TCG/Library/Artifacts/74/74ed090177369cbf652d4ae711cb3498 and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/74f8076b762bbf2ea282135f6174579e b/TCG/Library/Artifacts/74/74f8076b762bbf2ea282135f6174579e
deleted file mode 100644
index 2e7487b1..00000000
Binary files a/TCG/Library/Artifacts/74/74f8076b762bbf2ea282135f6174579e and /dev/null differ
diff --git a/TCG/Library/Artifacts/74/74fc14cced129b341deffcba366859ef b/TCG/Library/Artifacts/74/74fc14cced129b341deffcba366859ef
deleted file mode 100644
index 0a088bf5..00000000
Binary files a/TCG/Library/Artifacts/74/74fc14cced129b341deffcba366859ef and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/7505841417eb4305643c373b3a49b087 b/TCG/Library/Artifacts/75/7505841417eb4305643c373b3a49b087
deleted file mode 100644
index 6a30928c..00000000
Binary files a/TCG/Library/Artifacts/75/7505841417eb4305643c373b3a49b087 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/750c50cf23fab54c787be0e89a20c137 b/TCG/Library/Artifacts/75/750c50cf23fab54c787be0e89a20c137
deleted file mode 100644
index 18d7d06f..00000000
Binary files a/TCG/Library/Artifacts/75/750c50cf23fab54c787be0e89a20c137 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/750d8db7cf69cd42c9f4fc0f4e0fd1e5 b/TCG/Library/Artifacts/75/750d8db7cf69cd42c9f4fc0f4e0fd1e5
deleted file mode 100644
index 7e39d7b4..00000000
Binary files a/TCG/Library/Artifacts/75/750d8db7cf69cd42c9f4fc0f4e0fd1e5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/7515d1c7cb6aa198909c09b899dd65b5 b/TCG/Library/Artifacts/75/7515d1c7cb6aa198909c09b899dd65b5
deleted file mode 100644
index b9e19399..00000000
Binary files a/TCG/Library/Artifacts/75/7515d1c7cb6aa198909c09b899dd65b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/751dd6440e6602757cfb836f462f0e78 b/TCG/Library/Artifacts/75/751dd6440e6602757cfb836f462f0e78
deleted file mode 100644
index 2a909f57..00000000
Binary files a/TCG/Library/Artifacts/75/751dd6440e6602757cfb836f462f0e78 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/7545a72fb43cc601c051cf70a650236c b/TCG/Library/Artifacts/75/7545a72fb43cc601c051cf70a650236c
deleted file mode 100644
index 69c45f75..00000000
Binary files a/TCG/Library/Artifacts/75/7545a72fb43cc601c051cf70a650236c and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/75493b69d904ef28cfb1547e57a20cf3 b/TCG/Library/Artifacts/75/75493b69d904ef28cfb1547e57a20cf3
deleted file mode 100644
index d875bd1f..00000000
Binary files a/TCG/Library/Artifacts/75/75493b69d904ef28cfb1547e57a20cf3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/75586915549581668a3d5d0220469258 b/TCG/Library/Artifacts/75/75586915549581668a3d5d0220469258
deleted file mode 100644
index d6ae873e..00000000
Binary files a/TCG/Library/Artifacts/75/75586915549581668a3d5d0220469258 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/755e2ad8c479a7513b7a341ca8893756 b/TCG/Library/Artifacts/75/755e2ad8c479a7513b7a341ca8893756
deleted file mode 100644
index 03990f47..00000000
Binary files a/TCG/Library/Artifacts/75/755e2ad8c479a7513b7a341ca8893756 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/755eb11e2470c4ff21e325b0398522cd b/TCG/Library/Artifacts/75/755eb11e2470c4ff21e325b0398522cd
deleted file mode 100644
index 214cd6b9..00000000
Binary files a/TCG/Library/Artifacts/75/755eb11e2470c4ff21e325b0398522cd and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/756161fb6cc12bef9cb6750f370f41b4 b/TCG/Library/Artifacts/75/756161fb6cc12bef9cb6750f370f41b4
deleted file mode 100644
index a968c102..00000000
Binary files a/TCG/Library/Artifacts/75/756161fb6cc12bef9cb6750f370f41b4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/75905badf292a62ced22fdc3e3066da5 b/TCG/Library/Artifacts/75/75905badf292a62ced22fdc3e3066da5
deleted file mode 100644
index 39b2cf8b..00000000
Binary files a/TCG/Library/Artifacts/75/75905badf292a62ced22fdc3e3066da5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/7592c90804730717d7852cf94785a820 b/TCG/Library/Artifacts/75/7592c90804730717d7852cf94785a820
deleted file mode 100644
index 99655ab0..00000000
Binary files a/TCG/Library/Artifacts/75/7592c90804730717d7852cf94785a820 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/75932b7f71838b0d916711a6fc7965a6 b/TCG/Library/Artifacts/75/75932b7f71838b0d916711a6fc7965a6
deleted file mode 100644
index f4db7125..00000000
Binary files a/TCG/Library/Artifacts/75/75932b7f71838b0d916711a6fc7965a6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/75bd40a1713891e7bba969c4a8f1ffc5 b/TCG/Library/Artifacts/75/75bd40a1713891e7bba969c4a8f1ffc5
deleted file mode 100644
index f44c50b1..00000000
Binary files a/TCG/Library/Artifacts/75/75bd40a1713891e7bba969c4a8f1ffc5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/75ca979d98056541f5f167acfe8c274d b/TCG/Library/Artifacts/75/75ca979d98056541f5f167acfe8c274d
deleted file mode 100644
index 9dd58caa..00000000
Binary files a/TCG/Library/Artifacts/75/75ca979d98056541f5f167acfe8c274d and /dev/null differ
diff --git a/TCG/Library/Artifacts/75/75da2072a3b6948079a8d345580b49fb b/TCG/Library/Artifacts/75/75da2072a3b6948079a8d345580b49fb
deleted file mode 100644
index e5efdf92..00000000
Binary files a/TCG/Library/Artifacts/75/75da2072a3b6948079a8d345580b49fb and /dev/null differ
diff --git a/TCG/Library/Artifacts/76/76621c375923e93c5e33dd644ea0a959 b/TCG/Library/Artifacts/76/76621c375923e93c5e33dd644ea0a959
deleted file mode 100644
index 3b1b2a7a..00000000
Binary files a/TCG/Library/Artifacts/76/76621c375923e93c5e33dd644ea0a959 and /dev/null differ
diff --git a/TCG/Library/Artifacts/76/766c2a16d7bd283ea17402f38b981220 b/TCG/Library/Artifacts/76/766c2a16d7bd283ea17402f38b981220
deleted file mode 100644
index 0a8fad01..00000000
Binary files a/TCG/Library/Artifacts/76/766c2a16d7bd283ea17402f38b981220 and /dev/null differ
diff --git a/TCG/Library/Artifacts/76/768550daab7cc364e8c9a5adde29050b b/TCG/Library/Artifacts/76/768550daab7cc364e8c9a5adde29050b
deleted file mode 100644
index 03da104e..00000000
Binary files a/TCG/Library/Artifacts/76/768550daab7cc364e8c9a5adde29050b and /dev/null differ
diff --git a/TCG/Library/Artifacts/76/7697ff97766332c02ab43cad3428567e b/TCG/Library/Artifacts/76/7697ff97766332c02ab43cad3428567e
deleted file mode 100644
index 1c228687..00000000
Binary files a/TCG/Library/Artifacts/76/7697ff97766332c02ab43cad3428567e and /dev/null differ
diff --git a/TCG/Library/Artifacts/76/76a13b7c7be8a708236adf5813822d07 b/TCG/Library/Artifacts/76/76a13b7c7be8a708236adf5813822d07
deleted file mode 100644
index 4f855b00..00000000
Binary files a/TCG/Library/Artifacts/76/76a13b7c7be8a708236adf5813822d07 and /dev/null differ
diff --git a/TCG/Library/Artifacts/76/76bcda66791c2596fc24e55067c5eff7 b/TCG/Library/Artifacts/76/76bcda66791c2596fc24e55067c5eff7
deleted file mode 100644
index 99c9f6dc..00000000
Binary files a/TCG/Library/Artifacts/76/76bcda66791c2596fc24e55067c5eff7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/77036b43804d07248bb0e598aa938d48 b/TCG/Library/Artifacts/77/77036b43804d07248bb0e598aa938d48
deleted file mode 100644
index d191b9da..00000000
Binary files a/TCG/Library/Artifacts/77/77036b43804d07248bb0e598aa938d48 and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/770439591ad07d0e37cca91df31072f4 b/TCG/Library/Artifacts/77/770439591ad07d0e37cca91df31072f4
deleted file mode 100644
index 8701d088..00000000
Binary files a/TCG/Library/Artifacts/77/770439591ad07d0e37cca91df31072f4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/7711cc54e1382c81c1d078a4035dee5c b/TCG/Library/Artifacts/77/7711cc54e1382c81c1d078a4035dee5c
deleted file mode 100644
index 4944c56a..00000000
Binary files a/TCG/Library/Artifacts/77/7711cc54e1382c81c1d078a4035dee5c and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/771882d456017a202f21c9345900a250 b/TCG/Library/Artifacts/77/771882d456017a202f21c9345900a250
deleted file mode 100644
index e8f59d68..00000000
Binary files a/TCG/Library/Artifacts/77/771882d456017a202f21c9345900a250 and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/7727733fa699006ae5c89baf94f36654 b/TCG/Library/Artifacts/77/7727733fa699006ae5c89baf94f36654
deleted file mode 100644
index f54a5daa..00000000
Binary files a/TCG/Library/Artifacts/77/7727733fa699006ae5c89baf94f36654 and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/773a25abc324aedab7803070a8206747 b/TCG/Library/Artifacts/77/773a25abc324aedab7803070a8206747
deleted file mode 100644
index aeeac8ee..00000000
Binary files a/TCG/Library/Artifacts/77/773a25abc324aedab7803070a8206747 and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/773c27905c942b5bd04aed577cbadfda b/TCG/Library/Artifacts/77/773c27905c942b5bd04aed577cbadfda
deleted file mode 100644
index 69fe7585..00000000
Binary files a/TCG/Library/Artifacts/77/773c27905c942b5bd04aed577cbadfda and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/7759c4188abfc26ef9430d5122239b55 b/TCG/Library/Artifacts/77/7759c4188abfc26ef9430d5122239b55
deleted file mode 100644
index 4891c766..00000000
Binary files a/TCG/Library/Artifacts/77/7759c4188abfc26ef9430d5122239b55 and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/776168eff01b9e7fd1d376b9d09f427e b/TCG/Library/Artifacts/77/776168eff01b9e7fd1d376b9d09f427e
deleted file mode 100644
index 5970dc61..00000000
Binary files a/TCG/Library/Artifacts/77/776168eff01b9e7fd1d376b9d09f427e and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/7764cf65d6d3ceaedf1f5e22bdcc9678 b/TCG/Library/Artifacts/77/7764cf65d6d3ceaedf1f5e22bdcc9678
deleted file mode 100644
index ebb15203..00000000
Binary files a/TCG/Library/Artifacts/77/7764cf65d6d3ceaedf1f5e22bdcc9678 and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/776e369f4ac7351a2d97e479b3b1c32c b/TCG/Library/Artifacts/77/776e369f4ac7351a2d97e479b3b1c32c
deleted file mode 100644
index 482a7a96..00000000
Binary files a/TCG/Library/Artifacts/77/776e369f4ac7351a2d97e479b3b1c32c and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/777157ff5b6b585f402b2ad219d58e0c b/TCG/Library/Artifacts/77/777157ff5b6b585f402b2ad219d58e0c
deleted file mode 100644
index cf0b93ca..00000000
Binary files a/TCG/Library/Artifacts/77/777157ff5b6b585f402b2ad219d58e0c and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/7788686bc5b9e07e215f44dd692c7547 b/TCG/Library/Artifacts/77/7788686bc5b9e07e215f44dd692c7547
deleted file mode 100644
index db685fbc..00000000
Binary files a/TCG/Library/Artifacts/77/7788686bc5b9e07e215f44dd692c7547 and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/77b5d85d7246cc8c222172fc4a0a3f9d b/TCG/Library/Artifacts/77/77b5d85d7246cc8c222172fc4a0a3f9d
deleted file mode 100644
index 14468c3e..00000000
Binary files a/TCG/Library/Artifacts/77/77b5d85d7246cc8c222172fc4a0a3f9d and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/77bb2903ae0ffb19fae41b3f709902f5 b/TCG/Library/Artifacts/77/77bb2903ae0ffb19fae41b3f709902f5
deleted file mode 100644
index 2b44dacf..00000000
Binary files a/TCG/Library/Artifacts/77/77bb2903ae0ffb19fae41b3f709902f5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/77cf71560bf7d38231dc09a067d85983 b/TCG/Library/Artifacts/77/77cf71560bf7d38231dc09a067d85983
deleted file mode 100644
index 79960cb8..00000000
Binary files a/TCG/Library/Artifacts/77/77cf71560bf7d38231dc09a067d85983 and /dev/null differ
diff --git a/TCG/Library/Artifacts/77/77e5b922d12b536783d87c083716a488 b/TCG/Library/Artifacts/77/77e5b922d12b536783d87c083716a488
deleted file mode 100644
index 0ef205ee..00000000
Binary files a/TCG/Library/Artifacts/77/77e5b922d12b536783d87c083716a488 and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/7816a0eee69743e1a6dde002185360dd b/TCG/Library/Artifacts/78/7816a0eee69743e1a6dde002185360dd
deleted file mode 100644
index dca7d33a..00000000
Binary files a/TCG/Library/Artifacts/78/7816a0eee69743e1a6dde002185360dd and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/78320c311103112c9e26e2736f926d71 b/TCG/Library/Artifacts/78/78320c311103112c9e26e2736f926d71
deleted file mode 100644
index b9c26671..00000000
Binary files a/TCG/Library/Artifacts/78/78320c311103112c9e26e2736f926d71 and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/785086fbaf1ae0969139f2b3a102a39f b/TCG/Library/Artifacts/78/785086fbaf1ae0969139f2b3a102a39f
deleted file mode 100644
index 225a18e5..00000000
Binary files a/TCG/Library/Artifacts/78/785086fbaf1ae0969139f2b3a102a39f and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/78551fa7fc03eb47796a67303eb00b02 b/TCG/Library/Artifacts/78/78551fa7fc03eb47796a67303eb00b02
deleted file mode 100644
index 13ff7813..00000000
Binary files a/TCG/Library/Artifacts/78/78551fa7fc03eb47796a67303eb00b02 and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/7867d6baa2464050f3a6685d7757e094 b/TCG/Library/Artifacts/78/7867d6baa2464050f3a6685d7757e094
deleted file mode 100644
index f4152173..00000000
Binary files a/TCG/Library/Artifacts/78/7867d6baa2464050f3a6685d7757e094 and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/787283feeb0d0f85867d816a6b13cf7d b/TCG/Library/Artifacts/78/787283feeb0d0f85867d816a6b13cf7d
deleted file mode 100644
index 0fe3607b..00000000
Binary files a/TCG/Library/Artifacts/78/787283feeb0d0f85867d816a6b13cf7d and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/787e5b54243f30fe9a9d5d36de7ec9a7 b/TCG/Library/Artifacts/78/787e5b54243f30fe9a9d5d36de7ec9a7
deleted file mode 100644
index 61c5c43d..00000000
Binary files a/TCG/Library/Artifacts/78/787e5b54243f30fe9a9d5d36de7ec9a7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/788ca8cc0c4874476fcbf9f1f7433685 b/TCG/Library/Artifacts/78/788ca8cc0c4874476fcbf9f1f7433685
deleted file mode 100644
index 08216b7a..00000000
Binary files a/TCG/Library/Artifacts/78/788ca8cc0c4874476fcbf9f1f7433685 and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/78cd7e4e59c29a53c5a42492a43df779 b/TCG/Library/Artifacts/78/78cd7e4e59c29a53c5a42492a43df779
deleted file mode 100644
index ce6d8022..00000000
Binary files a/TCG/Library/Artifacts/78/78cd7e4e59c29a53c5a42492a43df779 and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/78d7f63ab960bf67260d809668e44490 b/TCG/Library/Artifacts/78/78d7f63ab960bf67260d809668e44490
deleted file mode 100644
index 9273c2cb..00000000
Binary files a/TCG/Library/Artifacts/78/78d7f63ab960bf67260d809668e44490 and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/78e443ea5ba6863b2499515bd9e06326 b/TCG/Library/Artifacts/78/78e443ea5ba6863b2499515bd9e06326
deleted file mode 100644
index 2e8b9e90..00000000
Binary files a/TCG/Library/Artifacts/78/78e443ea5ba6863b2499515bd9e06326 and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/78edd3b17a68cd9a5bbf02a56f46749e b/TCG/Library/Artifacts/78/78edd3b17a68cd9a5bbf02a56f46749e
deleted file mode 100644
index 7a471bf6..00000000
Binary files a/TCG/Library/Artifacts/78/78edd3b17a68cd9a5bbf02a56f46749e and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/78fea1402bb27a1bd8caa21354ed6c5f b/TCG/Library/Artifacts/78/78fea1402bb27a1bd8caa21354ed6c5f
deleted file mode 100644
index f388706f..00000000
Binary files a/TCG/Library/Artifacts/78/78fea1402bb27a1bd8caa21354ed6c5f and /dev/null differ
diff --git a/TCG/Library/Artifacts/78/78ff33acd99025a453f039102a0282ca b/TCG/Library/Artifacts/78/78ff33acd99025a453f039102a0282ca
deleted file mode 100644
index 77bd498b..00000000
Binary files a/TCG/Library/Artifacts/78/78ff33acd99025a453f039102a0282ca and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/791d71671192cdc0cd2871c94fca68c6 b/TCG/Library/Artifacts/79/791d71671192cdc0cd2871c94fca68c6
deleted file mode 100644
index 7d08fcb9..00000000
Binary files a/TCG/Library/Artifacts/79/791d71671192cdc0cd2871c94fca68c6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/7924feeb1ccb731e1a35d3985b70e10d b/TCG/Library/Artifacts/79/7924feeb1ccb731e1a35d3985b70e10d
deleted file mode 100644
index 04b3b431..00000000
Binary files a/TCG/Library/Artifacts/79/7924feeb1ccb731e1a35d3985b70e10d and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/7931f783d2d9c9db6d39e5ffe3bd7636 b/TCG/Library/Artifacts/79/7931f783d2d9c9db6d39e5ffe3bd7636
deleted file mode 100644
index 50cb6e8f..00000000
Binary files a/TCG/Library/Artifacts/79/7931f783d2d9c9db6d39e5ffe3bd7636 and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/794291f5bad26b289c1adc00585c2c32 b/TCG/Library/Artifacts/79/794291f5bad26b289c1adc00585c2c32
deleted file mode 100644
index 76ad9df9..00000000
Binary files a/TCG/Library/Artifacts/79/794291f5bad26b289c1adc00585c2c32 and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/794e078791a7e3ac2abf6dcbe0f2ba4e b/TCG/Library/Artifacts/79/794e078791a7e3ac2abf6dcbe0f2ba4e
deleted file mode 100644
index 08a5653a..00000000
Binary files a/TCG/Library/Artifacts/79/794e078791a7e3ac2abf6dcbe0f2ba4e and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/794f018deb975c380c4323c194cefe91 b/TCG/Library/Artifacts/79/794f018deb975c380c4323c194cefe91
deleted file mode 100644
index 0251667d..00000000
Binary files a/TCG/Library/Artifacts/79/794f018deb975c380c4323c194cefe91 and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/7950f3aa11bc3c6f72080a25f9e5f743 b/TCG/Library/Artifacts/79/7950f3aa11bc3c6f72080a25f9e5f743
deleted file mode 100644
index 4080fa78..00000000
Binary files a/TCG/Library/Artifacts/79/7950f3aa11bc3c6f72080a25f9e5f743 and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/79908947a63ac35be95bb4ff5be8d16e b/TCG/Library/Artifacts/79/79908947a63ac35be95bb4ff5be8d16e
deleted file mode 100644
index 08b541a9..00000000
Binary files a/TCG/Library/Artifacts/79/79908947a63ac35be95bb4ff5be8d16e and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/79ba97a867fcc49bc59316d98d6f5541 b/TCG/Library/Artifacts/79/79ba97a867fcc49bc59316d98d6f5541
deleted file mode 100644
index 922d93ad..00000000
Binary files a/TCG/Library/Artifacts/79/79ba97a867fcc49bc59316d98d6f5541 and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/79c1a80270bec6be3e5bc84d1b5d723d b/TCG/Library/Artifacts/79/79c1a80270bec6be3e5bc84d1b5d723d
deleted file mode 100644
index f3c85003..00000000
Binary files a/TCG/Library/Artifacts/79/79c1a80270bec6be3e5bc84d1b5d723d and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/79c93be0bf5b674390b5776bf7fd9f4e b/TCG/Library/Artifacts/79/79c93be0bf5b674390b5776bf7fd9f4e
deleted file mode 100644
index 995632fc..00000000
Binary files a/TCG/Library/Artifacts/79/79c93be0bf5b674390b5776bf7fd9f4e and /dev/null differ
diff --git a/TCG/Library/Artifacts/79/79cd7c4fcd1f5ea4748417dc3aa9e8a8 b/TCG/Library/Artifacts/79/79cd7c4fcd1f5ea4748417dc3aa9e8a8
deleted file mode 100644
index a06823f0..00000000
Binary files a/TCG/Library/Artifacts/79/79cd7c4fcd1f5ea4748417dc3aa9e8a8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7a1026a27459b168dd6870fa7599869a b/TCG/Library/Artifacts/7a/7a1026a27459b168dd6870fa7599869a
deleted file mode 100644
index 4ab73dd4..00000000
Binary files a/TCG/Library/Artifacts/7a/7a1026a27459b168dd6870fa7599869a and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7a1425493d9b3b8c68d63c29052463af b/TCG/Library/Artifacts/7a/7a1425493d9b3b8c68d63c29052463af
deleted file mode 100644
index f8fc7abb..00000000
Binary files a/TCG/Library/Artifacts/7a/7a1425493d9b3b8c68d63c29052463af and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7a1a51d680b2a01fc8b8ba0089f84d13 b/TCG/Library/Artifacts/7a/7a1a51d680b2a01fc8b8ba0089f84d13
deleted file mode 100644
index 9466724c..00000000
Binary files a/TCG/Library/Artifacts/7a/7a1a51d680b2a01fc8b8ba0089f84d13 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7a34c4aed6abb9d1b6026ae924518f67 b/TCG/Library/Artifacts/7a/7a34c4aed6abb9d1b6026ae924518f67
deleted file mode 100644
index 54427e91..00000000
Binary files a/TCG/Library/Artifacts/7a/7a34c4aed6abb9d1b6026ae924518f67 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7a3ef12145b2ca2deaaf48c44ce1b62a b/TCG/Library/Artifacts/7a/7a3ef12145b2ca2deaaf48c44ce1b62a
deleted file mode 100644
index 3372bf19..00000000
Binary files a/TCG/Library/Artifacts/7a/7a3ef12145b2ca2deaaf48c44ce1b62a and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7a57643e9ed4f7ca8ecf14167f476b78 b/TCG/Library/Artifacts/7a/7a57643e9ed4f7ca8ecf14167f476b78
deleted file mode 100644
index 7620b3ae..00000000
Binary files a/TCG/Library/Artifacts/7a/7a57643e9ed4f7ca8ecf14167f476b78 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7a58898ae70680951d742b88f367765c b/TCG/Library/Artifacts/7a/7a58898ae70680951d742b88f367765c
deleted file mode 100644
index a650c3ad..00000000
Binary files a/TCG/Library/Artifacts/7a/7a58898ae70680951d742b88f367765c and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7a63f8185eb74f8c0e3c7289492444b5 b/TCG/Library/Artifacts/7a/7a63f8185eb74f8c0e3c7289492444b5
deleted file mode 100644
index 2a71e25e..00000000
Binary files a/TCG/Library/Artifacts/7a/7a63f8185eb74f8c0e3c7289492444b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7a895f3779709f6261fc26b6a8e1f901 b/TCG/Library/Artifacts/7a/7a895f3779709f6261fc26b6a8e1f901
deleted file mode 100644
index 50fe656a..00000000
Binary files a/TCG/Library/Artifacts/7a/7a895f3779709f6261fc26b6a8e1f901 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7a94ad8e601db1e1525738cf637fddbe b/TCG/Library/Artifacts/7a/7a94ad8e601db1e1525738cf637fddbe
deleted file mode 100644
index e0b802a7..00000000
Binary files a/TCG/Library/Artifacts/7a/7a94ad8e601db1e1525738cf637fddbe and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7a9b780782ccb52cc419e3c6b83bd49d b/TCG/Library/Artifacts/7a/7a9b780782ccb52cc419e3c6b83bd49d
deleted file mode 100644
index 6967148c..00000000
Binary files a/TCG/Library/Artifacts/7a/7a9b780782ccb52cc419e3c6b83bd49d and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7aacb168f1144fac676fda83b8d70d49 b/TCG/Library/Artifacts/7a/7aacb168f1144fac676fda83b8d70d49
deleted file mode 100644
index dcab2286..00000000
Binary files a/TCG/Library/Artifacts/7a/7aacb168f1144fac676fda83b8d70d49 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7acccf323e494ffa985c546dfe845f6e b/TCG/Library/Artifacts/7a/7acccf323e494ffa985c546dfe845f6e
deleted file mode 100644
index 9a704bca..00000000
Binary files a/TCG/Library/Artifacts/7a/7acccf323e494ffa985c546dfe845f6e and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7ad83e448d2a18b0dc206e905190aa72 b/TCG/Library/Artifacts/7a/7ad83e448d2a18b0dc206e905190aa72
deleted file mode 100644
index a65a1144..00000000
Binary files a/TCG/Library/Artifacts/7a/7ad83e448d2a18b0dc206e905190aa72 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7ae21772995f6fa548e9186f30d7e379 b/TCG/Library/Artifacts/7a/7ae21772995f6fa548e9186f30d7e379
deleted file mode 100644
index 2e787145..00000000
Binary files a/TCG/Library/Artifacts/7a/7ae21772995f6fa548e9186f30d7e379 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7af33e8cce5f1fb5195a558a757c7f94 b/TCG/Library/Artifacts/7a/7af33e8cce5f1fb5195a558a757c7f94
deleted file mode 100644
index 78dbf92d..00000000
Binary files a/TCG/Library/Artifacts/7a/7af33e8cce5f1fb5195a558a757c7f94 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7a/7af43e9fee6514f1d2db81c0bf250755 b/TCG/Library/Artifacts/7a/7af43e9fee6514f1d2db81c0bf250755
deleted file mode 100644
index 34bc690a..00000000
Binary files a/TCG/Library/Artifacts/7a/7af43e9fee6514f1d2db81c0bf250755 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7b3aefcbe98353a918d4d8b8764acb10 b/TCG/Library/Artifacts/7b/7b3aefcbe98353a918d4d8b8764acb10
deleted file mode 100644
index 0666024f..00000000
Binary files a/TCG/Library/Artifacts/7b/7b3aefcbe98353a918d4d8b8764acb10 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7b49938bde63c4ac31a024912dec207f b/TCG/Library/Artifacts/7b/7b49938bde63c4ac31a024912dec207f
deleted file mode 100644
index f3121c26..00000000
Binary files a/TCG/Library/Artifacts/7b/7b49938bde63c4ac31a024912dec207f and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7b5761a4cefc7ab11560d0f625035caa b/TCG/Library/Artifacts/7b/7b5761a4cefc7ab11560d0f625035caa
deleted file mode 100644
index b751c578..00000000
Binary files a/TCG/Library/Artifacts/7b/7b5761a4cefc7ab11560d0f625035caa and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7b8a88a566138b216c555cbe15c0d0e0 b/TCG/Library/Artifacts/7b/7b8a88a566138b216c555cbe15c0d0e0
deleted file mode 100644
index 0767c0c3..00000000
Binary files a/TCG/Library/Artifacts/7b/7b8a88a566138b216c555cbe15c0d0e0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7ba92091cd95391c9e2ef27c4820d472 b/TCG/Library/Artifacts/7b/7ba92091cd95391c9e2ef27c4820d472
deleted file mode 100644
index b1c96b1c..00000000
Binary files a/TCG/Library/Artifacts/7b/7ba92091cd95391c9e2ef27c4820d472 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7bbb3d6086c4d6ea4a73afbecdee442a b/TCG/Library/Artifacts/7b/7bbb3d6086c4d6ea4a73afbecdee442a
deleted file mode 100644
index 88be03a3..00000000
Binary files a/TCG/Library/Artifacts/7b/7bbb3d6086c4d6ea4a73afbecdee442a and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7bbc434d890bac6aa4c0e3496d918a3c b/TCG/Library/Artifacts/7b/7bbc434d890bac6aa4c0e3496d918a3c
deleted file mode 100644
index ea8f8ce8..00000000
Binary files a/TCG/Library/Artifacts/7b/7bbc434d890bac6aa4c0e3496d918a3c and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7bbc95edc63ee4646be0477d1827d24b b/TCG/Library/Artifacts/7b/7bbc95edc63ee4646be0477d1827d24b
deleted file mode 100644
index 88b87539..00000000
Binary files a/TCG/Library/Artifacts/7b/7bbc95edc63ee4646be0477d1827d24b and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7bc311756123e0dcce86da55ebea9b47 b/TCG/Library/Artifacts/7b/7bc311756123e0dcce86da55ebea9b47
deleted file mode 100644
index a9dbdcd4..00000000
Binary files a/TCG/Library/Artifacts/7b/7bc311756123e0dcce86da55ebea9b47 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7bceea9c64c04386cbba5e6f4df0ba2a b/TCG/Library/Artifacts/7b/7bceea9c64c04386cbba5e6f4df0ba2a
deleted file mode 100644
index 9cdcc7e0..00000000
Binary files a/TCG/Library/Artifacts/7b/7bceea9c64c04386cbba5e6f4df0ba2a and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7bd071d5604dda9e85d3dd4efa44b9a4 b/TCG/Library/Artifacts/7b/7bd071d5604dda9e85d3dd4efa44b9a4
deleted file mode 100644
index ab490551..00000000
Binary files a/TCG/Library/Artifacts/7b/7bd071d5604dda9e85d3dd4efa44b9a4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7bd4194d2d1d695397f886ac6b5a094e b/TCG/Library/Artifacts/7b/7bd4194d2d1d695397f886ac6b5a094e
deleted file mode 100644
index 52dacd5e..00000000
Binary files a/TCG/Library/Artifacts/7b/7bd4194d2d1d695397f886ac6b5a094e and /dev/null differ
diff --git a/TCG/Library/Artifacts/7b/7bf37673be4838d4b27e12516deeb56a b/TCG/Library/Artifacts/7b/7bf37673be4838d4b27e12516deeb56a
deleted file mode 100644
index 12f74d70..00000000
Binary files a/TCG/Library/Artifacts/7b/7bf37673be4838d4b27e12516deeb56a and /dev/null differ
diff --git a/TCG/Library/Artifacts/7c/7c0a15894dc14e915355c4061bd4e429 b/TCG/Library/Artifacts/7c/7c0a15894dc14e915355c4061bd4e429
deleted file mode 100644
index 1499e05d..00000000
Binary files a/TCG/Library/Artifacts/7c/7c0a15894dc14e915355c4061bd4e429 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7c/7c0b9244ddda91a8ba82f94838abe881 b/TCG/Library/Artifacts/7c/7c0b9244ddda91a8ba82f94838abe881
deleted file mode 100644
index cb01f3a6..00000000
Binary files a/TCG/Library/Artifacts/7c/7c0b9244ddda91a8ba82f94838abe881 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7c/7c0eb92d153875019bb984ea25e4d38a b/TCG/Library/Artifacts/7c/7c0eb92d153875019bb984ea25e4d38a
deleted file mode 100644
index b246754d..00000000
Binary files a/TCG/Library/Artifacts/7c/7c0eb92d153875019bb984ea25e4d38a and /dev/null differ
diff --git a/TCG/Library/Artifacts/7c/7c5503c6a0761311a2e7b7489f07486e b/TCG/Library/Artifacts/7c/7c5503c6a0761311a2e7b7489f07486e
deleted file mode 100644
index 902e313b..00000000
Binary files a/TCG/Library/Artifacts/7c/7c5503c6a0761311a2e7b7489f07486e and /dev/null differ
diff --git a/TCG/Library/Artifacts/7c/7c651465ad01b2fcc0a4da069462d3e6 b/TCG/Library/Artifacts/7c/7c651465ad01b2fcc0a4da069462d3e6
deleted file mode 100644
index 8f4678e7..00000000
Binary files a/TCG/Library/Artifacts/7c/7c651465ad01b2fcc0a4da069462d3e6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7c/7c804185eb8179260c30c0ce220b1c0a b/TCG/Library/Artifacts/7c/7c804185eb8179260c30c0ce220b1c0a
deleted file mode 100644
index 0c5644bc..00000000
Binary files a/TCG/Library/Artifacts/7c/7c804185eb8179260c30c0ce220b1c0a and /dev/null differ
diff --git a/TCG/Library/Artifacts/7c/7c90ab9923d923a5862e7bb7068afee6 b/TCG/Library/Artifacts/7c/7c90ab9923d923a5862e7bb7068afee6
deleted file mode 100644
index d0dbf659..00000000
Binary files a/TCG/Library/Artifacts/7c/7c90ab9923d923a5862e7bb7068afee6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7c/7c9afc07b2409aba602317fa2901118d b/TCG/Library/Artifacts/7c/7c9afc07b2409aba602317fa2901118d
deleted file mode 100644
index 31434524..00000000
Binary files a/TCG/Library/Artifacts/7c/7c9afc07b2409aba602317fa2901118d and /dev/null differ
diff --git a/TCG/Library/Artifacts/7c/7caf5641d120f786f6d4e394af15fbfc b/TCG/Library/Artifacts/7c/7caf5641d120f786f6d4e394af15fbfc
deleted file mode 100644
index e3602c17..00000000
Binary files a/TCG/Library/Artifacts/7c/7caf5641d120f786f6d4e394af15fbfc and /dev/null differ
diff --git a/TCG/Library/Artifacts/7c/7cd5777c9ac012c1bcc4720e16854643 b/TCG/Library/Artifacts/7c/7cd5777c9ac012c1bcc4720e16854643
deleted file mode 100644
index 288d0742..00000000
Binary files a/TCG/Library/Artifacts/7c/7cd5777c9ac012c1bcc4720e16854643 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7c/7cdc77777e7e25b0b1c3c3bbc05ec4ba b/TCG/Library/Artifacts/7c/7cdc77777e7e25b0b1c3c3bbc05ec4ba
deleted file mode 100644
index 2711355c..00000000
Binary files a/TCG/Library/Artifacts/7c/7cdc77777e7e25b0b1c3c3bbc05ec4ba and /dev/null differ
diff --git a/TCG/Library/Artifacts/7d/7d0c875be8a7b9e3be03783e079f1b20 b/TCG/Library/Artifacts/7d/7d0c875be8a7b9e3be03783e079f1b20
deleted file mode 100644
index a16f44dd..00000000
Binary files a/TCG/Library/Artifacts/7d/7d0c875be8a7b9e3be03783e079f1b20 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7d/7d156d561b35dd0771c6a7c63992266e b/TCG/Library/Artifacts/7d/7d156d561b35dd0771c6a7c63992266e
deleted file mode 100644
index af8e7349..00000000
Binary files a/TCG/Library/Artifacts/7d/7d156d561b35dd0771c6a7c63992266e and /dev/null differ
diff --git a/TCG/Library/Artifacts/7d/7d21853358aae037bde1a5539472fb24 b/TCG/Library/Artifacts/7d/7d21853358aae037bde1a5539472fb24
deleted file mode 100644
index 2783ee39..00000000
Binary files a/TCG/Library/Artifacts/7d/7d21853358aae037bde1a5539472fb24 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7d/7d26d198d13ac7dbb5afb35d709c8227 b/TCG/Library/Artifacts/7d/7d26d198d13ac7dbb5afb35d709c8227
deleted file mode 100644
index 86d9ad11..00000000
Binary files a/TCG/Library/Artifacts/7d/7d26d198d13ac7dbb5afb35d709c8227 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7d/7dabf4a27916c3e4391dc7e40a1433ba b/TCG/Library/Artifacts/7d/7dabf4a27916c3e4391dc7e40a1433ba
deleted file mode 100644
index 9562784a..00000000
Binary files a/TCG/Library/Artifacts/7d/7dabf4a27916c3e4391dc7e40a1433ba and /dev/null differ
diff --git a/TCG/Library/Artifacts/7d/7dbb5a5cdddfdeee95106bffc0af9720 b/TCG/Library/Artifacts/7d/7dbb5a5cdddfdeee95106bffc0af9720
deleted file mode 100644
index 93c1bc10..00000000
Binary files a/TCG/Library/Artifacts/7d/7dbb5a5cdddfdeee95106bffc0af9720 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7d/7de4960be529eb02d9009cf221dfcad7 b/TCG/Library/Artifacts/7d/7de4960be529eb02d9009cf221dfcad7
deleted file mode 100644
index 90a55341..00000000
Binary files a/TCG/Library/Artifacts/7d/7de4960be529eb02d9009cf221dfcad7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7d/7df0264960b86d6dcd9f0d6a6efb23df b/TCG/Library/Artifacts/7d/7df0264960b86d6dcd9f0d6a6efb23df
deleted file mode 100644
index f5d9b517..00000000
Binary files a/TCG/Library/Artifacts/7d/7df0264960b86d6dcd9f0d6a6efb23df and /dev/null differ
diff --git a/TCG/Library/Artifacts/7d/7dfb963af09d2884635c0458d681fe50 b/TCG/Library/Artifacts/7d/7dfb963af09d2884635c0458d681fe50
deleted file mode 100644
index a3a073e3..00000000
Binary files a/TCG/Library/Artifacts/7d/7dfb963af09d2884635c0458d681fe50 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e06c53d9af38e91a5855b251f4d6f3a b/TCG/Library/Artifacts/7e/7e06c53d9af38e91a5855b251f4d6f3a
deleted file mode 100644
index 6d7666df..00000000
Binary files a/TCG/Library/Artifacts/7e/7e06c53d9af38e91a5855b251f4d6f3a and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e0825971c1d6a65f5493fc61f2e11e6 b/TCG/Library/Artifacts/7e/7e0825971c1d6a65f5493fc61f2e11e6
deleted file mode 100644
index 3a301975..00000000
Binary files a/TCG/Library/Artifacts/7e/7e0825971c1d6a65f5493fc61f2e11e6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e1477a6aab280d8495e314ed6dfcbb0 b/TCG/Library/Artifacts/7e/7e1477a6aab280d8495e314ed6dfcbb0
deleted file mode 100644
index d68d0b95..00000000
Binary files a/TCG/Library/Artifacts/7e/7e1477a6aab280d8495e314ed6dfcbb0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e3f20ec234e0a39f10e2ef00d3fa60a b/TCG/Library/Artifacts/7e/7e3f20ec234e0a39f10e2ef00d3fa60a
deleted file mode 100644
index 65e27ba6..00000000
Binary files a/TCG/Library/Artifacts/7e/7e3f20ec234e0a39f10e2ef00d3fa60a and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e48e40ebecb8827f5ab8cb7c550db6f b/TCG/Library/Artifacts/7e/7e48e40ebecb8827f5ab8cb7c550db6f
deleted file mode 100644
index 51331674..00000000
Binary files a/TCG/Library/Artifacts/7e/7e48e40ebecb8827f5ab8cb7c550db6f and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e54ad987ad27e81d8001bcf6c8504f1 b/TCG/Library/Artifacts/7e/7e54ad987ad27e81d8001bcf6c8504f1
deleted file mode 100644
index 0252158c..00000000
Binary files a/TCG/Library/Artifacts/7e/7e54ad987ad27e81d8001bcf6c8504f1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e5b532382f079e30a7beb0a436aea7c b/TCG/Library/Artifacts/7e/7e5b532382f079e30a7beb0a436aea7c
deleted file mode 100644
index daa4fa82..00000000
Binary files a/TCG/Library/Artifacts/7e/7e5b532382f079e30a7beb0a436aea7c and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e62f2698c7a24c8c2b5a87cd1ef5ead b/TCG/Library/Artifacts/7e/7e62f2698c7a24c8c2b5a87cd1ef5ead
deleted file mode 100644
index 55997d66..00000000
Binary files a/TCG/Library/Artifacts/7e/7e62f2698c7a24c8c2b5a87cd1ef5ead and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e6bb9e5ea603650586ea6f9d5165e2b b/TCG/Library/Artifacts/7e/7e6bb9e5ea603650586ea6f9d5165e2b
deleted file mode 100644
index 252bc460..00000000
Binary files a/TCG/Library/Artifacts/7e/7e6bb9e5ea603650586ea6f9d5165e2b and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e793eca10cb64bea47933b3490bdfeb b/TCG/Library/Artifacts/7e/7e793eca10cb64bea47933b3490bdfeb
deleted file mode 100644
index 1b5e0909..00000000
Binary files a/TCG/Library/Artifacts/7e/7e793eca10cb64bea47933b3490bdfeb and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e8ee45a71851f3da87c2d1582f7faef b/TCG/Library/Artifacts/7e/7e8ee45a71851f3da87c2d1582f7faef
deleted file mode 100644
index 19c922ef..00000000
Binary files a/TCG/Library/Artifacts/7e/7e8ee45a71851f3da87c2d1582f7faef and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7e90af6536dfd30ee19a0f0b1c5b00a6 b/TCG/Library/Artifacts/7e/7e90af6536dfd30ee19a0f0b1c5b00a6
deleted file mode 100644
index 3232e79e..00000000
Binary files a/TCG/Library/Artifacts/7e/7e90af6536dfd30ee19a0f0b1c5b00a6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7ebbb9a78655036c8cfef41a2497c228 b/TCG/Library/Artifacts/7e/7ebbb9a78655036c8cfef41a2497c228
deleted file mode 100644
index f1fd7553..00000000
Binary files a/TCG/Library/Artifacts/7e/7ebbb9a78655036c8cfef41a2497c228 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7e/7ec3ff5aba103668e498ebc818339963 b/TCG/Library/Artifacts/7e/7ec3ff5aba103668e498ebc818339963
deleted file mode 100644
index d42b17e2..00000000
Binary files a/TCG/Library/Artifacts/7e/7ec3ff5aba103668e498ebc818339963 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7f/7f27ebe2ebd13b28806044348931380d b/TCG/Library/Artifacts/7f/7f27ebe2ebd13b28806044348931380d
deleted file mode 100644
index 8f97e229..00000000
Binary files a/TCG/Library/Artifacts/7f/7f27ebe2ebd13b28806044348931380d and /dev/null differ
diff --git a/TCG/Library/Artifacts/7f/7f3258c90c7956a85abf1dd121ed8ada b/TCG/Library/Artifacts/7f/7f3258c90c7956a85abf1dd121ed8ada
deleted file mode 100644
index af146f53..00000000
Binary files a/TCG/Library/Artifacts/7f/7f3258c90c7956a85abf1dd121ed8ada and /dev/null differ
diff --git a/TCG/Library/Artifacts/7f/7f5c391e2a51249cc15a0548975657d0 b/TCG/Library/Artifacts/7f/7f5c391e2a51249cc15a0548975657d0
deleted file mode 100644
index 8ac3e685..00000000
Binary files a/TCG/Library/Artifacts/7f/7f5c391e2a51249cc15a0548975657d0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7f/7f65704e2675029c0c0abe8422e572d0 b/TCG/Library/Artifacts/7f/7f65704e2675029c0c0abe8422e572d0
deleted file mode 100644
index 48e33632..00000000
Binary files a/TCG/Library/Artifacts/7f/7f65704e2675029c0c0abe8422e572d0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7f/7f7bcc8e25d5b54e02b8052672f38aa2 b/TCG/Library/Artifacts/7f/7f7bcc8e25d5b54e02b8052672f38aa2
deleted file mode 100644
index d8c6c006..00000000
Binary files a/TCG/Library/Artifacts/7f/7f7bcc8e25d5b54e02b8052672f38aa2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7f/7f8105a80ebfa78077a0d1883207239e b/TCG/Library/Artifacts/7f/7f8105a80ebfa78077a0d1883207239e
deleted file mode 100644
index e81a7a70..00000000
Binary files a/TCG/Library/Artifacts/7f/7f8105a80ebfa78077a0d1883207239e and /dev/null differ
diff --git a/TCG/Library/Artifacts/7f/7f8bab217930f068e2b9e99c9a9f765d b/TCG/Library/Artifacts/7f/7f8bab217930f068e2b9e99c9a9f765d
deleted file mode 100644
index 27caae44..00000000
Binary files a/TCG/Library/Artifacts/7f/7f8bab217930f068e2b9e99c9a9f765d and /dev/null differ
diff --git a/TCG/Library/Artifacts/7f/7f9a3dffa7101ef8d1cc72cbd681eaac b/TCG/Library/Artifacts/7f/7f9a3dffa7101ef8d1cc72cbd681eaac
deleted file mode 100644
index dc780ccd..00000000
Binary files a/TCG/Library/Artifacts/7f/7f9a3dffa7101ef8d1cc72cbd681eaac and /dev/null differ
diff --git a/TCG/Library/Artifacts/7f/7fac4bd13d27a25b460ae1feb0beace7 b/TCG/Library/Artifacts/7f/7fac4bd13d27a25b460ae1feb0beace7
deleted file mode 100644
index a2e50807..00000000
Binary files a/TCG/Library/Artifacts/7f/7fac4bd13d27a25b460ae1feb0beace7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/7f/7feb94edeb12eb582c2b4dba566caa1e b/TCG/Library/Artifacts/7f/7feb94edeb12eb582c2b4dba566caa1e
deleted file mode 100644
index bbc1426b..00000000
Binary files a/TCG/Library/Artifacts/7f/7feb94edeb12eb582c2b4dba566caa1e and /dev/null differ
diff --git a/TCG/Library/Artifacts/7f/7ffa6148e904b7c5495d8e2ae13878d3 b/TCG/Library/Artifacts/7f/7ffa6148e904b7c5495d8e2ae13878d3
deleted file mode 100644
index e9ec1fd2..00000000
Binary files a/TCG/Library/Artifacts/7f/7ffa6148e904b7c5495d8e2ae13878d3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/80/8013ccf0c05196117ab5c2382c0f3523 b/TCG/Library/Artifacts/80/8013ccf0c05196117ab5c2382c0f3523
deleted file mode 100644
index fcd2abb6..00000000
Binary files a/TCG/Library/Artifacts/80/8013ccf0c05196117ab5c2382c0f3523 and /dev/null differ
diff --git a/TCG/Library/Artifacts/80/801e203fafe076025f28a810132a98a4 b/TCG/Library/Artifacts/80/801e203fafe076025f28a810132a98a4
deleted file mode 100644
index 4dff65fc..00000000
Binary files a/TCG/Library/Artifacts/80/801e203fafe076025f28a810132a98a4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/80/802b7c00add749c328bf1b13217791b8 b/TCG/Library/Artifacts/80/802b7c00add749c328bf1b13217791b8
deleted file mode 100644
index 16de853f..00000000
Binary files a/TCG/Library/Artifacts/80/802b7c00add749c328bf1b13217791b8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/80/80478e03c0427b3691d545591eef1f3d b/TCG/Library/Artifacts/80/80478e03c0427b3691d545591eef1f3d
deleted file mode 100644
index 884d585f..00000000
Binary files a/TCG/Library/Artifacts/80/80478e03c0427b3691d545591eef1f3d and /dev/null differ
diff --git a/TCG/Library/Artifacts/80/807f6b4f73ef61e845f22369d2acb04a b/TCG/Library/Artifacts/80/807f6b4f73ef61e845f22369d2acb04a
deleted file mode 100644
index ac74b639..00000000
Binary files a/TCG/Library/Artifacts/80/807f6b4f73ef61e845f22369d2acb04a and /dev/null differ
diff --git a/TCG/Library/Artifacts/80/8084ba36663e3daee84c8c04a948b70c b/TCG/Library/Artifacts/80/8084ba36663e3daee84c8c04a948b70c
deleted file mode 100644
index 7f887978..00000000
Binary files a/TCG/Library/Artifacts/80/8084ba36663e3daee84c8c04a948b70c and /dev/null differ
diff --git a/TCG/Library/Artifacts/80/809deff139a1822e55ddad3fc1ce30b7 b/TCG/Library/Artifacts/80/809deff139a1822e55ddad3fc1ce30b7
deleted file mode 100644
index fca90e13..00000000
Binary files a/TCG/Library/Artifacts/80/809deff139a1822e55ddad3fc1ce30b7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/80/80a6092fa0eea4a5fa441461783380c4 b/TCG/Library/Artifacts/80/80a6092fa0eea4a5fa441461783380c4
deleted file mode 100644
index f0618d72..00000000
Binary files a/TCG/Library/Artifacts/80/80a6092fa0eea4a5fa441461783380c4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/80/80aea76ee0334abd088fd5c50150f373 b/TCG/Library/Artifacts/80/80aea76ee0334abd088fd5c50150f373
deleted file mode 100644
index 85e2ca42..00000000
Binary files a/TCG/Library/Artifacts/80/80aea76ee0334abd088fd5c50150f373 and /dev/null differ
diff --git a/TCG/Library/Artifacts/80/80ecd1afc930cd9d01a3544f0bed74df b/TCG/Library/Artifacts/80/80ecd1afc930cd9d01a3544f0bed74df
deleted file mode 100644
index 24b83e2b..00000000
Binary files a/TCG/Library/Artifacts/80/80ecd1afc930cd9d01a3544f0bed74df and /dev/null differ
diff --git a/TCG/Library/Artifacts/80/80f54f2dbcb37e48fe103ab32b3d7fe6 b/TCG/Library/Artifacts/80/80f54f2dbcb37e48fe103ab32b3d7fe6
deleted file mode 100644
index af7439a4..00000000
Binary files a/TCG/Library/Artifacts/80/80f54f2dbcb37e48fe103ab32b3d7fe6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/8109f8d2712fae8b6680803798301ca0 b/TCG/Library/Artifacts/81/8109f8d2712fae8b6680803798301ca0
deleted file mode 100644
index 81924014..00000000
Binary files a/TCG/Library/Artifacts/81/8109f8d2712fae8b6680803798301ca0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/8123fb1549638f53b103b350890ce231 b/TCG/Library/Artifacts/81/8123fb1549638f53b103b350890ce231
deleted file mode 100644
index d4d9f3cb..00000000
Binary files a/TCG/Library/Artifacts/81/8123fb1549638f53b103b350890ce231 and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/813a9b6321aaba83d44a3dffa083abd5 b/TCG/Library/Artifacts/81/813a9b6321aaba83d44a3dffa083abd5
deleted file mode 100644
index acd678ce..00000000
Binary files a/TCG/Library/Artifacts/81/813a9b6321aaba83d44a3dffa083abd5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/81498ed0d4091e120627148d3a224dab b/TCG/Library/Artifacts/81/81498ed0d4091e120627148d3a224dab
deleted file mode 100644
index 0e539d34..00000000
Binary files a/TCG/Library/Artifacts/81/81498ed0d4091e120627148d3a224dab and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/817233304278d8c74356bb17f5e199c2 b/TCG/Library/Artifacts/81/817233304278d8c74356bb17f5e199c2
deleted file mode 100644
index b6bce8f3..00000000
Binary files a/TCG/Library/Artifacts/81/817233304278d8c74356bb17f5e199c2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/817b82571d4fb6a78d9f3e701ff199de b/TCG/Library/Artifacts/81/817b82571d4fb6a78d9f3e701ff199de
deleted file mode 100644
index 4dd4f540..00000000
Binary files a/TCG/Library/Artifacts/81/817b82571d4fb6a78d9f3e701ff199de and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/8187afbee93b2d3e216aed2253a5e2bb b/TCG/Library/Artifacts/81/8187afbee93b2d3e216aed2253a5e2bb
deleted file mode 100644
index 43d20ee5..00000000
Binary files a/TCG/Library/Artifacts/81/8187afbee93b2d3e216aed2253a5e2bb and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/819a19d716e3edd5815dda5e4160b4cc b/TCG/Library/Artifacts/81/819a19d716e3edd5815dda5e4160b4cc
deleted file mode 100644
index fa7ee1dd..00000000
Binary files a/TCG/Library/Artifacts/81/819a19d716e3edd5815dda5e4160b4cc and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/81ae0932d7a399862d083cf0e745098b b/TCG/Library/Artifacts/81/81ae0932d7a399862d083cf0e745098b
deleted file mode 100644
index d2592016..00000000
Binary files a/TCG/Library/Artifacts/81/81ae0932d7a399862d083cf0e745098b and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/81c5ad61b01df2afeb6e2637c4d8dfb0 b/TCG/Library/Artifacts/81/81c5ad61b01df2afeb6e2637c4d8dfb0
deleted file mode 100644
index ecb2ac08..00000000
Binary files a/TCG/Library/Artifacts/81/81c5ad61b01df2afeb6e2637c4d8dfb0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/81e81fb255ebd740bb96f07eacdc0cbd b/TCG/Library/Artifacts/81/81e81fb255ebd740bb96f07eacdc0cbd
deleted file mode 100644
index 8c026c2b..00000000
Binary files a/TCG/Library/Artifacts/81/81e81fb255ebd740bb96f07eacdc0cbd and /dev/null differ
diff --git a/TCG/Library/Artifacts/81/81f35da6a45bc8f393bd3408d50e602c b/TCG/Library/Artifacts/81/81f35da6a45bc8f393bd3408d50e602c
deleted file mode 100644
index c2a30dd6..00000000
Binary files a/TCG/Library/Artifacts/81/81f35da6a45bc8f393bd3408d50e602c and /dev/null differ
diff --git a/TCG/Library/Artifacts/82/821a9d4afb26531c5ff9a0d4ec01e44f b/TCG/Library/Artifacts/82/821a9d4afb26531c5ff9a0d4ec01e44f
deleted file mode 100644
index 46ea57f0..00000000
Binary files a/TCG/Library/Artifacts/82/821a9d4afb26531c5ff9a0d4ec01e44f and /dev/null differ
diff --git a/TCG/Library/Artifacts/82/8236d6d275d14f5a5e59eb2a2bbc79f0 b/TCG/Library/Artifacts/82/8236d6d275d14f5a5e59eb2a2bbc79f0
deleted file mode 100644
index 0c61f969..00000000
Binary files a/TCG/Library/Artifacts/82/8236d6d275d14f5a5e59eb2a2bbc79f0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/82/826011bdf5d17398f259c3aa113f31ca b/TCG/Library/Artifacts/82/826011bdf5d17398f259c3aa113f31ca
deleted file mode 100644
index 09020b57..00000000
Binary files a/TCG/Library/Artifacts/82/826011bdf5d17398f259c3aa113f31ca and /dev/null differ
diff --git a/TCG/Library/Artifacts/82/8261a70b2d3085c411ed623758b383ab b/TCG/Library/Artifacts/82/8261a70b2d3085c411ed623758b383ab
deleted file mode 100644
index b2adba28..00000000
Binary files a/TCG/Library/Artifacts/82/8261a70b2d3085c411ed623758b383ab and /dev/null differ
diff --git a/TCG/Library/Artifacts/82/827906c10f154022b8ac6fda8c916ee7 b/TCG/Library/Artifacts/82/827906c10f154022b8ac6fda8c916ee7
deleted file mode 100644
index d7d14896..00000000
Binary files a/TCG/Library/Artifacts/82/827906c10f154022b8ac6fda8c916ee7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/82/8289d945c07e40e7def65b266d7705a9 b/TCG/Library/Artifacts/82/8289d945c07e40e7def65b266d7705a9
deleted file mode 100644
index d221171d..00000000
Binary files a/TCG/Library/Artifacts/82/8289d945c07e40e7def65b266d7705a9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/82/828cea470742819c020515342e583e9c b/TCG/Library/Artifacts/82/828cea470742819c020515342e583e9c
deleted file mode 100644
index 6ad94b08..00000000
Binary files a/TCG/Library/Artifacts/82/828cea470742819c020515342e583e9c and /dev/null differ
diff --git a/TCG/Library/Artifacts/82/8291a7f0dd05b89db2ac7d022c2ed211 b/TCG/Library/Artifacts/82/8291a7f0dd05b89db2ac7d022c2ed211
deleted file mode 100644
index 54726870..00000000
Binary files a/TCG/Library/Artifacts/82/8291a7f0dd05b89db2ac7d022c2ed211 and /dev/null differ
diff --git a/TCG/Library/Artifacts/82/82a94f168b42f7fce9ec8f3a12e5ef5f b/TCG/Library/Artifacts/82/82a94f168b42f7fce9ec8f3a12e5ef5f
deleted file mode 100644
index c7c4d55d..00000000
Binary files a/TCG/Library/Artifacts/82/82a94f168b42f7fce9ec8f3a12e5ef5f and /dev/null differ
diff --git a/TCG/Library/Artifacts/82/82eb8925f0bc0eea2a456a05150783f4 b/TCG/Library/Artifacts/82/82eb8925f0bc0eea2a456a05150783f4
deleted file mode 100644
index b0cc1ca8..00000000
Binary files a/TCG/Library/Artifacts/82/82eb8925f0bc0eea2a456a05150783f4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/83/8307efbac5df2342448f505fab732371 b/TCG/Library/Artifacts/83/8307efbac5df2342448f505fab732371
deleted file mode 100644
index 3c920143..00000000
Binary files a/TCG/Library/Artifacts/83/8307efbac5df2342448f505fab732371 and /dev/null differ
diff --git a/TCG/Library/Artifacts/83/83190bf2a78409caaf8048ae823e43b3 b/TCG/Library/Artifacts/83/83190bf2a78409caaf8048ae823e43b3
deleted file mode 100644
index aa33bfa7..00000000
Binary files a/TCG/Library/Artifacts/83/83190bf2a78409caaf8048ae823e43b3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/83/8322f22346894b4953be833cf56d56b7 b/TCG/Library/Artifacts/83/8322f22346894b4953be833cf56d56b7
deleted file mode 100644
index 15edfb2a..00000000
Binary files a/TCG/Library/Artifacts/83/8322f22346894b4953be833cf56d56b7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/83/834a41da7731204da8d1bda6e42dca0f b/TCG/Library/Artifacts/83/834a41da7731204da8d1bda6e42dca0f
deleted file mode 100644
index 8a05a244..00000000
Binary files a/TCG/Library/Artifacts/83/834a41da7731204da8d1bda6e42dca0f and /dev/null differ
diff --git a/TCG/Library/Artifacts/83/835fd23a8a8dde1cd595b060b340e351 b/TCG/Library/Artifacts/83/835fd23a8a8dde1cd595b060b340e351
deleted file mode 100644
index 8a4f3858..00000000
Binary files a/TCG/Library/Artifacts/83/835fd23a8a8dde1cd595b060b340e351 and /dev/null differ
diff --git a/TCG/Library/Artifacts/83/838b3d3c41474b71c65bcbd5d637f801 b/TCG/Library/Artifacts/83/838b3d3c41474b71c65bcbd5d637f801
deleted file mode 100644
index 1cf8507c..00000000
Binary files a/TCG/Library/Artifacts/83/838b3d3c41474b71c65bcbd5d637f801 and /dev/null differ
diff --git a/TCG/Library/Artifacts/83/83be8339948248ec4120827f28eb1263 b/TCG/Library/Artifacts/83/83be8339948248ec4120827f28eb1263
deleted file mode 100644
index 226d5508..00000000
Binary files a/TCG/Library/Artifacts/83/83be8339948248ec4120827f28eb1263 and /dev/null differ
diff --git a/TCG/Library/Artifacts/83/83c110b3a031731a68a2803613aeae14 b/TCG/Library/Artifacts/83/83c110b3a031731a68a2803613aeae14
deleted file mode 100644
index 77889e8d..00000000
Binary files a/TCG/Library/Artifacts/83/83c110b3a031731a68a2803613aeae14 and /dev/null differ
diff --git a/TCG/Library/Artifacts/83/83c84b55761097bf383d47fc3e2152d7 b/TCG/Library/Artifacts/83/83c84b55761097bf383d47fc3e2152d7
deleted file mode 100644
index f29f952e..00000000
Binary files a/TCG/Library/Artifacts/83/83c84b55761097bf383d47fc3e2152d7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/83/83cc4bc600c3c3960c53146bcb468f40 b/TCG/Library/Artifacts/83/83cc4bc600c3c3960c53146bcb468f40
deleted file mode 100644
index aed41ac8..00000000
Binary files a/TCG/Library/Artifacts/83/83cc4bc600c3c3960c53146bcb468f40 and /dev/null differ
diff --git a/TCG/Library/Artifacts/83/83db025bc3be99395ba9195fc56a3d3e b/TCG/Library/Artifacts/83/83db025bc3be99395ba9195fc56a3d3e
deleted file mode 100644
index 3c9c0834..00000000
Binary files a/TCG/Library/Artifacts/83/83db025bc3be99395ba9195fc56a3d3e and /dev/null differ
diff --git a/TCG/Library/Artifacts/84/841c496c4af2ca9f03e9f153be64449e b/TCG/Library/Artifacts/84/841c496c4af2ca9f03e9f153be64449e
deleted file mode 100644
index f3b66564..00000000
Binary files a/TCG/Library/Artifacts/84/841c496c4af2ca9f03e9f153be64449e and /dev/null differ
diff --git a/TCG/Library/Artifacts/84/84267c4267ef8e229c997cf5c975a7fd b/TCG/Library/Artifacts/84/84267c4267ef8e229c997cf5c975a7fd
deleted file mode 100644
index da9f373c..00000000
Binary files a/TCG/Library/Artifacts/84/84267c4267ef8e229c997cf5c975a7fd and /dev/null differ
diff --git a/TCG/Library/Artifacts/84/844d598c22657a51f99a162ce0441697 b/TCG/Library/Artifacts/84/844d598c22657a51f99a162ce0441697
deleted file mode 100644
index 169167b6..00000000
Binary files a/TCG/Library/Artifacts/84/844d598c22657a51f99a162ce0441697 and /dev/null differ
diff --git a/TCG/Library/Artifacts/84/84675517bb048546dbda5a261a4710b6 b/TCG/Library/Artifacts/84/84675517bb048546dbda5a261a4710b6
deleted file mode 100644
index 087d3099..00000000
Binary files a/TCG/Library/Artifacts/84/84675517bb048546dbda5a261a4710b6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/84/84676567c3771737ed49b99cbdaaef33 b/TCG/Library/Artifacts/84/84676567c3771737ed49b99cbdaaef33
deleted file mode 100644
index 8919520d..00000000
Binary files a/TCG/Library/Artifacts/84/84676567c3771737ed49b99cbdaaef33 and /dev/null differ
diff --git a/TCG/Library/Artifacts/84/8488977cebff9db9edc2bc425f9b1aa0 b/TCG/Library/Artifacts/84/8488977cebff9db9edc2bc425f9b1aa0
deleted file mode 100644
index e2cd23bf..00000000
Binary files a/TCG/Library/Artifacts/84/8488977cebff9db9edc2bc425f9b1aa0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/84/84a5019c17268d38c3dfc6c63d12fcb3 b/TCG/Library/Artifacts/84/84a5019c17268d38c3dfc6c63d12fcb3
deleted file mode 100644
index ddaf10db..00000000
Binary files a/TCG/Library/Artifacts/84/84a5019c17268d38c3dfc6c63d12fcb3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/84/84a60693a778d554feabcc0b3e0a9156 b/TCG/Library/Artifacts/84/84a60693a778d554feabcc0b3e0a9156
deleted file mode 100644
index ff1676ee..00000000
Binary files a/TCG/Library/Artifacts/84/84a60693a778d554feabcc0b3e0a9156 and /dev/null differ
diff --git a/TCG/Library/Artifacts/84/84abdd2bf0de903e30aa143ce075db95 b/TCG/Library/Artifacts/84/84abdd2bf0de903e30aa143ce075db95
deleted file mode 100644
index efa17847..00000000
Binary files a/TCG/Library/Artifacts/84/84abdd2bf0de903e30aa143ce075db95 and /dev/null differ
diff --git a/TCG/Library/Artifacts/84/84bbef5cbd1572dd062de88c7e479258 b/TCG/Library/Artifacts/84/84bbef5cbd1572dd062de88c7e479258
deleted file mode 100644
index d8e53a4c..00000000
Binary files a/TCG/Library/Artifacts/84/84bbef5cbd1572dd062de88c7e479258 and /dev/null differ
diff --git a/TCG/Library/Artifacts/84/84e2431d914258866b558b6174a658c5 b/TCG/Library/Artifacts/84/84e2431d914258866b558b6174a658c5
deleted file mode 100644
index 62124e31..00000000
Binary files a/TCG/Library/Artifacts/84/84e2431d914258866b558b6174a658c5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/85/852c47b3fce900a533fb62b239c824c1 b/TCG/Library/Artifacts/85/852c47b3fce900a533fb62b239c824c1
deleted file mode 100644
index 2d35a194..00000000
Binary files a/TCG/Library/Artifacts/85/852c47b3fce900a533fb62b239c824c1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/85/8541170c61ba3b48e2f25dde9491f3b5 b/TCG/Library/Artifacts/85/8541170c61ba3b48e2f25dde9491f3b5
deleted file mode 100644
index c27ec0b0..00000000
Binary files a/TCG/Library/Artifacts/85/8541170c61ba3b48e2f25dde9491f3b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/85/8596f0f274d9fdd5bed26cebb8913d9a b/TCG/Library/Artifacts/85/8596f0f274d9fdd5bed26cebb8913d9a
deleted file mode 100644
index 6d3a8b73..00000000
Binary files a/TCG/Library/Artifacts/85/8596f0f274d9fdd5bed26cebb8913d9a and /dev/null differ
diff --git a/TCG/Library/Artifacts/85/85aac916ca27071bcee9af015e86fa32 b/TCG/Library/Artifacts/85/85aac916ca27071bcee9af015e86fa32
deleted file mode 100644
index 639c5ce1..00000000
Binary files a/TCG/Library/Artifacts/85/85aac916ca27071bcee9af015e86fa32 and /dev/null differ
diff --git a/TCG/Library/Artifacts/85/85af180c74b0a52d50d5f7730a7dfc54 b/TCG/Library/Artifacts/85/85af180c74b0a52d50d5f7730a7dfc54
deleted file mode 100644
index 0104270e..00000000
Binary files a/TCG/Library/Artifacts/85/85af180c74b0a52d50d5f7730a7dfc54 and /dev/null differ
diff --git a/TCG/Library/Artifacts/85/85c444020a1f217fb21441f983a158d1 b/TCG/Library/Artifacts/85/85c444020a1f217fb21441f983a158d1
deleted file mode 100644
index deb65ba6..00000000
Binary files a/TCG/Library/Artifacts/85/85c444020a1f217fb21441f983a158d1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/85/85cee336540f93a818a44d8b2e35b49e b/TCG/Library/Artifacts/85/85cee336540f93a818a44d8b2e35b49e
deleted file mode 100644
index 60bcca19..00000000
Binary files a/TCG/Library/Artifacts/85/85cee336540f93a818a44d8b2e35b49e and /dev/null differ
diff --git a/TCG/Library/Artifacts/85/85df19fc9d1a0b733fedc36c400e25da b/TCG/Library/Artifacts/85/85df19fc9d1a0b733fedc36c400e25da
deleted file mode 100644
index a7091f7c..00000000
Binary files a/TCG/Library/Artifacts/85/85df19fc9d1a0b733fedc36c400e25da and /dev/null differ
diff --git a/TCG/Library/Artifacts/85/85f4aa9c8e59692dfb75d8ccd15ecd42 b/TCG/Library/Artifacts/85/85f4aa9c8e59692dfb75d8ccd15ecd42
deleted file mode 100644
index a6596789..00000000
Binary files a/TCG/Library/Artifacts/85/85f4aa9c8e59692dfb75d8ccd15ecd42 and /dev/null differ
diff --git a/TCG/Library/Artifacts/86/861ef5eb9818bf73e65655b0ff89a44b b/TCG/Library/Artifacts/86/861ef5eb9818bf73e65655b0ff89a44b
deleted file mode 100644
index e7574805..00000000
Binary files a/TCG/Library/Artifacts/86/861ef5eb9818bf73e65655b0ff89a44b and /dev/null differ
diff --git a/TCG/Library/Artifacts/86/8673e6dbe2c1bf987c06726bec9379c3 b/TCG/Library/Artifacts/86/8673e6dbe2c1bf987c06726bec9379c3
deleted file mode 100644
index 2c8b3f31..00000000
Binary files a/TCG/Library/Artifacts/86/8673e6dbe2c1bf987c06726bec9379c3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/86/8688f88be9bcc6cc742fb3bc13996cea b/TCG/Library/Artifacts/86/8688f88be9bcc6cc742fb3bc13996cea
deleted file mode 100644
index ac7331a9..00000000
Binary files a/TCG/Library/Artifacts/86/8688f88be9bcc6cc742fb3bc13996cea and /dev/null differ
diff --git a/TCG/Library/Artifacts/86/86b05ea53e8399608d50793957a0fbb4 b/TCG/Library/Artifacts/86/86b05ea53e8399608d50793957a0fbb4
deleted file mode 100644
index 6e6f95d0..00000000
Binary files a/TCG/Library/Artifacts/86/86b05ea53e8399608d50793957a0fbb4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/86/86c026f7d17fbf30c1d389c829010a03 b/TCG/Library/Artifacts/86/86c026f7d17fbf30c1d389c829010a03
deleted file mode 100644
index 164194e0..00000000
Binary files a/TCG/Library/Artifacts/86/86c026f7d17fbf30c1d389c829010a03 and /dev/null differ
diff --git a/TCG/Library/Artifacts/86/86f15e06cbceaabb4dcb67dfb084aee9 b/TCG/Library/Artifacts/86/86f15e06cbceaabb4dcb67dfb084aee9
deleted file mode 100644
index 09b4c769..00000000
Binary files a/TCG/Library/Artifacts/86/86f15e06cbceaabb4dcb67dfb084aee9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/8713040ab6617d95003f7c24a798e2a7 b/TCG/Library/Artifacts/87/8713040ab6617d95003f7c24a798e2a7
deleted file mode 100644
index 8e7fb1cf..00000000
Binary files a/TCG/Library/Artifacts/87/8713040ab6617d95003f7c24a798e2a7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/871868433ebbc4bb4cb866b8f4597570 b/TCG/Library/Artifacts/87/871868433ebbc4bb4cb866b8f4597570
deleted file mode 100644
index 6a67f33f..00000000
Binary files a/TCG/Library/Artifacts/87/871868433ebbc4bb4cb866b8f4597570 and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/873102cc7083aa4e9bb6496e466dfdc4 b/TCG/Library/Artifacts/87/873102cc7083aa4e9bb6496e466dfdc4
deleted file mode 100644
index fcdbd866..00000000
Binary files a/TCG/Library/Artifacts/87/873102cc7083aa4e9bb6496e466dfdc4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/874226bf505b8933f8d8096b4950446b b/TCG/Library/Artifacts/87/874226bf505b8933f8d8096b4950446b
deleted file mode 100644
index 0bbdd947..00000000
Binary files a/TCG/Library/Artifacts/87/874226bf505b8933f8d8096b4950446b and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/875aac56508ade6fb34c3f9870e9aea7 b/TCG/Library/Artifacts/87/875aac56508ade6fb34c3f9870e9aea7
deleted file mode 100644
index d22f918f..00000000
Binary files a/TCG/Library/Artifacts/87/875aac56508ade6fb34c3f9870e9aea7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/87678a4f9d380fc3dac6b542a4c49d35 b/TCG/Library/Artifacts/87/87678a4f9d380fc3dac6b542a4c49d35
deleted file mode 100644
index 5945f569..00000000
Binary files a/TCG/Library/Artifacts/87/87678a4f9d380fc3dac6b542a4c49d35 and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/87895c837be29526db7edccb4a799604 b/TCG/Library/Artifacts/87/87895c837be29526db7edccb4a799604
deleted file mode 100644
index 92bfbe13..00000000
Binary files a/TCG/Library/Artifacts/87/87895c837be29526db7edccb4a799604 and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/87a0d8d69dbcfb9a692fd840dfbdb2ff b/TCG/Library/Artifacts/87/87a0d8d69dbcfb9a692fd840dfbdb2ff
deleted file mode 100644
index b0151d2f..00000000
Binary files a/TCG/Library/Artifacts/87/87a0d8d69dbcfb9a692fd840dfbdb2ff and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/87a1657fbc801d45f7cdb7ae2ea6031e b/TCG/Library/Artifacts/87/87a1657fbc801d45f7cdb7ae2ea6031e
deleted file mode 100644
index 883ace9b..00000000
Binary files a/TCG/Library/Artifacts/87/87a1657fbc801d45f7cdb7ae2ea6031e and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/87ae6cb4836deea812d5f7bcdad76231 b/TCG/Library/Artifacts/87/87ae6cb4836deea812d5f7bcdad76231
deleted file mode 100644
index db1a9859..00000000
Binary files a/TCG/Library/Artifacts/87/87ae6cb4836deea812d5f7bcdad76231 and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/87e12d1a2d61ff4adc94e82037699723 b/TCG/Library/Artifacts/87/87e12d1a2d61ff4adc94e82037699723
deleted file mode 100644
index 7acd6a44..00000000
Binary files a/TCG/Library/Artifacts/87/87e12d1a2d61ff4adc94e82037699723 and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/87e48fae58040e7364fa3d99e3602d39 b/TCG/Library/Artifacts/87/87e48fae58040e7364fa3d99e3602d39
deleted file mode 100644
index c787eac3..00000000
Binary files a/TCG/Library/Artifacts/87/87e48fae58040e7364fa3d99e3602d39 and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/87ee851a14d87952cb65f9ce66e0c0df b/TCG/Library/Artifacts/87/87ee851a14d87952cb65f9ce66e0c0df
deleted file mode 100644
index 3dd71724..00000000
Binary files a/TCG/Library/Artifacts/87/87ee851a14d87952cb65f9ce66e0c0df and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/87f126de44075e00fbe9bfc7ee38c5a4 b/TCG/Library/Artifacts/87/87f126de44075e00fbe9bfc7ee38c5a4
deleted file mode 100644
index 7a96af29..00000000
Binary files a/TCG/Library/Artifacts/87/87f126de44075e00fbe9bfc7ee38c5a4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/87/87f5f7919c8183a168add97dc85fe5b1 b/TCG/Library/Artifacts/87/87f5f7919c8183a168add97dc85fe5b1
deleted file mode 100644
index 59b78764..00000000
Binary files a/TCG/Library/Artifacts/87/87f5f7919c8183a168add97dc85fe5b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/88/880c485af2032152c3ecfd7b9b835cb6 b/TCG/Library/Artifacts/88/880c485af2032152c3ecfd7b9b835cb6
deleted file mode 100644
index 0e11a420..00000000
Binary files a/TCG/Library/Artifacts/88/880c485af2032152c3ecfd7b9b835cb6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/88/885731ab6357c8a128d95ca3c06a5c28 b/TCG/Library/Artifacts/88/885731ab6357c8a128d95ca3c06a5c28
deleted file mode 100644
index 643ee176..00000000
Binary files a/TCG/Library/Artifacts/88/885731ab6357c8a128d95ca3c06a5c28 and /dev/null differ
diff --git a/TCG/Library/Artifacts/88/887261acf9246a87cd01c8919752dd6e b/TCG/Library/Artifacts/88/887261acf9246a87cd01c8919752dd6e
deleted file mode 100644
index 9c45803f..00000000
Binary files a/TCG/Library/Artifacts/88/887261acf9246a87cd01c8919752dd6e and /dev/null differ
diff --git a/TCG/Library/Artifacts/88/8876e3cf95770709220908bc30efeda8 b/TCG/Library/Artifacts/88/8876e3cf95770709220908bc30efeda8
deleted file mode 100644
index b28fe8f6..00000000
Binary files a/TCG/Library/Artifacts/88/8876e3cf95770709220908bc30efeda8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/88/889813dc82389b24e4d5d0b8ad14593d b/TCG/Library/Artifacts/88/889813dc82389b24e4d5d0b8ad14593d
deleted file mode 100644
index 2dab85e6..00000000
Binary files a/TCG/Library/Artifacts/88/889813dc82389b24e4d5d0b8ad14593d and /dev/null differ
diff --git a/TCG/Library/Artifacts/88/889d511d4473ef4f35a00ab6b02dfa94 b/TCG/Library/Artifacts/88/889d511d4473ef4f35a00ab6b02dfa94
deleted file mode 100644
index 6d42f46e..00000000
Binary files a/TCG/Library/Artifacts/88/889d511d4473ef4f35a00ab6b02dfa94 and /dev/null differ
diff --git a/TCG/Library/Artifacts/88/88a76fd56325564e47fb5a7207e5be76 b/TCG/Library/Artifacts/88/88a76fd56325564e47fb5a7207e5be76
deleted file mode 100644
index 65971231..00000000
Binary files a/TCG/Library/Artifacts/88/88a76fd56325564e47fb5a7207e5be76 and /dev/null differ
diff --git a/TCG/Library/Artifacts/88/88b48d3f18ea1abb7cd115d35d0254b7 b/TCG/Library/Artifacts/88/88b48d3f18ea1abb7cd115d35d0254b7
deleted file mode 100644
index 760356bf..00000000
Binary files a/TCG/Library/Artifacts/88/88b48d3f18ea1abb7cd115d35d0254b7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/88/88b8669c71cf79627d039d5674bf3272 b/TCG/Library/Artifacts/88/88b8669c71cf79627d039d5674bf3272
deleted file mode 100644
index 46fe9669..00000000
Binary files a/TCG/Library/Artifacts/88/88b8669c71cf79627d039d5674bf3272 and /dev/null differ
diff --git a/TCG/Library/Artifacts/88/88f381af5d0a6feba04f5b78fc4bfebf b/TCG/Library/Artifacts/88/88f381af5d0a6feba04f5b78fc4bfebf
deleted file mode 100644
index 68952635..00000000
Binary files a/TCG/Library/Artifacts/88/88f381af5d0a6feba04f5b78fc4bfebf and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/8906ebdbd93d9471544a3ea6c9c891fa b/TCG/Library/Artifacts/89/8906ebdbd93d9471544a3ea6c9c891fa
deleted file mode 100644
index 8aafa4d3..00000000
Binary files a/TCG/Library/Artifacts/89/8906ebdbd93d9471544a3ea6c9c891fa and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/8907312f8c0bdad0d0fed7725c06bfd7 b/TCG/Library/Artifacts/89/8907312f8c0bdad0d0fed7725c06bfd7
deleted file mode 100644
index 6d7fd68c..00000000
Binary files a/TCG/Library/Artifacts/89/8907312f8c0bdad0d0fed7725c06bfd7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/893f5331a1edd53de7d488ac33f19478 b/TCG/Library/Artifacts/89/893f5331a1edd53de7d488ac33f19478
deleted file mode 100644
index 47dec700..00000000
Binary files a/TCG/Library/Artifacts/89/893f5331a1edd53de7d488ac33f19478 and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/89481181ecab739274d950d29ff71dc7 b/TCG/Library/Artifacts/89/89481181ecab739274d950d29ff71dc7
deleted file mode 100644
index d8bb913d..00000000
Binary files a/TCG/Library/Artifacts/89/89481181ecab739274d950d29ff71dc7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/898488557a98bdc9eec269a15c5dd1ce b/TCG/Library/Artifacts/89/898488557a98bdc9eec269a15c5dd1ce
deleted file mode 100644
index f1beb233..00000000
Binary files a/TCG/Library/Artifacts/89/898488557a98bdc9eec269a15c5dd1ce and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/899d1fdbe695741035b620e769e8dcd5 b/TCG/Library/Artifacts/89/899d1fdbe695741035b620e769e8dcd5
deleted file mode 100644
index b6ebb409..00000000
Binary files a/TCG/Library/Artifacts/89/899d1fdbe695741035b620e769e8dcd5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/89ad07a343b5b340eceffb822dc50d9c b/TCG/Library/Artifacts/89/89ad07a343b5b340eceffb822dc50d9c
deleted file mode 100644
index 6d130433..00000000
Binary files a/TCG/Library/Artifacts/89/89ad07a343b5b340eceffb822dc50d9c and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/89b3f6f7216263400581a2b84eed6581 b/TCG/Library/Artifacts/89/89b3f6f7216263400581a2b84eed6581
deleted file mode 100644
index 768544bb..00000000
Binary files a/TCG/Library/Artifacts/89/89b3f6f7216263400581a2b84eed6581 and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/89bf3ecbc0ddf3539f60528a887390f0 b/TCG/Library/Artifacts/89/89bf3ecbc0ddf3539f60528a887390f0
deleted file mode 100644
index 1c51cf51..00000000
Binary files a/TCG/Library/Artifacts/89/89bf3ecbc0ddf3539f60528a887390f0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/89cdab4c112ee3453718e7ba447994d2 b/TCG/Library/Artifacts/89/89cdab4c112ee3453718e7ba447994d2
deleted file mode 100644
index b34b097a..00000000
Binary files a/TCG/Library/Artifacts/89/89cdab4c112ee3453718e7ba447994d2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/89d79ceeae944c4205c2c53a6369e842 b/TCG/Library/Artifacts/89/89d79ceeae944c4205c2c53a6369e842
deleted file mode 100644
index a1320126..00000000
Binary files a/TCG/Library/Artifacts/89/89d79ceeae944c4205c2c53a6369e842 and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/89d81e09c9b1e96784b41bcc8964bf7c b/TCG/Library/Artifacts/89/89d81e09c9b1e96784b41bcc8964bf7c
deleted file mode 100644
index bb11f925..00000000
Binary files a/TCG/Library/Artifacts/89/89d81e09c9b1e96784b41bcc8964bf7c and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/89e2bb2a651a39a7721ed0d0f5dec220 b/TCG/Library/Artifacts/89/89e2bb2a651a39a7721ed0d0f5dec220
deleted file mode 100644
index 56c9a1e7..00000000
Binary files a/TCG/Library/Artifacts/89/89e2bb2a651a39a7721ed0d0f5dec220 and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/89e82bc086e6831eb6d3e7faa55a21d5 b/TCG/Library/Artifacts/89/89e82bc086e6831eb6d3e7faa55a21d5
deleted file mode 100644
index 0b78d862..00000000
Binary files a/TCG/Library/Artifacts/89/89e82bc086e6831eb6d3e7faa55a21d5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/89/89f3f43d87e58dd46085d5be8d5de6d3 b/TCG/Library/Artifacts/89/89f3f43d87e58dd46085d5be8d5de6d3
deleted file mode 100644
index b170948d..00000000
Binary files a/TCG/Library/Artifacts/89/89f3f43d87e58dd46085d5be8d5de6d3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8a0552c1344c965f846efe20854465bc b/TCG/Library/Artifacts/8a/8a0552c1344c965f846efe20854465bc
deleted file mode 100644
index e2b8befc..00000000
Binary files a/TCG/Library/Artifacts/8a/8a0552c1344c965f846efe20854465bc and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8a243672b112ef88f3751e9d052ee58b b/TCG/Library/Artifacts/8a/8a243672b112ef88f3751e9d052ee58b
deleted file mode 100644
index 0acd4d27..00000000
Binary files a/TCG/Library/Artifacts/8a/8a243672b112ef88f3751e9d052ee58b and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8a4741c67aeeb10967307a4cb9b0944e b/TCG/Library/Artifacts/8a/8a4741c67aeeb10967307a4cb9b0944e
deleted file mode 100644
index 42605ae1..00000000
Binary files a/TCG/Library/Artifacts/8a/8a4741c67aeeb10967307a4cb9b0944e and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8a5d2fd4620d2821cd125f79fef4dc56 b/TCG/Library/Artifacts/8a/8a5d2fd4620d2821cd125f79fef4dc56
deleted file mode 100644
index 262c3f3d..00000000
Binary files a/TCG/Library/Artifacts/8a/8a5d2fd4620d2821cd125f79fef4dc56 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8a614fb71d8d12221c826d5c65101bae b/TCG/Library/Artifacts/8a/8a614fb71d8d12221c826d5c65101bae
deleted file mode 100644
index d0de737e..00000000
Binary files a/TCG/Library/Artifacts/8a/8a614fb71d8d12221c826d5c65101bae and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8a6568b3472560302a7e7475839c8656 b/TCG/Library/Artifacts/8a/8a6568b3472560302a7e7475839c8656
deleted file mode 100644
index c009c502..00000000
Binary files a/TCG/Library/Artifacts/8a/8a6568b3472560302a7e7475839c8656 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8a71c37c8064ce4628568ce1df758fe1 b/TCG/Library/Artifacts/8a/8a71c37c8064ce4628568ce1df758fe1
deleted file mode 100644
index ecdf42a2..00000000
Binary files a/TCG/Library/Artifacts/8a/8a71c37c8064ce4628568ce1df758fe1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8a86abeb8717a84a4341368f1734196d b/TCG/Library/Artifacts/8a/8a86abeb8717a84a4341368f1734196d
deleted file mode 100644
index 89d4e425..00000000
Binary files a/TCG/Library/Artifacts/8a/8a86abeb8717a84a4341368f1734196d and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8a9d75c88485810ff399345da638af6b b/TCG/Library/Artifacts/8a/8a9d75c88485810ff399345da638af6b
deleted file mode 100644
index 8e1bb02a..00000000
Binary files a/TCG/Library/Artifacts/8a/8a9d75c88485810ff399345da638af6b and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8aabb6c723ec9fb24ec9a8c8551fb3b8 b/TCG/Library/Artifacts/8a/8aabb6c723ec9fb24ec9a8c8551fb3b8
deleted file mode 100644
index a7da272a..00000000
Binary files a/TCG/Library/Artifacts/8a/8aabb6c723ec9fb24ec9a8c8551fb3b8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8abfb29d318e6eea55db9ae384a0648d b/TCG/Library/Artifacts/8a/8abfb29d318e6eea55db9ae384a0648d
deleted file mode 100644
index f96e8460..00000000
Binary files a/TCG/Library/Artifacts/8a/8abfb29d318e6eea55db9ae384a0648d and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8acaf93b7364ebb67694cfd230caec28 b/TCG/Library/Artifacts/8a/8acaf93b7364ebb67694cfd230caec28
deleted file mode 100644
index 6d32ccbe..00000000
Binary files a/TCG/Library/Artifacts/8a/8acaf93b7364ebb67694cfd230caec28 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8ae189e62284dc0aab76a6b000969afa b/TCG/Library/Artifacts/8a/8ae189e62284dc0aab76a6b000969afa
deleted file mode 100644
index b19e5129..00000000
Binary files a/TCG/Library/Artifacts/8a/8ae189e62284dc0aab76a6b000969afa and /dev/null differ
diff --git a/TCG/Library/Artifacts/8a/8af5e45e24f2309aa57c16c11eb2e4f1 b/TCG/Library/Artifacts/8a/8af5e45e24f2309aa57c16c11eb2e4f1
deleted file mode 100644
index 98a2e32b..00000000
Binary files a/TCG/Library/Artifacts/8a/8af5e45e24f2309aa57c16c11eb2e4f1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8b/8b0bb547b60f06b585750cd4b8684a68 b/TCG/Library/Artifacts/8b/8b0bb547b60f06b585750cd4b8684a68
deleted file mode 100644
index 9566d743..00000000
Binary files a/TCG/Library/Artifacts/8b/8b0bb547b60f06b585750cd4b8684a68 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8b/8b12b7ea8cb7e04734c824cccc091082 b/TCG/Library/Artifacts/8b/8b12b7ea8cb7e04734c824cccc091082
deleted file mode 100644
index 28de6f47..00000000
Binary files a/TCG/Library/Artifacts/8b/8b12b7ea8cb7e04734c824cccc091082 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8b/8b42d3b703aa372c22405b6f01d8e023 b/TCG/Library/Artifacts/8b/8b42d3b703aa372c22405b6f01d8e023
deleted file mode 100644
index bfacf7a9..00000000
Binary files a/TCG/Library/Artifacts/8b/8b42d3b703aa372c22405b6f01d8e023 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8b/8b5a508dcf69b38241ad34445acee94c b/TCG/Library/Artifacts/8b/8b5a508dcf69b38241ad34445acee94c
deleted file mode 100644
index cdab533f..00000000
Binary files a/TCG/Library/Artifacts/8b/8b5a508dcf69b38241ad34445acee94c and /dev/null differ
diff --git a/TCG/Library/Artifacts/8b/8b667777da6f3e5839902aec526d1c18 b/TCG/Library/Artifacts/8b/8b667777da6f3e5839902aec526d1c18
deleted file mode 100644
index 45a5f516..00000000
Binary files a/TCG/Library/Artifacts/8b/8b667777da6f3e5839902aec526d1c18 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8b/8b74ee6d0428b6ce883679f0b1399bd3 b/TCG/Library/Artifacts/8b/8b74ee6d0428b6ce883679f0b1399bd3
deleted file mode 100644
index 2ab657a7..00000000
Binary files a/TCG/Library/Artifacts/8b/8b74ee6d0428b6ce883679f0b1399bd3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8b/8b84aebd6c54d31d1c84de33aea3accf b/TCG/Library/Artifacts/8b/8b84aebd6c54d31d1c84de33aea3accf
deleted file mode 100644
index 5bc37db6..00000000
Binary files a/TCG/Library/Artifacts/8b/8b84aebd6c54d31d1c84de33aea3accf and /dev/null differ
diff --git a/TCG/Library/Artifacts/8b/8bb0c0d221bbc0fed3ee67964c7d1010 b/TCG/Library/Artifacts/8b/8bb0c0d221bbc0fed3ee67964c7d1010
deleted file mode 100644
index 3e54774b..00000000
Binary files a/TCG/Library/Artifacts/8b/8bb0c0d221bbc0fed3ee67964c7d1010 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8b/8be311658c6977d363c3a562792ab396 b/TCG/Library/Artifacts/8b/8be311658c6977d363c3a562792ab396
deleted file mode 100644
index e3232c21..00000000
Binary files a/TCG/Library/Artifacts/8b/8be311658c6977d363c3a562792ab396 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8c/8c1bab977d1a3fd4700c3dc87739e8d2 b/TCG/Library/Artifacts/8c/8c1bab977d1a3fd4700c3dc87739e8d2
deleted file mode 100644
index 6d26fc16..00000000
Binary files a/TCG/Library/Artifacts/8c/8c1bab977d1a3fd4700c3dc87739e8d2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8c/8c3016edf96f0df0d0ccf1b19d276d26 b/TCG/Library/Artifacts/8c/8c3016edf96f0df0d0ccf1b19d276d26
deleted file mode 100644
index b1e2d877..00000000
Binary files a/TCG/Library/Artifacts/8c/8c3016edf96f0df0d0ccf1b19d276d26 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8c/8c45cb00d0e200b4b6142f0f22e7bc6f b/TCG/Library/Artifacts/8c/8c45cb00d0e200b4b6142f0f22e7bc6f
deleted file mode 100644
index c2984707..00000000
Binary files a/TCG/Library/Artifacts/8c/8c45cb00d0e200b4b6142f0f22e7bc6f and /dev/null differ
diff --git a/TCG/Library/Artifacts/8c/8c5880f07ba16e8eba0c5d047feef442 b/TCG/Library/Artifacts/8c/8c5880f07ba16e8eba0c5d047feef442
deleted file mode 100644
index f5954754..00000000
Binary files a/TCG/Library/Artifacts/8c/8c5880f07ba16e8eba0c5d047feef442 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8c/8c748e9aed7136adbaf359b220f68488 b/TCG/Library/Artifacts/8c/8c748e9aed7136adbaf359b220f68488
deleted file mode 100644
index 9131a2b6..00000000
Binary files a/TCG/Library/Artifacts/8c/8c748e9aed7136adbaf359b220f68488 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8c/8c750745bbed673689a4be7cf4598a9e b/TCG/Library/Artifacts/8c/8c750745bbed673689a4be7cf4598a9e
deleted file mode 100644
index 2db334d5..00000000
Binary files a/TCG/Library/Artifacts/8c/8c750745bbed673689a4be7cf4598a9e and /dev/null differ
diff --git a/TCG/Library/Artifacts/8c/8cda8bf1f8e96fd93306aeabff1c7ddb b/TCG/Library/Artifacts/8c/8cda8bf1f8e96fd93306aeabff1c7ddb
deleted file mode 100644
index d6be022f..00000000
Binary files a/TCG/Library/Artifacts/8c/8cda8bf1f8e96fd93306aeabff1c7ddb and /dev/null differ
diff --git a/TCG/Library/Artifacts/8c/8ce343e059ddf2877c140fc68bfacb73 b/TCG/Library/Artifacts/8c/8ce343e059ddf2877c140fc68bfacb73
deleted file mode 100644
index f45a3710..00000000
Binary files a/TCG/Library/Artifacts/8c/8ce343e059ddf2877c140fc68bfacb73 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8d/8d013c32a1488fae047023a2aa5f0f73 b/TCG/Library/Artifacts/8d/8d013c32a1488fae047023a2aa5f0f73
deleted file mode 100644
index 39af34e3..00000000
Binary files a/TCG/Library/Artifacts/8d/8d013c32a1488fae047023a2aa5f0f73 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8d/8d4ea0b41d4d5f5f54532b667e30fd5a b/TCG/Library/Artifacts/8d/8d4ea0b41d4d5f5f54532b667e30fd5a
deleted file mode 100644
index 05322116..00000000
Binary files a/TCG/Library/Artifacts/8d/8d4ea0b41d4d5f5f54532b667e30fd5a and /dev/null differ
diff --git a/TCG/Library/Artifacts/8d/8d66733de959606b5204d39ed00447fd b/TCG/Library/Artifacts/8d/8d66733de959606b5204d39ed00447fd
deleted file mode 100644
index 1ace4fbc..00000000
Binary files a/TCG/Library/Artifacts/8d/8d66733de959606b5204d39ed00447fd and /dev/null differ
diff --git a/TCG/Library/Artifacts/8d/8d71ea373812fdb84e020c55e6ab427c b/TCG/Library/Artifacts/8d/8d71ea373812fdb84e020c55e6ab427c
deleted file mode 100644
index cf4e51d8..00000000
Binary files a/TCG/Library/Artifacts/8d/8d71ea373812fdb84e020c55e6ab427c and /dev/null differ
diff --git a/TCG/Library/Artifacts/8d/8d9946907e1ffa899a62c7beacba8650 b/TCG/Library/Artifacts/8d/8d9946907e1ffa899a62c7beacba8650
deleted file mode 100644
index d4dda8a9..00000000
Binary files a/TCG/Library/Artifacts/8d/8d9946907e1ffa899a62c7beacba8650 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8d/8d9be4ee416157b947d6989784048cf7 b/TCG/Library/Artifacts/8d/8d9be4ee416157b947d6989784048cf7
deleted file mode 100644
index 10a69708..00000000
Binary files a/TCG/Library/Artifacts/8d/8d9be4ee416157b947d6989784048cf7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8d/8d9ca6318c2653e7d41fa9eba83158ea b/TCG/Library/Artifacts/8d/8d9ca6318c2653e7d41fa9eba83158ea
deleted file mode 100644
index bee539f1..00000000
Binary files a/TCG/Library/Artifacts/8d/8d9ca6318c2653e7d41fa9eba83158ea and /dev/null differ
diff --git a/TCG/Library/Artifacts/8d/8deb0672cf8ac10d0a0ff01ace04d50c b/TCG/Library/Artifacts/8d/8deb0672cf8ac10d0a0ff01ace04d50c
deleted file mode 100644
index 851acb84..00000000
Binary files a/TCG/Library/Artifacts/8d/8deb0672cf8ac10d0a0ff01ace04d50c and /dev/null differ
diff --git a/TCG/Library/Artifacts/8d/8decc9c8a351bc36f6c0c8901d0d4a57 b/TCG/Library/Artifacts/8d/8decc9c8a351bc36f6c0c8901d0d4a57
deleted file mode 100644
index d8bb16b0..00000000
Binary files a/TCG/Library/Artifacts/8d/8decc9c8a351bc36f6c0c8901d0d4a57 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8d/8df5aa884379129c53efddec1214c5e8 b/TCG/Library/Artifacts/8d/8df5aa884379129c53efddec1214c5e8
deleted file mode 100644
index a34c57fb..00000000
Binary files a/TCG/Library/Artifacts/8d/8df5aa884379129c53efddec1214c5e8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8e05f3c8fe11d9350ae7f0eb231c8c73 b/TCG/Library/Artifacts/8e/8e05f3c8fe11d9350ae7f0eb231c8c73
deleted file mode 100644
index 34412646..00000000
Binary files a/TCG/Library/Artifacts/8e/8e05f3c8fe11d9350ae7f0eb231c8c73 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8e0779463475ddd6f4c66c4ee5cc550e b/TCG/Library/Artifacts/8e/8e0779463475ddd6f4c66c4ee5cc550e
deleted file mode 100644
index aaaf5ade..00000000
Binary files a/TCG/Library/Artifacts/8e/8e0779463475ddd6f4c66c4ee5cc550e and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8e2223390032fe295dfc3e8c9fcb9ac2 b/TCG/Library/Artifacts/8e/8e2223390032fe295dfc3e8c9fcb9ac2
deleted file mode 100644
index c9985e00..00000000
Binary files a/TCG/Library/Artifacts/8e/8e2223390032fe295dfc3e8c9fcb9ac2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8e274da4eb9a35fd027a73571a7d0def b/TCG/Library/Artifacts/8e/8e274da4eb9a35fd027a73571a7d0def
deleted file mode 100644
index af6c12d5..00000000
Binary files a/TCG/Library/Artifacts/8e/8e274da4eb9a35fd027a73571a7d0def and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8e30e0745812d7a8ccc1b16546ce8f2c b/TCG/Library/Artifacts/8e/8e30e0745812d7a8ccc1b16546ce8f2c
deleted file mode 100644
index 2d20905d..00000000
Binary files a/TCG/Library/Artifacts/8e/8e30e0745812d7a8ccc1b16546ce8f2c and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8e37174d6ce10141d8b87aba33956bdb b/TCG/Library/Artifacts/8e/8e37174d6ce10141d8b87aba33956bdb
deleted file mode 100644
index b6c47deb..00000000
Binary files a/TCG/Library/Artifacts/8e/8e37174d6ce10141d8b87aba33956bdb and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8e59afa49701e25ae2dd765387a366c4 b/TCG/Library/Artifacts/8e/8e59afa49701e25ae2dd765387a366c4
deleted file mode 100644
index 36426e3d..00000000
Binary files a/TCG/Library/Artifacts/8e/8e59afa49701e25ae2dd765387a366c4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8e63c92c18043726934cbd537465ff71 b/TCG/Library/Artifacts/8e/8e63c92c18043726934cbd537465ff71
deleted file mode 100644
index 5ac75150..00000000
Binary files a/TCG/Library/Artifacts/8e/8e63c92c18043726934cbd537465ff71 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8ea4d01873ff9abf803d06402a13f8f5 b/TCG/Library/Artifacts/8e/8ea4d01873ff9abf803d06402a13f8f5
deleted file mode 100644
index 3af89e2f..00000000
Binary files a/TCG/Library/Artifacts/8e/8ea4d01873ff9abf803d06402a13f8f5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8edfecc254cad1b05c02ecba53fe59fa b/TCG/Library/Artifacts/8e/8edfecc254cad1b05c02ecba53fe59fa
deleted file mode 100644
index a36f2290..00000000
Binary files a/TCG/Library/Artifacts/8e/8edfecc254cad1b05c02ecba53fe59fa and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8ee68e31c4c3082369223cc7559a295f b/TCG/Library/Artifacts/8e/8ee68e31c4c3082369223cc7559a295f
deleted file mode 100644
index bb9ba2de..00000000
Binary files a/TCG/Library/Artifacts/8e/8ee68e31c4c3082369223cc7559a295f and /dev/null differ
diff --git a/TCG/Library/Artifacts/8e/8efa8fa60be9dfd67e5e1a47be7716b1 b/TCG/Library/Artifacts/8e/8efa8fa60be9dfd67e5e1a47be7716b1
deleted file mode 100644
index de108163..00000000
Binary files a/TCG/Library/Artifacts/8e/8efa8fa60be9dfd67e5e1a47be7716b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8f15f8062ad374433f45da1f0ffe978f b/TCG/Library/Artifacts/8f/8f15f8062ad374433f45da1f0ffe978f
deleted file mode 100644
index 8cdd3d57..00000000
Binary files a/TCG/Library/Artifacts/8f/8f15f8062ad374433f45da1f0ffe978f and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8f16ac11d8387038ff7a5aeb86b29c1c b/TCG/Library/Artifacts/8f/8f16ac11d8387038ff7a5aeb86b29c1c
deleted file mode 100644
index 2e823d3b..00000000
Binary files a/TCG/Library/Artifacts/8f/8f16ac11d8387038ff7a5aeb86b29c1c and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8f1d42e8fbd71f7720c0966051c6c7b0 b/TCG/Library/Artifacts/8f/8f1d42e8fbd71f7720c0966051c6c7b0
deleted file mode 100644
index 1638245b..00000000
Binary files a/TCG/Library/Artifacts/8f/8f1d42e8fbd71f7720c0966051c6c7b0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8f2664bc627ba4e4ba90465dc8642037 b/TCG/Library/Artifacts/8f/8f2664bc627ba4e4ba90465dc8642037
deleted file mode 100644
index 892a2d32..00000000
Binary files a/TCG/Library/Artifacts/8f/8f2664bc627ba4e4ba90465dc8642037 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8f2b99c2fe49ba22b738d8f2c80a565c b/TCG/Library/Artifacts/8f/8f2b99c2fe49ba22b738d8f2c80a565c
deleted file mode 100644
index 377e2f88..00000000
Binary files a/TCG/Library/Artifacts/8f/8f2b99c2fe49ba22b738d8f2c80a565c and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8f515d7ecd0a1a6b214c8f0c81d369a7 b/TCG/Library/Artifacts/8f/8f515d7ecd0a1a6b214c8f0c81d369a7
deleted file mode 100644
index 36c0ebd5..00000000
Binary files a/TCG/Library/Artifacts/8f/8f515d7ecd0a1a6b214c8f0c81d369a7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8f5b87ec990b9064de0361f4342b668f b/TCG/Library/Artifacts/8f/8f5b87ec990b9064de0361f4342b668f
deleted file mode 100644
index 1a238f54..00000000
Binary files a/TCG/Library/Artifacts/8f/8f5b87ec990b9064de0361f4342b668f and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8f65a78044398b0a5a6c3677adaa976c b/TCG/Library/Artifacts/8f/8f65a78044398b0a5a6c3677adaa976c
deleted file mode 100644
index 8fb0397a..00000000
Binary files a/TCG/Library/Artifacts/8f/8f65a78044398b0a5a6c3677adaa976c and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8f6c2b8c2f96f981004127e868cb5e8e b/TCG/Library/Artifacts/8f/8f6c2b8c2f96f981004127e868cb5e8e
deleted file mode 100644
index a6722867..00000000
Binary files a/TCG/Library/Artifacts/8f/8f6c2b8c2f96f981004127e868cb5e8e and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8facf00d83c15c08b5562c67986dda9e b/TCG/Library/Artifacts/8f/8facf00d83c15c08b5562c67986dda9e
deleted file mode 100644
index 25d01d04..00000000
Binary files a/TCG/Library/Artifacts/8f/8facf00d83c15c08b5562c67986dda9e and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8fb8855b341a391c081831f4a5516cb5 b/TCG/Library/Artifacts/8f/8fb8855b341a391c081831f4a5516cb5
deleted file mode 100644
index 80cd7f72..00000000
Binary files a/TCG/Library/Artifacts/8f/8fb8855b341a391c081831f4a5516cb5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8fd1a0c15f4a8aa26f2d3a970ddc0776 b/TCG/Library/Artifacts/8f/8fd1a0c15f4a8aa26f2d3a970ddc0776
deleted file mode 100644
index e7bb7d2b..00000000
Binary files a/TCG/Library/Artifacts/8f/8fd1a0c15f4a8aa26f2d3a970ddc0776 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8fdeb4dcc7d9a4b2ec459fbbe1992b8b b/TCG/Library/Artifacts/8f/8fdeb4dcc7d9a4b2ec459fbbe1992b8b
deleted file mode 100644
index 10da01ad..00000000
Binary files a/TCG/Library/Artifacts/8f/8fdeb4dcc7d9a4b2ec459fbbe1992b8b and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8feab17511e259e524df2f76cf8ef154 b/TCG/Library/Artifacts/8f/8feab17511e259e524df2f76cf8ef154
deleted file mode 100644
index 0610123d..00000000
Binary files a/TCG/Library/Artifacts/8f/8feab17511e259e524df2f76cf8ef154 and /dev/null differ
diff --git a/TCG/Library/Artifacts/8f/8fef9253dd21dda6aad8be8da17994fb b/TCG/Library/Artifacts/8f/8fef9253dd21dda6aad8be8da17994fb
deleted file mode 100644
index f64bfe7a..00000000
Binary files a/TCG/Library/Artifacts/8f/8fef9253dd21dda6aad8be8da17994fb and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/900570cc3dc81a87ae3382eaea384031 b/TCG/Library/Artifacts/90/900570cc3dc81a87ae3382eaea384031
deleted file mode 100644
index b45a70dc..00000000
Binary files a/TCG/Library/Artifacts/90/900570cc3dc81a87ae3382eaea384031 and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/90088a5b8a95cd6ba4c5516a280c392d b/TCG/Library/Artifacts/90/90088a5b8a95cd6ba4c5516a280c392d
deleted file mode 100644
index 339c06b7..00000000
Binary files a/TCG/Library/Artifacts/90/90088a5b8a95cd6ba4c5516a280c392d and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/900e815d72d071b4eb9002ad1bd63601 b/TCG/Library/Artifacts/90/900e815d72d071b4eb9002ad1bd63601
deleted file mode 100644
index 84a1c93f..00000000
Binary files a/TCG/Library/Artifacts/90/900e815d72d071b4eb9002ad1bd63601 and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/9017b1662a8c654acd3a40cae40a330f b/TCG/Library/Artifacts/90/9017b1662a8c654acd3a40cae40a330f
deleted file mode 100644
index 8b556717..00000000
Binary files a/TCG/Library/Artifacts/90/9017b1662a8c654acd3a40cae40a330f and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/9020d939a1283889a60457a40a214780 b/TCG/Library/Artifacts/90/9020d939a1283889a60457a40a214780
deleted file mode 100644
index fc6ee339..00000000
Binary files a/TCG/Library/Artifacts/90/9020d939a1283889a60457a40a214780 and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/9054e7daa65b725fc989484ab482c121 b/TCG/Library/Artifacts/90/9054e7daa65b725fc989484ab482c121
deleted file mode 100644
index cc205965..00000000
Binary files a/TCG/Library/Artifacts/90/9054e7daa65b725fc989484ab482c121 and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/90553254c50577fd8bf5b99f1627bd5a b/TCG/Library/Artifacts/90/90553254c50577fd8bf5b99f1627bd5a
deleted file mode 100644
index 1b016161..00000000
Binary files a/TCG/Library/Artifacts/90/90553254c50577fd8bf5b99f1627bd5a and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/906113aaf26d6daeb8bb7b0a79ca9385 b/TCG/Library/Artifacts/90/906113aaf26d6daeb8bb7b0a79ca9385
deleted file mode 100644
index 61facddf..00000000
Binary files a/TCG/Library/Artifacts/90/906113aaf26d6daeb8bb7b0a79ca9385 and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/9076274b80babbe6e68134ac290f22e0 b/TCG/Library/Artifacts/90/9076274b80babbe6e68134ac290f22e0
deleted file mode 100644
index 16a89a44..00000000
Binary files a/TCG/Library/Artifacts/90/9076274b80babbe6e68134ac290f22e0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/909a134d18f8ac1ceab02597baa52165 b/TCG/Library/Artifacts/90/909a134d18f8ac1ceab02597baa52165
deleted file mode 100644
index b42476bd..00000000
Binary files a/TCG/Library/Artifacts/90/909a134d18f8ac1ceab02597baa52165 and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/909a8d66e15046c59d8824378548abd5 b/TCG/Library/Artifacts/90/909a8d66e15046c59d8824378548abd5
deleted file mode 100644
index 18c3dd27..00000000
Binary files a/TCG/Library/Artifacts/90/909a8d66e15046c59d8824378548abd5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/90cbf09ad4eb2946cc6106b8cd46eb14 b/TCG/Library/Artifacts/90/90cbf09ad4eb2946cc6106b8cd46eb14
deleted file mode 100644
index efce65c1..00000000
Binary files a/TCG/Library/Artifacts/90/90cbf09ad4eb2946cc6106b8cd46eb14 and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/90d4a49bf0a8bddedd633b4f3173ab7b b/TCG/Library/Artifacts/90/90d4a49bf0a8bddedd633b4f3173ab7b
deleted file mode 100644
index a4ffb041..00000000
Binary files a/TCG/Library/Artifacts/90/90d4a49bf0a8bddedd633b4f3173ab7b and /dev/null differ
diff --git a/TCG/Library/Artifacts/90/90ef0c1c5a69ba6801f86941c6e28651 b/TCG/Library/Artifacts/90/90ef0c1c5a69ba6801f86941c6e28651
deleted file mode 100644
index bee980f7..00000000
Binary files a/TCG/Library/Artifacts/90/90ef0c1c5a69ba6801f86941c6e28651 and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/91077deca2cdaee8eeea116efcb2aac4 b/TCG/Library/Artifacts/91/91077deca2cdaee8eeea116efcb2aac4
deleted file mode 100644
index ffc42aff..00000000
Binary files a/TCG/Library/Artifacts/91/91077deca2cdaee8eeea116efcb2aac4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/911e2f9907fc010b1f24160fc7ed032c b/TCG/Library/Artifacts/91/911e2f9907fc010b1f24160fc7ed032c
deleted file mode 100644
index a3fa4fc1..00000000
Binary files a/TCG/Library/Artifacts/91/911e2f9907fc010b1f24160fc7ed032c and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/91372e62979c9cb16f6dde061ccc58b2 b/TCG/Library/Artifacts/91/91372e62979c9cb16f6dde061ccc58b2
deleted file mode 100644
index f5f11096..00000000
Binary files a/TCG/Library/Artifacts/91/91372e62979c9cb16f6dde061ccc58b2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/9150e75590f8dc728d6e678b76c85b2d b/TCG/Library/Artifacts/91/9150e75590f8dc728d6e678b76c85b2d
deleted file mode 100644
index f836b54d..00000000
Binary files a/TCG/Library/Artifacts/91/9150e75590f8dc728d6e678b76c85b2d and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/915286995b982e61f27104972bc68dd5 b/TCG/Library/Artifacts/91/915286995b982e61f27104972bc68dd5
deleted file mode 100644
index 8df7682b..00000000
Binary files a/TCG/Library/Artifacts/91/915286995b982e61f27104972bc68dd5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/918196f6df077e786e4e921de1b792b8 b/TCG/Library/Artifacts/91/918196f6df077e786e4e921de1b792b8
deleted file mode 100644
index be577bab..00000000
Binary files a/TCG/Library/Artifacts/91/918196f6df077e786e4e921de1b792b8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/91867768e97024febfaa3e28da75c2ea b/TCG/Library/Artifacts/91/91867768e97024febfaa3e28da75c2ea
deleted file mode 100644
index 4f473f74..00000000
Binary files a/TCG/Library/Artifacts/91/91867768e97024febfaa3e28da75c2ea and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/91a9f5a09744ae4761140be226075d66 b/TCG/Library/Artifacts/91/91a9f5a09744ae4761140be226075d66
deleted file mode 100644
index f1a6cafa..00000000
Binary files a/TCG/Library/Artifacts/91/91a9f5a09744ae4761140be226075d66 and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/91b5f329a39d4839e1aa8a6121e51455 b/TCG/Library/Artifacts/91/91b5f329a39d4839e1aa8a6121e51455
deleted file mode 100644
index d0cfb642..00000000
Binary files a/TCG/Library/Artifacts/91/91b5f329a39d4839e1aa8a6121e51455 and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/91bdf140c1045831c23051bdee494171 b/TCG/Library/Artifacts/91/91bdf140c1045831c23051bdee494171
deleted file mode 100644
index a83a5031..00000000
Binary files a/TCG/Library/Artifacts/91/91bdf140c1045831c23051bdee494171 and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/91d1bc5c5fe7e1bf535d00afcf8ecc03 b/TCG/Library/Artifacts/91/91d1bc5c5fe7e1bf535d00afcf8ecc03
deleted file mode 100644
index e31c0bd1..00000000
Binary files a/TCG/Library/Artifacts/91/91d1bc5c5fe7e1bf535d00afcf8ecc03 and /dev/null differ
diff --git a/TCG/Library/Artifacts/91/91d85b4aee19ec64983b1956ce1ac195 b/TCG/Library/Artifacts/91/91d85b4aee19ec64983b1956ce1ac195
deleted file mode 100644
index f7902c12..00000000
Binary files a/TCG/Library/Artifacts/91/91d85b4aee19ec64983b1956ce1ac195 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/920823afd0c0ca21c16b67ff2c5e143e b/TCG/Library/Artifacts/92/920823afd0c0ca21c16b67ff2c5e143e
deleted file mode 100644
index 9a3fddf2..00000000
Binary files a/TCG/Library/Artifacts/92/920823afd0c0ca21c16b67ff2c5e143e and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/9225301ca2734c3edc42a282d5a992ef b/TCG/Library/Artifacts/92/9225301ca2734c3edc42a282d5a992ef
deleted file mode 100644
index 56c2a0b0..00000000
Binary files a/TCG/Library/Artifacts/92/9225301ca2734c3edc42a282d5a992ef and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/9238b1db73b510edf29986c9626dbc0a b/TCG/Library/Artifacts/92/9238b1db73b510edf29986c9626dbc0a
deleted file mode 100644
index 2b7c7355..00000000
Binary files a/TCG/Library/Artifacts/92/9238b1db73b510edf29986c9626dbc0a and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/9239e09200e141f6a5f58dd9cbf467f9 b/TCG/Library/Artifacts/92/9239e09200e141f6a5f58dd9cbf467f9
deleted file mode 100644
index 39a64a3a..00000000
Binary files a/TCG/Library/Artifacts/92/9239e09200e141f6a5f58dd9cbf467f9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/924cc02ad9c78f2ef7f7aabef902e459 b/TCG/Library/Artifacts/92/924cc02ad9c78f2ef7f7aabef902e459
deleted file mode 100644
index fb50f692..00000000
Binary files a/TCG/Library/Artifacts/92/924cc02ad9c78f2ef7f7aabef902e459 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/924cc2faee2ceccae7b6a23d1aee7466 b/TCG/Library/Artifacts/92/924cc2faee2ceccae7b6a23d1aee7466
deleted file mode 100644
index 5b2560f8..00000000
Binary files a/TCG/Library/Artifacts/92/924cc2faee2ceccae7b6a23d1aee7466 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/9280c1e1da54e34beb2fff80f9b7d519 b/TCG/Library/Artifacts/92/9280c1e1da54e34beb2fff80f9b7d519
deleted file mode 100644
index 16452dcc..00000000
Binary files a/TCG/Library/Artifacts/92/9280c1e1da54e34beb2fff80f9b7d519 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/928231bf12b9ac019fb61093608fb803 b/TCG/Library/Artifacts/92/928231bf12b9ac019fb61093608fb803
deleted file mode 100644
index d210e082..00000000
Binary files a/TCG/Library/Artifacts/92/928231bf12b9ac019fb61093608fb803 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/9296910f233c295200dbc8c4bc08f222 b/TCG/Library/Artifacts/92/9296910f233c295200dbc8c4bc08f222
deleted file mode 100644
index d6b1b893..00000000
Binary files a/TCG/Library/Artifacts/92/9296910f233c295200dbc8c4bc08f222 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/92ab96c9517f419acec213a929d295f6 b/TCG/Library/Artifacts/92/92ab96c9517f419acec213a929d295f6
deleted file mode 100644
index 6340d1a4..00000000
Binary files a/TCG/Library/Artifacts/92/92ab96c9517f419acec213a929d295f6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/92ba785b599fbc6291e7a9ba3e44cc15 b/TCG/Library/Artifacts/92/92ba785b599fbc6291e7a9ba3e44cc15
deleted file mode 100644
index 8e0e64b2..00000000
Binary files a/TCG/Library/Artifacts/92/92ba785b599fbc6291e7a9ba3e44cc15 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/92c3e80d4f8eb08eeba699ffd48bf3f4 b/TCG/Library/Artifacts/92/92c3e80d4f8eb08eeba699ffd48bf3f4
deleted file mode 100644
index 0f03b28f..00000000
Binary files a/TCG/Library/Artifacts/92/92c3e80d4f8eb08eeba699ffd48bf3f4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/92cc1110405707b4538926bf2d3acf46 b/TCG/Library/Artifacts/92/92cc1110405707b4538926bf2d3acf46
deleted file mode 100644
index b405c254..00000000
Binary files a/TCG/Library/Artifacts/92/92cc1110405707b4538926bf2d3acf46 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/92d52cb992d1226ab05dff2cba55a456 b/TCG/Library/Artifacts/92/92d52cb992d1226ab05dff2cba55a456
deleted file mode 100644
index 74cac073..00000000
Binary files a/TCG/Library/Artifacts/92/92d52cb992d1226ab05dff2cba55a456 and /dev/null differ
diff --git a/TCG/Library/Artifacts/92/92f05423c5034c8f76abe3aa74122393 b/TCG/Library/Artifacts/92/92f05423c5034c8f76abe3aa74122393
deleted file mode 100644
index 2d0633d8..00000000
Binary files a/TCG/Library/Artifacts/92/92f05423c5034c8f76abe3aa74122393 and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/930f0951a647e376b24176aa9c5dddb2 b/TCG/Library/Artifacts/93/930f0951a647e376b24176aa9c5dddb2
deleted file mode 100644
index 73540c41..00000000
Binary files a/TCG/Library/Artifacts/93/930f0951a647e376b24176aa9c5dddb2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/93239ab25a0be92720920f2b4cafd735 b/TCG/Library/Artifacts/93/93239ab25a0be92720920f2b4cafd735
deleted file mode 100644
index e8f33505..00000000
Binary files a/TCG/Library/Artifacts/93/93239ab25a0be92720920f2b4cafd735 and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/9335df4dc7deb114a23c0c8ac1193db4 b/TCG/Library/Artifacts/93/9335df4dc7deb114a23c0c8ac1193db4
deleted file mode 100644
index cbc70027..00000000
Binary files a/TCG/Library/Artifacts/93/9335df4dc7deb114a23c0c8ac1193db4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/933c18776effd82fc964e094b67a7f3d b/TCG/Library/Artifacts/93/933c18776effd82fc964e094b67a7f3d
deleted file mode 100644
index a675fb83..00000000
Binary files a/TCG/Library/Artifacts/93/933c18776effd82fc964e094b67a7f3d and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/934096250c471dc3bb51e4511c2fa43c b/TCG/Library/Artifacts/93/934096250c471dc3bb51e4511c2fa43c
deleted file mode 100644
index 856a8a2f..00000000
Binary files a/TCG/Library/Artifacts/93/934096250c471dc3bb51e4511c2fa43c and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/9357b16695fa75bb2fd03f24dd527954 b/TCG/Library/Artifacts/93/9357b16695fa75bb2fd03f24dd527954
deleted file mode 100644
index c454f1f3..00000000
Binary files a/TCG/Library/Artifacts/93/9357b16695fa75bb2fd03f24dd527954 and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/9359949618ede1864861a2af3040d007 b/TCG/Library/Artifacts/93/9359949618ede1864861a2af3040d007
deleted file mode 100644
index 1a6c9a5e..00000000
Binary files a/TCG/Library/Artifacts/93/9359949618ede1864861a2af3040d007 and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/93861e0bb16fc2c052dadec7c1cd603e b/TCG/Library/Artifacts/93/93861e0bb16fc2c052dadec7c1cd603e
deleted file mode 100644
index 5dbcc39c..00000000
Binary files a/TCG/Library/Artifacts/93/93861e0bb16fc2c052dadec7c1cd603e and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/939a209f1c43d4afbaf3447a532cae51 b/TCG/Library/Artifacts/93/939a209f1c43d4afbaf3447a532cae51
deleted file mode 100644
index da39c274..00000000
Binary files a/TCG/Library/Artifacts/93/939a209f1c43d4afbaf3447a532cae51 and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/93a82a7c8ae75f3c370b6b393c7f28a7 b/TCG/Library/Artifacts/93/93a82a7c8ae75f3c370b6b393c7f28a7
deleted file mode 100644
index d4a9f4f0..00000000
Binary files a/TCG/Library/Artifacts/93/93a82a7c8ae75f3c370b6b393c7f28a7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/93b02f271c988b7567d19cb289023113 b/TCG/Library/Artifacts/93/93b02f271c988b7567d19cb289023113
deleted file mode 100644
index 45a1b0ef..00000000
Binary files a/TCG/Library/Artifacts/93/93b02f271c988b7567d19cb289023113 and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/93b84970ae16857323fc07ae06bb14fd b/TCG/Library/Artifacts/93/93b84970ae16857323fc07ae06bb14fd
deleted file mode 100644
index 9ff1d961..00000000
Binary files a/TCG/Library/Artifacts/93/93b84970ae16857323fc07ae06bb14fd and /dev/null differ
diff --git a/TCG/Library/Artifacts/93/93f34992e200eb0dae491f2fe91aafdd b/TCG/Library/Artifacts/93/93f34992e200eb0dae491f2fe91aafdd
deleted file mode 100644
index 8a2ba234..00000000
Binary files a/TCG/Library/Artifacts/93/93f34992e200eb0dae491f2fe91aafdd and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/94041782deeb7dbea392d117f7ddcab6 b/TCG/Library/Artifacts/94/94041782deeb7dbea392d117f7ddcab6
deleted file mode 100644
index 30540302..00000000
Binary files a/TCG/Library/Artifacts/94/94041782deeb7dbea392d117f7ddcab6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/940782e5016bad4ff1ab5d7571b34670 b/TCG/Library/Artifacts/94/940782e5016bad4ff1ab5d7571b34670
deleted file mode 100644
index bea6de5f..00000000
Binary files a/TCG/Library/Artifacts/94/940782e5016bad4ff1ab5d7571b34670 and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/9417fd1a6e8e6e4a57fca80aa7c4f1c6 b/TCG/Library/Artifacts/94/9417fd1a6e8e6e4a57fca80aa7c4f1c6
deleted file mode 100644
index b8354913..00000000
Binary files a/TCG/Library/Artifacts/94/9417fd1a6e8e6e4a57fca80aa7c4f1c6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/942df419423bb65e1d893afe7ec1a833 b/TCG/Library/Artifacts/94/942df419423bb65e1d893afe7ec1a833
deleted file mode 100644
index 3ab688f2..00000000
Binary files a/TCG/Library/Artifacts/94/942df419423bb65e1d893afe7ec1a833 and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/943f5e82919b13c2e023c1237c6e308e b/TCG/Library/Artifacts/94/943f5e82919b13c2e023c1237c6e308e
deleted file mode 100644
index b0ba0ddc..00000000
Binary files a/TCG/Library/Artifacts/94/943f5e82919b13c2e023c1237c6e308e and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/943ff02880763a3c750ebb9992ac3663 b/TCG/Library/Artifacts/94/943ff02880763a3c750ebb9992ac3663
deleted file mode 100644
index 37e09c6f..00000000
Binary files a/TCG/Library/Artifacts/94/943ff02880763a3c750ebb9992ac3663 and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/944005897b04287f698b64e49632ecee b/TCG/Library/Artifacts/94/944005897b04287f698b64e49632ecee
deleted file mode 100644
index 7cba9c69..00000000
Binary files a/TCG/Library/Artifacts/94/944005897b04287f698b64e49632ecee and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/947a936ecb2a3dee552fe183bdbb32db b/TCG/Library/Artifacts/94/947a936ecb2a3dee552fe183bdbb32db
deleted file mode 100644
index 69493794..00000000
Binary files a/TCG/Library/Artifacts/94/947a936ecb2a3dee552fe183bdbb32db and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/947ecdd9565eb7904740723277e681a6 b/TCG/Library/Artifacts/94/947ecdd9565eb7904740723277e681a6
deleted file mode 100644
index 5a02ad75..00000000
Binary files a/TCG/Library/Artifacts/94/947ecdd9565eb7904740723277e681a6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/94851a5c9dca3d3000c20b056d8b93bf b/TCG/Library/Artifacts/94/94851a5c9dca3d3000c20b056d8b93bf
deleted file mode 100644
index a6dc5dcd..00000000
Binary files a/TCG/Library/Artifacts/94/94851a5c9dca3d3000c20b056d8b93bf and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/9488c7e527299379916b4e12fcc60fe7 b/TCG/Library/Artifacts/94/9488c7e527299379916b4e12fcc60fe7
deleted file mode 100644
index 7a5e2bdc..00000000
Binary files a/TCG/Library/Artifacts/94/9488c7e527299379916b4e12fcc60fe7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/9498cf571773fd0f788b9c28559c0afe b/TCG/Library/Artifacts/94/9498cf571773fd0f788b9c28559c0afe
deleted file mode 100644
index f1a7bc4b..00000000
Binary files a/TCG/Library/Artifacts/94/9498cf571773fd0f788b9c28559c0afe and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/949a9d052cfecc9266430e5d6f5afed8 b/TCG/Library/Artifacts/94/949a9d052cfecc9266430e5d6f5afed8
deleted file mode 100644
index 27395893..00000000
Binary files a/TCG/Library/Artifacts/94/949a9d052cfecc9266430e5d6f5afed8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/94d823128777ec36e6c18dd54e44a2da b/TCG/Library/Artifacts/94/94d823128777ec36e6c18dd54e44a2da
deleted file mode 100644
index 5b919374..00000000
Binary files a/TCG/Library/Artifacts/94/94d823128777ec36e6c18dd54e44a2da and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/94e407d5c1308bd98823f11326908613 b/TCG/Library/Artifacts/94/94e407d5c1308bd98823f11326908613
deleted file mode 100644
index 2bb5ec0b..00000000
Binary files a/TCG/Library/Artifacts/94/94e407d5c1308bd98823f11326908613 and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/94eae6c4b294c5185a9e3e31bbc0914f b/TCG/Library/Artifacts/94/94eae6c4b294c5185a9e3e31bbc0914f
deleted file mode 100644
index 4db11757..00000000
Binary files a/TCG/Library/Artifacts/94/94eae6c4b294c5185a9e3e31bbc0914f and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/94f4e9d11b5e1b6ac281d8760dd01491 b/TCG/Library/Artifacts/94/94f4e9d11b5e1b6ac281d8760dd01491
deleted file mode 100644
index 27162f34..00000000
Binary files a/TCG/Library/Artifacts/94/94f4e9d11b5e1b6ac281d8760dd01491 and /dev/null differ
diff --git a/TCG/Library/Artifacts/94/94f7541ef1c98794eeae5f23c60d9bf0 b/TCG/Library/Artifacts/94/94f7541ef1c98794eeae5f23c60d9bf0
deleted file mode 100644
index e2ef2342..00000000
Binary files a/TCG/Library/Artifacts/94/94f7541ef1c98794eeae5f23c60d9bf0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/95082e3b41454b4c67b82f2d6e9cbd29 b/TCG/Library/Artifacts/95/95082e3b41454b4c67b82f2d6e9cbd29
deleted file mode 100644
index e3d952ea..00000000
Binary files a/TCG/Library/Artifacts/95/95082e3b41454b4c67b82f2d6e9cbd29 and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/9530cef09b265c02459ce5d8bb01fa4b b/TCG/Library/Artifacts/95/9530cef09b265c02459ce5d8bb01fa4b
deleted file mode 100644
index 97a44326..00000000
Binary files a/TCG/Library/Artifacts/95/9530cef09b265c02459ce5d8bb01fa4b and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/95556a223432b529155b76280ea75c1f b/TCG/Library/Artifacts/95/95556a223432b529155b76280ea75c1f
deleted file mode 100644
index 2426befe..00000000
Binary files a/TCG/Library/Artifacts/95/95556a223432b529155b76280ea75c1f and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/95568ab0dd5b7aa9b0821e51641c8594 b/TCG/Library/Artifacts/95/95568ab0dd5b7aa9b0821e51641c8594
deleted file mode 100644
index 99a2645a..00000000
Binary files a/TCG/Library/Artifacts/95/95568ab0dd5b7aa9b0821e51641c8594 and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/95745aba8981a1b4a2f51f922c95c3b6 b/TCG/Library/Artifacts/95/95745aba8981a1b4a2f51f922c95c3b6
deleted file mode 100644
index 1e5f0702..00000000
Binary files a/TCG/Library/Artifacts/95/95745aba8981a1b4a2f51f922c95c3b6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/9591950e744668a7df42f5e678682553 b/TCG/Library/Artifacts/95/9591950e744668a7df42f5e678682553
deleted file mode 100644
index e895a71e..00000000
Binary files a/TCG/Library/Artifacts/95/9591950e744668a7df42f5e678682553 and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/959e87a55fd651dcb38c487fdaa71b7b b/TCG/Library/Artifacts/95/959e87a55fd651dcb38c487fdaa71b7b
deleted file mode 100644
index 721b63ff..00000000
Binary files a/TCG/Library/Artifacts/95/959e87a55fd651dcb38c487fdaa71b7b and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/95a5f26038baa5204aa9c9cd0fa63ccc b/TCG/Library/Artifacts/95/95a5f26038baa5204aa9c9cd0fa63ccc
deleted file mode 100644
index eb901f31..00000000
Binary files a/TCG/Library/Artifacts/95/95a5f26038baa5204aa9c9cd0fa63ccc and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/95b0eb6e1506e5c48e5bf1c66d8ca69d b/TCG/Library/Artifacts/95/95b0eb6e1506e5c48e5bf1c66d8ca69d
deleted file mode 100644
index 5c5f38b1..00000000
Binary files a/TCG/Library/Artifacts/95/95b0eb6e1506e5c48e5bf1c66d8ca69d and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/95b8d29bbe2fe8fc072a00f3cabf955f b/TCG/Library/Artifacts/95/95b8d29bbe2fe8fc072a00f3cabf955f
deleted file mode 100644
index 7e30d233..00000000
Binary files a/TCG/Library/Artifacts/95/95b8d29bbe2fe8fc072a00f3cabf955f and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/95c933c3736224dc632b2292f2179587 b/TCG/Library/Artifacts/95/95c933c3736224dc632b2292f2179587
deleted file mode 100644
index 1b337f3f..00000000
Binary files a/TCG/Library/Artifacts/95/95c933c3736224dc632b2292f2179587 and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/95d49dbbe613f4f0090ab92a3e917d07 b/TCG/Library/Artifacts/95/95d49dbbe613f4f0090ab92a3e917d07
deleted file mode 100644
index 2335fd30..00000000
Binary files a/TCG/Library/Artifacts/95/95d49dbbe613f4f0090ab92a3e917d07 and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/95e42eadba1c2c1b5e393f67599910c7 b/TCG/Library/Artifacts/95/95e42eadba1c2c1b5e393f67599910c7
deleted file mode 100644
index e352cb9e..00000000
Binary files a/TCG/Library/Artifacts/95/95e42eadba1c2c1b5e393f67599910c7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/95/95ed7b3d0f3c6bb8dfd93c4a6c4478db b/TCG/Library/Artifacts/95/95ed7b3d0f3c6bb8dfd93c4a6c4478db
deleted file mode 100644
index 06004fd5..00000000
Binary files a/TCG/Library/Artifacts/95/95ed7b3d0f3c6bb8dfd93c4a6c4478db and /dev/null differ
diff --git a/TCG/Library/Artifacts/96/96136afb27a7c6f7c7fb3df169710028 b/TCG/Library/Artifacts/96/96136afb27a7c6f7c7fb3df169710028
deleted file mode 100644
index ea3902cc..00000000
Binary files a/TCG/Library/Artifacts/96/96136afb27a7c6f7c7fb3df169710028 and /dev/null differ
diff --git a/TCG/Library/Artifacts/96/962ca5fc3ecf8a86a8c94d2ddeca1962 b/TCG/Library/Artifacts/96/962ca5fc3ecf8a86a8c94d2ddeca1962
deleted file mode 100644
index dacaf441..00000000
Binary files a/TCG/Library/Artifacts/96/962ca5fc3ecf8a86a8c94d2ddeca1962 and /dev/null differ
diff --git a/TCG/Library/Artifacts/96/963e5d7424488e2e4e7201cf94adae73 b/TCG/Library/Artifacts/96/963e5d7424488e2e4e7201cf94adae73
deleted file mode 100644
index bfcd832f..00000000
Binary files a/TCG/Library/Artifacts/96/963e5d7424488e2e4e7201cf94adae73 and /dev/null differ
diff --git a/TCG/Library/Artifacts/96/964b48508f8bf69f9019ea664d674d7f b/TCG/Library/Artifacts/96/964b48508f8bf69f9019ea664d674d7f
deleted file mode 100644
index 0210f1f6..00000000
Binary files a/TCG/Library/Artifacts/96/964b48508f8bf69f9019ea664d674d7f and /dev/null differ
diff --git a/TCG/Library/Artifacts/96/969c714521609ed68dd0243e657f1391 b/TCG/Library/Artifacts/96/969c714521609ed68dd0243e657f1391
deleted file mode 100644
index 4e8c5e95..00000000
Binary files a/TCG/Library/Artifacts/96/969c714521609ed68dd0243e657f1391 and /dev/null differ
diff --git a/TCG/Library/Artifacts/96/96b08814d498e6732a01f2f9a6899bbf b/TCG/Library/Artifacts/96/96b08814d498e6732a01f2f9a6899bbf
deleted file mode 100644
index 897f508d..00000000
Binary files a/TCG/Library/Artifacts/96/96b08814d498e6732a01f2f9a6899bbf and /dev/null differ
diff --git a/TCG/Library/Artifacts/96/96b99fc38a172089ae00b5f9f5345e04 b/TCG/Library/Artifacts/96/96b99fc38a172089ae00b5f9f5345e04
deleted file mode 100644
index 02659cd7..00000000
Binary files a/TCG/Library/Artifacts/96/96b99fc38a172089ae00b5f9f5345e04 and /dev/null differ
diff --git a/TCG/Library/Artifacts/96/96cce6ad347542b15475c5b84854fe1a b/TCG/Library/Artifacts/96/96cce6ad347542b15475c5b84854fe1a
deleted file mode 100644
index 9dfac34e..00000000
Binary files a/TCG/Library/Artifacts/96/96cce6ad347542b15475c5b84854fe1a and /dev/null differ
diff --git a/TCG/Library/Artifacts/96/96e4ebd2f0d14832fe119395651727ec b/TCG/Library/Artifacts/96/96e4ebd2f0d14832fe119395651727ec
deleted file mode 100644
index 52f0273a..00000000
Binary files a/TCG/Library/Artifacts/96/96e4ebd2f0d14832fe119395651727ec and /dev/null differ
diff --git a/TCG/Library/Artifacts/97/97068e18546c888c695b0e3daa19c172 b/TCG/Library/Artifacts/97/97068e18546c888c695b0e3daa19c172
deleted file mode 100644
index 4c45db3d..00000000
Binary files a/TCG/Library/Artifacts/97/97068e18546c888c695b0e3daa19c172 and /dev/null differ
diff --git a/TCG/Library/Artifacts/97/970750646ececc071fd75fc9abdcb2b5 b/TCG/Library/Artifacts/97/970750646ececc071fd75fc9abdcb2b5
deleted file mode 100644
index 8c99e283..00000000
Binary files a/TCG/Library/Artifacts/97/970750646ececc071fd75fc9abdcb2b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/97/97105094700848688dae141488e14ef7 b/TCG/Library/Artifacts/97/97105094700848688dae141488e14ef7
deleted file mode 100644
index bebd32e4..00000000
Binary files a/TCG/Library/Artifacts/97/97105094700848688dae141488e14ef7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/97/97490890de95dcf33cf8e17de235395b b/TCG/Library/Artifacts/97/97490890de95dcf33cf8e17de235395b
deleted file mode 100644
index ce554ad2..00000000
Binary files a/TCG/Library/Artifacts/97/97490890de95dcf33cf8e17de235395b and /dev/null differ
diff --git a/TCG/Library/Artifacts/97/9766cb73220ae47a33f852a6f4af1bcc b/TCG/Library/Artifacts/97/9766cb73220ae47a33f852a6f4af1bcc
deleted file mode 100644
index 55575dc0..00000000
Binary files a/TCG/Library/Artifacts/97/9766cb73220ae47a33f852a6f4af1bcc and /dev/null differ
diff --git a/TCG/Library/Artifacts/97/9769e1a78ec7dd6ba7d16d2e7e22e0e1 b/TCG/Library/Artifacts/97/9769e1a78ec7dd6ba7d16d2e7e22e0e1
deleted file mode 100644
index de702a52..00000000
Binary files a/TCG/Library/Artifacts/97/9769e1a78ec7dd6ba7d16d2e7e22e0e1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/97/978004ae315fc92b1bc161709ad64e01 b/TCG/Library/Artifacts/97/978004ae315fc92b1bc161709ad64e01
deleted file mode 100644
index 62a66774..00000000
Binary files a/TCG/Library/Artifacts/97/978004ae315fc92b1bc161709ad64e01 and /dev/null differ
diff --git a/TCG/Library/Artifacts/97/97850e6c190b42eaabe0ad066479977d b/TCG/Library/Artifacts/97/97850e6c190b42eaabe0ad066479977d
deleted file mode 100644
index 89b32d00..00000000
Binary files a/TCG/Library/Artifacts/97/97850e6c190b42eaabe0ad066479977d and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/98035e69184655ae4add095a5d736696 b/TCG/Library/Artifacts/98/98035e69184655ae4add095a5d736696
deleted file mode 100644
index 66c016d5..00000000
Binary files a/TCG/Library/Artifacts/98/98035e69184655ae4add095a5d736696 and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/980f468c3c25a5bc6f46e4a4c54269a4 b/TCG/Library/Artifacts/98/980f468c3c25a5bc6f46e4a4c54269a4
deleted file mode 100644
index ad25c919..00000000
Binary files a/TCG/Library/Artifacts/98/980f468c3c25a5bc6f46e4a4c54269a4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/9811f94eb948d2795f420f24e2ee9a51 b/TCG/Library/Artifacts/98/9811f94eb948d2795f420f24e2ee9a51
deleted file mode 100644
index 0e2b0ec6..00000000
Binary files a/TCG/Library/Artifacts/98/9811f94eb948d2795f420f24e2ee9a51 and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/986be9db7b198e791f91f0652ca4b22c b/TCG/Library/Artifacts/98/986be9db7b198e791f91f0652ca4b22c
deleted file mode 100644
index 6c623c70..00000000
Binary files a/TCG/Library/Artifacts/98/986be9db7b198e791f91f0652ca4b22c and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/98794384aa052ff13eadc1c744a1813d b/TCG/Library/Artifacts/98/98794384aa052ff13eadc1c744a1813d
deleted file mode 100644
index 23033bc6..00000000
Binary files a/TCG/Library/Artifacts/98/98794384aa052ff13eadc1c744a1813d and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/987b0ad01c9aa61a80480a411854f18c b/TCG/Library/Artifacts/98/987b0ad01c9aa61a80480a411854f18c
deleted file mode 100644
index 96c47a48..00000000
Binary files a/TCG/Library/Artifacts/98/987b0ad01c9aa61a80480a411854f18c and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/9885bcc6939be7721f9624b74978cc57 b/TCG/Library/Artifacts/98/9885bcc6939be7721f9624b74978cc57
deleted file mode 100644
index 8293e4a5..00000000
Binary files a/TCG/Library/Artifacts/98/9885bcc6939be7721f9624b74978cc57 and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/989a8c1da02f86b2b164c26283f916a1 b/TCG/Library/Artifacts/98/989a8c1da02f86b2b164c26283f916a1
deleted file mode 100644
index d8effc00..00000000
Binary files a/TCG/Library/Artifacts/98/989a8c1da02f86b2b164c26283f916a1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/989d6fa72b40aed2db14cfb7337a431f b/TCG/Library/Artifacts/98/989d6fa72b40aed2db14cfb7337a431f
deleted file mode 100644
index 7a0e567d..00000000
Binary files a/TCG/Library/Artifacts/98/989d6fa72b40aed2db14cfb7337a431f and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/98af40bde315cdd73e33bc83677601f2 b/TCG/Library/Artifacts/98/98af40bde315cdd73e33bc83677601f2
deleted file mode 100644
index 8e3edde8..00000000
Binary files a/TCG/Library/Artifacts/98/98af40bde315cdd73e33bc83677601f2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/98d2b0f9260384da7ccccd72ef89995c b/TCG/Library/Artifacts/98/98d2b0f9260384da7ccccd72ef89995c
deleted file mode 100644
index fd0c2b01..00000000
Binary files a/TCG/Library/Artifacts/98/98d2b0f9260384da7ccccd72ef89995c and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/98d96ed2b90cd05faf9f0d89a60f7294 b/TCG/Library/Artifacts/98/98d96ed2b90cd05faf9f0d89a60f7294
deleted file mode 100644
index ce9ccab8..00000000
Binary files a/TCG/Library/Artifacts/98/98d96ed2b90cd05faf9f0d89a60f7294 and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/98e57c9b7d29577bf9abd0a99112acf9 b/TCG/Library/Artifacts/98/98e57c9b7d29577bf9abd0a99112acf9
deleted file mode 100644
index 62d8e740..00000000
Binary files a/TCG/Library/Artifacts/98/98e57c9b7d29577bf9abd0a99112acf9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/98f2188bcf918b88bf60a468125e0edb b/TCG/Library/Artifacts/98/98f2188bcf918b88bf60a468125e0edb
deleted file mode 100644
index 6b0ac541..00000000
Binary files a/TCG/Library/Artifacts/98/98f2188bcf918b88bf60a468125e0edb and /dev/null differ
diff --git a/TCG/Library/Artifacts/98/98fdbbe67dc53d3dc8a7b360706198b1 b/TCG/Library/Artifacts/98/98fdbbe67dc53d3dc8a7b360706198b1
deleted file mode 100644
index a2905095..00000000
Binary files a/TCG/Library/Artifacts/98/98fdbbe67dc53d3dc8a7b360706198b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/99/9932fd4c9b5b19c53c10ff1f20131415 b/TCG/Library/Artifacts/99/9932fd4c9b5b19c53c10ff1f20131415
deleted file mode 100644
index 7b989e64..00000000
Binary files a/TCG/Library/Artifacts/99/9932fd4c9b5b19c53c10ff1f20131415 and /dev/null differ
diff --git a/TCG/Library/Artifacts/99/994cae63cb0658b4cef4845a61424284 b/TCG/Library/Artifacts/99/994cae63cb0658b4cef4845a61424284
deleted file mode 100644
index bc3b0c8f..00000000
Binary files a/TCG/Library/Artifacts/99/994cae63cb0658b4cef4845a61424284 and /dev/null differ
diff --git a/TCG/Library/Artifacts/99/996e29d453bcd4f9b56bc0e656c0c5d8 b/TCG/Library/Artifacts/99/996e29d453bcd4f9b56bc0e656c0c5d8
deleted file mode 100644
index ac6867ec..00000000
Binary files a/TCG/Library/Artifacts/99/996e29d453bcd4f9b56bc0e656c0c5d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/99/9986bdcf065a094ad2c10c2cb2823a07 b/TCG/Library/Artifacts/99/9986bdcf065a094ad2c10c2cb2823a07
deleted file mode 100644
index 0b14a183..00000000
Binary files a/TCG/Library/Artifacts/99/9986bdcf065a094ad2c10c2cb2823a07 and /dev/null differ
diff --git a/TCG/Library/Artifacts/99/99935509fb5c6c9de8ec2aa62cb70b18 b/TCG/Library/Artifacts/99/99935509fb5c6c9de8ec2aa62cb70b18
deleted file mode 100644
index 3757bdd3..00000000
Binary files a/TCG/Library/Artifacts/99/99935509fb5c6c9de8ec2aa62cb70b18 and /dev/null differ
diff --git a/TCG/Library/Artifacts/99/99b33623d68ac5af8184b64f2baf6b77 b/TCG/Library/Artifacts/99/99b33623d68ac5af8184b64f2baf6b77
deleted file mode 100644
index d42bd901..00000000
Binary files a/TCG/Library/Artifacts/99/99b33623d68ac5af8184b64f2baf6b77 and /dev/null differ
diff --git a/TCG/Library/Artifacts/99/99d54c62b9716e3f46ceedf6f8772fe4 b/TCG/Library/Artifacts/99/99d54c62b9716e3f46ceedf6f8772fe4
deleted file mode 100644
index 4885b67a..00000000
Binary files a/TCG/Library/Artifacts/99/99d54c62b9716e3f46ceedf6f8772fe4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9a008214c5115281afee2432964cf62c b/TCG/Library/Artifacts/9a/9a008214c5115281afee2432964cf62c
deleted file mode 100644
index 7a562b4a..00000000
Binary files a/TCG/Library/Artifacts/9a/9a008214c5115281afee2432964cf62c and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9a02f1bf9b7937fb84049756573e69e9 b/TCG/Library/Artifacts/9a/9a02f1bf9b7937fb84049756573e69e9
deleted file mode 100644
index 85368912..00000000
Binary files a/TCG/Library/Artifacts/9a/9a02f1bf9b7937fb84049756573e69e9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9a0ff53eb69664abaac8659e55c30989 b/TCG/Library/Artifacts/9a/9a0ff53eb69664abaac8659e55c30989
deleted file mode 100644
index f9de33ec..00000000
Binary files a/TCG/Library/Artifacts/9a/9a0ff53eb69664abaac8659e55c30989 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9a27f3cf307b1997bf2ca09ba1c7d7ae b/TCG/Library/Artifacts/9a/9a27f3cf307b1997bf2ca09ba1c7d7ae
deleted file mode 100644
index d26f8d96..00000000
Binary files a/TCG/Library/Artifacts/9a/9a27f3cf307b1997bf2ca09ba1c7d7ae and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9a2e62d484d4ba0515193903a2cd50f1 b/TCG/Library/Artifacts/9a/9a2e62d484d4ba0515193903a2cd50f1
deleted file mode 100644
index 5dc86357..00000000
Binary files a/TCG/Library/Artifacts/9a/9a2e62d484d4ba0515193903a2cd50f1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9a404c51c6a2777caae09d2a41abd360 b/TCG/Library/Artifacts/9a/9a404c51c6a2777caae09d2a41abd360
deleted file mode 100644
index e142dfe6..00000000
Binary files a/TCG/Library/Artifacts/9a/9a404c51c6a2777caae09d2a41abd360 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9a4e8e8dbb134b4ae7794befce86a5d7 b/TCG/Library/Artifacts/9a/9a4e8e8dbb134b4ae7794befce86a5d7
deleted file mode 100644
index b282dc9d..00000000
Binary files a/TCG/Library/Artifacts/9a/9a4e8e8dbb134b4ae7794befce86a5d7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9a519786a59fff0ca27419da9d1bf56d b/TCG/Library/Artifacts/9a/9a519786a59fff0ca27419da9d1bf56d
deleted file mode 100644
index 7fb48eff..00000000
Binary files a/TCG/Library/Artifacts/9a/9a519786a59fff0ca27419da9d1bf56d and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9a7e0ff2dbb47adfa40665cedc8c65c1 b/TCG/Library/Artifacts/9a/9a7e0ff2dbb47adfa40665cedc8c65c1
deleted file mode 100644
index a1f0c989..00000000
Binary files a/TCG/Library/Artifacts/9a/9a7e0ff2dbb47adfa40665cedc8c65c1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9a9452edf3e7d93ba2f1f5e7a4865dc6 b/TCG/Library/Artifacts/9a/9a9452edf3e7d93ba2f1f5e7a4865dc6
deleted file mode 100644
index a7901f78..00000000
Binary files a/TCG/Library/Artifacts/9a/9a9452edf3e7d93ba2f1f5e7a4865dc6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9ab0b1dc8549941778e11864eaa215cb b/TCG/Library/Artifacts/9a/9ab0b1dc8549941778e11864eaa215cb
deleted file mode 100644
index 5d97e001..00000000
Binary files a/TCG/Library/Artifacts/9a/9ab0b1dc8549941778e11864eaa215cb and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9ac2475b44e617658b6a1d9eb7676eee b/TCG/Library/Artifacts/9a/9ac2475b44e617658b6a1d9eb7676eee
deleted file mode 100644
index 9c283993..00000000
Binary files a/TCG/Library/Artifacts/9a/9ac2475b44e617658b6a1d9eb7676eee and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9af75461c1c7265370589d2301fd033d b/TCG/Library/Artifacts/9a/9af75461c1c7265370589d2301fd033d
deleted file mode 100644
index 932b870d..00000000
Binary files a/TCG/Library/Artifacts/9a/9af75461c1c7265370589d2301fd033d and /dev/null differ
diff --git a/TCG/Library/Artifacts/9a/9afe6c923f04e027a82944d97480a7bd b/TCG/Library/Artifacts/9a/9afe6c923f04e027a82944d97480a7bd
deleted file mode 100644
index 5f843bca..00000000
Binary files a/TCG/Library/Artifacts/9a/9afe6c923f04e027a82944d97480a7bd and /dev/null differ
diff --git a/TCG/Library/Artifacts/9b/9b63bbb5466f3a6e21b8b0a6d4a6b77a b/TCG/Library/Artifacts/9b/9b63bbb5466f3a6e21b8b0a6d4a6b77a
deleted file mode 100644
index 5f0e9c37..00000000
Binary files a/TCG/Library/Artifacts/9b/9b63bbb5466f3a6e21b8b0a6d4a6b77a and /dev/null differ
diff --git a/TCG/Library/Artifacts/9b/9b72f2323e6ecf246d57c8b48f20d554 b/TCG/Library/Artifacts/9b/9b72f2323e6ecf246d57c8b48f20d554
deleted file mode 100644
index 933403f0..00000000
Binary files a/TCG/Library/Artifacts/9b/9b72f2323e6ecf246d57c8b48f20d554 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9b/9bc70898e7fdbb87d6960f3a4884ef61 b/TCG/Library/Artifacts/9b/9bc70898e7fdbb87d6960f3a4884ef61
deleted file mode 100644
index 0cffafaa..00000000
Binary files a/TCG/Library/Artifacts/9b/9bc70898e7fdbb87d6960f3a4884ef61 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9b/9bdca6fbfda48592af11dae3d0d17115 b/TCG/Library/Artifacts/9b/9bdca6fbfda48592af11dae3d0d17115
deleted file mode 100644
index ed36444f..00000000
Binary files a/TCG/Library/Artifacts/9b/9bdca6fbfda48592af11dae3d0d17115 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9b/9be0d5fb771a1b3fbd7c6169c9d25ef5 b/TCG/Library/Artifacts/9b/9be0d5fb771a1b3fbd7c6169c9d25ef5
deleted file mode 100644
index 155a1654..00000000
Binary files a/TCG/Library/Artifacts/9b/9be0d5fb771a1b3fbd7c6169c9d25ef5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9b/9be82b83b8b2def074ffb1cfa74eb44b b/TCG/Library/Artifacts/9b/9be82b83b8b2def074ffb1cfa74eb44b
deleted file mode 100644
index edb60ee4..00000000
Binary files a/TCG/Library/Artifacts/9b/9be82b83b8b2def074ffb1cfa74eb44b and /dev/null differ
diff --git a/TCG/Library/Artifacts/9b/9bfc6d6f41322a1c964818868e789e96 b/TCG/Library/Artifacts/9b/9bfc6d6f41322a1c964818868e789e96
deleted file mode 100644
index 99ae9237..00000000
Binary files a/TCG/Library/Artifacts/9b/9bfc6d6f41322a1c964818868e789e96 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9c/9c02c3bd77e5ec1ad530abb0e7a0d128 b/TCG/Library/Artifacts/9c/9c02c3bd77e5ec1ad530abb0e7a0d128
deleted file mode 100644
index 2587cd16..00000000
Binary files a/TCG/Library/Artifacts/9c/9c02c3bd77e5ec1ad530abb0e7a0d128 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9c/9c0e81f6b85d01d398a05c73fe7a90bf b/TCG/Library/Artifacts/9c/9c0e81f6b85d01d398a05c73fe7a90bf
deleted file mode 100644
index 887dddbf..00000000
Binary files a/TCG/Library/Artifacts/9c/9c0e81f6b85d01d398a05c73fe7a90bf and /dev/null differ
diff --git a/TCG/Library/Artifacts/9c/9c33f43642366e7d458d59c4114f5370 b/TCG/Library/Artifacts/9c/9c33f43642366e7d458d59c4114f5370
deleted file mode 100644
index 23c955df..00000000
Binary files a/TCG/Library/Artifacts/9c/9c33f43642366e7d458d59c4114f5370 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9c/9c838174503de3d1157fff81c0f08705 b/TCG/Library/Artifacts/9c/9c838174503de3d1157fff81c0f08705
deleted file mode 100644
index e7d537e8..00000000
Binary files a/TCG/Library/Artifacts/9c/9c838174503de3d1157fff81c0f08705 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9c/9c90a97d06d570c47bf509580ebe3923 b/TCG/Library/Artifacts/9c/9c90a97d06d570c47bf509580ebe3923
deleted file mode 100644
index 66e1b7a3..00000000
Binary files a/TCG/Library/Artifacts/9c/9c90a97d06d570c47bf509580ebe3923 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9c/9c9a541255bcfde5aa88e247a601067b b/TCG/Library/Artifacts/9c/9c9a541255bcfde5aa88e247a601067b
deleted file mode 100644
index 83c51c31..00000000
Binary files a/TCG/Library/Artifacts/9c/9c9a541255bcfde5aa88e247a601067b and /dev/null differ
diff --git a/TCG/Library/Artifacts/9c/9cac157b4bb1fa7f5c94604965be74dc b/TCG/Library/Artifacts/9c/9cac157b4bb1fa7f5c94604965be74dc
deleted file mode 100644
index 273b8948..00000000
Binary files a/TCG/Library/Artifacts/9c/9cac157b4bb1fa7f5c94604965be74dc and /dev/null differ
diff --git a/TCG/Library/Artifacts/9c/9cba268cb4f1f075efc70c00707eba9d b/TCG/Library/Artifacts/9c/9cba268cb4f1f075efc70c00707eba9d
deleted file mode 100644
index cf8b26c5..00000000
Binary files a/TCG/Library/Artifacts/9c/9cba268cb4f1f075efc70c00707eba9d and /dev/null differ
diff --git a/TCG/Library/Artifacts/9c/9cc698c10eb42e681f365bb30e3bfc46 b/TCG/Library/Artifacts/9c/9cc698c10eb42e681f365bb30e3bfc46
deleted file mode 100644
index 6dae0497..00000000
Binary files a/TCG/Library/Artifacts/9c/9cc698c10eb42e681f365bb30e3bfc46 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9d/9d0cd0957bb4891eb7175e5d9bf19c6d b/TCG/Library/Artifacts/9d/9d0cd0957bb4891eb7175e5d9bf19c6d
deleted file mode 100644
index 7d14b961..00000000
Binary files a/TCG/Library/Artifacts/9d/9d0cd0957bb4891eb7175e5d9bf19c6d and /dev/null differ
diff --git a/TCG/Library/Artifacts/9d/9d148653ac9e06b48421b3e2e507f757 b/TCG/Library/Artifacts/9d/9d148653ac9e06b48421b3e2e507f757
deleted file mode 100644
index 2846ee6f..00000000
Binary files a/TCG/Library/Artifacts/9d/9d148653ac9e06b48421b3e2e507f757 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9d/9dad4c425fadbdbe0780691836e1a7bc b/TCG/Library/Artifacts/9d/9dad4c425fadbdbe0780691836e1a7bc
deleted file mode 100644
index a6bae75e..00000000
Binary files a/TCG/Library/Artifacts/9d/9dad4c425fadbdbe0780691836e1a7bc and /dev/null differ
diff --git a/TCG/Library/Artifacts/9d/9dcc3b20dbd85c7d7a4fbc9648f81309 b/TCG/Library/Artifacts/9d/9dcc3b20dbd85c7d7a4fbc9648f81309
deleted file mode 100644
index 439f7917..00000000
Binary files a/TCG/Library/Artifacts/9d/9dcc3b20dbd85c7d7a4fbc9648f81309 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9d/9dd6012525a8c9d17e178ee24468d879 b/TCG/Library/Artifacts/9d/9dd6012525a8c9d17e178ee24468d879
deleted file mode 100644
index d0b2b18e..00000000
Binary files a/TCG/Library/Artifacts/9d/9dd6012525a8c9d17e178ee24468d879 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9d/9de3078a26e1228564d45f7ee50d276e b/TCG/Library/Artifacts/9d/9de3078a26e1228564d45f7ee50d276e
deleted file mode 100644
index 124ca181..00000000
Binary files a/TCG/Library/Artifacts/9d/9de3078a26e1228564d45f7ee50d276e and /dev/null differ
diff --git a/TCG/Library/Artifacts/9d/9dea34ad84e3b8822f8f01c1f5599c09 b/TCG/Library/Artifacts/9d/9dea34ad84e3b8822f8f01c1f5599c09
deleted file mode 100644
index 04a3c320..00000000
Binary files a/TCG/Library/Artifacts/9d/9dea34ad84e3b8822f8f01c1f5599c09 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9d/9df3e19d349f81ed17519738cc751282 b/TCG/Library/Artifacts/9d/9df3e19d349f81ed17519738cc751282
deleted file mode 100644
index d6f7ccca..00000000
Binary files a/TCG/Library/Artifacts/9d/9df3e19d349f81ed17519738cc751282 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9e/9e003a151f9dd527c34d12494a4a0b1a b/TCG/Library/Artifacts/9e/9e003a151f9dd527c34d12494a4a0b1a
deleted file mode 100644
index 80bf15c7..00000000
Binary files a/TCG/Library/Artifacts/9e/9e003a151f9dd527c34d12494a4a0b1a and /dev/null differ
diff --git a/TCG/Library/Artifacts/9e/9e2150c148c168287da57c8cb88e1a6f b/TCG/Library/Artifacts/9e/9e2150c148c168287da57c8cb88e1a6f
deleted file mode 100644
index 70abfc96..00000000
Binary files a/TCG/Library/Artifacts/9e/9e2150c148c168287da57c8cb88e1a6f and /dev/null differ
diff --git a/TCG/Library/Artifacts/9e/9e24199f745397c2d01aada1dc890342 b/TCG/Library/Artifacts/9e/9e24199f745397c2d01aada1dc890342
deleted file mode 100644
index 4716ca20..00000000
Binary files a/TCG/Library/Artifacts/9e/9e24199f745397c2d01aada1dc890342 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9e/9e53d62882f907f7e724730341d28671 b/TCG/Library/Artifacts/9e/9e53d62882f907f7e724730341d28671
deleted file mode 100644
index c6b5c560..00000000
Binary files a/TCG/Library/Artifacts/9e/9e53d62882f907f7e724730341d28671 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9e/9e7542c580fe7ce83df1694d006f1984 b/TCG/Library/Artifacts/9e/9e7542c580fe7ce83df1694d006f1984
deleted file mode 100644
index 89b65115..00000000
Binary files a/TCG/Library/Artifacts/9e/9e7542c580fe7ce83df1694d006f1984 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9e/9ea7b7631c8b29fdff3c11bf1c74f909 b/TCG/Library/Artifacts/9e/9ea7b7631c8b29fdff3c11bf1c74f909
deleted file mode 100644
index cd4ad720..00000000
Binary files a/TCG/Library/Artifacts/9e/9ea7b7631c8b29fdff3c11bf1c74f909 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9e/9ec0134eac276deecc253731f3c91d8c b/TCG/Library/Artifacts/9e/9ec0134eac276deecc253731f3c91d8c
deleted file mode 100644
index 790c597f..00000000
Binary files a/TCG/Library/Artifacts/9e/9ec0134eac276deecc253731f3c91d8c and /dev/null differ
diff --git a/TCG/Library/Artifacts/9e/9ec7cbd0b31868ac3232f84fb59f0125 b/TCG/Library/Artifacts/9e/9ec7cbd0b31868ac3232f84fb59f0125
deleted file mode 100644
index c344bab8..00000000
Binary files a/TCG/Library/Artifacts/9e/9ec7cbd0b31868ac3232f84fb59f0125 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9e/9efb5e886832c054ef0234aab4c2ca59 b/TCG/Library/Artifacts/9e/9efb5e886832c054ef0234aab4c2ca59
deleted file mode 100644
index 1eb4017f..00000000
Binary files a/TCG/Library/Artifacts/9e/9efb5e886832c054ef0234aab4c2ca59 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9f/9f21cec968a97f367d37f51b4e1d305d b/TCG/Library/Artifacts/9f/9f21cec968a97f367d37f51b4e1d305d
deleted file mode 100644
index a7636b7a..00000000
Binary files a/TCG/Library/Artifacts/9f/9f21cec968a97f367d37f51b4e1d305d and /dev/null differ
diff --git a/TCG/Library/Artifacts/9f/9f6973b553d9f480159c83050c27782c b/TCG/Library/Artifacts/9f/9f6973b553d9f480159c83050c27782c
deleted file mode 100644
index c5d37904..00000000
Binary files a/TCG/Library/Artifacts/9f/9f6973b553d9f480159c83050c27782c and /dev/null differ
diff --git a/TCG/Library/Artifacts/9f/9f6a0100002aba9ae3a3b840807012dd b/TCG/Library/Artifacts/9f/9f6a0100002aba9ae3a3b840807012dd
deleted file mode 100644
index 3cde2132..00000000
Binary files a/TCG/Library/Artifacts/9f/9f6a0100002aba9ae3a3b840807012dd and /dev/null differ
diff --git a/TCG/Library/Artifacts/9f/9f80eab27838703be48dfd9548e152a8 b/TCG/Library/Artifacts/9f/9f80eab27838703be48dfd9548e152a8
deleted file mode 100644
index 19927a35..00000000
Binary files a/TCG/Library/Artifacts/9f/9f80eab27838703be48dfd9548e152a8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9f/9f8fb86ef7014d9161aa3b77f0800fa3 b/TCG/Library/Artifacts/9f/9f8fb86ef7014d9161aa3b77f0800fa3
deleted file mode 100644
index f605437f..00000000
Binary files a/TCG/Library/Artifacts/9f/9f8fb86ef7014d9161aa3b77f0800fa3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9f/9fadb3b056b8c16b87bb85f2c41f8f55 b/TCG/Library/Artifacts/9f/9fadb3b056b8c16b87bb85f2c41f8f55
deleted file mode 100644
index 107a33b4..00000000
Binary files a/TCG/Library/Artifacts/9f/9fadb3b056b8c16b87bb85f2c41f8f55 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9f/9fb1af77cd90ba02368c2887ef66b52e b/TCG/Library/Artifacts/9f/9fb1af77cd90ba02368c2887ef66b52e
deleted file mode 100644
index 973dfead..00000000
Binary files a/TCG/Library/Artifacts/9f/9fb1af77cd90ba02368c2887ef66b52e and /dev/null differ
diff --git a/TCG/Library/Artifacts/9f/9fc3d2446c93154e0e949b8a2fea2636 b/TCG/Library/Artifacts/9f/9fc3d2446c93154e0e949b8a2fea2636
deleted file mode 100644
index 88a3a913..00000000
Binary files a/TCG/Library/Artifacts/9f/9fc3d2446c93154e0e949b8a2fea2636 and /dev/null differ
diff --git a/TCG/Library/Artifacts/9f/9fe4c5534f0a16655ca5ab8513a936bc b/TCG/Library/Artifacts/9f/9fe4c5534f0a16655ca5ab8513a936bc
deleted file mode 100644
index 90dcb4b0..00000000
Binary files a/TCG/Library/Artifacts/9f/9fe4c5534f0a16655ca5ab8513a936bc and /dev/null differ
diff --git a/TCG/Library/Artifacts/a0/a025026b86c7b837672fab5f8e616aef b/TCG/Library/Artifacts/a0/a025026b86c7b837672fab5f8e616aef
deleted file mode 100644
index 093c6630..00000000
Binary files a/TCG/Library/Artifacts/a0/a025026b86c7b837672fab5f8e616aef and /dev/null differ
diff --git a/TCG/Library/Artifacts/a0/a031797749cb316f97d9477b0596769c b/TCG/Library/Artifacts/a0/a031797749cb316f97d9477b0596769c
deleted file mode 100644
index 738eab16..00000000
Binary files a/TCG/Library/Artifacts/a0/a031797749cb316f97d9477b0596769c and /dev/null differ
diff --git a/TCG/Library/Artifacts/a0/a0405eb82845bd97f2404b59f3b14a1b b/TCG/Library/Artifacts/a0/a0405eb82845bd97f2404b59f3b14a1b
deleted file mode 100644
index b66c5d8b..00000000
Binary files a/TCG/Library/Artifacts/a0/a0405eb82845bd97f2404b59f3b14a1b and /dev/null differ
diff --git a/TCG/Library/Artifacts/a0/a071f24acb881e205e23c01c545eb977 b/TCG/Library/Artifacts/a0/a071f24acb881e205e23c01c545eb977
deleted file mode 100644
index 208759c8..00000000
Binary files a/TCG/Library/Artifacts/a0/a071f24acb881e205e23c01c545eb977 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a0/a0b985647d8be843b7b3856a5b7d774c b/TCG/Library/Artifacts/a0/a0b985647d8be843b7b3856a5b7d774c
deleted file mode 100644
index 9f2a256a..00000000
Binary files a/TCG/Library/Artifacts/a0/a0b985647d8be843b7b3856a5b7d774c and /dev/null differ
diff --git a/TCG/Library/Artifacts/a0/a0bb84ede8d121609005a0ac182a2a89 b/TCG/Library/Artifacts/a0/a0bb84ede8d121609005a0ac182a2a89
deleted file mode 100644
index 2cbb2b3d..00000000
Binary files a/TCG/Library/Artifacts/a0/a0bb84ede8d121609005a0ac182a2a89 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a0/a0c3dce8959ffff342f2afbb723c9e94 b/TCG/Library/Artifacts/a0/a0c3dce8959ffff342f2afbb723c9e94
deleted file mode 100644
index b80c2bdb..00000000
Binary files a/TCG/Library/Artifacts/a0/a0c3dce8959ffff342f2afbb723c9e94 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a0/a0cef62574e50fa330abaa64d06760a2 b/TCG/Library/Artifacts/a0/a0cef62574e50fa330abaa64d06760a2
deleted file mode 100644
index 0e9524ed..00000000
Binary files a/TCG/Library/Artifacts/a0/a0cef62574e50fa330abaa64d06760a2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a1/a11625d52092244de32cce7740bf2c6e b/TCG/Library/Artifacts/a1/a11625d52092244de32cce7740bf2c6e
deleted file mode 100644
index f251d95c..00000000
Binary files a/TCG/Library/Artifacts/a1/a11625d52092244de32cce7740bf2c6e and /dev/null differ
diff --git a/TCG/Library/Artifacts/a1/a13ae5811e409d8d64adcdb00431e7c6 b/TCG/Library/Artifacts/a1/a13ae5811e409d8d64adcdb00431e7c6
deleted file mode 100644
index 87ee43a5..00000000
Binary files a/TCG/Library/Artifacts/a1/a13ae5811e409d8d64adcdb00431e7c6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a1/a14e640935847634386e684a670af7ca b/TCG/Library/Artifacts/a1/a14e640935847634386e684a670af7ca
deleted file mode 100644
index b1ca30a2..00000000
Binary files a/TCG/Library/Artifacts/a1/a14e640935847634386e684a670af7ca and /dev/null differ
diff --git a/TCG/Library/Artifacts/a1/a15748178d998233c036111a20e199e9 b/TCG/Library/Artifacts/a1/a15748178d998233c036111a20e199e9
deleted file mode 100644
index 1ca09e40..00000000
Binary files a/TCG/Library/Artifacts/a1/a15748178d998233c036111a20e199e9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a1/a173bff5ef85a35dd54e44c1a39439d0 b/TCG/Library/Artifacts/a1/a173bff5ef85a35dd54e44c1a39439d0
deleted file mode 100644
index 2f686065..00000000
Binary files a/TCG/Library/Artifacts/a1/a173bff5ef85a35dd54e44c1a39439d0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a1/a188b39cabe416e42dd608f9738ddccb b/TCG/Library/Artifacts/a1/a188b39cabe416e42dd608f9738ddccb
deleted file mode 100644
index 58791172..00000000
Binary files a/TCG/Library/Artifacts/a1/a188b39cabe416e42dd608f9738ddccb and /dev/null differ
diff --git a/TCG/Library/Artifacts/a1/a199ba2d06fea699ca66579cc48a4b37 b/TCG/Library/Artifacts/a1/a199ba2d06fea699ca66579cc48a4b37
deleted file mode 100644
index 78a8ef7f..00000000
Binary files a/TCG/Library/Artifacts/a1/a199ba2d06fea699ca66579cc48a4b37 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a1/a1b36f319342aeabeea70ba83df14300 b/TCG/Library/Artifacts/a1/a1b36f319342aeabeea70ba83df14300
deleted file mode 100644
index 735cd721..00000000
Binary files a/TCG/Library/Artifacts/a1/a1b36f319342aeabeea70ba83df14300 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a1/a1b4e8042680290d166cd7f06f86a4bb b/TCG/Library/Artifacts/a1/a1b4e8042680290d166cd7f06f86a4bb
deleted file mode 100644
index b4b50ccc..00000000
Binary files a/TCG/Library/Artifacts/a1/a1b4e8042680290d166cd7f06f86a4bb and /dev/null differ
diff --git a/TCG/Library/Artifacts/a1/a1f55c1af7e5348bd7343a35a775a95d b/TCG/Library/Artifacts/a1/a1f55c1af7e5348bd7343a35a775a95d
deleted file mode 100644
index a0ef9437..00000000
Binary files a/TCG/Library/Artifacts/a1/a1f55c1af7e5348bd7343a35a775a95d and /dev/null differ
diff --git a/TCG/Library/Artifacts/a2/a22016f5a006aa20b5d6544c9d9ec567 b/TCG/Library/Artifacts/a2/a22016f5a006aa20b5d6544c9d9ec567
deleted file mode 100644
index 64f75a95..00000000
Binary files a/TCG/Library/Artifacts/a2/a22016f5a006aa20b5d6544c9d9ec567 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a2/a225e088ef78b44c344b4f6b2105a6e7 b/TCG/Library/Artifacts/a2/a225e088ef78b44c344b4f6b2105a6e7
deleted file mode 100644
index 558be6df..00000000
Binary files a/TCG/Library/Artifacts/a2/a225e088ef78b44c344b4f6b2105a6e7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a2/a22ae703bd4e3455078d23eba170b7c7 b/TCG/Library/Artifacts/a2/a22ae703bd4e3455078d23eba170b7c7
deleted file mode 100644
index ab457c85..00000000
Binary files a/TCG/Library/Artifacts/a2/a22ae703bd4e3455078d23eba170b7c7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a2/a26f82da3edcb60a865c96b9ea0c03bf b/TCG/Library/Artifacts/a2/a26f82da3edcb60a865c96b9ea0c03bf
deleted file mode 100644
index eea2998f..00000000
Binary files a/TCG/Library/Artifacts/a2/a26f82da3edcb60a865c96b9ea0c03bf and /dev/null differ
diff --git a/TCG/Library/Artifacts/a2/a2847447e9ba208bef77b29b9f9af38a b/TCG/Library/Artifacts/a2/a2847447e9ba208bef77b29b9f9af38a
deleted file mode 100644
index 2627a43a..00000000
Binary files a/TCG/Library/Artifacts/a2/a2847447e9ba208bef77b29b9f9af38a and /dev/null differ
diff --git a/TCG/Library/Artifacts/a2/a2e29b39552cee70c68aa5c9a73bfab0 b/TCG/Library/Artifacts/a2/a2e29b39552cee70c68aa5c9a73bfab0
deleted file mode 100644
index b0c54769..00000000
Binary files a/TCG/Library/Artifacts/a2/a2e29b39552cee70c68aa5c9a73bfab0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a2/a2f8d6e107f54fcb444bf976fa630fb7 b/TCG/Library/Artifacts/a2/a2f8d6e107f54fcb444bf976fa630fb7
deleted file mode 100644
index 42a59c9e..00000000
Binary files a/TCG/Library/Artifacts/a2/a2f8d6e107f54fcb444bf976fa630fb7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a3/a306f980f494ef0f2d96206e657b1d08 b/TCG/Library/Artifacts/a3/a306f980f494ef0f2d96206e657b1d08
deleted file mode 100644
index 3ecce103..00000000
Binary files a/TCG/Library/Artifacts/a3/a306f980f494ef0f2d96206e657b1d08 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a3/a3498ddd695eeaa4faac9e61c49eebbd b/TCG/Library/Artifacts/a3/a3498ddd695eeaa4faac9e61c49eebbd
deleted file mode 100644
index 276d1130..00000000
Binary files a/TCG/Library/Artifacts/a3/a3498ddd695eeaa4faac9e61c49eebbd and /dev/null differ
diff --git a/TCG/Library/Artifacts/a3/a394c8a9a4c1a3ab285c2ffbece58dc3 b/TCG/Library/Artifacts/a3/a394c8a9a4c1a3ab285c2ffbece58dc3
deleted file mode 100644
index 32a7c44a..00000000
Binary files a/TCG/Library/Artifacts/a3/a394c8a9a4c1a3ab285c2ffbece58dc3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a3/a39a1f5d085f4a4029405e3c25b13cd9 b/TCG/Library/Artifacts/a3/a39a1f5d085f4a4029405e3c25b13cd9
deleted file mode 100644
index 205ff88e..00000000
Binary files a/TCG/Library/Artifacts/a3/a39a1f5d085f4a4029405e3c25b13cd9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a3/a3e5be6f9d490a949166311e6f53782f b/TCG/Library/Artifacts/a3/a3e5be6f9d490a949166311e6f53782f
deleted file mode 100644
index d6c44ee9..00000000
Binary files a/TCG/Library/Artifacts/a3/a3e5be6f9d490a949166311e6f53782f and /dev/null differ
diff --git a/TCG/Library/Artifacts/a4/a450555662b83e9d9c009c5f584137ee b/TCG/Library/Artifacts/a4/a450555662b83e9d9c009c5f584137ee
deleted file mode 100644
index 887a581b..00000000
Binary files a/TCG/Library/Artifacts/a4/a450555662b83e9d9c009c5f584137ee and /dev/null differ
diff --git a/TCG/Library/Artifacts/a4/a47e685d3fdbb4b9cdaa403985002e31 b/TCG/Library/Artifacts/a4/a47e685d3fdbb4b9cdaa403985002e31
deleted file mode 100644
index 649e2d9e..00000000
Binary files a/TCG/Library/Artifacts/a4/a47e685d3fdbb4b9cdaa403985002e31 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a4/a4b438069c5bc8e79cfd42c2e093d37b b/TCG/Library/Artifacts/a4/a4b438069c5bc8e79cfd42c2e093d37b
deleted file mode 100644
index 28fb5f63..00000000
Binary files a/TCG/Library/Artifacts/a4/a4b438069c5bc8e79cfd42c2e093d37b and /dev/null differ
diff --git a/TCG/Library/Artifacts/a4/a4d12c81207392740af503c886676278 b/TCG/Library/Artifacts/a4/a4d12c81207392740af503c886676278
deleted file mode 100644
index 5a69f5b5..00000000
Binary files a/TCG/Library/Artifacts/a4/a4d12c81207392740af503c886676278 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a4/a4e86b6c9ca8ca662784f41d6942e3aa b/TCG/Library/Artifacts/a4/a4e86b6c9ca8ca662784f41d6942e3aa
deleted file mode 100644
index c1e28d75..00000000
Binary files a/TCG/Library/Artifacts/a4/a4e86b6c9ca8ca662784f41d6942e3aa and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a503242b44c7a4c101a8f8ed16c70605 b/TCG/Library/Artifacts/a5/a503242b44c7a4c101a8f8ed16c70605
deleted file mode 100644
index fc2e9c1a..00000000
Binary files a/TCG/Library/Artifacts/a5/a503242b44c7a4c101a8f8ed16c70605 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a51844dd10026611da11a1fcafa7799a b/TCG/Library/Artifacts/a5/a51844dd10026611da11a1fcafa7799a
deleted file mode 100644
index 5af31410..00000000
Binary files a/TCG/Library/Artifacts/a5/a51844dd10026611da11a1fcafa7799a and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a5225973860c18c5a064406237e38c10 b/TCG/Library/Artifacts/a5/a5225973860c18c5a064406237e38c10
deleted file mode 100644
index d108f279..00000000
Binary files a/TCG/Library/Artifacts/a5/a5225973860c18c5a064406237e38c10 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a52579ab18f21ce68bd39c5f92c61a67 b/TCG/Library/Artifacts/a5/a52579ab18f21ce68bd39c5f92c61a67
deleted file mode 100644
index 80328e93..00000000
Binary files a/TCG/Library/Artifacts/a5/a52579ab18f21ce68bd39c5f92c61a67 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a549dcb2bb54b6e222641405cffae981 b/TCG/Library/Artifacts/a5/a549dcb2bb54b6e222641405cffae981
deleted file mode 100644
index ea74899a..00000000
Binary files a/TCG/Library/Artifacts/a5/a549dcb2bb54b6e222641405cffae981 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a55c63cd5a0bd0f86390aa9c16ff74ee b/TCG/Library/Artifacts/a5/a55c63cd5a0bd0f86390aa9c16ff74ee
deleted file mode 100644
index 285e9243..00000000
Binary files a/TCG/Library/Artifacts/a5/a55c63cd5a0bd0f86390aa9c16ff74ee and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a57afa6d6ea5e8f2a483de078debec6c b/TCG/Library/Artifacts/a5/a57afa6d6ea5e8f2a483de078debec6c
deleted file mode 100644
index cfdaf4ec..00000000
Binary files a/TCG/Library/Artifacts/a5/a57afa6d6ea5e8f2a483de078debec6c and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a58208d74d929fcdc7253fd28a764ff9 b/TCG/Library/Artifacts/a5/a58208d74d929fcdc7253fd28a764ff9
deleted file mode 100644
index 674307c4..00000000
Binary files a/TCG/Library/Artifacts/a5/a58208d74d929fcdc7253fd28a764ff9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a58345b3378178908f35bf239def30e9 b/TCG/Library/Artifacts/a5/a58345b3378178908f35bf239def30e9
deleted file mode 100644
index e9ad2f97..00000000
Binary files a/TCG/Library/Artifacts/a5/a58345b3378178908f35bf239def30e9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a588bf2a3bfcb7055d1a2c490c6d4b9b b/TCG/Library/Artifacts/a5/a588bf2a3bfcb7055d1a2c490c6d4b9b
deleted file mode 100644
index 366325ab..00000000
Binary files a/TCG/Library/Artifacts/a5/a588bf2a3bfcb7055d1a2c490c6d4b9b and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a5ad297a3adacfe23962ece81f4354be b/TCG/Library/Artifacts/a5/a5ad297a3adacfe23962ece81f4354be
deleted file mode 100644
index d2ba467a..00000000
Binary files a/TCG/Library/Artifacts/a5/a5ad297a3adacfe23962ece81f4354be and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a5ced7b59fee2ef3066c52c3c7bda7b1 b/TCG/Library/Artifacts/a5/a5ced7b59fee2ef3066c52c3c7bda7b1
deleted file mode 100644
index 60788502..00000000
Binary files a/TCG/Library/Artifacts/a5/a5ced7b59fee2ef3066c52c3c7bda7b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a5d593bed9d35f8c9b307bd098cec546 b/TCG/Library/Artifacts/a5/a5d593bed9d35f8c9b307bd098cec546
deleted file mode 100644
index 4c2e8423..00000000
Binary files a/TCG/Library/Artifacts/a5/a5d593bed9d35f8c9b307bd098cec546 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a5eb9e66b66b3479b4a3a48031947e3f b/TCG/Library/Artifacts/a5/a5eb9e66b66b3479b4a3a48031947e3f
deleted file mode 100644
index ad116587..00000000
Binary files a/TCG/Library/Artifacts/a5/a5eb9e66b66b3479b4a3a48031947e3f and /dev/null differ
diff --git a/TCG/Library/Artifacts/a5/a5f950d88a469eefc8774ff29dea6fd3 b/TCG/Library/Artifacts/a5/a5f950d88a469eefc8774ff29dea6fd3
deleted file mode 100644
index fa276e60..00000000
Binary files a/TCG/Library/Artifacts/a5/a5f950d88a469eefc8774ff29dea6fd3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a60a10cdf02f679384fb44c76989a544 b/TCG/Library/Artifacts/a6/a60a10cdf02f679384fb44c76989a544
deleted file mode 100644
index 6c1e088f..00000000
Binary files a/TCG/Library/Artifacts/a6/a60a10cdf02f679384fb44c76989a544 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a614b000238389876ce6865a878281b9 b/TCG/Library/Artifacts/a6/a614b000238389876ce6865a878281b9
deleted file mode 100644
index 4556db99..00000000
Binary files a/TCG/Library/Artifacts/a6/a614b000238389876ce6865a878281b9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a62babb72c511488046981c56287a4d4 b/TCG/Library/Artifacts/a6/a62babb72c511488046981c56287a4d4
deleted file mode 100644
index 007afa95..00000000
Binary files a/TCG/Library/Artifacts/a6/a62babb72c511488046981c56287a4d4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a63d3abfdbb2ebc89e4c56ebd25b8b67 b/TCG/Library/Artifacts/a6/a63d3abfdbb2ebc89e4c56ebd25b8b67
deleted file mode 100644
index 0916fa30..00000000
Binary files a/TCG/Library/Artifacts/a6/a63d3abfdbb2ebc89e4c56ebd25b8b67 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a6623520e212d0258e4a6cdd9460e178 b/TCG/Library/Artifacts/a6/a6623520e212d0258e4a6cdd9460e178
deleted file mode 100644
index bacd82a6..00000000
Binary files a/TCG/Library/Artifacts/a6/a6623520e212d0258e4a6cdd9460e178 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a668c281a7813f0052e6b7f1d159de73 b/TCG/Library/Artifacts/a6/a668c281a7813f0052e6b7f1d159de73
deleted file mode 100644
index e91a7a44..00000000
Binary files a/TCG/Library/Artifacts/a6/a668c281a7813f0052e6b7f1d159de73 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a672f73495455294605cf6216c339956 b/TCG/Library/Artifacts/a6/a672f73495455294605cf6216c339956
deleted file mode 100644
index 20de630b..00000000
Binary files a/TCG/Library/Artifacts/a6/a672f73495455294605cf6216c339956 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a6801164923c33c9a91e577857286d21 b/TCG/Library/Artifacts/a6/a6801164923c33c9a91e577857286d21
deleted file mode 100644
index cf44b128..00000000
Binary files a/TCG/Library/Artifacts/a6/a6801164923c33c9a91e577857286d21 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a6a906ec37a6c33c87ef20b150e23d3e b/TCG/Library/Artifacts/a6/a6a906ec37a6c33c87ef20b150e23d3e
deleted file mode 100644
index 5f0db17a..00000000
Binary files a/TCG/Library/Artifacts/a6/a6a906ec37a6c33c87ef20b150e23d3e and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a6bb6723b0df44d9ec91a3ffcf3232f7 b/TCG/Library/Artifacts/a6/a6bb6723b0df44d9ec91a3ffcf3232f7
deleted file mode 100644
index 25a026b4..00000000
Binary files a/TCG/Library/Artifacts/a6/a6bb6723b0df44d9ec91a3ffcf3232f7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a6c23b3ef4b1c8719aa8853e008ae3a1 b/TCG/Library/Artifacts/a6/a6c23b3ef4b1c8719aa8853e008ae3a1
deleted file mode 100644
index 74ea479f..00000000
Binary files a/TCG/Library/Artifacts/a6/a6c23b3ef4b1c8719aa8853e008ae3a1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a6c9c667310dabeff46286b010878ded b/TCG/Library/Artifacts/a6/a6c9c667310dabeff46286b010878ded
deleted file mode 100644
index ce5d2790..00000000
Binary files a/TCG/Library/Artifacts/a6/a6c9c667310dabeff46286b010878ded and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a6cffd1fde91814709d293fbaa58880f b/TCG/Library/Artifacts/a6/a6cffd1fde91814709d293fbaa58880f
deleted file mode 100644
index 0806f0b4..00000000
Binary files a/TCG/Library/Artifacts/a6/a6cffd1fde91814709d293fbaa58880f and /dev/null differ
diff --git a/TCG/Library/Artifacts/a6/a6dd19b82e46aa6d058511cffe1d267e b/TCG/Library/Artifacts/a6/a6dd19b82e46aa6d058511cffe1d267e
deleted file mode 100644
index 1bb1b092..00000000
Binary files a/TCG/Library/Artifacts/a6/a6dd19b82e46aa6d058511cffe1d267e and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a707cd42043652a932311d711d8c4fc5 b/TCG/Library/Artifacts/a7/a707cd42043652a932311d711d8c4fc5
deleted file mode 100644
index 3f5b51b7..00000000
Binary files a/TCG/Library/Artifacts/a7/a707cd42043652a932311d711d8c4fc5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a716735b7ef6c2cba03e7b518b6f7b6a b/TCG/Library/Artifacts/a7/a716735b7ef6c2cba03e7b518b6f7b6a
deleted file mode 100644
index 4056a437..00000000
Binary files a/TCG/Library/Artifacts/a7/a716735b7ef6c2cba03e7b518b6f7b6a and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a71713ac7bb5e83134e1fed2fa333a5d b/TCG/Library/Artifacts/a7/a71713ac7bb5e83134e1fed2fa333a5d
deleted file mode 100644
index 91efbe59..00000000
Binary files a/TCG/Library/Artifacts/a7/a71713ac7bb5e83134e1fed2fa333a5d and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a7218c491f15a7f4bb6061e2bfd7abfc b/TCG/Library/Artifacts/a7/a7218c491f15a7f4bb6061e2bfd7abfc
deleted file mode 100644
index 09dcd3d1..00000000
Binary files a/TCG/Library/Artifacts/a7/a7218c491f15a7f4bb6061e2bfd7abfc and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a73ba256f0cff3c4d95f4f808130ef8e b/TCG/Library/Artifacts/a7/a73ba256f0cff3c4d95f4f808130ef8e
deleted file mode 100644
index 9648a982..00000000
Binary files a/TCG/Library/Artifacts/a7/a73ba256f0cff3c4d95f4f808130ef8e and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a7535efde91f22bc0563f1e26c5341cf b/TCG/Library/Artifacts/a7/a7535efde91f22bc0563f1e26c5341cf
deleted file mode 100644
index cd5550d7..00000000
Binary files a/TCG/Library/Artifacts/a7/a7535efde91f22bc0563f1e26c5341cf and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a75919208f7396eb6bee7242c192b758 b/TCG/Library/Artifacts/a7/a75919208f7396eb6bee7242c192b758
deleted file mode 100644
index 5277e181..00000000
Binary files a/TCG/Library/Artifacts/a7/a75919208f7396eb6bee7242c192b758 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a759c5003d4db50364be6f317beecca9 b/TCG/Library/Artifacts/a7/a759c5003d4db50364be6f317beecca9
deleted file mode 100644
index 08e3aaac..00000000
Binary files a/TCG/Library/Artifacts/a7/a759c5003d4db50364be6f317beecca9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a772ffc084b81f02b6ab75c38dfa7bd8 b/TCG/Library/Artifacts/a7/a772ffc084b81f02b6ab75c38dfa7bd8
deleted file mode 100644
index 992c24c7..00000000
Binary files a/TCG/Library/Artifacts/a7/a772ffc084b81f02b6ab75c38dfa7bd8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a774774cc175b2fa751322e3c4297b59 b/TCG/Library/Artifacts/a7/a774774cc175b2fa751322e3c4297b59
deleted file mode 100644
index 2bae4407..00000000
Binary files a/TCG/Library/Artifacts/a7/a774774cc175b2fa751322e3c4297b59 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a77af161720476472ace6d9dbb84d453 b/TCG/Library/Artifacts/a7/a77af161720476472ace6d9dbb84d453
deleted file mode 100644
index edf13e4e..00000000
Binary files a/TCG/Library/Artifacts/a7/a77af161720476472ace6d9dbb84d453 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a7a9310360c9e6eaa911b2cb01518298 b/TCG/Library/Artifacts/a7/a7a9310360c9e6eaa911b2cb01518298
deleted file mode 100644
index 7f87fc05..00000000
Binary files a/TCG/Library/Artifacts/a7/a7a9310360c9e6eaa911b2cb01518298 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a7b3ea98db8255a320b0b3e617269113 b/TCG/Library/Artifacts/a7/a7b3ea98db8255a320b0b3e617269113
deleted file mode 100644
index b3fd554c..00000000
Binary files a/TCG/Library/Artifacts/a7/a7b3ea98db8255a320b0b3e617269113 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a7b6600e39def0f3e196965759287681 b/TCG/Library/Artifacts/a7/a7b6600e39def0f3e196965759287681
deleted file mode 100644
index fd8ac3e8..00000000
Binary files a/TCG/Library/Artifacts/a7/a7b6600e39def0f3e196965759287681 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a7bc0efd85090433c6053748f5478143 b/TCG/Library/Artifacts/a7/a7bc0efd85090433c6053748f5478143
deleted file mode 100644
index 4b5f544c..00000000
Binary files a/TCG/Library/Artifacts/a7/a7bc0efd85090433c6053748f5478143 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a7f6a5abfd2e72671b4b005131e75f4a b/TCG/Library/Artifacts/a7/a7f6a5abfd2e72671b4b005131e75f4a
deleted file mode 100644
index 13aa23d9..00000000
Binary files a/TCG/Library/Artifacts/a7/a7f6a5abfd2e72671b4b005131e75f4a and /dev/null differ
diff --git a/TCG/Library/Artifacts/a7/a7fcd51315e42cb0270588f58ee6d7b5 b/TCG/Library/Artifacts/a7/a7fcd51315e42cb0270588f58ee6d7b5
deleted file mode 100644
index 87e5658c..00000000
Binary files a/TCG/Library/Artifacts/a7/a7fcd51315e42cb0270588f58ee6d7b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a8/a81f2528dc6c03d3c1eac7d9abf36a3c b/TCG/Library/Artifacts/a8/a81f2528dc6c03d3c1eac7d9abf36a3c
deleted file mode 100644
index ace84600..00000000
Binary files a/TCG/Library/Artifacts/a8/a81f2528dc6c03d3c1eac7d9abf36a3c and /dev/null differ
diff --git a/TCG/Library/Artifacts/a8/a831f0c24a8c7aab5fbf427f80780d84 b/TCG/Library/Artifacts/a8/a831f0c24a8c7aab5fbf427f80780d84
deleted file mode 100644
index bde5e3cb..00000000
Binary files a/TCG/Library/Artifacts/a8/a831f0c24a8c7aab5fbf427f80780d84 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a8/a851348dcf21748308cd001458e31a3a b/TCG/Library/Artifacts/a8/a851348dcf21748308cd001458e31a3a
deleted file mode 100644
index 477562a4..00000000
Binary files a/TCG/Library/Artifacts/a8/a851348dcf21748308cd001458e31a3a and /dev/null differ
diff --git a/TCG/Library/Artifacts/a8/a8872a9f12a5e1e6cb92240e3a51b98d b/TCG/Library/Artifacts/a8/a8872a9f12a5e1e6cb92240e3a51b98d
deleted file mode 100644
index de1ad29c..00000000
Binary files a/TCG/Library/Artifacts/a8/a8872a9f12a5e1e6cb92240e3a51b98d and /dev/null differ
diff --git a/TCG/Library/Artifacts/a8/a8a0ed99315a9a2c2ff7e5c2deb05418 b/TCG/Library/Artifacts/a8/a8a0ed99315a9a2c2ff7e5c2deb05418
deleted file mode 100644
index 5ef0f858..00000000
Binary files a/TCG/Library/Artifacts/a8/a8a0ed99315a9a2c2ff7e5c2deb05418 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a8/a8a80d1e9c65989b33e78e90ad8cfd8c b/TCG/Library/Artifacts/a8/a8a80d1e9c65989b33e78e90ad8cfd8c
deleted file mode 100644
index 625ad0c7..00000000
Binary files a/TCG/Library/Artifacts/a8/a8a80d1e9c65989b33e78e90ad8cfd8c and /dev/null differ
diff --git a/TCG/Library/Artifacts/a8/a8b0aea103c05ccf62886f487242a9a1 b/TCG/Library/Artifacts/a8/a8b0aea103c05ccf62886f487242a9a1
deleted file mode 100644
index cd81af30..00000000
Binary files a/TCG/Library/Artifacts/a8/a8b0aea103c05ccf62886f487242a9a1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a8/a8b47a0c439eac54fd49a73078baa992 b/TCG/Library/Artifacts/a8/a8b47a0c439eac54fd49a73078baa992
deleted file mode 100644
index 2b527216..00000000
Binary files a/TCG/Library/Artifacts/a8/a8b47a0c439eac54fd49a73078baa992 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a8/a8c37c7c4f5c82ccac58f39d63097a5f b/TCG/Library/Artifacts/a8/a8c37c7c4f5c82ccac58f39d63097a5f
deleted file mode 100644
index 9860d5a1..00000000
Binary files a/TCG/Library/Artifacts/a8/a8c37c7c4f5c82ccac58f39d63097a5f and /dev/null differ
diff --git a/TCG/Library/Artifacts/a8/a8c6e9f5cef20e5da609068a8b329711 b/TCG/Library/Artifacts/a8/a8c6e9f5cef20e5da609068a8b329711
deleted file mode 100644
index 306a9127..00000000
Binary files a/TCG/Library/Artifacts/a8/a8c6e9f5cef20e5da609068a8b329711 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a8/a8cff64d400a9e3df9eeca05ba6cadb6 b/TCG/Library/Artifacts/a8/a8cff64d400a9e3df9eeca05ba6cadb6
deleted file mode 100644
index 26d12cc0..00000000
Binary files a/TCG/Library/Artifacts/a8/a8cff64d400a9e3df9eeca05ba6cadb6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a930366715e809ab4b713a2a007a64dc b/TCG/Library/Artifacts/a9/a930366715e809ab4b713a2a007a64dc
deleted file mode 100644
index eafe4bf0..00000000
Binary files a/TCG/Library/Artifacts/a9/a930366715e809ab4b713a2a007a64dc and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a932736ea97023510c855bbb4d929afd b/TCG/Library/Artifacts/a9/a932736ea97023510c855bbb4d929afd
deleted file mode 100644
index aa676ae1..00000000
Binary files a/TCG/Library/Artifacts/a9/a932736ea97023510c855bbb4d929afd and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a935cee63c42ed8448023b697ef5afb4 b/TCG/Library/Artifacts/a9/a935cee63c42ed8448023b697ef5afb4
deleted file mode 100644
index 44559ae0..00000000
Binary files a/TCG/Library/Artifacts/a9/a935cee63c42ed8448023b697ef5afb4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a936e1b7ac63c5a2eecda0153684de68 b/TCG/Library/Artifacts/a9/a936e1b7ac63c5a2eecda0153684de68
deleted file mode 100644
index 37867f1b..00000000
Binary files a/TCG/Library/Artifacts/a9/a936e1b7ac63c5a2eecda0153684de68 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a937801ab1c7b8fd2b7994ec814d185a b/TCG/Library/Artifacts/a9/a937801ab1c7b8fd2b7994ec814d185a
deleted file mode 100644
index cb3b9ece..00000000
Binary files a/TCG/Library/Artifacts/a9/a937801ab1c7b8fd2b7994ec814d185a and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a94058c0bec323c0821eea0219b2bacf b/TCG/Library/Artifacts/a9/a94058c0bec323c0821eea0219b2bacf
deleted file mode 100644
index 128261aa..00000000
Binary files a/TCG/Library/Artifacts/a9/a94058c0bec323c0821eea0219b2bacf and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a945b8d3a1b3d51bce233162fb2124a3 b/TCG/Library/Artifacts/a9/a945b8d3a1b3d51bce233162fb2124a3
deleted file mode 100644
index 2de2f414..00000000
Binary files a/TCG/Library/Artifacts/a9/a945b8d3a1b3d51bce233162fb2124a3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a9499f90b5000350b37f01af0304f364 b/TCG/Library/Artifacts/a9/a9499f90b5000350b37f01af0304f364
deleted file mode 100644
index fa8211f3..00000000
Binary files a/TCG/Library/Artifacts/a9/a9499f90b5000350b37f01af0304f364 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a95da7541b78eef905ad104b83dde48b b/TCG/Library/Artifacts/a9/a95da7541b78eef905ad104b83dde48b
deleted file mode 100644
index 29e00c7e..00000000
Binary files a/TCG/Library/Artifacts/a9/a95da7541b78eef905ad104b83dde48b and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a97269736f6a13f8579591871754890f b/TCG/Library/Artifacts/a9/a97269736f6a13f8579591871754890f
deleted file mode 100644
index 8604ea0e..00000000
Binary files a/TCG/Library/Artifacts/a9/a97269736f6a13f8579591871754890f and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a97a3f0f9d71ecac15a73d592008ac54 b/TCG/Library/Artifacts/a9/a97a3f0f9d71ecac15a73d592008ac54
deleted file mode 100644
index 9f3636ea..00000000
Binary files a/TCG/Library/Artifacts/a9/a97a3f0f9d71ecac15a73d592008ac54 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a98baafc3480bdb6a5b9cc12e8b959c2 b/TCG/Library/Artifacts/a9/a98baafc3480bdb6a5b9cc12e8b959c2
deleted file mode 100644
index 8b83ea31..00000000
Binary files a/TCG/Library/Artifacts/a9/a98baafc3480bdb6a5b9cc12e8b959c2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a99857b321ae8e81362c3e84a3958e74 b/TCG/Library/Artifacts/a9/a99857b321ae8e81362c3e84a3958e74
deleted file mode 100644
index 99923da2..00000000
Binary files a/TCG/Library/Artifacts/a9/a99857b321ae8e81362c3e84a3958e74 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a9a9c7e3aa246451a9bbc9c30b023e41 b/TCG/Library/Artifacts/a9/a9a9c7e3aa246451a9bbc9c30b023e41
deleted file mode 100644
index 6248d3de..00000000
Binary files a/TCG/Library/Artifacts/a9/a9a9c7e3aa246451a9bbc9c30b023e41 and /dev/null differ
diff --git a/TCG/Library/Artifacts/a9/a9ba3850376d1f3c697edbaa0f188f34 b/TCG/Library/Artifacts/a9/a9ba3850376d1f3c697edbaa0f188f34
deleted file mode 100644
index 0424a718..00000000
Binary files a/TCG/Library/Artifacts/a9/a9ba3850376d1f3c697edbaa0f188f34 and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aa04027a880fb6a3e67421d5bb17adff b/TCG/Library/Artifacts/aa/aa04027a880fb6a3e67421d5bb17adff
deleted file mode 100644
index 7e8c8c39..00000000
Binary files a/TCG/Library/Artifacts/aa/aa04027a880fb6a3e67421d5bb17adff and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aa07010146ad6e6fc4e024058b12b6e4 b/TCG/Library/Artifacts/aa/aa07010146ad6e6fc4e024058b12b6e4
deleted file mode 100644
index f483d782..00000000
Binary files a/TCG/Library/Artifacts/aa/aa07010146ad6e6fc4e024058b12b6e4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aa24bdfa1c8f3f68f996069e75583861 b/TCG/Library/Artifacts/aa/aa24bdfa1c8f3f68f996069e75583861
deleted file mode 100644
index e3274db9..00000000
Binary files a/TCG/Library/Artifacts/aa/aa24bdfa1c8f3f68f996069e75583861 and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aa5ef750a390ef6e140222b230ab2e88 b/TCG/Library/Artifacts/aa/aa5ef750a390ef6e140222b230ab2e88
deleted file mode 100644
index 74f89b5a..00000000
Binary files a/TCG/Library/Artifacts/aa/aa5ef750a390ef6e140222b230ab2e88 and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aa6b6bbd9d7c904602695d48ed13f12e b/TCG/Library/Artifacts/aa/aa6b6bbd9d7c904602695d48ed13f12e
deleted file mode 100644
index a0d48a6a..00000000
Binary files a/TCG/Library/Artifacts/aa/aa6b6bbd9d7c904602695d48ed13f12e and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aa76d6d81ea34805a1801ed2d8c211bb b/TCG/Library/Artifacts/aa/aa76d6d81ea34805a1801ed2d8c211bb
deleted file mode 100644
index 7603f090..00000000
Binary files a/TCG/Library/Artifacts/aa/aa76d6d81ea34805a1801ed2d8c211bb and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aa7fccaf735dd4a47b9eea25ab1965a7 b/TCG/Library/Artifacts/aa/aa7fccaf735dd4a47b9eea25ab1965a7
deleted file mode 100644
index 34c69e5e..00000000
Binary files a/TCG/Library/Artifacts/aa/aa7fccaf735dd4a47b9eea25ab1965a7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aa91d1e1e6aac4409afb1b6b8bf6f16f b/TCG/Library/Artifacts/aa/aa91d1e1e6aac4409afb1b6b8bf6f16f
deleted file mode 100644
index c4ffa9be..00000000
Binary files a/TCG/Library/Artifacts/aa/aa91d1e1e6aac4409afb1b6b8bf6f16f and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aab20ccd0afc95c82de297f201183f07 b/TCG/Library/Artifacts/aa/aab20ccd0afc95c82de297f201183f07
deleted file mode 100644
index 88737212..00000000
Binary files a/TCG/Library/Artifacts/aa/aab20ccd0afc95c82de297f201183f07 and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aac278aedb493c5fb0b33d3e8517835d b/TCG/Library/Artifacts/aa/aac278aedb493c5fb0b33d3e8517835d
deleted file mode 100644
index 666db6d2..00000000
Binary files a/TCG/Library/Artifacts/aa/aac278aedb493c5fb0b33d3e8517835d and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aac28556c6ea59c77b1f969835ccad28 b/TCG/Library/Artifacts/aa/aac28556c6ea59c77b1f969835ccad28
deleted file mode 100644
index 54f4c167..00000000
Binary files a/TCG/Library/Artifacts/aa/aac28556c6ea59c77b1f969835ccad28 and /dev/null differ
diff --git a/TCG/Library/Artifacts/aa/aaf8eed88ed182d790bdb5e4c509dad4 b/TCG/Library/Artifacts/aa/aaf8eed88ed182d790bdb5e4c509dad4
deleted file mode 100644
index 5d35f9f9..00000000
Binary files a/TCG/Library/Artifacts/aa/aaf8eed88ed182d790bdb5e4c509dad4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ab/ab03390cd45c0d089c5fd78b15d6f19b b/TCG/Library/Artifacts/ab/ab03390cd45c0d089c5fd78b15d6f19b
deleted file mode 100644
index e5d58211..00000000
Binary files a/TCG/Library/Artifacts/ab/ab03390cd45c0d089c5fd78b15d6f19b and /dev/null differ
diff --git a/TCG/Library/Artifacts/ab/ab428ec42c6a040e95d2577001475e35 b/TCG/Library/Artifacts/ab/ab428ec42c6a040e95d2577001475e35
deleted file mode 100644
index 5a78f7a3..00000000
Binary files a/TCG/Library/Artifacts/ab/ab428ec42c6a040e95d2577001475e35 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ab/ab43d6c17c41cef20c2d22ffb812a797 b/TCG/Library/Artifacts/ab/ab43d6c17c41cef20c2d22ffb812a797
deleted file mode 100644
index 3b6919f7..00000000
Binary files a/TCG/Library/Artifacts/ab/ab43d6c17c41cef20c2d22ffb812a797 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ab/ab5d123f6e07ee909c8399d829ee589b b/TCG/Library/Artifacts/ab/ab5d123f6e07ee909c8399d829ee589b
deleted file mode 100644
index 02b1b51c..00000000
Binary files a/TCG/Library/Artifacts/ab/ab5d123f6e07ee909c8399d829ee589b and /dev/null differ
diff --git a/TCG/Library/Artifacts/ab/ab6eeb99fb9e270cb7345cb6011d3ec5 b/TCG/Library/Artifacts/ab/ab6eeb99fb9e270cb7345cb6011d3ec5
deleted file mode 100644
index a1bd1283..00000000
Binary files a/TCG/Library/Artifacts/ab/ab6eeb99fb9e270cb7345cb6011d3ec5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ab/aba276af98496768d47a92d77f9ed806 b/TCG/Library/Artifacts/ab/aba276af98496768d47a92d77f9ed806
deleted file mode 100644
index f50fedf3..00000000
Binary files a/TCG/Library/Artifacts/ab/aba276af98496768d47a92d77f9ed806 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ab/abe2990b5a8740df0e4035a659a31bcd b/TCG/Library/Artifacts/ab/abe2990b5a8740df0e4035a659a31bcd
deleted file mode 100644
index e74af281..00000000
Binary files a/TCG/Library/Artifacts/ab/abe2990b5a8740df0e4035a659a31bcd and /dev/null differ
diff --git a/TCG/Library/Artifacts/ab/abe91349a6b4ff1c64cbf361ca2466b2 b/TCG/Library/Artifacts/ab/abe91349a6b4ff1c64cbf361ca2466b2
deleted file mode 100644
index a1a56b52..00000000
Binary files a/TCG/Library/Artifacts/ab/abe91349a6b4ff1c64cbf361ca2466b2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ab/abeb3104ee33e3347a4f53af5524c1d4 b/TCG/Library/Artifacts/ab/abeb3104ee33e3347a4f53af5524c1d4
deleted file mode 100644
index 02383831..00000000
Binary files a/TCG/Library/Artifacts/ab/abeb3104ee33e3347a4f53af5524c1d4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ab/abfd89614da197bb03d9fc3f0ff23cec b/TCG/Library/Artifacts/ab/abfd89614da197bb03d9fc3f0ff23cec
deleted file mode 100644
index 7342a58f..00000000
Binary files a/TCG/Library/Artifacts/ab/abfd89614da197bb03d9fc3f0ff23cec and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/ac26f8bf4c5b6f145400c59b701df438 b/TCG/Library/Artifacts/ac/ac26f8bf4c5b6f145400c59b701df438
deleted file mode 100644
index 3b8aa991..00000000
Binary files a/TCG/Library/Artifacts/ac/ac26f8bf4c5b6f145400c59b701df438 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/ac33b8b739ccfc462d70a4322e41a5d7 b/TCG/Library/Artifacts/ac/ac33b8b739ccfc462d70a4322e41a5d7
deleted file mode 100644
index 4f58a78a..00000000
Binary files a/TCG/Library/Artifacts/ac/ac33b8b739ccfc462d70a4322e41a5d7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/ac9581d9da6727e48791f916e8e6b9b5 b/TCG/Library/Artifacts/ac/ac9581d9da6727e48791f916e8e6b9b5
deleted file mode 100644
index edc7c08a..00000000
Binary files a/TCG/Library/Artifacts/ac/ac9581d9da6727e48791f916e8e6b9b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/aca10d2b0326ccb0c4d2fd9d5ee8fce6 b/TCG/Library/Artifacts/ac/aca10d2b0326ccb0c4d2fd9d5ee8fce6
deleted file mode 100644
index a691da3c..00000000
Binary files a/TCG/Library/Artifacts/ac/aca10d2b0326ccb0c4d2fd9d5ee8fce6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/aca9b6bedcd2a87990404d1e6a1a21b5 b/TCG/Library/Artifacts/ac/aca9b6bedcd2a87990404d1e6a1a21b5
deleted file mode 100644
index 90c87455..00000000
Binary files a/TCG/Library/Artifacts/ac/aca9b6bedcd2a87990404d1e6a1a21b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/acb4df277a905f0f06d3f030b6afd839 b/TCG/Library/Artifacts/ac/acb4df277a905f0f06d3f030b6afd839
deleted file mode 100644
index 87538fda..00000000
Binary files a/TCG/Library/Artifacts/ac/acb4df277a905f0f06d3f030b6afd839 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/acb9ef018c9856926dea28c4e2bc4cce b/TCG/Library/Artifacts/ac/acb9ef018c9856926dea28c4e2bc4cce
deleted file mode 100644
index 14677a06..00000000
Binary files a/TCG/Library/Artifacts/ac/acb9ef018c9856926dea28c4e2bc4cce and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/acbe3615769c59a50412dadaf5e6f7e0 b/TCG/Library/Artifacts/ac/acbe3615769c59a50412dadaf5e6f7e0
deleted file mode 100644
index 2e963517..00000000
Binary files a/TCG/Library/Artifacts/ac/acbe3615769c59a50412dadaf5e6f7e0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/acd1d0aa4bb4faa4a5e62c7deb1614e1 b/TCG/Library/Artifacts/ac/acd1d0aa4bb4faa4a5e62c7deb1614e1
deleted file mode 100644
index 3693ba2e..00000000
Binary files a/TCG/Library/Artifacts/ac/acd1d0aa4bb4faa4a5e62c7deb1614e1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/acd297dc7d02ff246f2c42d0a035d7e3 b/TCG/Library/Artifacts/ac/acd297dc7d02ff246f2c42d0a035d7e3
deleted file mode 100644
index 33ac5814..00000000
Binary files a/TCG/Library/Artifacts/ac/acd297dc7d02ff246f2c42d0a035d7e3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/acd9c1f671ee45e1198be2d74f1eb538 b/TCG/Library/Artifacts/ac/acd9c1f671ee45e1198be2d74f1eb538
deleted file mode 100644
index 1d599bef..00000000
Binary files a/TCG/Library/Artifacts/ac/acd9c1f671ee45e1198be2d74f1eb538 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/acde60b03411c4b63836bb0bd7901a06 b/TCG/Library/Artifacts/ac/acde60b03411c4b63836bb0bd7901a06
deleted file mode 100644
index 352e367d..00000000
Binary files a/TCG/Library/Artifacts/ac/acde60b03411c4b63836bb0bd7901a06 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ac/acf3f4e5de94f5cb4583e3c27e3235b0 b/TCG/Library/Artifacts/ac/acf3f4e5de94f5cb4583e3c27e3235b0
deleted file mode 100644
index 96e50b0d..00000000
Binary files a/TCG/Library/Artifacts/ac/acf3f4e5de94f5cb4583e3c27e3235b0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/ad1dbf5cfe8fbba8b2474bc31e14ec9f b/TCG/Library/Artifacts/ad/ad1dbf5cfe8fbba8b2474bc31e14ec9f
deleted file mode 100644
index 3b00470a..00000000
Binary files a/TCG/Library/Artifacts/ad/ad1dbf5cfe8fbba8b2474bc31e14ec9f and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/ad35d7819188354f1d86a44990274033 b/TCG/Library/Artifacts/ad/ad35d7819188354f1d86a44990274033
deleted file mode 100644
index bc302dd0..00000000
Binary files a/TCG/Library/Artifacts/ad/ad35d7819188354f1d86a44990274033 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/ad3de000e2bf9cb8fa92bdbe3bcbac8e b/TCG/Library/Artifacts/ad/ad3de000e2bf9cb8fa92bdbe3bcbac8e
deleted file mode 100644
index 3ad6988f..00000000
Binary files a/TCG/Library/Artifacts/ad/ad3de000e2bf9cb8fa92bdbe3bcbac8e and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/ad4b948b17dc2d762ec252834902d1b0 b/TCG/Library/Artifacts/ad/ad4b948b17dc2d762ec252834902d1b0
deleted file mode 100644
index 7f1a3dc9..00000000
Binary files a/TCG/Library/Artifacts/ad/ad4b948b17dc2d762ec252834902d1b0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/ad56251f11d746503c993c24185d8f62 b/TCG/Library/Artifacts/ad/ad56251f11d746503c993c24185d8f62
deleted file mode 100644
index fd057bc4..00000000
Binary files a/TCG/Library/Artifacts/ad/ad56251f11d746503c993c24185d8f62 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/ad721fe65c9824b1b1659be27b896945 b/TCG/Library/Artifacts/ad/ad721fe65c9824b1b1659be27b896945
deleted file mode 100644
index 2649b4ac..00000000
Binary files a/TCG/Library/Artifacts/ad/ad721fe65c9824b1b1659be27b896945 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/ad85a9c543e84baad3b125cfec715ae7 b/TCG/Library/Artifacts/ad/ad85a9c543e84baad3b125cfec715ae7
deleted file mode 100644
index 5dd6fb1d..00000000
Binary files a/TCG/Library/Artifacts/ad/ad85a9c543e84baad3b125cfec715ae7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/ad8b8b425603f4313be0f0ae5ab89e3a b/TCG/Library/Artifacts/ad/ad8b8b425603f4313be0f0ae5ab89e3a
deleted file mode 100644
index f582b62e..00000000
Binary files a/TCG/Library/Artifacts/ad/ad8b8b425603f4313be0f0ae5ab89e3a and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/ad942e72682eda44c4a6bb52d96050b9 b/TCG/Library/Artifacts/ad/ad942e72682eda44c4a6bb52d96050b9
deleted file mode 100644
index 39e88a7e..00000000
Binary files a/TCG/Library/Artifacts/ad/ad942e72682eda44c4a6bb52d96050b9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/adaf6317007cbb3023c3a3203d6239f5 b/TCG/Library/Artifacts/ad/adaf6317007cbb3023c3a3203d6239f5
deleted file mode 100644
index c86a5295..00000000
Binary files a/TCG/Library/Artifacts/ad/adaf6317007cbb3023c3a3203d6239f5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/adb42bf6af2ae907dd31167a74c4f3bf b/TCG/Library/Artifacts/ad/adb42bf6af2ae907dd31167a74c4f3bf
deleted file mode 100644
index e8a92b6e..00000000
Binary files a/TCG/Library/Artifacts/ad/adb42bf6af2ae907dd31167a74c4f3bf and /dev/null differ
diff --git a/TCG/Library/Artifacts/ad/ade34470c282bda74024cb14b98aab5b b/TCG/Library/Artifacts/ad/ade34470c282bda74024cb14b98aab5b
deleted file mode 100644
index 44464499..00000000
Binary files a/TCG/Library/Artifacts/ad/ade34470c282bda74024cb14b98aab5b and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/ae29586b9d25d86a2b9cf0cfcf558cfc b/TCG/Library/Artifacts/ae/ae29586b9d25d86a2b9cf0cfcf558cfc
deleted file mode 100644
index c9f730bf..00000000
Binary files a/TCG/Library/Artifacts/ae/ae29586b9d25d86a2b9cf0cfcf558cfc and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/ae2991440108144b8dfc60f5ba97a78c b/TCG/Library/Artifacts/ae/ae2991440108144b8dfc60f5ba97a78c
deleted file mode 100644
index e73785bb..00000000
Binary files a/TCG/Library/Artifacts/ae/ae2991440108144b8dfc60f5ba97a78c and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/ae2b51d5bbd4704ee955ca75e891e19f b/TCG/Library/Artifacts/ae/ae2b51d5bbd4704ee955ca75e891e19f
deleted file mode 100644
index 39852a19..00000000
Binary files a/TCG/Library/Artifacts/ae/ae2b51d5bbd4704ee955ca75e891e19f and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/ae4394116d6ccbe665a418f736fd865d b/TCG/Library/Artifacts/ae/ae4394116d6ccbe665a418f736fd865d
deleted file mode 100644
index 7db5031f..00000000
Binary files a/TCG/Library/Artifacts/ae/ae4394116d6ccbe665a418f736fd865d and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/ae4d172ff209bbb1249899e18dbc04b0 b/TCG/Library/Artifacts/ae/ae4d172ff209bbb1249899e18dbc04b0
deleted file mode 100644
index 4f3871e2..00000000
Binary files a/TCG/Library/Artifacts/ae/ae4d172ff209bbb1249899e18dbc04b0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/ae56bb770b129b13c2dbe949c586ae02 b/TCG/Library/Artifacts/ae/ae56bb770b129b13c2dbe949c586ae02
deleted file mode 100644
index a95a995b..00000000
Binary files a/TCG/Library/Artifacts/ae/ae56bb770b129b13c2dbe949c586ae02 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/ae5eb19c3baa07c677d2fc3e58756d05 b/TCG/Library/Artifacts/ae/ae5eb19c3baa07c677d2fc3e58756d05
deleted file mode 100644
index 715a9175..00000000
Binary files a/TCG/Library/Artifacts/ae/ae5eb19c3baa07c677d2fc3e58756d05 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/ae5f9fcbd1ab474f2bd05aea3612e231 b/TCG/Library/Artifacts/ae/ae5f9fcbd1ab474f2bd05aea3612e231
deleted file mode 100644
index b5e3f910..00000000
Binary files a/TCG/Library/Artifacts/ae/ae5f9fcbd1ab474f2bd05aea3612e231 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/aebfdc2da71f18db4f8c5d41b70b05c6 b/TCG/Library/Artifacts/ae/aebfdc2da71f18db4f8c5d41b70b05c6
deleted file mode 100644
index a36a1b3f..00000000
Binary files a/TCG/Library/Artifacts/ae/aebfdc2da71f18db4f8c5d41b70b05c6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/aec137fe32841874e082b0b7bcfe2e39 b/TCG/Library/Artifacts/ae/aec137fe32841874e082b0b7bcfe2e39
deleted file mode 100644
index d303c63c..00000000
Binary files a/TCG/Library/Artifacts/ae/aec137fe32841874e082b0b7bcfe2e39 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/aec17c0dace51729333ad80071f2b5ac b/TCG/Library/Artifacts/ae/aec17c0dace51729333ad80071f2b5ac
deleted file mode 100644
index 481fcf43..00000000
Binary files a/TCG/Library/Artifacts/ae/aec17c0dace51729333ad80071f2b5ac and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/aec64a2f26d7c6be9fc90d4892a1822e b/TCG/Library/Artifacts/ae/aec64a2f26d7c6be9fc90d4892a1822e
deleted file mode 100644
index d3a05acd..00000000
Binary files a/TCG/Library/Artifacts/ae/aec64a2f26d7c6be9fc90d4892a1822e and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/aeccd6292a64471c153556c4a626e0f1 b/TCG/Library/Artifacts/ae/aeccd6292a64471c153556c4a626e0f1
deleted file mode 100644
index b6e5832a..00000000
Binary files a/TCG/Library/Artifacts/ae/aeccd6292a64471c153556c4a626e0f1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/aeda09bc78509ad5a484f09db5fe15f2 b/TCG/Library/Artifacts/ae/aeda09bc78509ad5a484f09db5fe15f2
deleted file mode 100644
index d0ff3654..00000000
Binary files a/TCG/Library/Artifacts/ae/aeda09bc78509ad5a484f09db5fe15f2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/aee256bf9a4da56035d8962a73556645 b/TCG/Library/Artifacts/ae/aee256bf9a4da56035d8962a73556645
deleted file mode 100644
index cc273c16..00000000
Binary files a/TCG/Library/Artifacts/ae/aee256bf9a4da56035d8962a73556645 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ae/aee4ae3b58f6292fbc662bef7a2314a2 b/TCG/Library/Artifacts/ae/aee4ae3b58f6292fbc662bef7a2314a2
deleted file mode 100644
index f24d8951..00000000
Binary files a/TCG/Library/Artifacts/ae/aee4ae3b58f6292fbc662bef7a2314a2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/af/af03884faaa9f578c7f63e06f7638e72 b/TCG/Library/Artifacts/af/af03884faaa9f578c7f63e06f7638e72
deleted file mode 100644
index de2d8eb5..00000000
Binary files a/TCG/Library/Artifacts/af/af03884faaa9f578c7f63e06f7638e72 and /dev/null differ
diff --git a/TCG/Library/Artifacts/af/af3f5f4402260910eb6aac49717a2587 b/TCG/Library/Artifacts/af/af3f5f4402260910eb6aac49717a2587
deleted file mode 100644
index ca0a0076..00000000
Binary files a/TCG/Library/Artifacts/af/af3f5f4402260910eb6aac49717a2587 and /dev/null differ
diff --git a/TCG/Library/Artifacts/af/af46df2812ad6e69ecfb592a355c0b9c b/TCG/Library/Artifacts/af/af46df2812ad6e69ecfb592a355c0b9c
deleted file mode 100644
index 8079d33f..00000000
Binary files a/TCG/Library/Artifacts/af/af46df2812ad6e69ecfb592a355c0b9c and /dev/null differ
diff --git a/TCG/Library/Artifacts/af/af4d0eae40c3ddce8f098bcf7b9605e4 b/TCG/Library/Artifacts/af/af4d0eae40c3ddce8f098bcf7b9605e4
deleted file mode 100644
index aa60e950..00000000
Binary files a/TCG/Library/Artifacts/af/af4d0eae40c3ddce8f098bcf7b9605e4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/af/af6bc5cc463083bf2d7766e2ebcbf766 b/TCG/Library/Artifacts/af/af6bc5cc463083bf2d7766e2ebcbf766
deleted file mode 100644
index 704cfe0a..00000000
Binary files a/TCG/Library/Artifacts/af/af6bc5cc463083bf2d7766e2ebcbf766 and /dev/null differ
diff --git a/TCG/Library/Artifacts/af/af8b2706a63b1f8f36048ad212c55f9c b/TCG/Library/Artifacts/af/af8b2706a63b1f8f36048ad212c55f9c
deleted file mode 100644
index 15d3ac34..00000000
Binary files a/TCG/Library/Artifacts/af/af8b2706a63b1f8f36048ad212c55f9c and /dev/null differ
diff --git a/TCG/Library/Artifacts/af/aff2dfcd5969bb1c6e918c5fcb135218 b/TCG/Library/Artifacts/af/aff2dfcd5969bb1c6e918c5fcb135218
deleted file mode 100644
index 146aa7ab..00000000
Binary files a/TCG/Library/Artifacts/af/aff2dfcd5969bb1c6e918c5fcb135218 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b00ab8eedeae87c1d808a53362098c25 b/TCG/Library/Artifacts/b0/b00ab8eedeae87c1d808a53362098c25
deleted file mode 100644
index 49fd07a4..00000000
Binary files a/TCG/Library/Artifacts/b0/b00ab8eedeae87c1d808a53362098c25 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b0127b21aa8f511204b3f4feafbfc405 b/TCG/Library/Artifacts/b0/b0127b21aa8f511204b3f4feafbfc405
deleted file mode 100644
index d1f3b116..00000000
Binary files a/TCG/Library/Artifacts/b0/b0127b21aa8f511204b3f4feafbfc405 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b0331714a3b7010c4a7e1cd06439264f b/TCG/Library/Artifacts/b0/b0331714a3b7010c4a7e1cd06439264f
deleted file mode 100644
index 9460802b..00000000
Binary files a/TCG/Library/Artifacts/b0/b0331714a3b7010c4a7e1cd06439264f and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b06adb465154c619fe6b045c39fe7cfe b/TCG/Library/Artifacts/b0/b06adb465154c619fe6b045c39fe7cfe
deleted file mode 100644
index 00b4d330..00000000
Binary files a/TCG/Library/Artifacts/b0/b06adb465154c619fe6b045c39fe7cfe and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b06bd4b5b92f47187081b31414a95f10 b/TCG/Library/Artifacts/b0/b06bd4b5b92f47187081b31414a95f10
deleted file mode 100644
index e10e7b56..00000000
Binary files a/TCG/Library/Artifacts/b0/b06bd4b5b92f47187081b31414a95f10 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b07f098c1774faba609891c28183f029 b/TCG/Library/Artifacts/b0/b07f098c1774faba609891c28183f029
deleted file mode 100644
index 0c2a6857..00000000
Binary files a/TCG/Library/Artifacts/b0/b07f098c1774faba609891c28183f029 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b086d77619d41782d2180817aceec3e4 b/TCG/Library/Artifacts/b0/b086d77619d41782d2180817aceec3e4
deleted file mode 100644
index 6667afd8..00000000
Binary files a/TCG/Library/Artifacts/b0/b086d77619d41782d2180817aceec3e4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b093f67f1076fdbd04766b72451a834b b/TCG/Library/Artifacts/b0/b093f67f1076fdbd04766b72451a834b
deleted file mode 100644
index 8c13c4b8..00000000
Binary files a/TCG/Library/Artifacts/b0/b093f67f1076fdbd04766b72451a834b and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b0996f3a508f25b8f6d2fff60799da3c b/TCG/Library/Artifacts/b0/b0996f3a508f25b8f6d2fff60799da3c
deleted file mode 100644
index 2969bfde..00000000
Binary files a/TCG/Library/Artifacts/b0/b0996f3a508f25b8f6d2fff60799da3c and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b0a20b4cdf0370099eb9a85ad10943db b/TCG/Library/Artifacts/b0/b0a20b4cdf0370099eb9a85ad10943db
deleted file mode 100644
index 4372ae49..00000000
Binary files a/TCG/Library/Artifacts/b0/b0a20b4cdf0370099eb9a85ad10943db and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b0a5fe9145daa3ff53ef37e97eafb903 b/TCG/Library/Artifacts/b0/b0a5fe9145daa3ff53ef37e97eafb903
deleted file mode 100644
index a39ebf54..00000000
Binary files a/TCG/Library/Artifacts/b0/b0a5fe9145daa3ff53ef37e97eafb903 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b0a8ee3012c1b38aed299d4c919e77cb b/TCG/Library/Artifacts/b0/b0a8ee3012c1b38aed299d4c919e77cb
deleted file mode 100644
index 2d7267fb..00000000
Binary files a/TCG/Library/Artifacts/b0/b0a8ee3012c1b38aed299d4c919e77cb and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b0b7d761656d2cb022cbef6114241473 b/TCG/Library/Artifacts/b0/b0b7d761656d2cb022cbef6114241473
deleted file mode 100644
index 6ca86faa..00000000
Binary files a/TCG/Library/Artifacts/b0/b0b7d761656d2cb022cbef6114241473 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b0bdd0bdeb3b387c6cd0a78d6e84c161 b/TCG/Library/Artifacts/b0/b0bdd0bdeb3b387c6cd0a78d6e84c161
deleted file mode 100644
index 5aa1f455..00000000
Binary files a/TCG/Library/Artifacts/b0/b0bdd0bdeb3b387c6cd0a78d6e84c161 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b0/b0ee3dc5459cb814875e16e6ce7608c3 b/TCG/Library/Artifacts/b0/b0ee3dc5459cb814875e16e6ce7608c3
deleted file mode 100644
index 1076766e..00000000
Binary files a/TCG/Library/Artifacts/b0/b0ee3dc5459cb814875e16e6ce7608c3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b1500ee9f5f8f377e10a025f06650e54 b/TCG/Library/Artifacts/b1/b1500ee9f5f8f377e10a025f06650e54
deleted file mode 100644
index 19983e2d..00000000
Binary files a/TCG/Library/Artifacts/b1/b1500ee9f5f8f377e10a025f06650e54 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b152b103feedf56e29d322ecc4f5838b b/TCG/Library/Artifacts/b1/b152b103feedf56e29d322ecc4f5838b
deleted file mode 100644
index d7c6fcf3..00000000
Binary files a/TCG/Library/Artifacts/b1/b152b103feedf56e29d322ecc4f5838b and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b157d3df399658eb67064f772a847176 b/TCG/Library/Artifacts/b1/b157d3df399658eb67064f772a847176
deleted file mode 100644
index 444881dc..00000000
Binary files a/TCG/Library/Artifacts/b1/b157d3df399658eb67064f772a847176 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b16294e7c976fbed762ff55d864d17b2 b/TCG/Library/Artifacts/b1/b16294e7c976fbed762ff55d864d17b2
deleted file mode 100644
index 1d7d3188..00000000
Binary files a/TCG/Library/Artifacts/b1/b16294e7c976fbed762ff55d864d17b2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b1670c767f54e7f49390bcb29f867fb2 b/TCG/Library/Artifacts/b1/b1670c767f54e7f49390bcb29f867fb2
deleted file mode 100644
index 34c6279e..00000000
Binary files a/TCG/Library/Artifacts/b1/b1670c767f54e7f49390bcb29f867fb2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b16b67ae2e2952e0fdb5553c72d995df b/TCG/Library/Artifacts/b1/b16b67ae2e2952e0fdb5553c72d995df
deleted file mode 100644
index 0fad187e..00000000
Binary files a/TCG/Library/Artifacts/b1/b16b67ae2e2952e0fdb5553c72d995df and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b17162e06041bba786764bdba0cff9c4 b/TCG/Library/Artifacts/b1/b17162e06041bba786764bdba0cff9c4
deleted file mode 100644
index 4f31b98e..00000000
Binary files a/TCG/Library/Artifacts/b1/b17162e06041bba786764bdba0cff9c4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b1a18e50562e5395654fa853ae1ab730 b/TCG/Library/Artifacts/b1/b1a18e50562e5395654fa853ae1ab730
deleted file mode 100644
index 19803f81..00000000
Binary files a/TCG/Library/Artifacts/b1/b1a18e50562e5395654fa853ae1ab730 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b1a294f51bae718cac43914430917234 b/TCG/Library/Artifacts/b1/b1a294f51bae718cac43914430917234
deleted file mode 100644
index a3511693..00000000
Binary files a/TCG/Library/Artifacts/b1/b1a294f51bae718cac43914430917234 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b1bebf767311cdbad2591fb6e3c6a567 b/TCG/Library/Artifacts/b1/b1bebf767311cdbad2591fb6e3c6a567
deleted file mode 100644
index aec324f4..00000000
Binary files a/TCG/Library/Artifacts/b1/b1bebf767311cdbad2591fb6e3c6a567 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b1c7ee4345875032bd1beb00ae77df89 b/TCG/Library/Artifacts/b1/b1c7ee4345875032bd1beb00ae77df89
deleted file mode 100644
index 1a10cc15..00000000
Binary files a/TCG/Library/Artifacts/b1/b1c7ee4345875032bd1beb00ae77df89 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b1e4054ac33c6b04ca6aed344287fd42 b/TCG/Library/Artifacts/b1/b1e4054ac33c6b04ca6aed344287fd42
deleted file mode 100644
index da0d12b4..00000000
Binary files a/TCG/Library/Artifacts/b1/b1e4054ac33c6b04ca6aed344287fd42 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b1/b1e72d1fa8fde1af1b42b53d5cdaae39 b/TCG/Library/Artifacts/b1/b1e72d1fa8fde1af1b42b53d5cdaae39
deleted file mode 100644
index a662ada1..00000000
Binary files a/TCG/Library/Artifacts/b1/b1e72d1fa8fde1af1b42b53d5cdaae39 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b201e7f3c65ad1026d562b7aec9c15f7 b/TCG/Library/Artifacts/b2/b201e7f3c65ad1026d562b7aec9c15f7
deleted file mode 100644
index 41701c5b..00000000
Binary files a/TCG/Library/Artifacts/b2/b201e7f3c65ad1026d562b7aec9c15f7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b20f1a0a72eada934aae63165196b359 b/TCG/Library/Artifacts/b2/b20f1a0a72eada934aae63165196b359
deleted file mode 100644
index ac3533d4..00000000
Binary files a/TCG/Library/Artifacts/b2/b20f1a0a72eada934aae63165196b359 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b20f6b52e0d62c28023f46250d63d5cc b/TCG/Library/Artifacts/b2/b20f6b52e0d62c28023f46250d63d5cc
deleted file mode 100644
index a827296d..00000000
Binary files a/TCG/Library/Artifacts/b2/b20f6b52e0d62c28023f46250d63d5cc and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b21230d3170ebe8368fa48ae65756cfb b/TCG/Library/Artifacts/b2/b21230d3170ebe8368fa48ae65756cfb
deleted file mode 100644
index 97743f57..00000000
Binary files a/TCG/Library/Artifacts/b2/b21230d3170ebe8368fa48ae65756cfb and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b22c4d28d54e93fd50bc6106b9718369 b/TCG/Library/Artifacts/b2/b22c4d28d54e93fd50bc6106b9718369
deleted file mode 100644
index ab2277a9..00000000
Binary files a/TCG/Library/Artifacts/b2/b22c4d28d54e93fd50bc6106b9718369 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b2306cb0e1342cc6f785972b0180fe01 b/TCG/Library/Artifacts/b2/b2306cb0e1342cc6f785972b0180fe01
deleted file mode 100644
index 8a8b9fff..00000000
Binary files a/TCG/Library/Artifacts/b2/b2306cb0e1342cc6f785972b0180fe01 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b235f5eb624ba7c287a29b306cfde69a b/TCG/Library/Artifacts/b2/b235f5eb624ba7c287a29b306cfde69a
deleted file mode 100644
index 4d43ca25..00000000
Binary files a/TCG/Library/Artifacts/b2/b235f5eb624ba7c287a29b306cfde69a and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b2395d9ea12641c3542fdbb9fa261626 b/TCG/Library/Artifacts/b2/b2395d9ea12641c3542fdbb9fa261626
deleted file mode 100644
index decbc9c3..00000000
Binary files a/TCG/Library/Artifacts/b2/b2395d9ea12641c3542fdbb9fa261626 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b2485b935195a51c9c6a546fc41b605c b/TCG/Library/Artifacts/b2/b2485b935195a51c9c6a546fc41b605c
deleted file mode 100644
index e0e0c5aa..00000000
Binary files a/TCG/Library/Artifacts/b2/b2485b935195a51c9c6a546fc41b605c and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b24ec374452469cdd90cd2c956cd52d5 b/TCG/Library/Artifacts/b2/b24ec374452469cdd90cd2c956cd52d5
deleted file mode 100644
index bbd3993b..00000000
Binary files a/TCG/Library/Artifacts/b2/b24ec374452469cdd90cd2c956cd52d5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b2a388be88e5daa4255faa032bae410f b/TCG/Library/Artifacts/b2/b2a388be88e5daa4255faa032bae410f
deleted file mode 100644
index f36b8671..00000000
Binary files a/TCG/Library/Artifacts/b2/b2a388be88e5daa4255faa032bae410f and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b2ad67d43099f6b748d3cc23b888ebb4 b/TCG/Library/Artifacts/b2/b2ad67d43099f6b748d3cc23b888ebb4
deleted file mode 100644
index 7ec4eb6b..00000000
Binary files a/TCG/Library/Artifacts/b2/b2ad67d43099f6b748d3cc23b888ebb4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b2cc8e6ee5d50020e2a9fefc9907541e b/TCG/Library/Artifacts/b2/b2cc8e6ee5d50020e2a9fefc9907541e
deleted file mode 100644
index 398fd9fb..00000000
Binary files a/TCG/Library/Artifacts/b2/b2cc8e6ee5d50020e2a9fefc9907541e and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b2df748d6e9c4f28e0bbc33e0c6f087d b/TCG/Library/Artifacts/b2/b2df748d6e9c4f28e0bbc33e0c6f087d
deleted file mode 100644
index d89c30b0..00000000
Binary files a/TCG/Library/Artifacts/b2/b2df748d6e9c4f28e0bbc33e0c6f087d and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b2e9c74857e254ce63153b7b3de81895 b/TCG/Library/Artifacts/b2/b2e9c74857e254ce63153b7b3de81895
deleted file mode 100644
index 997fcefe..00000000
Binary files a/TCG/Library/Artifacts/b2/b2e9c74857e254ce63153b7b3de81895 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b2ee611d075a05a370c30cceb64e6752 b/TCG/Library/Artifacts/b2/b2ee611d075a05a370c30cceb64e6752
deleted file mode 100644
index beb68186..00000000
Binary files a/TCG/Library/Artifacts/b2/b2ee611d075a05a370c30cceb64e6752 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b2/b2fdb4abe2c6e76c7873b0418eb2036a b/TCG/Library/Artifacts/b2/b2fdb4abe2c6e76c7873b0418eb2036a
deleted file mode 100644
index efc6a53f..00000000
Binary files a/TCG/Library/Artifacts/b2/b2fdb4abe2c6e76c7873b0418eb2036a and /dev/null differ
diff --git a/TCG/Library/Artifacts/b3/b317830ee78e6ec7e441419dbca21537 b/TCG/Library/Artifacts/b3/b317830ee78e6ec7e441419dbca21537
deleted file mode 100644
index 08c7c7c6..00000000
Binary files a/TCG/Library/Artifacts/b3/b317830ee78e6ec7e441419dbca21537 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b3/b33b51b25a21f4da47b0a8b08e533804 b/TCG/Library/Artifacts/b3/b33b51b25a21f4da47b0a8b08e533804
deleted file mode 100644
index 0fe644d4..00000000
Binary files a/TCG/Library/Artifacts/b3/b33b51b25a21f4da47b0a8b08e533804 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b3/b33ed9290e73b51c0010b41f81d96feb b/TCG/Library/Artifacts/b3/b33ed9290e73b51c0010b41f81d96feb
deleted file mode 100644
index 8676b0aa..00000000
Binary files a/TCG/Library/Artifacts/b3/b33ed9290e73b51c0010b41f81d96feb and /dev/null differ
diff --git a/TCG/Library/Artifacts/b3/b388d9024403ae015a204f606b20e6ba b/TCG/Library/Artifacts/b3/b388d9024403ae015a204f606b20e6ba
deleted file mode 100644
index 0795865f..00000000
Binary files a/TCG/Library/Artifacts/b3/b388d9024403ae015a204f606b20e6ba and /dev/null differ
diff --git a/TCG/Library/Artifacts/b3/b389fd20e8c8ea1d62c2bc667e5c4cfe b/TCG/Library/Artifacts/b3/b389fd20e8c8ea1d62c2bc667e5c4cfe
deleted file mode 100644
index 6c027ca6..00000000
Binary files a/TCG/Library/Artifacts/b3/b389fd20e8c8ea1d62c2bc667e5c4cfe and /dev/null differ
diff --git a/TCG/Library/Artifacts/b3/b3b4aee5448b16f773f2b432ee60b990 b/TCG/Library/Artifacts/b3/b3b4aee5448b16f773f2b432ee60b990
deleted file mode 100644
index e03b560a..00000000
Binary files a/TCG/Library/Artifacts/b3/b3b4aee5448b16f773f2b432ee60b990 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b3/b3cc14fcd56617d2fe3505031a51a064 b/TCG/Library/Artifacts/b3/b3cc14fcd56617d2fe3505031a51a064
deleted file mode 100644
index fc64c099..00000000
Binary files a/TCG/Library/Artifacts/b3/b3cc14fcd56617d2fe3505031a51a064 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b3/b3d1b2831612786be460c2fccb79748b b/TCG/Library/Artifacts/b3/b3d1b2831612786be460c2fccb79748b
deleted file mode 100644
index c261b385..00000000
Binary files a/TCG/Library/Artifacts/b3/b3d1b2831612786be460c2fccb79748b and /dev/null differ
diff --git a/TCG/Library/Artifacts/b3/b3f0ba23c4952caf593b2ee0cd43e03a b/TCG/Library/Artifacts/b3/b3f0ba23c4952caf593b2ee0cd43e03a
deleted file mode 100644
index 7144b82c..00000000
Binary files a/TCG/Library/Artifacts/b3/b3f0ba23c4952caf593b2ee0cd43e03a and /dev/null differ
diff --git a/TCG/Library/Artifacts/b3/b3f20469f188058d1867b53444aae06c b/TCG/Library/Artifacts/b3/b3f20469f188058d1867b53444aae06c
deleted file mode 100644
index 1963d3dd..00000000
Binary files a/TCG/Library/Artifacts/b3/b3f20469f188058d1867b53444aae06c and /dev/null differ
diff --git a/TCG/Library/Artifacts/b4/b401280d687195fbcc09a0f5a491bfb3 b/TCG/Library/Artifacts/b4/b401280d687195fbcc09a0f5a491bfb3
deleted file mode 100644
index 7d1b5f1a..00000000
Binary files a/TCG/Library/Artifacts/b4/b401280d687195fbcc09a0f5a491bfb3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b4/b40c17281822e31515565787dbfe1384 b/TCG/Library/Artifacts/b4/b40c17281822e31515565787dbfe1384
deleted file mode 100644
index 0f700918..00000000
Binary files a/TCG/Library/Artifacts/b4/b40c17281822e31515565787dbfe1384 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b4/b432386d18d81f01f1f7195ad1904903 b/TCG/Library/Artifacts/b4/b432386d18d81f01f1f7195ad1904903
deleted file mode 100644
index eb803e41..00000000
Binary files a/TCG/Library/Artifacts/b4/b432386d18d81f01f1f7195ad1904903 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b4/b446c34b971d1f23489e2975eeae659a b/TCG/Library/Artifacts/b4/b446c34b971d1f23489e2975eeae659a
deleted file mode 100644
index 04d8d431..00000000
Binary files a/TCG/Library/Artifacts/b4/b446c34b971d1f23489e2975eeae659a and /dev/null differ
diff --git a/TCG/Library/Artifacts/b4/b4485c9a72f4ef12d23bf0f6fe9e7536 b/TCG/Library/Artifacts/b4/b4485c9a72f4ef12d23bf0f6fe9e7536
deleted file mode 100644
index 6f8a346d..00000000
Binary files a/TCG/Library/Artifacts/b4/b4485c9a72f4ef12d23bf0f6fe9e7536 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b4/b46cf2ff4caaa94714d9e6060d056a37 b/TCG/Library/Artifacts/b4/b46cf2ff4caaa94714d9e6060d056a37
deleted file mode 100644
index 70ca5746..00000000
Binary files a/TCG/Library/Artifacts/b4/b46cf2ff4caaa94714d9e6060d056a37 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b4/b47da4e2d3de3fc594cd79d9a91c49bd b/TCG/Library/Artifacts/b4/b47da4e2d3de3fc594cd79d9a91c49bd
deleted file mode 100644
index c1cec4b8..00000000
Binary files a/TCG/Library/Artifacts/b4/b47da4e2d3de3fc594cd79d9a91c49bd and /dev/null differ
diff --git a/TCG/Library/Artifacts/b4/b495300d96673dbb3bbf9a2d4eba5c19 b/TCG/Library/Artifacts/b4/b495300d96673dbb3bbf9a2d4eba5c19
deleted file mode 100644
index 5e9fc57d..00000000
Binary files a/TCG/Library/Artifacts/b4/b495300d96673dbb3bbf9a2d4eba5c19 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b4/b4b80aae3b808f023b701990f08a2e08 b/TCG/Library/Artifacts/b4/b4b80aae3b808f023b701990f08a2e08
deleted file mode 100644
index cf92dafe..00000000
Binary files a/TCG/Library/Artifacts/b4/b4b80aae3b808f023b701990f08a2e08 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b5/b50ae8ff0ec3a5415619b44bf49aba7b b/TCG/Library/Artifacts/b5/b50ae8ff0ec3a5415619b44bf49aba7b
deleted file mode 100644
index 93bc0fd7..00000000
Binary files a/TCG/Library/Artifacts/b5/b50ae8ff0ec3a5415619b44bf49aba7b and /dev/null differ
diff --git a/TCG/Library/Artifacts/b5/b5105ca748c2f777c9da372870bf9676 b/TCG/Library/Artifacts/b5/b5105ca748c2f777c9da372870bf9676
deleted file mode 100644
index d108c6d1..00000000
Binary files a/TCG/Library/Artifacts/b5/b5105ca748c2f777c9da372870bf9676 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b5/b5267a2a210868cb3e23be047dd59259 b/TCG/Library/Artifacts/b5/b5267a2a210868cb3e23be047dd59259
deleted file mode 100644
index 95a7ac0c..00000000
Binary files a/TCG/Library/Artifacts/b5/b5267a2a210868cb3e23be047dd59259 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b5/b5300ab0111464cca24c1e297fd8a1a2 b/TCG/Library/Artifacts/b5/b5300ab0111464cca24c1e297fd8a1a2
deleted file mode 100644
index c1e377ca..00000000
Binary files a/TCG/Library/Artifacts/b5/b5300ab0111464cca24c1e297fd8a1a2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b5/b541f7a4161241245ff7230bf7fe071f b/TCG/Library/Artifacts/b5/b541f7a4161241245ff7230bf7fe071f
deleted file mode 100644
index 7dca3a33..00000000
Binary files a/TCG/Library/Artifacts/b5/b541f7a4161241245ff7230bf7fe071f and /dev/null differ
diff --git a/TCG/Library/Artifacts/b5/b54c2309ec556e56b7b546f4c0469c59 b/TCG/Library/Artifacts/b5/b54c2309ec556e56b7b546f4c0469c59
deleted file mode 100644
index ecd2312f..00000000
Binary files a/TCG/Library/Artifacts/b5/b54c2309ec556e56b7b546f4c0469c59 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b5/b573aade92f49c1fc950d1bccf55509c b/TCG/Library/Artifacts/b5/b573aade92f49c1fc950d1bccf55509c
deleted file mode 100644
index 3392184a..00000000
Binary files a/TCG/Library/Artifacts/b5/b573aade92f49c1fc950d1bccf55509c and /dev/null differ
diff --git a/TCG/Library/Artifacts/b5/b59f5cc70b72075626ec5746122d3834 b/TCG/Library/Artifacts/b5/b59f5cc70b72075626ec5746122d3834
deleted file mode 100644
index eea1b9be..00000000
Binary files a/TCG/Library/Artifacts/b5/b59f5cc70b72075626ec5746122d3834 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b5/b5afd612e9dd91c93e7528c5f47ea64f b/TCG/Library/Artifacts/b5/b5afd612e9dd91c93e7528c5f47ea64f
deleted file mode 100644
index 03d59079..00000000
Binary files a/TCG/Library/Artifacts/b5/b5afd612e9dd91c93e7528c5f47ea64f and /dev/null differ
diff --git a/TCG/Library/Artifacts/b5/b5d0b314a713afd5612096baf04d280d b/TCG/Library/Artifacts/b5/b5d0b314a713afd5612096baf04d280d
deleted file mode 100644
index 09e5384d..00000000
Binary files a/TCG/Library/Artifacts/b5/b5d0b314a713afd5612096baf04d280d and /dev/null differ
diff --git a/TCG/Library/Artifacts/b5/b5e197f6da95e09a5d4375fea4a23809 b/TCG/Library/Artifacts/b5/b5e197f6da95e09a5d4375fea4a23809
deleted file mode 100644
index 375ae318..00000000
Binary files a/TCG/Library/Artifacts/b5/b5e197f6da95e09a5d4375fea4a23809 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b6/b6a5628bc323c13856389bfbbe47eb5d b/TCG/Library/Artifacts/b6/b6a5628bc323c13856389bfbbe47eb5d
deleted file mode 100644
index 349e19e3..00000000
Binary files a/TCG/Library/Artifacts/b6/b6a5628bc323c13856389bfbbe47eb5d and /dev/null differ
diff --git a/TCG/Library/Artifacts/b6/b6c909e74d23df47020d234ad513a21e b/TCG/Library/Artifacts/b6/b6c909e74d23df47020d234ad513a21e
deleted file mode 100644
index aae4a892..00000000
Binary files a/TCG/Library/Artifacts/b6/b6c909e74d23df47020d234ad513a21e and /dev/null differ
diff --git a/TCG/Library/Artifacts/b6/b6cb3622254e71a0ac215f0290170f77 b/TCG/Library/Artifacts/b6/b6cb3622254e71a0ac215f0290170f77
deleted file mode 100644
index 6890be24..00000000
Binary files a/TCG/Library/Artifacts/b6/b6cb3622254e71a0ac215f0290170f77 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b6/b6e34472dd00856141629982622efca4 b/TCG/Library/Artifacts/b6/b6e34472dd00856141629982622efca4
deleted file mode 100644
index 1476332f..00000000
Binary files a/TCG/Library/Artifacts/b6/b6e34472dd00856141629982622efca4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b6/b6e4db43c8319e0b55ec2fd36f72f8cb b/TCG/Library/Artifacts/b6/b6e4db43c8319e0b55ec2fd36f72f8cb
deleted file mode 100644
index 0d7a62c5..00000000
Binary files a/TCG/Library/Artifacts/b6/b6e4db43c8319e0b55ec2fd36f72f8cb and /dev/null differ
diff --git a/TCG/Library/Artifacts/b6/b6e87ce83cc503e104e3f9ccbcd50094 b/TCG/Library/Artifacts/b6/b6e87ce83cc503e104e3f9ccbcd50094
deleted file mode 100644
index 441a0b76..00000000
Binary files a/TCG/Library/Artifacts/b6/b6e87ce83cc503e104e3f9ccbcd50094 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b72666738058490de89c210e41fa40b1 b/TCG/Library/Artifacts/b7/b72666738058490de89c210e41fa40b1
deleted file mode 100644
index 7bceae23..00000000
Binary files a/TCG/Library/Artifacts/b7/b72666738058490de89c210e41fa40b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b74c97598b76ffc937e81dd99eace791 b/TCG/Library/Artifacts/b7/b74c97598b76ffc937e81dd99eace791
deleted file mode 100644
index 744faa37..00000000
Binary files a/TCG/Library/Artifacts/b7/b74c97598b76ffc937e81dd99eace791 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b764a0085f5f8775cfc54e6d3a355017 b/TCG/Library/Artifacts/b7/b764a0085f5f8775cfc54e6d3a355017
deleted file mode 100644
index 99e0df7d..00000000
Binary files a/TCG/Library/Artifacts/b7/b764a0085f5f8775cfc54e6d3a355017 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b76e7c93fae72737577bdb5ed5d9c1bb b/TCG/Library/Artifacts/b7/b76e7c93fae72737577bdb5ed5d9c1bb
deleted file mode 100644
index a5a035e7..00000000
Binary files a/TCG/Library/Artifacts/b7/b76e7c93fae72737577bdb5ed5d9c1bb and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b7a470d85326fc91a1377ef8c26beab8 b/TCG/Library/Artifacts/b7/b7a470d85326fc91a1377ef8c26beab8
deleted file mode 100644
index 116866c3..00000000
Binary files a/TCG/Library/Artifacts/b7/b7a470d85326fc91a1377ef8c26beab8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b7b12f16a35c19beea98073597054aef b/TCG/Library/Artifacts/b7/b7b12f16a35c19beea98073597054aef
deleted file mode 100644
index 1844baed..00000000
Binary files a/TCG/Library/Artifacts/b7/b7b12f16a35c19beea98073597054aef and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b7bd8b6e9f864f9a37663d0569b2ae56 b/TCG/Library/Artifacts/b7/b7bd8b6e9f864f9a37663d0569b2ae56
deleted file mode 100644
index f9cc7572..00000000
Binary files a/TCG/Library/Artifacts/b7/b7bd8b6e9f864f9a37663d0569b2ae56 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b7cb1d6bf56af3c504a488b2adc52b8d b/TCG/Library/Artifacts/b7/b7cb1d6bf56af3c504a488b2adc52b8d
deleted file mode 100644
index 16f475e5..00000000
Binary files a/TCG/Library/Artifacts/b7/b7cb1d6bf56af3c504a488b2adc52b8d and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b7df3f99841f69d157cf3bfc7b2ed292 b/TCG/Library/Artifacts/b7/b7df3f99841f69d157cf3bfc7b2ed292
deleted file mode 100644
index 8631bef4..00000000
Binary files a/TCG/Library/Artifacts/b7/b7df3f99841f69d157cf3bfc7b2ed292 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b7e210bfa6218655fa806def2b4c9bc5 b/TCG/Library/Artifacts/b7/b7e210bfa6218655fa806def2b4c9bc5
deleted file mode 100644
index 081c6bdd..00000000
Binary files a/TCG/Library/Artifacts/b7/b7e210bfa6218655fa806def2b4c9bc5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b7f70f23622358fadb44dddd6200714d b/TCG/Library/Artifacts/b7/b7f70f23622358fadb44dddd6200714d
deleted file mode 100644
index 7751f496..00000000
Binary files a/TCG/Library/Artifacts/b7/b7f70f23622358fadb44dddd6200714d and /dev/null differ
diff --git a/TCG/Library/Artifacts/b7/b7f76f03ffe09a1f2ad619e4862c8655 b/TCG/Library/Artifacts/b7/b7f76f03ffe09a1f2ad619e4862c8655
deleted file mode 100644
index 20839b98..00000000
Binary files a/TCG/Library/Artifacts/b7/b7f76f03ffe09a1f2ad619e4862c8655 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b80d1a0b87716ebcea6a9b45df2d89b9 b/TCG/Library/Artifacts/b8/b80d1a0b87716ebcea6a9b45df2d89b9
deleted file mode 100644
index 6140d28d..00000000
Binary files a/TCG/Library/Artifacts/b8/b80d1a0b87716ebcea6a9b45df2d89b9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b81192470360d0d8f8e37c4d29aae565 b/TCG/Library/Artifacts/b8/b81192470360d0d8f8e37c4d29aae565
deleted file mode 100644
index 16188c85..00000000
Binary files a/TCG/Library/Artifacts/b8/b81192470360d0d8f8e37c4d29aae565 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b81a41cefae41dc15f980bd303fd1cc9 b/TCG/Library/Artifacts/b8/b81a41cefae41dc15f980bd303fd1cc9
deleted file mode 100644
index 60cbcd08..00000000
Binary files a/TCG/Library/Artifacts/b8/b81a41cefae41dc15f980bd303fd1cc9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b86af45d247670a1d2df4d74088bb0d8 b/TCG/Library/Artifacts/b8/b86af45d247670a1d2df4d74088bb0d8
deleted file mode 100644
index 8ff16180..00000000
Binary files a/TCG/Library/Artifacts/b8/b86af45d247670a1d2df4d74088bb0d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b86fc57154d743a587a5845daad8487d b/TCG/Library/Artifacts/b8/b86fc57154d743a587a5845daad8487d
deleted file mode 100644
index 72dcd7c3..00000000
Binary files a/TCG/Library/Artifacts/b8/b86fc57154d743a587a5845daad8487d and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b8722d96c8d67f2b4f98238f2a3e1a4e b/TCG/Library/Artifacts/b8/b8722d96c8d67f2b4f98238f2a3e1a4e
deleted file mode 100644
index 1a850e1e..00000000
Binary files a/TCG/Library/Artifacts/b8/b8722d96c8d67f2b4f98238f2a3e1a4e and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b887bd21b1435e3382b6e66dec84783a b/TCG/Library/Artifacts/b8/b887bd21b1435e3382b6e66dec84783a
deleted file mode 100644
index f7552a84..00000000
Binary files a/TCG/Library/Artifacts/b8/b887bd21b1435e3382b6e66dec84783a and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b8893a3a8663079cce6d42764b7084fd b/TCG/Library/Artifacts/b8/b8893a3a8663079cce6d42764b7084fd
deleted file mode 100644
index 67a11ea6..00000000
Binary files a/TCG/Library/Artifacts/b8/b8893a3a8663079cce6d42764b7084fd and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b88b995bbb742aecc42c42a24d734be8 b/TCG/Library/Artifacts/b8/b88b995bbb742aecc42c42a24d734be8
deleted file mode 100644
index d67f69f2..00000000
Binary files a/TCG/Library/Artifacts/b8/b88b995bbb742aecc42c42a24d734be8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b8b0c814550e0e9bbd93a014607c88cd b/TCG/Library/Artifacts/b8/b8b0c814550e0e9bbd93a014607c88cd
deleted file mode 100644
index 7ed3c512..00000000
Binary files a/TCG/Library/Artifacts/b8/b8b0c814550e0e9bbd93a014607c88cd and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b8f1e4ec8f54b1c0fe746726bbdb54c2 b/TCG/Library/Artifacts/b8/b8f1e4ec8f54b1c0fe746726bbdb54c2
deleted file mode 100644
index 2c0c50d2..00000000
Binary files a/TCG/Library/Artifacts/b8/b8f1e4ec8f54b1c0fe746726bbdb54c2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b8/b8f269809e59038a8b1b97e6b57a8076 b/TCG/Library/Artifacts/b8/b8f269809e59038a8b1b97e6b57a8076
deleted file mode 100644
index 6d6d4844..00000000
Binary files a/TCG/Library/Artifacts/b8/b8f269809e59038a8b1b97e6b57a8076 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b9/b9066c3089fa34553e1643136b793872 b/TCG/Library/Artifacts/b9/b9066c3089fa34553e1643136b793872
deleted file mode 100644
index 0c986bed..00000000
Binary files a/TCG/Library/Artifacts/b9/b9066c3089fa34553e1643136b793872 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b9/b90f5f36961c1e71047617e7835da707 b/TCG/Library/Artifacts/b9/b90f5f36961c1e71047617e7835da707
deleted file mode 100644
index 097cc603..00000000
Binary files a/TCG/Library/Artifacts/b9/b90f5f36961c1e71047617e7835da707 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b9/b9148a8000963197c6ad42b43d1cfd8d b/TCG/Library/Artifacts/b9/b9148a8000963197c6ad42b43d1cfd8d
deleted file mode 100644
index 0c588b1b..00000000
Binary files a/TCG/Library/Artifacts/b9/b9148a8000963197c6ad42b43d1cfd8d and /dev/null differ
diff --git a/TCG/Library/Artifacts/b9/b96c54938cfade7f3c932d4e587c4feb b/TCG/Library/Artifacts/b9/b96c54938cfade7f3c932d4e587c4feb
deleted file mode 100644
index 47f19c6d..00000000
Binary files a/TCG/Library/Artifacts/b9/b96c54938cfade7f3c932d4e587c4feb and /dev/null differ
diff --git a/TCG/Library/Artifacts/b9/b982b9ef2da86340f3bc94682c0ca638 b/TCG/Library/Artifacts/b9/b982b9ef2da86340f3bc94682c0ca638
deleted file mode 100644
index 8df2104d..00000000
Binary files a/TCG/Library/Artifacts/b9/b982b9ef2da86340f3bc94682c0ca638 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b9/b99013bb7f3481e97e9fcc25e259d55a b/TCG/Library/Artifacts/b9/b99013bb7f3481e97e9fcc25e259d55a
deleted file mode 100644
index 1bfdf8f2..00000000
Binary files a/TCG/Library/Artifacts/b9/b99013bb7f3481e97e9fcc25e259d55a and /dev/null differ
diff --git a/TCG/Library/Artifacts/b9/b9d846bee6b54d803ed1d766b394c8ff b/TCG/Library/Artifacts/b9/b9d846bee6b54d803ed1d766b394c8ff
deleted file mode 100644
index 9cff3c68..00000000
Binary files a/TCG/Library/Artifacts/b9/b9d846bee6b54d803ed1d766b394c8ff and /dev/null differ
diff --git a/TCG/Library/Artifacts/b9/b9e5c02343b9ea0dc292cb4ea6e1fbc3 b/TCG/Library/Artifacts/b9/b9e5c02343b9ea0dc292cb4ea6e1fbc3
deleted file mode 100644
index ca2ac3f2..00000000
Binary files a/TCG/Library/Artifacts/b9/b9e5c02343b9ea0dc292cb4ea6e1fbc3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/b9/b9ecd7c350439bb087755f26f7dcef0c b/TCG/Library/Artifacts/b9/b9ecd7c350439bb087755f26f7dcef0c
deleted file mode 100644
index ac46d6a9..00000000
Binary files a/TCG/Library/Artifacts/b9/b9ecd7c350439bb087755f26f7dcef0c and /dev/null differ
diff --git a/TCG/Library/Artifacts/b9/b9f08d3d5b2a18fdd53042280c8574d7 b/TCG/Library/Artifacts/b9/b9f08d3d5b2a18fdd53042280c8574d7
deleted file mode 100644
index 8028a1b0..00000000
Binary files a/TCG/Library/Artifacts/b9/b9f08d3d5b2a18fdd53042280c8574d7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/ba0d73cbeb7e9643496754501c700e06 b/TCG/Library/Artifacts/ba/ba0d73cbeb7e9643496754501c700e06
deleted file mode 100644
index a3e1b0bc..00000000
Binary files a/TCG/Library/Artifacts/ba/ba0d73cbeb7e9643496754501c700e06 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/ba166e4bcb7ae6e3bc78e8e6fe7a593a b/TCG/Library/Artifacts/ba/ba166e4bcb7ae6e3bc78e8e6fe7a593a
deleted file mode 100644
index fac4d38a..00000000
Binary files a/TCG/Library/Artifacts/ba/ba166e4bcb7ae6e3bc78e8e6fe7a593a and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/ba1a09eb6ade8d27bab884d0bae6ccab b/TCG/Library/Artifacts/ba/ba1a09eb6ade8d27bab884d0bae6ccab
deleted file mode 100644
index 752303ec..00000000
Binary files a/TCG/Library/Artifacts/ba/ba1a09eb6ade8d27bab884d0bae6ccab and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/ba2a22aafcb89286373b101abff026db b/TCG/Library/Artifacts/ba/ba2a22aafcb89286373b101abff026db
deleted file mode 100644
index f79be7da..00000000
Binary files a/TCG/Library/Artifacts/ba/ba2a22aafcb89286373b101abff026db and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/ba32dd582b8fd5c3b9a476bbe4e202a3 b/TCG/Library/Artifacts/ba/ba32dd582b8fd5c3b9a476bbe4e202a3
deleted file mode 100644
index 41b4c823..00000000
Binary files a/TCG/Library/Artifacts/ba/ba32dd582b8fd5c3b9a476bbe4e202a3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/ba3bb2bc60404a77f86a9536f631cc0a b/TCG/Library/Artifacts/ba/ba3bb2bc60404a77f86a9536f631cc0a
deleted file mode 100644
index bf5ffd32..00000000
Binary files a/TCG/Library/Artifacts/ba/ba3bb2bc60404a77f86a9536f631cc0a and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/ba4f0c7cd88c7968b8396067724fceaf b/TCG/Library/Artifacts/ba/ba4f0c7cd88c7968b8396067724fceaf
deleted file mode 100644
index 24364221..00000000
Binary files a/TCG/Library/Artifacts/ba/ba4f0c7cd88c7968b8396067724fceaf and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/ba50b4a6b778251da8f52ec47c1076ec b/TCG/Library/Artifacts/ba/ba50b4a6b778251da8f52ec47c1076ec
deleted file mode 100644
index c92fd6e0..00000000
Binary files a/TCG/Library/Artifacts/ba/ba50b4a6b778251da8f52ec47c1076ec and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/bad00ab83cb1709ee77b74ad47b031ad b/TCG/Library/Artifacts/ba/bad00ab83cb1709ee77b74ad47b031ad
deleted file mode 100644
index 3741aff0..00000000
Binary files a/TCG/Library/Artifacts/ba/bad00ab83cb1709ee77b74ad47b031ad and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/bae514c43376dd0a849c4977d42292d6 b/TCG/Library/Artifacts/ba/bae514c43376dd0a849c4977d42292d6
deleted file mode 100644
index 2c03a7a0..00000000
Binary files a/TCG/Library/Artifacts/ba/bae514c43376dd0a849c4977d42292d6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/baec1e12f64210a00122f2c603438107 b/TCG/Library/Artifacts/ba/baec1e12f64210a00122f2c603438107
deleted file mode 100644
index 55b0a865..00000000
Binary files a/TCG/Library/Artifacts/ba/baec1e12f64210a00122f2c603438107 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/baf6c7a908db53aec6fc605d0b10337e b/TCG/Library/Artifacts/ba/baf6c7a908db53aec6fc605d0b10337e
deleted file mode 100644
index 172c0614..00000000
Binary files a/TCG/Library/Artifacts/ba/baf6c7a908db53aec6fc605d0b10337e and /dev/null differ
diff --git a/TCG/Library/Artifacts/ba/bafad4f0583ec16ce51b88becf3fd6d8 b/TCG/Library/Artifacts/ba/bafad4f0583ec16ce51b88becf3fd6d8
deleted file mode 100644
index 66133572..00000000
Binary files a/TCG/Library/Artifacts/ba/bafad4f0583ec16ce51b88becf3fd6d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bb/bb045c4ed82a27728dd1bc9ee8eb990c b/TCG/Library/Artifacts/bb/bb045c4ed82a27728dd1bc9ee8eb990c
deleted file mode 100644
index 9e86e834..00000000
Binary files a/TCG/Library/Artifacts/bb/bb045c4ed82a27728dd1bc9ee8eb990c and /dev/null differ
diff --git a/TCG/Library/Artifacts/bb/bb1dcc6afa807057c9e981a2070a059d b/TCG/Library/Artifacts/bb/bb1dcc6afa807057c9e981a2070a059d
deleted file mode 100644
index 08f9c603..00000000
Binary files a/TCG/Library/Artifacts/bb/bb1dcc6afa807057c9e981a2070a059d and /dev/null differ
diff --git a/TCG/Library/Artifacts/bb/bb23962a33f6c1f47969fa3862558c8d b/TCG/Library/Artifacts/bb/bb23962a33f6c1f47969fa3862558c8d
deleted file mode 100644
index e588cd0e..00000000
Binary files a/TCG/Library/Artifacts/bb/bb23962a33f6c1f47969fa3862558c8d and /dev/null differ
diff --git a/TCG/Library/Artifacts/bb/bb56652b92a4c96a640db201c6fdc291 b/TCG/Library/Artifacts/bb/bb56652b92a4c96a640db201c6fdc291
deleted file mode 100644
index 1979ebdc..00000000
Binary files a/TCG/Library/Artifacts/bb/bb56652b92a4c96a640db201c6fdc291 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bb/bb702d751ed20590379c95cec378e590 b/TCG/Library/Artifacts/bb/bb702d751ed20590379c95cec378e590
deleted file mode 100644
index 9af42b80..00000000
Binary files a/TCG/Library/Artifacts/bb/bb702d751ed20590379c95cec378e590 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bb/bba8427ab0eb1835b33b4315cf2acf21 b/TCG/Library/Artifacts/bb/bba8427ab0eb1835b33b4315cf2acf21
deleted file mode 100644
index 6dc32e4b..00000000
Binary files a/TCG/Library/Artifacts/bb/bba8427ab0eb1835b33b4315cf2acf21 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bb/bbbbb60b164c4542e8246ed722b1d4a9 b/TCG/Library/Artifacts/bb/bbbbb60b164c4542e8246ed722b1d4a9
deleted file mode 100644
index df4fc31f..00000000
Binary files a/TCG/Library/Artifacts/bb/bbbbb60b164c4542e8246ed722b1d4a9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bb/bbdde623a8e91c852bd656383186d780 b/TCG/Library/Artifacts/bb/bbdde623a8e91c852bd656383186d780
deleted file mode 100644
index 5782cd02..00000000
Binary files a/TCG/Library/Artifacts/bb/bbdde623a8e91c852bd656383186d780 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bb/bbee29056b183f2cb1b39fcd79355a30 b/TCG/Library/Artifacts/bb/bbee29056b183f2cb1b39fcd79355a30
deleted file mode 100644
index a6076a4e..00000000
Binary files a/TCG/Library/Artifacts/bb/bbee29056b183f2cb1b39fcd79355a30 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bb/bbf553973a900c5eb7441cb1bc369c3f b/TCG/Library/Artifacts/bb/bbf553973a900c5eb7441cb1bc369c3f
deleted file mode 100644
index 13a898d6..00000000
Binary files a/TCG/Library/Artifacts/bb/bbf553973a900c5eb7441cb1bc369c3f and /dev/null differ
diff --git a/TCG/Library/Artifacts/bc/bc3e960ba606c7ca0ea187c823db4388 b/TCG/Library/Artifacts/bc/bc3e960ba606c7ca0ea187c823db4388
deleted file mode 100644
index 0d3a814d..00000000
Binary files a/TCG/Library/Artifacts/bc/bc3e960ba606c7ca0ea187c823db4388 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bc/bc5fd02d28c614a77a077cf8dc6d085d b/TCG/Library/Artifacts/bc/bc5fd02d28c614a77a077cf8dc6d085d
deleted file mode 100644
index 16af2221..00000000
Binary files a/TCG/Library/Artifacts/bc/bc5fd02d28c614a77a077cf8dc6d085d and /dev/null differ
diff --git a/TCG/Library/Artifacts/bc/bc6aa615c2a058fc51318ae563da665f b/TCG/Library/Artifacts/bc/bc6aa615c2a058fc51318ae563da665f
deleted file mode 100644
index 5bbcd957..00000000
Binary files a/TCG/Library/Artifacts/bc/bc6aa615c2a058fc51318ae563da665f and /dev/null differ
diff --git a/TCG/Library/Artifacts/bc/bc6bfeb30fa68687f9e989a373dcbc2e b/TCG/Library/Artifacts/bc/bc6bfeb30fa68687f9e989a373dcbc2e
deleted file mode 100644
index 16b7d2eb..00000000
Binary files a/TCG/Library/Artifacts/bc/bc6bfeb30fa68687f9e989a373dcbc2e and /dev/null differ
diff --git a/TCG/Library/Artifacts/bc/bc6c727ba83652b64111f3fe068ffe8d b/TCG/Library/Artifacts/bc/bc6c727ba83652b64111f3fe068ffe8d
deleted file mode 100644
index bab046e1..00000000
Binary files a/TCG/Library/Artifacts/bc/bc6c727ba83652b64111f3fe068ffe8d and /dev/null differ
diff --git a/TCG/Library/Artifacts/bc/bcb8e5d72f5ea9d3d18f8273f02e2639 b/TCG/Library/Artifacts/bc/bcb8e5d72f5ea9d3d18f8273f02e2639
deleted file mode 100644
index 18a04b96..00000000
Binary files a/TCG/Library/Artifacts/bc/bcb8e5d72f5ea9d3d18f8273f02e2639 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bc/bcc7e2b43093c2d7b3a9150295713519 b/TCG/Library/Artifacts/bc/bcc7e2b43093c2d7b3a9150295713519
deleted file mode 100644
index a2a1d736..00000000
Binary files a/TCG/Library/Artifacts/bc/bcc7e2b43093c2d7b3a9150295713519 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bc/bcdafb2f00f4b8726ce7e53c437c8954 b/TCG/Library/Artifacts/bc/bcdafb2f00f4b8726ce7e53c437c8954
deleted file mode 100644
index 32b8970a..00000000
Binary files a/TCG/Library/Artifacts/bc/bcdafb2f00f4b8726ce7e53c437c8954 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bc/bce449205da98ad6a0e8bc82195595fd b/TCG/Library/Artifacts/bc/bce449205da98ad6a0e8bc82195595fd
deleted file mode 100644
index 0225265b..00000000
Binary files a/TCG/Library/Artifacts/bc/bce449205da98ad6a0e8bc82195595fd and /dev/null differ
diff --git a/TCG/Library/Artifacts/bc/bce8f3db591db9df2d84e66cdb9178bb b/TCG/Library/Artifacts/bc/bce8f3db591db9df2d84e66cdb9178bb
deleted file mode 100644
index f42b46b8..00000000
Binary files a/TCG/Library/Artifacts/bc/bce8f3db591db9df2d84e66cdb9178bb and /dev/null differ
diff --git a/TCG/Library/Artifacts/bd/bd36159ff7afdf7b967be5c3441b4bc4 b/TCG/Library/Artifacts/bd/bd36159ff7afdf7b967be5c3441b4bc4
deleted file mode 100644
index 10e74322..00000000
Binary files a/TCG/Library/Artifacts/bd/bd36159ff7afdf7b967be5c3441b4bc4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bd/bd56e42ee194d676adcdaa700c62b6ca b/TCG/Library/Artifacts/bd/bd56e42ee194d676adcdaa700c62b6ca
deleted file mode 100644
index caec896c..00000000
Binary files a/TCG/Library/Artifacts/bd/bd56e42ee194d676adcdaa700c62b6ca and /dev/null differ
diff --git a/TCG/Library/Artifacts/bd/bd6474bdc45ee9d9d7b6c6118d20a3cb b/TCG/Library/Artifacts/bd/bd6474bdc45ee9d9d7b6c6118d20a3cb
deleted file mode 100644
index ded87aba..00000000
Binary files a/TCG/Library/Artifacts/bd/bd6474bdc45ee9d9d7b6c6118d20a3cb and /dev/null differ
diff --git a/TCG/Library/Artifacts/bd/bd71c0f9f1ac7d9f9911cf9a45666e33 b/TCG/Library/Artifacts/bd/bd71c0f9f1ac7d9f9911cf9a45666e33
deleted file mode 100644
index 9d8611ab..00000000
Binary files a/TCG/Library/Artifacts/bd/bd71c0f9f1ac7d9f9911cf9a45666e33 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bd/bd85c469b7e4d3c5be7361986786f0a0 b/TCG/Library/Artifacts/bd/bd85c469b7e4d3c5be7361986786f0a0
deleted file mode 100644
index c70f812e..00000000
Binary files a/TCG/Library/Artifacts/bd/bd85c469b7e4d3c5be7361986786f0a0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bd/bd8a02e8687cd88a18f826ee0f0230a1 b/TCG/Library/Artifacts/bd/bd8a02e8687cd88a18f826ee0f0230a1
deleted file mode 100644
index 15cb9d14..00000000
Binary files a/TCG/Library/Artifacts/bd/bd8a02e8687cd88a18f826ee0f0230a1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bd/bdc4b489d6611c4557533c2908ccbd33 b/TCG/Library/Artifacts/bd/bdc4b489d6611c4557533c2908ccbd33
deleted file mode 100644
index a92ef04d..00000000
Binary files a/TCG/Library/Artifacts/bd/bdc4b489d6611c4557533c2908ccbd33 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bd/bde89bff93875e3d48f9bcf2f8c2169f b/TCG/Library/Artifacts/bd/bde89bff93875e3d48f9bcf2f8c2169f
deleted file mode 100644
index f35cf49d..00000000
Binary files a/TCG/Library/Artifacts/bd/bde89bff93875e3d48f9bcf2f8c2169f and /dev/null differ
diff --git a/TCG/Library/Artifacts/bd/bdea135a9c3ec7d45330a32b08f8dac1 b/TCG/Library/Artifacts/bd/bdea135a9c3ec7d45330a32b08f8dac1
deleted file mode 100644
index 3c8ae4ce..00000000
Binary files a/TCG/Library/Artifacts/bd/bdea135a9c3ec7d45330a32b08f8dac1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/be1404e77342065e5b2a67ccada01730 b/TCG/Library/Artifacts/be/be1404e77342065e5b2a67ccada01730
deleted file mode 100644
index 4279c7c4..00000000
Binary files a/TCG/Library/Artifacts/be/be1404e77342065e5b2a67ccada01730 and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/be1d874d6c7e101ceb9c9d3cf4b8a110 b/TCG/Library/Artifacts/be/be1d874d6c7e101ceb9c9d3cf4b8a110
deleted file mode 100644
index a2b9512b..00000000
Binary files a/TCG/Library/Artifacts/be/be1d874d6c7e101ceb9c9d3cf4b8a110 and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/be242e2605775daf48ce0847643a25b0 b/TCG/Library/Artifacts/be/be242e2605775daf48ce0847643a25b0
deleted file mode 100644
index 5e468c63..00000000
Binary files a/TCG/Library/Artifacts/be/be242e2605775daf48ce0847643a25b0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/be30725699b15618aed302dbdac2c696 b/TCG/Library/Artifacts/be/be30725699b15618aed302dbdac2c696
deleted file mode 100644
index 3c416782..00000000
Binary files a/TCG/Library/Artifacts/be/be30725699b15618aed302dbdac2c696 and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/be35a0b8b64370108872632100ca8c97 b/TCG/Library/Artifacts/be/be35a0b8b64370108872632100ca8c97
deleted file mode 100644
index ed588b9a..00000000
Binary files a/TCG/Library/Artifacts/be/be35a0b8b64370108872632100ca8c97 and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/be7d56e1f5fbf9fe39d97ed7c3ec01d8 b/TCG/Library/Artifacts/be/be7d56e1f5fbf9fe39d97ed7c3ec01d8
deleted file mode 100644
index 995389b8..00000000
Binary files a/TCG/Library/Artifacts/be/be7d56e1f5fbf9fe39d97ed7c3ec01d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/be9daaf0371a80b184363c11e344f571 b/TCG/Library/Artifacts/be/be9daaf0371a80b184363c11e344f571
deleted file mode 100644
index a6310423..00000000
Binary files a/TCG/Library/Artifacts/be/be9daaf0371a80b184363c11e344f571 and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/bea126630a7f316e06b6d5a1a48fd24a b/TCG/Library/Artifacts/be/bea126630a7f316e06b6d5a1a48fd24a
deleted file mode 100644
index dd75ff95..00000000
Binary files a/TCG/Library/Artifacts/be/bea126630a7f316e06b6d5a1a48fd24a and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/bea145918fdb27fedf23f8c2e5aff235 b/TCG/Library/Artifacts/be/bea145918fdb27fedf23f8c2e5aff235
deleted file mode 100644
index 0a902534..00000000
Binary files a/TCG/Library/Artifacts/be/bea145918fdb27fedf23f8c2e5aff235 and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/bee7a17e6ff89d8b8a4ac8990fc85630 b/TCG/Library/Artifacts/be/bee7a17e6ff89d8b8a4ac8990fc85630
deleted file mode 100644
index ba324837..00000000
Binary files a/TCG/Library/Artifacts/be/bee7a17e6ff89d8b8a4ac8990fc85630 and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/beec730b7761c13d69f290fb597e0f9f b/TCG/Library/Artifacts/be/beec730b7761c13d69f290fb597e0f9f
deleted file mode 100644
index e96a4a3d..00000000
Binary files a/TCG/Library/Artifacts/be/beec730b7761c13d69f290fb597e0f9f and /dev/null differ
diff --git a/TCG/Library/Artifacts/be/beef62aa40bcfb5162447af60200d22c b/TCG/Library/Artifacts/be/beef62aa40bcfb5162447af60200d22c
deleted file mode 100644
index 2e81c6e4..00000000
Binary files a/TCG/Library/Artifacts/be/beef62aa40bcfb5162447af60200d22c and /dev/null differ
diff --git a/TCG/Library/Artifacts/bf/bf06ce67e5ba32b057e763bf55157743 b/TCG/Library/Artifacts/bf/bf06ce67e5ba32b057e763bf55157743
deleted file mode 100644
index 00b0b9f4..00000000
Binary files a/TCG/Library/Artifacts/bf/bf06ce67e5ba32b057e763bf55157743 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bf/bf0d6c0818665d743ea1f87e4bace027 b/TCG/Library/Artifacts/bf/bf0d6c0818665d743ea1f87e4bace027
deleted file mode 100644
index 890dbaa4..00000000
Binary files a/TCG/Library/Artifacts/bf/bf0d6c0818665d743ea1f87e4bace027 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bf/bf1fda71b03e237d8f45da5362a1a6b9 b/TCG/Library/Artifacts/bf/bf1fda71b03e237d8f45da5362a1a6b9
deleted file mode 100644
index 8987fc2b..00000000
Binary files a/TCG/Library/Artifacts/bf/bf1fda71b03e237d8f45da5362a1a6b9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bf/bf39e43259cea0d217a57d5a6fb21abe b/TCG/Library/Artifacts/bf/bf39e43259cea0d217a57d5a6fb21abe
deleted file mode 100644
index becb69a8..00000000
Binary files a/TCG/Library/Artifacts/bf/bf39e43259cea0d217a57d5a6fb21abe and /dev/null differ
diff --git a/TCG/Library/Artifacts/bf/bf45c785a6a491f9cd0820cc58fc96ab b/TCG/Library/Artifacts/bf/bf45c785a6a491f9cd0820cc58fc96ab
deleted file mode 100644
index 481749fc..00000000
Binary files a/TCG/Library/Artifacts/bf/bf45c785a6a491f9cd0820cc58fc96ab and /dev/null differ
diff --git a/TCG/Library/Artifacts/bf/bf4d9e01b769e9ac7c50e54865caff30 b/TCG/Library/Artifacts/bf/bf4d9e01b769e9ac7c50e54865caff30
deleted file mode 100644
index 7020a0a7..00000000
Binary files a/TCG/Library/Artifacts/bf/bf4d9e01b769e9ac7c50e54865caff30 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bf/bf79ec8c5943e7685dfecfebf1f67be5 b/TCG/Library/Artifacts/bf/bf79ec8c5943e7685dfecfebf1f67be5
deleted file mode 100644
index a3985b4c..00000000
Binary files a/TCG/Library/Artifacts/bf/bf79ec8c5943e7685dfecfebf1f67be5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/bf/bf93c8cf942455c0e7e48c127d53634a b/TCG/Library/Artifacts/bf/bf93c8cf942455c0e7e48c127d53634a
deleted file mode 100644
index 6fc7bbd4..00000000
Binary files a/TCG/Library/Artifacts/bf/bf93c8cf942455c0e7e48c127d53634a and /dev/null differ
diff --git a/TCG/Library/Artifacts/bf/bfa2ef4b4803695666ab28f369ac9fa1 b/TCG/Library/Artifacts/bf/bfa2ef4b4803695666ab28f369ac9fa1
deleted file mode 100644
index 49e0af69..00000000
Binary files a/TCG/Library/Artifacts/bf/bfa2ef4b4803695666ab28f369ac9fa1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c0/c01f8a45ec3512b53d546fa9caa310f4 b/TCG/Library/Artifacts/c0/c01f8a45ec3512b53d546fa9caa310f4
deleted file mode 100644
index 908ff506..00000000
Binary files a/TCG/Library/Artifacts/c0/c01f8a45ec3512b53d546fa9caa310f4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c0/c03e4f7002a8a8d4d0c45a5dca247533 b/TCG/Library/Artifacts/c0/c03e4f7002a8a8d4d0c45a5dca247533
deleted file mode 100644
index 7fda3e28..00000000
Binary files a/TCG/Library/Artifacts/c0/c03e4f7002a8a8d4d0c45a5dca247533 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c0/c05e906d189b7a5929e3aad7a538ec5b b/TCG/Library/Artifacts/c0/c05e906d189b7a5929e3aad7a538ec5b
deleted file mode 100644
index e7d46369..00000000
Binary files a/TCG/Library/Artifacts/c0/c05e906d189b7a5929e3aad7a538ec5b and /dev/null differ
diff --git a/TCG/Library/Artifacts/c0/c06640b3f9ad3ea8797fc418ecfcfa01 b/TCG/Library/Artifacts/c0/c06640b3f9ad3ea8797fc418ecfcfa01
deleted file mode 100644
index b94ee910..00000000
Binary files a/TCG/Library/Artifacts/c0/c06640b3f9ad3ea8797fc418ecfcfa01 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c0/c0fa5089446a679cef8444f5f24cce18 b/TCG/Library/Artifacts/c0/c0fa5089446a679cef8444f5f24cce18
deleted file mode 100644
index 25ed691b..00000000
Binary files a/TCG/Library/Artifacts/c0/c0fa5089446a679cef8444f5f24cce18 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c1/c142d276f83866a72c23f1dd25a262e3 b/TCG/Library/Artifacts/c1/c142d276f83866a72c23f1dd25a262e3
deleted file mode 100644
index 1d871492..00000000
Binary files a/TCG/Library/Artifacts/c1/c142d276f83866a72c23f1dd25a262e3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c1/c15b5748736082899cafa0ca7ae2d83b b/TCG/Library/Artifacts/c1/c15b5748736082899cafa0ca7ae2d83b
deleted file mode 100644
index 8f291e6b..00000000
Binary files a/TCG/Library/Artifacts/c1/c15b5748736082899cafa0ca7ae2d83b and /dev/null differ
diff --git a/TCG/Library/Artifacts/c1/c1686036dc60b308d041f24d476af48f b/TCG/Library/Artifacts/c1/c1686036dc60b308d041f24d476af48f
deleted file mode 100644
index 4cc62dd5..00000000
Binary files a/TCG/Library/Artifacts/c1/c1686036dc60b308d041f24d476af48f and /dev/null differ
diff --git a/TCG/Library/Artifacts/c1/c192a625734a5c70bc61e2ef94a3303f b/TCG/Library/Artifacts/c1/c192a625734a5c70bc61e2ef94a3303f
deleted file mode 100644
index 5698248a..00000000
Binary files a/TCG/Library/Artifacts/c1/c192a625734a5c70bc61e2ef94a3303f and /dev/null differ
diff --git a/TCG/Library/Artifacts/c1/c19b2d16c71c20ff93162ef40743fba1 b/TCG/Library/Artifacts/c1/c19b2d16c71c20ff93162ef40743fba1
deleted file mode 100644
index 885a5fde..00000000
Binary files a/TCG/Library/Artifacts/c1/c19b2d16c71c20ff93162ef40743fba1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c1/c1c7e862c3ef65e249b3b6b92d66ff50 b/TCG/Library/Artifacts/c1/c1c7e862c3ef65e249b3b6b92d66ff50
deleted file mode 100644
index 690f6486..00000000
Binary files a/TCG/Library/Artifacts/c1/c1c7e862c3ef65e249b3b6b92d66ff50 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c1/c1dde9e6914a19a218e841ba1f417238 b/TCG/Library/Artifacts/c1/c1dde9e6914a19a218e841ba1f417238
deleted file mode 100644
index 4b247783..00000000
Binary files a/TCG/Library/Artifacts/c1/c1dde9e6914a19a218e841ba1f417238 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c1/c1e9210cf1d7d9e2339a96451e144028 b/TCG/Library/Artifacts/c1/c1e9210cf1d7d9e2339a96451e144028
deleted file mode 100644
index 408a4225..00000000
Binary files a/TCG/Library/Artifacts/c1/c1e9210cf1d7d9e2339a96451e144028 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c2/c212d966fd75d1608200eee77e73ebbf b/TCG/Library/Artifacts/c2/c212d966fd75d1608200eee77e73ebbf
deleted file mode 100644
index 78005691..00000000
Binary files a/TCG/Library/Artifacts/c2/c212d966fd75d1608200eee77e73ebbf and /dev/null differ
diff --git a/TCG/Library/Artifacts/c2/c218a8ae0223f14c2fac4d7491da9d22 b/TCG/Library/Artifacts/c2/c218a8ae0223f14c2fac4d7491da9d22
deleted file mode 100644
index a7132fd7..00000000
Binary files a/TCG/Library/Artifacts/c2/c218a8ae0223f14c2fac4d7491da9d22 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c2/c253e823f6a032bbfee741315ad48839 b/TCG/Library/Artifacts/c2/c253e823f6a032bbfee741315ad48839
deleted file mode 100644
index 2b8a0dc4..00000000
Binary files a/TCG/Library/Artifacts/c2/c253e823f6a032bbfee741315ad48839 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c2/c2683b92147246f5cf6b9634d654ae9a b/TCG/Library/Artifacts/c2/c2683b92147246f5cf6b9634d654ae9a
deleted file mode 100644
index 43c2c6ef..00000000
Binary files a/TCG/Library/Artifacts/c2/c2683b92147246f5cf6b9634d654ae9a and /dev/null differ
diff --git a/TCG/Library/Artifacts/c2/c277738820af92419bd8229d9ebcbe47 b/TCG/Library/Artifacts/c2/c277738820af92419bd8229d9ebcbe47
deleted file mode 100644
index c42a1139..00000000
Binary files a/TCG/Library/Artifacts/c2/c277738820af92419bd8229d9ebcbe47 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c2/c281e82239a8bc4ecae69127d94c0a25 b/TCG/Library/Artifacts/c2/c281e82239a8bc4ecae69127d94c0a25
deleted file mode 100644
index 4fc87e64..00000000
Binary files a/TCG/Library/Artifacts/c2/c281e82239a8bc4ecae69127d94c0a25 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c2/c287dd86af29a9cb6ce2a51cd367bd06 b/TCG/Library/Artifacts/c2/c287dd86af29a9cb6ce2a51cd367bd06
deleted file mode 100644
index 4e1242c0..00000000
Binary files a/TCG/Library/Artifacts/c2/c287dd86af29a9cb6ce2a51cd367bd06 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c2/c2a1ecccad2250ae22c76b2a2805b739 b/TCG/Library/Artifacts/c2/c2a1ecccad2250ae22c76b2a2805b739
deleted file mode 100644
index 5d199318..00000000
Binary files a/TCG/Library/Artifacts/c2/c2a1ecccad2250ae22c76b2a2805b739 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c2/c2dbda3cb0d404c92f42ec60d240afd1 b/TCG/Library/Artifacts/c2/c2dbda3cb0d404c92f42ec60d240afd1
deleted file mode 100644
index d727eac2..00000000
Binary files a/TCG/Library/Artifacts/c2/c2dbda3cb0d404c92f42ec60d240afd1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c2/c2df95b58c53ec1f3e6a614e2534718b b/TCG/Library/Artifacts/c2/c2df95b58c53ec1f3e6a614e2534718b
deleted file mode 100644
index a6f9bb27..00000000
Binary files a/TCG/Library/Artifacts/c2/c2df95b58c53ec1f3e6a614e2534718b and /dev/null differ
diff --git a/TCG/Library/Artifacts/c2/c2ec3d66daa0b38435fa713134cac91a b/TCG/Library/Artifacts/c2/c2ec3d66daa0b38435fa713134cac91a
deleted file mode 100644
index 2a454e1a..00000000
Binary files a/TCG/Library/Artifacts/c2/c2ec3d66daa0b38435fa713134cac91a and /dev/null differ
diff --git a/TCG/Library/Artifacts/c3/c3160a93b6edeab89462d6d0aefe88ad b/TCG/Library/Artifacts/c3/c3160a93b6edeab89462d6d0aefe88ad
deleted file mode 100644
index 19b1b571..00000000
Binary files a/TCG/Library/Artifacts/c3/c3160a93b6edeab89462d6d0aefe88ad and /dev/null differ
diff --git a/TCG/Library/Artifacts/c3/c3372b20a79b7f80ebc5a3054884c632 b/TCG/Library/Artifacts/c3/c3372b20a79b7f80ebc5a3054884c632
deleted file mode 100644
index 9280c183..00000000
Binary files a/TCG/Library/Artifacts/c3/c3372b20a79b7f80ebc5a3054884c632 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c3/c3387c3d4b8c0696b9c78d1f596b0447 b/TCG/Library/Artifacts/c3/c3387c3d4b8c0696b9c78d1f596b0447
deleted file mode 100644
index 84a26f88..00000000
Binary files a/TCG/Library/Artifacts/c3/c3387c3d4b8c0696b9c78d1f596b0447 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c3/c3431db39b184092a263437ad255f243 b/TCG/Library/Artifacts/c3/c3431db39b184092a263437ad255f243
deleted file mode 100644
index d05ad996..00000000
Binary files a/TCG/Library/Artifacts/c3/c3431db39b184092a263437ad255f243 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c3/c3485bda83502c055f1b0458d9d6003a b/TCG/Library/Artifacts/c3/c3485bda83502c055f1b0458d9d6003a
deleted file mode 100644
index d62d0fec..00000000
Binary files a/TCG/Library/Artifacts/c3/c3485bda83502c055f1b0458d9d6003a and /dev/null differ
diff --git a/TCG/Library/Artifacts/c3/c37beab655e7d89dfe1519001d4aa3ed b/TCG/Library/Artifacts/c3/c37beab655e7d89dfe1519001d4aa3ed
deleted file mode 100644
index 2257907f..00000000
Binary files a/TCG/Library/Artifacts/c3/c37beab655e7d89dfe1519001d4aa3ed and /dev/null differ
diff --git a/TCG/Library/Artifacts/c3/c39e392f4a93c3fda9b53b799be24cc4 b/TCG/Library/Artifacts/c3/c39e392f4a93c3fda9b53b799be24cc4
deleted file mode 100644
index f58d45d1..00000000
Binary files a/TCG/Library/Artifacts/c3/c39e392f4a93c3fda9b53b799be24cc4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c3/c3ba64aedc754e0d89d853d01984a1c6 b/TCG/Library/Artifacts/c3/c3ba64aedc754e0d89d853d01984a1c6
deleted file mode 100644
index 2262fb0f..00000000
Binary files a/TCG/Library/Artifacts/c3/c3ba64aedc754e0d89d853d01984a1c6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c3/c3de0cbac1de80c4411664e4e8595e15 b/TCG/Library/Artifacts/c3/c3de0cbac1de80c4411664e4e8595e15
deleted file mode 100644
index 29746fe6..00000000
Binary files a/TCG/Library/Artifacts/c3/c3de0cbac1de80c4411664e4e8595e15 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c3/c3e596426dd660f8c27ef60dcd483894 b/TCG/Library/Artifacts/c3/c3e596426dd660f8c27ef60dcd483894
deleted file mode 100644
index fcb5d0df..00000000
Binary files a/TCG/Library/Artifacts/c3/c3e596426dd660f8c27ef60dcd483894 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c4/c4064a8849af05c9d9985b79a3177347 b/TCG/Library/Artifacts/c4/c4064a8849af05c9d9985b79a3177347
deleted file mode 100644
index c677f303..00000000
Binary files a/TCG/Library/Artifacts/c4/c4064a8849af05c9d9985b79a3177347 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c4/c462ab88256ba123bc87165e80374d6f b/TCG/Library/Artifacts/c4/c462ab88256ba123bc87165e80374d6f
deleted file mode 100644
index 9f1b859d..00000000
Binary files a/TCG/Library/Artifacts/c4/c462ab88256ba123bc87165e80374d6f and /dev/null differ
diff --git a/TCG/Library/Artifacts/c4/c478781fc0c94b27888954461385e24b b/TCG/Library/Artifacts/c4/c478781fc0c94b27888954461385e24b
deleted file mode 100644
index 9788bace..00000000
Binary files a/TCG/Library/Artifacts/c4/c478781fc0c94b27888954461385e24b and /dev/null differ
diff --git a/TCG/Library/Artifacts/c4/c47d07951447b8155ba51f58da83c3dd b/TCG/Library/Artifacts/c4/c47d07951447b8155ba51f58da83c3dd
deleted file mode 100644
index f002ef5d..00000000
Binary files a/TCG/Library/Artifacts/c4/c47d07951447b8155ba51f58da83c3dd and /dev/null differ
diff --git a/TCG/Library/Artifacts/c4/c480d309b770e77ddc25eb9a45557b84 b/TCG/Library/Artifacts/c4/c480d309b770e77ddc25eb9a45557b84
deleted file mode 100644
index 3e1597b3..00000000
Binary files a/TCG/Library/Artifacts/c4/c480d309b770e77ddc25eb9a45557b84 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c4/c48b4332ad6d3f8c951e93180f367701 b/TCG/Library/Artifacts/c4/c48b4332ad6d3f8c951e93180f367701
deleted file mode 100644
index f50a04d9..00000000
Binary files a/TCG/Library/Artifacts/c4/c48b4332ad6d3f8c951e93180f367701 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c4/c4e75ebd6d046fc016edbac99535e014 b/TCG/Library/Artifacts/c4/c4e75ebd6d046fc016edbac99535e014
deleted file mode 100644
index c6d104f2..00000000
Binary files a/TCG/Library/Artifacts/c4/c4e75ebd6d046fc016edbac99535e014 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c4/c4ef4e198e359c276b268e5787043c30 b/TCG/Library/Artifacts/c4/c4ef4e198e359c276b268e5787043c30
deleted file mode 100644
index 9819b394..00000000
Binary files a/TCG/Library/Artifacts/c4/c4ef4e198e359c276b268e5787043c30 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c4/c4f04cd8d8ea918091d809f7e1e9317d b/TCG/Library/Artifacts/c4/c4f04cd8d8ea918091d809f7e1e9317d
deleted file mode 100644
index e36ae5f0..00000000
Binary files a/TCG/Library/Artifacts/c4/c4f04cd8d8ea918091d809f7e1e9317d and /dev/null differ
diff --git a/TCG/Library/Artifacts/c4/c4fcad777b046a970e8d6aa4bfa7c737 b/TCG/Library/Artifacts/c4/c4fcad777b046a970e8d6aa4bfa7c737
deleted file mode 100644
index 57a6584c..00000000
Binary files a/TCG/Library/Artifacts/c4/c4fcad777b046a970e8d6aa4bfa7c737 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c52013a3641a65ae8b964ec90cdf1985 b/TCG/Library/Artifacts/c5/c52013a3641a65ae8b964ec90cdf1985
deleted file mode 100644
index 280c4430..00000000
Binary files a/TCG/Library/Artifacts/c5/c52013a3641a65ae8b964ec90cdf1985 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c53b478f35f7b8645576bf24f8c69edd b/TCG/Library/Artifacts/c5/c53b478f35f7b8645576bf24f8c69edd
deleted file mode 100644
index a6f4a6df..00000000
Binary files a/TCG/Library/Artifacts/c5/c53b478f35f7b8645576bf24f8c69edd and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c53f854828aeead529f35717c9b3ae83 b/TCG/Library/Artifacts/c5/c53f854828aeead529f35717c9b3ae83
deleted file mode 100644
index b853dff8..00000000
Binary files a/TCG/Library/Artifacts/c5/c53f854828aeead529f35717c9b3ae83 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c5443bfd3e41c0e93c9b5677e23d550a b/TCG/Library/Artifacts/c5/c5443bfd3e41c0e93c9b5677e23d550a
deleted file mode 100644
index 99ff68ea..00000000
Binary files a/TCG/Library/Artifacts/c5/c5443bfd3e41c0e93c9b5677e23d550a and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c54df731ce5da68cd4e881042344e131 b/TCG/Library/Artifacts/c5/c54df731ce5da68cd4e881042344e131
deleted file mode 100644
index e3fd8ae2..00000000
Binary files a/TCG/Library/Artifacts/c5/c54df731ce5da68cd4e881042344e131 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c557dfed09697c3cd2258ae1d5bded65 b/TCG/Library/Artifacts/c5/c557dfed09697c3cd2258ae1d5bded65
deleted file mode 100644
index c944eed1..00000000
Binary files a/TCG/Library/Artifacts/c5/c557dfed09697c3cd2258ae1d5bded65 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c58fc92f59242b29c56a3175fe056706 b/TCG/Library/Artifacts/c5/c58fc92f59242b29c56a3175fe056706
deleted file mode 100644
index 4d0fa497..00000000
Binary files a/TCG/Library/Artifacts/c5/c58fc92f59242b29c56a3175fe056706 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c595e080e6f7ec61e977ea7d3e1d8ee4 b/TCG/Library/Artifacts/c5/c595e080e6f7ec61e977ea7d3e1d8ee4
deleted file mode 100644
index 52bb237d..00000000
Binary files a/TCG/Library/Artifacts/c5/c595e080e6f7ec61e977ea7d3e1d8ee4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c597f1ed27a0258ed0e3c4c7d1522380 b/TCG/Library/Artifacts/c5/c597f1ed27a0258ed0e3c4c7d1522380
deleted file mode 100644
index a8938c9e..00000000
Binary files a/TCG/Library/Artifacts/c5/c597f1ed27a0258ed0e3c4c7d1522380 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c59fda1a93da18123bae34e7975cc743 b/TCG/Library/Artifacts/c5/c59fda1a93da18123bae34e7975cc743
deleted file mode 100644
index 4df9b562..00000000
Binary files a/TCG/Library/Artifacts/c5/c59fda1a93da18123bae34e7975cc743 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c5a29af5ccfdc811028ba1c33032213d b/TCG/Library/Artifacts/c5/c5a29af5ccfdc811028ba1c33032213d
deleted file mode 100644
index 51226e2d..00000000
Binary files a/TCG/Library/Artifacts/c5/c5a29af5ccfdc811028ba1c33032213d and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c5c5c2faf0ed28d0fd485e02e5b5c3ad b/TCG/Library/Artifacts/c5/c5c5c2faf0ed28d0fd485e02e5b5c3ad
deleted file mode 100644
index ceb773f9..00000000
Binary files a/TCG/Library/Artifacts/c5/c5c5c2faf0ed28d0fd485e02e5b5c3ad and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c5e76ca753750ebdd0484228f923362c b/TCG/Library/Artifacts/c5/c5e76ca753750ebdd0484228f923362c
deleted file mode 100644
index 32b29a74..00000000
Binary files a/TCG/Library/Artifacts/c5/c5e76ca753750ebdd0484228f923362c and /dev/null differ
diff --git a/TCG/Library/Artifacts/c5/c5f5d9351cec63184d5b27f36a9a033c b/TCG/Library/Artifacts/c5/c5f5d9351cec63184d5b27f36a9a033c
deleted file mode 100644
index df6228a2..00000000
Binary files a/TCG/Library/Artifacts/c5/c5f5d9351cec63184d5b27f36a9a033c and /dev/null differ
diff --git a/TCG/Library/Artifacts/c6/c60fc4e4d812784be54873b5f0061265 b/TCG/Library/Artifacts/c6/c60fc4e4d812784be54873b5f0061265
deleted file mode 100644
index 8eed0875..00000000
Binary files a/TCG/Library/Artifacts/c6/c60fc4e4d812784be54873b5f0061265 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c6/c61007ae4c8fa7081eb1c9ef206759a9 b/TCG/Library/Artifacts/c6/c61007ae4c8fa7081eb1c9ef206759a9
deleted file mode 100644
index ae8e0787..00000000
Binary files a/TCG/Library/Artifacts/c6/c61007ae4c8fa7081eb1c9ef206759a9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c6/c63c154322aa20dd084076f98eb4fc7c b/TCG/Library/Artifacts/c6/c63c154322aa20dd084076f98eb4fc7c
deleted file mode 100644
index 672d23d3..00000000
Binary files a/TCG/Library/Artifacts/c6/c63c154322aa20dd084076f98eb4fc7c and /dev/null differ
diff --git a/TCG/Library/Artifacts/c6/c654c7ed0254ab52be85835bd72a43b8 b/TCG/Library/Artifacts/c6/c654c7ed0254ab52be85835bd72a43b8
deleted file mode 100644
index bdf58b45..00000000
Binary files a/TCG/Library/Artifacts/c6/c654c7ed0254ab52be85835bd72a43b8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c6/c663bd3018b32cd92d15bc50ca18c48e b/TCG/Library/Artifacts/c6/c663bd3018b32cd92d15bc50ca18c48e
deleted file mode 100644
index 27f4b17f..00000000
Binary files a/TCG/Library/Artifacts/c6/c663bd3018b32cd92d15bc50ca18c48e and /dev/null differ
diff --git a/TCG/Library/Artifacts/c6/c670f4220e73ca472177825cbd3ef8a4 b/TCG/Library/Artifacts/c6/c670f4220e73ca472177825cbd3ef8a4
deleted file mode 100644
index af919c76..00000000
Binary files a/TCG/Library/Artifacts/c6/c670f4220e73ca472177825cbd3ef8a4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c6/c6a831cff52e904eff16bc5c3ca5fb3d b/TCG/Library/Artifacts/c6/c6a831cff52e904eff16bc5c3ca5fb3d
deleted file mode 100644
index 37cf676e..00000000
Binary files a/TCG/Library/Artifacts/c6/c6a831cff52e904eff16bc5c3ca5fb3d and /dev/null differ
diff --git a/TCG/Library/Artifacts/c6/c6af7a3a6c9de57c25a6e65601b99cdd b/TCG/Library/Artifacts/c6/c6af7a3a6c9de57c25a6e65601b99cdd
deleted file mode 100644
index 2a1c22da..00000000
Binary files a/TCG/Library/Artifacts/c6/c6af7a3a6c9de57c25a6e65601b99cdd and /dev/null differ
diff --git a/TCG/Library/Artifacts/c6/c6bc62174da03a85638af3b1f86499df b/TCG/Library/Artifacts/c6/c6bc62174da03a85638af3b1f86499df
deleted file mode 100644
index ddb6c55e..00000000
Binary files a/TCG/Library/Artifacts/c6/c6bc62174da03a85638af3b1f86499df and /dev/null differ
diff --git a/TCG/Library/Artifacts/c6/c6de9d7ea6a46dbae736fb1ff1454d01 b/TCG/Library/Artifacts/c6/c6de9d7ea6a46dbae736fb1ff1454d01
deleted file mode 100644
index 2f7b61d3..00000000
Binary files a/TCG/Library/Artifacts/c6/c6de9d7ea6a46dbae736fb1ff1454d01 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c7/c706f6d902e3005660c8ad41552af2c6 b/TCG/Library/Artifacts/c7/c706f6d902e3005660c8ad41552af2c6
deleted file mode 100644
index 6824ebaa..00000000
Binary files a/TCG/Library/Artifacts/c7/c706f6d902e3005660c8ad41552af2c6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c7/c7191d590467aaad9f84d4f815bcc037 b/TCG/Library/Artifacts/c7/c7191d590467aaad9f84d4f815bcc037
deleted file mode 100644
index 149084f4..00000000
Binary files a/TCG/Library/Artifacts/c7/c7191d590467aaad9f84d4f815bcc037 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c7/c71ea83ec0740cfd32787cd60df25a59 b/TCG/Library/Artifacts/c7/c71ea83ec0740cfd32787cd60df25a59
deleted file mode 100644
index df2af954..00000000
Binary files a/TCG/Library/Artifacts/c7/c71ea83ec0740cfd32787cd60df25a59 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c7/c725ad737ea12315daafc4d3d6978f07 b/TCG/Library/Artifacts/c7/c725ad737ea12315daafc4d3d6978f07
deleted file mode 100644
index c231b354..00000000
Binary files a/TCG/Library/Artifacts/c7/c725ad737ea12315daafc4d3d6978f07 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c7/c7700cbb130122feef07dd7c8638dab9 b/TCG/Library/Artifacts/c7/c7700cbb130122feef07dd7c8638dab9
deleted file mode 100644
index 26f2e082..00000000
Binary files a/TCG/Library/Artifacts/c7/c7700cbb130122feef07dd7c8638dab9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c7/c790879fba7a9dd84a627abdf36af973 b/TCG/Library/Artifacts/c7/c790879fba7a9dd84a627abdf36af973
deleted file mode 100644
index c210f80b..00000000
Binary files a/TCG/Library/Artifacts/c7/c790879fba7a9dd84a627abdf36af973 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c7/c7992072946b5010ef06577f9601bf34 b/TCG/Library/Artifacts/c7/c7992072946b5010ef06577f9601bf34
deleted file mode 100644
index decec412..00000000
Binary files a/TCG/Library/Artifacts/c7/c7992072946b5010ef06577f9601bf34 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c7/c7ac6eaff0198ffd9fff4a672768e98f b/TCG/Library/Artifacts/c7/c7ac6eaff0198ffd9fff4a672768e98f
deleted file mode 100644
index 4c084e64..00000000
Binary files a/TCG/Library/Artifacts/c7/c7ac6eaff0198ffd9fff4a672768e98f and /dev/null differ
diff --git a/TCG/Library/Artifacts/c7/c7bdf2a95d435e698c4787c25b127bbd b/TCG/Library/Artifacts/c7/c7bdf2a95d435e698c4787c25b127bbd
deleted file mode 100644
index 354200a7..00000000
Binary files a/TCG/Library/Artifacts/c7/c7bdf2a95d435e698c4787c25b127bbd and /dev/null differ
diff --git a/TCG/Library/Artifacts/c7/c7da8559a97d686ef673921c4a730648 b/TCG/Library/Artifacts/c7/c7da8559a97d686ef673921c4a730648
deleted file mode 100644
index 62cfd7d1..00000000
Binary files a/TCG/Library/Artifacts/c7/c7da8559a97d686ef673921c4a730648 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c7/c7f03b061300b3e066453890e189b338 b/TCG/Library/Artifacts/c7/c7f03b061300b3e066453890e189b338
deleted file mode 100644
index ca670b93..00000000
Binary files a/TCG/Library/Artifacts/c7/c7f03b061300b3e066453890e189b338 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c8/c811594647ee7f93134bca0f7f3cf6b1 b/TCG/Library/Artifacts/c8/c811594647ee7f93134bca0f7f3cf6b1
deleted file mode 100644
index dd481799..00000000
Binary files a/TCG/Library/Artifacts/c8/c811594647ee7f93134bca0f7f3cf6b1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c8/c82fcfb32039c865f86882e13eb5d11d b/TCG/Library/Artifacts/c8/c82fcfb32039c865f86882e13eb5d11d
deleted file mode 100644
index b8bee884..00000000
Binary files a/TCG/Library/Artifacts/c8/c82fcfb32039c865f86882e13eb5d11d and /dev/null differ
diff --git a/TCG/Library/Artifacts/c8/c84886276939a3b00740b2aa6e801c80 b/TCG/Library/Artifacts/c8/c84886276939a3b00740b2aa6e801c80
deleted file mode 100644
index 7c58d59a..00000000
Binary files a/TCG/Library/Artifacts/c8/c84886276939a3b00740b2aa6e801c80 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c8/c87f6535248c4a6be9e6019f210393e5 b/TCG/Library/Artifacts/c8/c87f6535248c4a6be9e6019f210393e5
deleted file mode 100644
index 4edcbc41..00000000
Binary files a/TCG/Library/Artifacts/c8/c87f6535248c4a6be9e6019f210393e5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c8/c880b5483802e92e0052dadad4c2298f b/TCG/Library/Artifacts/c8/c880b5483802e92e0052dadad4c2298f
deleted file mode 100644
index 4912fbda..00000000
Binary files a/TCG/Library/Artifacts/c8/c880b5483802e92e0052dadad4c2298f and /dev/null differ
diff --git a/TCG/Library/Artifacts/c8/c8b7a2a1085bd7a4d4262f8696d00055 b/TCG/Library/Artifacts/c8/c8b7a2a1085bd7a4d4262f8696d00055
deleted file mode 100644
index 677ab223..00000000
Binary files a/TCG/Library/Artifacts/c8/c8b7a2a1085bd7a4d4262f8696d00055 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c8/c8ce97a509b4a17177efd9026f3150e1 b/TCG/Library/Artifacts/c8/c8ce97a509b4a17177efd9026f3150e1
deleted file mode 100644
index cb6836ed..00000000
Binary files a/TCG/Library/Artifacts/c8/c8ce97a509b4a17177efd9026f3150e1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c8/c8dfb31a7d300e00508b788bb73d485e b/TCG/Library/Artifacts/c8/c8dfb31a7d300e00508b788bb73d485e
deleted file mode 100644
index 79d62982..00000000
Binary files a/TCG/Library/Artifacts/c8/c8dfb31a7d300e00508b788bb73d485e and /dev/null differ
diff --git a/TCG/Library/Artifacts/c8/c8e67c0b50663937c289ec8e16019a87 b/TCG/Library/Artifacts/c8/c8e67c0b50663937c289ec8e16019a87
deleted file mode 100644
index d6537f0b..00000000
Binary files a/TCG/Library/Artifacts/c8/c8e67c0b50663937c289ec8e16019a87 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c916125356ea4697bf0f8f3230b8930e b/TCG/Library/Artifacts/c9/c916125356ea4697bf0f8f3230b8930e
deleted file mode 100644
index 949affcf..00000000
Binary files a/TCG/Library/Artifacts/c9/c916125356ea4697bf0f8f3230b8930e and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c92853739aa9b7998f34ad4f4788af76 b/TCG/Library/Artifacts/c9/c92853739aa9b7998f34ad4f4788af76
deleted file mode 100644
index ecac5c50..00000000
Binary files a/TCG/Library/Artifacts/c9/c92853739aa9b7998f34ad4f4788af76 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c937ef67efda3390de5302c72c691b59 b/TCG/Library/Artifacts/c9/c937ef67efda3390de5302c72c691b59
deleted file mode 100644
index fb1b9926..00000000
Binary files a/TCG/Library/Artifacts/c9/c937ef67efda3390de5302c72c691b59 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c95b0dcc912748b3b31b0b16b0e151c3 b/TCG/Library/Artifacts/c9/c95b0dcc912748b3b31b0b16b0e151c3
deleted file mode 100644
index 72656939..00000000
Binary files a/TCG/Library/Artifacts/c9/c95b0dcc912748b3b31b0b16b0e151c3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c95e8539e086fcd8343f9031c4b08a70 b/TCG/Library/Artifacts/c9/c95e8539e086fcd8343f9031c4b08a70
deleted file mode 100644
index 948376fd..00000000
Binary files a/TCG/Library/Artifacts/c9/c95e8539e086fcd8343f9031c4b08a70 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c96a3b9a5aa16edc498ee6e7ebce6787 b/TCG/Library/Artifacts/c9/c96a3b9a5aa16edc498ee6e7ebce6787
deleted file mode 100644
index 42d30a88..00000000
Binary files a/TCG/Library/Artifacts/c9/c96a3b9a5aa16edc498ee6e7ebce6787 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c979202fad845ed81fc41d3a9c01c2a7 b/TCG/Library/Artifacts/c9/c979202fad845ed81fc41d3a9c01c2a7
deleted file mode 100644
index 0ca0d0ff..00000000
Binary files a/TCG/Library/Artifacts/c9/c979202fad845ed81fc41d3a9c01c2a7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c97be1f6160d40ed26e15dfba78398bf b/TCG/Library/Artifacts/c9/c97be1f6160d40ed26e15dfba78398bf
deleted file mode 100644
index 067e332f..00000000
Binary files a/TCG/Library/Artifacts/c9/c97be1f6160d40ed26e15dfba78398bf and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c98abd9d83a837583a94507dc8f3dda6 b/TCG/Library/Artifacts/c9/c98abd9d83a837583a94507dc8f3dda6
deleted file mode 100644
index 29c83da7..00000000
Binary files a/TCG/Library/Artifacts/c9/c98abd9d83a837583a94507dc8f3dda6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c9a27e2e71945c78571e73bf73bcde0c b/TCG/Library/Artifacts/c9/c9a27e2e71945c78571e73bf73bcde0c
deleted file mode 100644
index af6586dd..00000000
Binary files a/TCG/Library/Artifacts/c9/c9a27e2e71945c78571e73bf73bcde0c and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c9a5704f743a33016b28dfbf89fbcfff b/TCG/Library/Artifacts/c9/c9a5704f743a33016b28dfbf89fbcfff
deleted file mode 100644
index 59292d6b..00000000
Binary files a/TCG/Library/Artifacts/c9/c9a5704f743a33016b28dfbf89fbcfff and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c9a85f9141c84b06dea9f04e2f7794ce b/TCG/Library/Artifacts/c9/c9a85f9141c84b06dea9f04e2f7794ce
deleted file mode 100644
index ffd74ae2..00000000
Binary files a/TCG/Library/Artifacts/c9/c9a85f9141c84b06dea9f04e2f7794ce and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c9bcf83c294c78c5e9750bb4e1807311 b/TCG/Library/Artifacts/c9/c9bcf83c294c78c5e9750bb4e1807311
deleted file mode 100644
index 8f59a941..00000000
Binary files a/TCG/Library/Artifacts/c9/c9bcf83c294c78c5e9750bb4e1807311 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c9d4989c79381715850e1a6f46b95941 b/TCG/Library/Artifacts/c9/c9d4989c79381715850e1a6f46b95941
deleted file mode 100644
index 93711067..00000000
Binary files a/TCG/Library/Artifacts/c9/c9d4989c79381715850e1a6f46b95941 and /dev/null differ
diff --git a/TCG/Library/Artifacts/c9/c9da2c87a73fc43d20d9543f284f3f68 b/TCG/Library/Artifacts/c9/c9da2c87a73fc43d20d9543f284f3f68
deleted file mode 100644
index 46ec5613..00000000
Binary files a/TCG/Library/Artifacts/c9/c9da2c87a73fc43d20d9543f284f3f68 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ca/ca13e8492035327e92c279a99e3ae66f b/TCG/Library/Artifacts/ca/ca13e8492035327e92c279a99e3ae66f
deleted file mode 100644
index 61bf4869..00000000
Binary files a/TCG/Library/Artifacts/ca/ca13e8492035327e92c279a99e3ae66f and /dev/null differ
diff --git a/TCG/Library/Artifacts/ca/ca154a502d5cca49d7e70dee61e4496b b/TCG/Library/Artifacts/ca/ca154a502d5cca49d7e70dee61e4496b
deleted file mode 100644
index c9d42802..00000000
Binary files a/TCG/Library/Artifacts/ca/ca154a502d5cca49d7e70dee61e4496b and /dev/null differ
diff --git a/TCG/Library/Artifacts/ca/ca3d779fde060ff03555f2835c331cce b/TCG/Library/Artifacts/ca/ca3d779fde060ff03555f2835c331cce
deleted file mode 100644
index bfabbab2..00000000
Binary files a/TCG/Library/Artifacts/ca/ca3d779fde060ff03555f2835c331cce and /dev/null differ
diff --git a/TCG/Library/Artifacts/ca/ca6fee0a17afca8a6dd37e208b95e4cc b/TCG/Library/Artifacts/ca/ca6fee0a17afca8a6dd37e208b95e4cc
deleted file mode 100644
index 63b33004..00000000
Binary files a/TCG/Library/Artifacts/ca/ca6fee0a17afca8a6dd37e208b95e4cc and /dev/null differ
diff --git a/TCG/Library/Artifacts/ca/ca7ddae775124c7a32c4e4b9d0a7f578 b/TCG/Library/Artifacts/ca/ca7ddae775124c7a32c4e4b9d0a7f578
deleted file mode 100644
index 1621c60f..00000000
Binary files a/TCG/Library/Artifacts/ca/ca7ddae775124c7a32c4e4b9d0a7f578 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ca/ca8e78b6f258d09a5c3acef0b47dc5ea b/TCG/Library/Artifacts/ca/ca8e78b6f258d09a5c3acef0b47dc5ea
deleted file mode 100644
index 9a4a1d1b..00000000
Binary files a/TCG/Library/Artifacts/ca/ca8e78b6f258d09a5c3acef0b47dc5ea and /dev/null differ
diff --git a/TCG/Library/Artifacts/ca/cab9f35f57571ba7d6835887f322b8e0 b/TCG/Library/Artifacts/ca/cab9f35f57571ba7d6835887f322b8e0
deleted file mode 100644
index ab390b0f..00000000
Binary files a/TCG/Library/Artifacts/ca/cab9f35f57571ba7d6835887f322b8e0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ca/cabf9be51d2d10abe39e81f912b801f9 b/TCG/Library/Artifacts/ca/cabf9be51d2d10abe39e81f912b801f9
deleted file mode 100644
index cba816a2..00000000
Binary files a/TCG/Library/Artifacts/ca/cabf9be51d2d10abe39e81f912b801f9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ca/cac072070e3ec8ac83629878660b3c09 b/TCG/Library/Artifacts/ca/cac072070e3ec8ac83629878660b3c09
deleted file mode 100644
index c26d27d4..00000000
Binary files a/TCG/Library/Artifacts/ca/cac072070e3ec8ac83629878660b3c09 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ca/cacabeedd8b307905d7ac9f66f774708 b/TCG/Library/Artifacts/ca/cacabeedd8b307905d7ac9f66f774708
deleted file mode 100644
index a201fb39..00000000
Binary files a/TCG/Library/Artifacts/ca/cacabeedd8b307905d7ac9f66f774708 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cb/cb17b92a1535579fc0ff5ebdd2fd8232 b/TCG/Library/Artifacts/cb/cb17b92a1535579fc0ff5ebdd2fd8232
deleted file mode 100644
index b36213e1..00000000
Binary files a/TCG/Library/Artifacts/cb/cb17b92a1535579fc0ff5ebdd2fd8232 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cb/cb346567ee9e44f6da859950b34f236c b/TCG/Library/Artifacts/cb/cb346567ee9e44f6da859950b34f236c
deleted file mode 100644
index efe1eb8e..00000000
Binary files a/TCG/Library/Artifacts/cb/cb346567ee9e44f6da859950b34f236c and /dev/null differ
diff --git a/TCG/Library/Artifacts/cb/cb4378a0bf31b65451c94e85c27a595c b/TCG/Library/Artifacts/cb/cb4378a0bf31b65451c94e85c27a595c
deleted file mode 100644
index 719e99c8..00000000
Binary files a/TCG/Library/Artifacts/cb/cb4378a0bf31b65451c94e85c27a595c and /dev/null differ
diff --git a/TCG/Library/Artifacts/cb/cbb2402a424873a429f5308d9b507aeb b/TCG/Library/Artifacts/cb/cbb2402a424873a429f5308d9b507aeb
deleted file mode 100644
index 3b37d93c..00000000
Binary files a/TCG/Library/Artifacts/cb/cbb2402a424873a429f5308d9b507aeb and /dev/null differ
diff --git a/TCG/Library/Artifacts/cb/cbc652e35762e63c641330328dcf7c90 b/TCG/Library/Artifacts/cb/cbc652e35762e63c641330328dcf7c90
deleted file mode 100644
index 8bd6b909..00000000
Binary files a/TCG/Library/Artifacts/cb/cbc652e35762e63c641330328dcf7c90 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cb/cbc908cf7d177dc404b76a38f8347c57 b/TCG/Library/Artifacts/cb/cbc908cf7d177dc404b76a38f8347c57
deleted file mode 100644
index c59f65cd..00000000
Binary files a/TCG/Library/Artifacts/cb/cbc908cf7d177dc404b76a38f8347c57 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cb/cbd22e9e461cc0d3632d542140a864d5 b/TCG/Library/Artifacts/cb/cbd22e9e461cc0d3632d542140a864d5
deleted file mode 100644
index b9d55179..00000000
Binary files a/TCG/Library/Artifacts/cb/cbd22e9e461cc0d3632d542140a864d5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cb/cbe2a8e48b639adb7c37f69485e61d54 b/TCG/Library/Artifacts/cb/cbe2a8e48b639adb7c37f69485e61d54
deleted file mode 100644
index 019eb62f..00000000
Binary files a/TCG/Library/Artifacts/cb/cbe2a8e48b639adb7c37f69485e61d54 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cb/cbe48a7556ba98bd18b2b42ef66fe4ed b/TCG/Library/Artifacts/cb/cbe48a7556ba98bd18b2b42ef66fe4ed
deleted file mode 100644
index a80d24db..00000000
Binary files a/TCG/Library/Artifacts/cb/cbe48a7556ba98bd18b2b42ef66fe4ed and /dev/null differ
diff --git a/TCG/Library/Artifacts/cb/cbe7674753783f1685e3be20a8a6dfd2 b/TCG/Library/Artifacts/cb/cbe7674753783f1685e3be20a8a6dfd2
deleted file mode 100644
index 498ea783..00000000
Binary files a/TCG/Library/Artifacts/cb/cbe7674753783f1685e3be20a8a6dfd2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/cc121c2b1c56cd09aef5fd21ae4f8017 b/TCG/Library/Artifacts/cc/cc121c2b1c56cd09aef5fd21ae4f8017
deleted file mode 100644
index 55e48324..00000000
Binary files a/TCG/Library/Artifacts/cc/cc121c2b1c56cd09aef5fd21ae4f8017 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/cc2af2e6488527c83f668c9ea9326ccc b/TCG/Library/Artifacts/cc/cc2af2e6488527c83f668c9ea9326ccc
deleted file mode 100644
index 73e79a70..00000000
Binary files a/TCG/Library/Artifacts/cc/cc2af2e6488527c83f668c9ea9326ccc and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/cc3077cfac60d90260007d608155052c b/TCG/Library/Artifacts/cc/cc3077cfac60d90260007d608155052c
deleted file mode 100644
index 3a8e6e00..00000000
Binary files a/TCG/Library/Artifacts/cc/cc3077cfac60d90260007d608155052c and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/cc50aefca61867c6ed5f36297045e1dd b/TCG/Library/Artifacts/cc/cc50aefca61867c6ed5f36297045e1dd
deleted file mode 100644
index c1f32be5..00000000
Binary files a/TCG/Library/Artifacts/cc/cc50aefca61867c6ed5f36297045e1dd and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/cc554cfd3060e5eb0445fee9002ef77f b/TCG/Library/Artifacts/cc/cc554cfd3060e5eb0445fee9002ef77f
deleted file mode 100644
index bec1e779..00000000
Binary files a/TCG/Library/Artifacts/cc/cc554cfd3060e5eb0445fee9002ef77f and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/cc668d7d79ef652ed1bbd1c6f16774f7 b/TCG/Library/Artifacts/cc/cc668d7d79ef652ed1bbd1c6f16774f7
deleted file mode 100644
index 3314063a..00000000
Binary files a/TCG/Library/Artifacts/cc/cc668d7d79ef652ed1bbd1c6f16774f7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/cc6b17b05a410f8f5e55cb84cf1f3e03 b/TCG/Library/Artifacts/cc/cc6b17b05a410f8f5e55cb84cf1f3e03
deleted file mode 100644
index 325f6c30..00000000
Binary files a/TCG/Library/Artifacts/cc/cc6b17b05a410f8f5e55cb84cf1f3e03 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/cc71d9363c8b2a88a68f0488aa515779 b/TCG/Library/Artifacts/cc/cc71d9363c8b2a88a68f0488aa515779
deleted file mode 100644
index f96925b6..00000000
Binary files a/TCG/Library/Artifacts/cc/cc71d9363c8b2a88a68f0488aa515779 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/ccb0028a37ec4fd9a5b1ecb2f99fe239 b/TCG/Library/Artifacts/cc/ccb0028a37ec4fd9a5b1ecb2f99fe239
deleted file mode 100644
index 83bafd2f..00000000
Binary files a/TCG/Library/Artifacts/cc/ccb0028a37ec4fd9a5b1ecb2f99fe239 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/ccbaa5f7e1b4848ea38c596371683018 b/TCG/Library/Artifacts/cc/ccbaa5f7e1b4848ea38c596371683018
deleted file mode 100644
index 80404bc3..00000000
Binary files a/TCG/Library/Artifacts/cc/ccbaa5f7e1b4848ea38c596371683018 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/ccc522abe2cee8de02d17e89619e7055 b/TCG/Library/Artifacts/cc/ccc522abe2cee8de02d17e89619e7055
deleted file mode 100644
index a7b5d307..00000000
Binary files a/TCG/Library/Artifacts/cc/ccc522abe2cee8de02d17e89619e7055 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/ccf1457680e27a55a7cdf454707be1bc b/TCG/Library/Artifacts/cc/ccf1457680e27a55a7cdf454707be1bc
deleted file mode 100644
index d000174a..00000000
Binary files a/TCG/Library/Artifacts/cc/ccf1457680e27a55a7cdf454707be1bc and /dev/null differ
diff --git a/TCG/Library/Artifacts/cc/ccf4b0cacca541612c0a2962df6f2905 b/TCG/Library/Artifacts/cc/ccf4b0cacca541612c0a2962df6f2905
deleted file mode 100644
index a5f3d9f4..00000000
Binary files a/TCG/Library/Artifacts/cc/ccf4b0cacca541612c0a2962df6f2905 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cd/cd63e57dfa38d885bbfd6f741dcefef2 b/TCG/Library/Artifacts/cd/cd63e57dfa38d885bbfd6f741dcefef2
deleted file mode 100644
index ec3b0163..00000000
Binary files a/TCG/Library/Artifacts/cd/cd63e57dfa38d885bbfd6f741dcefef2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cd/cdb1b48e936676b005a5d8f5f39b5a23 b/TCG/Library/Artifacts/cd/cdb1b48e936676b005a5d8f5f39b5a23
deleted file mode 100644
index 71c81fd0..00000000
Binary files a/TCG/Library/Artifacts/cd/cdb1b48e936676b005a5d8f5f39b5a23 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cd/cdc8bcf5a20f84c3227a5481e11a2bab b/TCG/Library/Artifacts/cd/cdc8bcf5a20f84c3227a5481e11a2bab
deleted file mode 100644
index 956e55bb..00000000
Binary files a/TCG/Library/Artifacts/cd/cdc8bcf5a20f84c3227a5481e11a2bab and /dev/null differ
diff --git a/TCG/Library/Artifacts/cd/cdd366e29857d91a3b81ad6818a9b10f b/TCG/Library/Artifacts/cd/cdd366e29857d91a3b81ad6818a9b10f
deleted file mode 100644
index 83fa8bcf..00000000
Binary files a/TCG/Library/Artifacts/cd/cdd366e29857d91a3b81ad6818a9b10f and /dev/null differ
diff --git a/TCG/Library/Artifacts/cd/cdd91e3895d67cfc533b628a71399f6a b/TCG/Library/Artifacts/cd/cdd91e3895d67cfc533b628a71399f6a
deleted file mode 100644
index a70f213b..00000000
Binary files a/TCG/Library/Artifacts/cd/cdd91e3895d67cfc533b628a71399f6a and /dev/null differ
diff --git a/TCG/Library/Artifacts/cd/cdd999c5d2389a8ec8ce72207eaf18e6 b/TCG/Library/Artifacts/cd/cdd999c5d2389a8ec8ce72207eaf18e6
deleted file mode 100644
index 9746fefc..00000000
Binary files a/TCG/Library/Artifacts/cd/cdd999c5d2389a8ec8ce72207eaf18e6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cd/cddc5536a224deb5a0bb31c82b29650f b/TCG/Library/Artifacts/cd/cddc5536a224deb5a0bb31c82b29650f
deleted file mode 100644
index b8e1d83e..00000000
Binary files a/TCG/Library/Artifacts/cd/cddc5536a224deb5a0bb31c82b29650f and /dev/null differ
diff --git a/TCG/Library/Artifacts/cd/cdecfe1c9a4d158339bb9282bb82c9ca b/TCG/Library/Artifacts/cd/cdecfe1c9a4d158339bb9282bb82c9ca
deleted file mode 100644
index 4d64b5ac..00000000
Binary files a/TCG/Library/Artifacts/cd/cdecfe1c9a4d158339bb9282bb82c9ca and /dev/null differ
diff --git a/TCG/Library/Artifacts/cd/cdf7d2cb0ce1a0cb9b8e9065f61a1d65 b/TCG/Library/Artifacts/cd/cdf7d2cb0ce1a0cb9b8e9065f61a1d65
deleted file mode 100644
index 0c9b26bf..00000000
Binary files a/TCG/Library/Artifacts/cd/cdf7d2cb0ce1a0cb9b8e9065f61a1d65 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cd/cdf950d8d5851a591b7f3672465a3f41 b/TCG/Library/Artifacts/cd/cdf950d8d5851a591b7f3672465a3f41
deleted file mode 100644
index 1c5f1a62..00000000
Binary files a/TCG/Library/Artifacts/cd/cdf950d8d5851a591b7f3672465a3f41 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/ce11eec5651742b6e4a5677a19f7ffe2 b/TCG/Library/Artifacts/ce/ce11eec5651742b6e4a5677a19f7ffe2
deleted file mode 100644
index fdfc506b..00000000
Binary files a/TCG/Library/Artifacts/ce/ce11eec5651742b6e4a5677a19f7ffe2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/ce22c7de38f6c0061256866c6c6d82db b/TCG/Library/Artifacts/ce/ce22c7de38f6c0061256866c6c6d82db
deleted file mode 100644
index 2a9b9e14..00000000
Binary files a/TCG/Library/Artifacts/ce/ce22c7de38f6c0061256866c6c6d82db and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/ce4cf869a62dedd7ef6770090ac6a2fd b/TCG/Library/Artifacts/ce/ce4cf869a62dedd7ef6770090ac6a2fd
deleted file mode 100644
index b9e05f1a..00000000
Binary files a/TCG/Library/Artifacts/ce/ce4cf869a62dedd7ef6770090ac6a2fd and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/ce5ba49c0c2e47ce6e0c77cadd71e1b0 b/TCG/Library/Artifacts/ce/ce5ba49c0c2e47ce6e0c77cadd71e1b0
deleted file mode 100644
index 7c9e39fd..00000000
Binary files a/TCG/Library/Artifacts/ce/ce5ba49c0c2e47ce6e0c77cadd71e1b0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/ce879d2198c247bc04625f580dc7b89c b/TCG/Library/Artifacts/ce/ce879d2198c247bc04625f580dc7b89c
deleted file mode 100644
index 8bd5d037..00000000
Binary files a/TCG/Library/Artifacts/ce/ce879d2198c247bc04625f580dc7b89c and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/ce9bb06cd486ba8ff711f3426814c596 b/TCG/Library/Artifacts/ce/ce9bb06cd486ba8ff711f3426814c596
deleted file mode 100644
index 5d38cdcf..00000000
Binary files a/TCG/Library/Artifacts/ce/ce9bb06cd486ba8ff711f3426814c596 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/ce9c2a26adbb4a24418adde963074244 b/TCG/Library/Artifacts/ce/ce9c2a26adbb4a24418adde963074244
deleted file mode 100644
index 0e6b6912..00000000
Binary files a/TCG/Library/Artifacts/ce/ce9c2a26adbb4a24418adde963074244 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/ce9f303f3b115b6379d1cd39f833663e b/TCG/Library/Artifacts/ce/ce9f303f3b115b6379d1cd39f833663e
deleted file mode 100644
index 778857d6..00000000
Binary files a/TCG/Library/Artifacts/ce/ce9f303f3b115b6379d1cd39f833663e and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/ceae7c23f0282d4df4d71517f92ffec5 b/TCG/Library/Artifacts/ce/ceae7c23f0282d4df4d71517f92ffec5
deleted file mode 100644
index 342230cf..00000000
Binary files a/TCG/Library/Artifacts/ce/ceae7c23f0282d4df4d71517f92ffec5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/cebab378fa547927a9978de80685afa2 b/TCG/Library/Artifacts/ce/cebab378fa547927a9978de80685afa2
deleted file mode 100644
index 559e4d32..00000000
Binary files a/TCG/Library/Artifacts/ce/cebab378fa547927a9978de80685afa2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/cec52a2351068e0060d0e11e511e8fd8 b/TCG/Library/Artifacts/ce/cec52a2351068e0060d0e11e511e8fd8
deleted file mode 100644
index 40baab96..00000000
Binary files a/TCG/Library/Artifacts/ce/cec52a2351068e0060d0e11e511e8fd8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/cede3a794f33f109e1c4b29c0fbad7cc b/TCG/Library/Artifacts/ce/cede3a794f33f109e1c4b29c0fbad7cc
deleted file mode 100644
index f28610d2..00000000
Binary files a/TCG/Library/Artifacts/ce/cede3a794f33f109e1c4b29c0fbad7cc and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/ceede5e7121f6cd7201dbe377d1caa35 b/TCG/Library/Artifacts/ce/ceede5e7121f6cd7201dbe377d1caa35
deleted file mode 100644
index d52a6dbd..00000000
Binary files a/TCG/Library/Artifacts/ce/ceede5e7121f6cd7201dbe377d1caa35 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/cef792d64e996d58ec78fa8a5bd1e4ee b/TCG/Library/Artifacts/ce/cef792d64e996d58ec78fa8a5bd1e4ee
deleted file mode 100644
index 826f95aa..00000000
Binary files a/TCG/Library/Artifacts/ce/cef792d64e996d58ec78fa8a5bd1e4ee and /dev/null differ
diff --git a/TCG/Library/Artifacts/ce/cef7c65898ade12dc9dad1c52367f402 b/TCG/Library/Artifacts/ce/cef7c65898ade12dc9dad1c52367f402
deleted file mode 100644
index f4d81714..00000000
Binary files a/TCG/Library/Artifacts/ce/cef7c65898ade12dc9dad1c52367f402 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cf/cf40d1d9b3be406f380b2ae90856f039 b/TCG/Library/Artifacts/cf/cf40d1d9b3be406f380b2ae90856f039
deleted file mode 100644
index 147c750a..00000000
Binary files a/TCG/Library/Artifacts/cf/cf40d1d9b3be406f380b2ae90856f039 and /dev/null differ
diff --git a/TCG/Library/Artifacts/cf/cf4e1b208ca65e9c3647ce4a1c29725e b/TCG/Library/Artifacts/cf/cf4e1b208ca65e9c3647ce4a1c29725e
deleted file mode 100644
index de4636cc..00000000
Binary files a/TCG/Library/Artifacts/cf/cf4e1b208ca65e9c3647ce4a1c29725e and /dev/null differ
diff --git a/TCG/Library/Artifacts/cf/cf80e9f9723f180cd45b1d66d153eb8b b/TCG/Library/Artifacts/cf/cf80e9f9723f180cd45b1d66d153eb8b
deleted file mode 100644
index e0ae2f95..00000000
Binary files a/TCG/Library/Artifacts/cf/cf80e9f9723f180cd45b1d66d153eb8b and /dev/null differ
diff --git a/TCG/Library/Artifacts/cf/cfbe69e69a1bc306b5c30144d3a9435b b/TCG/Library/Artifacts/cf/cfbe69e69a1bc306b5c30144d3a9435b
deleted file mode 100644
index c0ec40dd..00000000
Binary files a/TCG/Library/Artifacts/cf/cfbe69e69a1bc306b5c30144d3a9435b and /dev/null differ
diff --git a/TCG/Library/Artifacts/cf/cfd33d3a5080777b206babc55ee1f09a b/TCG/Library/Artifacts/cf/cfd33d3a5080777b206babc55ee1f09a
deleted file mode 100644
index 124147b8..00000000
Binary files a/TCG/Library/Artifacts/cf/cfd33d3a5080777b206babc55ee1f09a and /dev/null differ
diff --git a/TCG/Library/Artifacts/cf/cfe31fd735296be38ab6e118bbb8a5ee b/TCG/Library/Artifacts/cf/cfe31fd735296be38ab6e118bbb8a5ee
deleted file mode 100644
index 8d7fb5d4..00000000
Binary files a/TCG/Library/Artifacts/cf/cfe31fd735296be38ab6e118bbb8a5ee and /dev/null differ
diff --git a/TCG/Library/Artifacts/cf/cffa9d8d0f08410edc2e086ad6c00909 b/TCG/Library/Artifacts/cf/cffa9d8d0f08410edc2e086ad6c00909
deleted file mode 100644
index b6065fcd..00000000
Binary files a/TCG/Library/Artifacts/cf/cffa9d8d0f08410edc2e086ad6c00909 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d0/d0151a3e40f59ad2317cb696153eb5c2 b/TCG/Library/Artifacts/d0/d0151a3e40f59ad2317cb696153eb5c2
deleted file mode 100644
index 60fab9c8..00000000
Binary files a/TCG/Library/Artifacts/d0/d0151a3e40f59ad2317cb696153eb5c2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d0/d01f216c5d0a17695923d66bc0a05dcc b/TCG/Library/Artifacts/d0/d01f216c5d0a17695923d66bc0a05dcc
deleted file mode 100644
index d5722022..00000000
Binary files a/TCG/Library/Artifacts/d0/d01f216c5d0a17695923d66bc0a05dcc and /dev/null differ
diff --git a/TCG/Library/Artifacts/d0/d0675dda90e55e04583e839685875cc5 b/TCG/Library/Artifacts/d0/d0675dda90e55e04583e839685875cc5
deleted file mode 100644
index 561a5f3b..00000000
Binary files a/TCG/Library/Artifacts/d0/d0675dda90e55e04583e839685875cc5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d0/d06c39d0a7e43a87f539d12b5ff1b40c b/TCG/Library/Artifacts/d0/d06c39d0a7e43a87f539d12b5ff1b40c
deleted file mode 100644
index 93ef74de..00000000
Binary files a/TCG/Library/Artifacts/d0/d06c39d0a7e43a87f539d12b5ff1b40c and /dev/null differ
diff --git a/TCG/Library/Artifacts/d0/d08f20364be09c1170b511bb6789f5ad b/TCG/Library/Artifacts/d0/d08f20364be09c1170b511bb6789f5ad
deleted file mode 100644
index bd37d6da..00000000
Binary files a/TCG/Library/Artifacts/d0/d08f20364be09c1170b511bb6789f5ad and /dev/null differ
diff --git a/TCG/Library/Artifacts/d0/d0bb91ae115ca1ed25eb3cfb2a441845 b/TCG/Library/Artifacts/d0/d0bb91ae115ca1ed25eb3cfb2a441845
deleted file mode 100644
index 47f5004c..00000000
Binary files a/TCG/Library/Artifacts/d0/d0bb91ae115ca1ed25eb3cfb2a441845 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d0/d0bf887c5b6798eb173094097bdc87b3 b/TCG/Library/Artifacts/d0/d0bf887c5b6798eb173094097bdc87b3
deleted file mode 100644
index 90d2dfc0..00000000
Binary files a/TCG/Library/Artifacts/d0/d0bf887c5b6798eb173094097bdc87b3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d0/d0fac0ed875e2000f5f0c559241a28a6 b/TCG/Library/Artifacts/d0/d0fac0ed875e2000f5f0c559241a28a6
deleted file mode 100644
index d57938c6..00000000
Binary files a/TCG/Library/Artifacts/d0/d0fac0ed875e2000f5f0c559241a28a6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d1/d168326ff0b0afe2f03349ea656030b3 b/TCG/Library/Artifacts/d1/d168326ff0b0afe2f03349ea656030b3
deleted file mode 100644
index 4cd38ada..00000000
Binary files a/TCG/Library/Artifacts/d1/d168326ff0b0afe2f03349ea656030b3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d1/d17825f2f557e089cb907e487f3f58db b/TCG/Library/Artifacts/d1/d17825f2f557e089cb907e487f3f58db
deleted file mode 100644
index 3604b14a..00000000
Binary files a/TCG/Library/Artifacts/d1/d17825f2f557e089cb907e487f3f58db and /dev/null differ
diff --git a/TCG/Library/Artifacts/d1/d1bb3b885a1a1723cef9a1cc698979f0 b/TCG/Library/Artifacts/d1/d1bb3b885a1a1723cef9a1cc698979f0
deleted file mode 100644
index 7c252d70..00000000
Binary files a/TCG/Library/Artifacts/d1/d1bb3b885a1a1723cef9a1cc698979f0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d1/d1c9135359ab0e3c55a6baa29271316a b/TCG/Library/Artifacts/d1/d1c9135359ab0e3c55a6baa29271316a
deleted file mode 100644
index 6a29c2d7..00000000
Binary files a/TCG/Library/Artifacts/d1/d1c9135359ab0e3c55a6baa29271316a and /dev/null differ
diff --git a/TCG/Library/Artifacts/d1/d1d064f6756825a7a48b816c192f1e10 b/TCG/Library/Artifacts/d1/d1d064f6756825a7a48b816c192f1e10
deleted file mode 100644
index c1bb2dd7..00000000
Binary files a/TCG/Library/Artifacts/d1/d1d064f6756825a7a48b816c192f1e10 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d1/d1d6384020f1ead8b45bad3a2b788261 b/TCG/Library/Artifacts/d1/d1d6384020f1ead8b45bad3a2b788261
deleted file mode 100644
index 0e12555c..00000000
Binary files a/TCG/Library/Artifacts/d1/d1d6384020f1ead8b45bad3a2b788261 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d1/d1eeb66eae596875811dc6d4f8c0eff8 b/TCG/Library/Artifacts/d1/d1eeb66eae596875811dc6d4f8c0eff8
deleted file mode 100644
index 57921e37..00000000
Binary files a/TCG/Library/Artifacts/d1/d1eeb66eae596875811dc6d4f8c0eff8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d21cfbeccc0cbf94234f3638bda36280 b/TCG/Library/Artifacts/d2/d21cfbeccc0cbf94234f3638bda36280
deleted file mode 100644
index 04c9a7f4..00000000
Binary files a/TCG/Library/Artifacts/d2/d21cfbeccc0cbf94234f3638bda36280 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d232cbfdc922a07aa1a8326defda0912 b/TCG/Library/Artifacts/d2/d232cbfdc922a07aa1a8326defda0912
deleted file mode 100644
index b3c36031..00000000
Binary files a/TCG/Library/Artifacts/d2/d232cbfdc922a07aa1a8326defda0912 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d236344a8712b5fec45c993d39baf001 b/TCG/Library/Artifacts/d2/d236344a8712b5fec45c993d39baf001
deleted file mode 100644
index 9dc3e1c1..00000000
Binary files a/TCG/Library/Artifacts/d2/d236344a8712b5fec45c993d39baf001 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d2477af3518688cab38fec6ba29aa149 b/TCG/Library/Artifacts/d2/d2477af3518688cab38fec6ba29aa149
deleted file mode 100644
index 79963380..00000000
Binary files a/TCG/Library/Artifacts/d2/d2477af3518688cab38fec6ba29aa149 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d2541d2fc3109815458e93cf7bc865d8 b/TCG/Library/Artifacts/d2/d2541d2fc3109815458e93cf7bc865d8
deleted file mode 100644
index e3a01177..00000000
Binary files a/TCG/Library/Artifacts/d2/d2541d2fc3109815458e93cf7bc865d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d25b4991fed3e3e5c1cc36c08e90a49c b/TCG/Library/Artifacts/d2/d25b4991fed3e3e5c1cc36c08e90a49c
deleted file mode 100644
index 4a1f328b..00000000
Binary files a/TCG/Library/Artifacts/d2/d25b4991fed3e3e5c1cc36c08e90a49c and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d2a4c5ed8b76e7712ae67a2a3b71691d b/TCG/Library/Artifacts/d2/d2a4c5ed8b76e7712ae67a2a3b71691d
deleted file mode 100644
index fb84da1c..00000000
Binary files a/TCG/Library/Artifacts/d2/d2a4c5ed8b76e7712ae67a2a3b71691d and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d2a600170a6ac539af5e3aa10a1e5e62 b/TCG/Library/Artifacts/d2/d2a600170a6ac539af5e3aa10a1e5e62
deleted file mode 100644
index ea4baa5f..00000000
Binary files a/TCG/Library/Artifacts/d2/d2a600170a6ac539af5e3aa10a1e5e62 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d2a83f99c534de04191f87f82eaa873e b/TCG/Library/Artifacts/d2/d2a83f99c534de04191f87f82eaa873e
deleted file mode 100644
index d2bf70de..00000000
Binary files a/TCG/Library/Artifacts/d2/d2a83f99c534de04191f87f82eaa873e and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d2a9aed174d12c24adf66998f4b92f9f b/TCG/Library/Artifacts/d2/d2a9aed174d12c24adf66998f4b92f9f
deleted file mode 100644
index 9b1b722e..00000000
Binary files a/TCG/Library/Artifacts/d2/d2a9aed174d12c24adf66998f4b92f9f and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d2affedfad420186991a0af9a2cf9156 b/TCG/Library/Artifacts/d2/d2affedfad420186991a0af9a2cf9156
deleted file mode 100644
index ceac3392..00000000
Binary files a/TCG/Library/Artifacts/d2/d2affedfad420186991a0af9a2cf9156 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d2d4587d262224038c9ddb537da21699 b/TCG/Library/Artifacts/d2/d2d4587d262224038c9ddb537da21699
deleted file mode 100644
index 9f64e661..00000000
Binary files a/TCG/Library/Artifacts/d2/d2d4587d262224038c9ddb537da21699 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d2dc8ff2209fa4be9bcf955ceb6f7c47 b/TCG/Library/Artifacts/d2/d2dc8ff2209fa4be9bcf955ceb6f7c47
deleted file mode 100644
index 4e679968..00000000
Binary files a/TCG/Library/Artifacts/d2/d2dc8ff2209fa4be9bcf955ceb6f7c47 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d2/d2fc58efb15bc2a5ad3840123065eed7 b/TCG/Library/Artifacts/d2/d2fc58efb15bc2a5ad3840123065eed7
deleted file mode 100644
index 24e61abf..00000000
Binary files a/TCG/Library/Artifacts/d2/d2fc58efb15bc2a5ad3840123065eed7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d3259bf2a996d1aa4b47d21891b6c37f b/TCG/Library/Artifacts/d3/d3259bf2a996d1aa4b47d21891b6c37f
deleted file mode 100644
index 759b76a6..00000000
Binary files a/TCG/Library/Artifacts/d3/d3259bf2a996d1aa4b47d21891b6c37f and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d3275f6eeb92c1b148dcfba8756b7d71 b/TCG/Library/Artifacts/d3/d3275f6eeb92c1b148dcfba8756b7d71
deleted file mode 100644
index 368afe1d..00000000
Binary files a/TCG/Library/Artifacts/d3/d3275f6eeb92c1b148dcfba8756b7d71 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d32a46ed83a06c72ac09c56a51911929 b/TCG/Library/Artifacts/d3/d32a46ed83a06c72ac09c56a51911929
deleted file mode 100644
index cd985354..00000000
Binary files a/TCG/Library/Artifacts/d3/d32a46ed83a06c72ac09c56a51911929 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d3352fa01d7667cd8f182543c3ae072f b/TCG/Library/Artifacts/d3/d3352fa01d7667cd8f182543c3ae072f
deleted file mode 100644
index 3a6a87be..00000000
Binary files a/TCG/Library/Artifacts/d3/d3352fa01d7667cd8f182543c3ae072f and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d34bb053ce22a204028a7648cce8972b b/TCG/Library/Artifacts/d3/d34bb053ce22a204028a7648cce8972b
deleted file mode 100644
index 7e29306b..00000000
Binary files a/TCG/Library/Artifacts/d3/d34bb053ce22a204028a7648cce8972b and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d3578810bfc9f38e345a2b01ed9aab87 b/TCG/Library/Artifacts/d3/d3578810bfc9f38e345a2b01ed9aab87
deleted file mode 100644
index c858b980..00000000
Binary files a/TCG/Library/Artifacts/d3/d3578810bfc9f38e345a2b01ed9aab87 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d36b9cb4f70deaf7bd8d923bb3494dcc b/TCG/Library/Artifacts/d3/d36b9cb4f70deaf7bd8d923bb3494dcc
deleted file mode 100644
index c6969bad..00000000
Binary files a/TCG/Library/Artifacts/d3/d36b9cb4f70deaf7bd8d923bb3494dcc and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d370ee3d32a7b7d469b1f7e69426a5f3 b/TCG/Library/Artifacts/d3/d370ee3d32a7b7d469b1f7e69426a5f3
deleted file mode 100644
index 38578d20..00000000
Binary files a/TCG/Library/Artifacts/d3/d370ee3d32a7b7d469b1f7e69426a5f3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d379d7dac99a6109428c4324c6a9152d b/TCG/Library/Artifacts/d3/d379d7dac99a6109428c4324c6a9152d
deleted file mode 100644
index b7cee74e..00000000
Binary files a/TCG/Library/Artifacts/d3/d379d7dac99a6109428c4324c6a9152d and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d37bfe5830df4f054b8e0a9b62710ed0 b/TCG/Library/Artifacts/d3/d37bfe5830df4f054b8e0a9b62710ed0
deleted file mode 100644
index 4fe1c993..00000000
Binary files a/TCG/Library/Artifacts/d3/d37bfe5830df4f054b8e0a9b62710ed0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d38750c219e4d74518fb24f20cd81bc8 b/TCG/Library/Artifacts/d3/d38750c219e4d74518fb24f20cd81bc8
deleted file mode 100644
index f304461b..00000000
Binary files a/TCG/Library/Artifacts/d3/d38750c219e4d74518fb24f20cd81bc8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d39d773118f58e0dd3c509a5b7fac61e b/TCG/Library/Artifacts/d3/d39d773118f58e0dd3c509a5b7fac61e
deleted file mode 100644
index 9f2f35c4..00000000
Binary files a/TCG/Library/Artifacts/d3/d39d773118f58e0dd3c509a5b7fac61e and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d3c3cb51934a58c14e617530b7c4e839 b/TCG/Library/Artifacts/d3/d3c3cb51934a58c14e617530b7c4e839
deleted file mode 100644
index 40597b18..00000000
Binary files a/TCG/Library/Artifacts/d3/d3c3cb51934a58c14e617530b7c4e839 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d3/d3db20a213973206dc030f69483ea2da b/TCG/Library/Artifacts/d3/d3db20a213973206dc030f69483ea2da
deleted file mode 100644
index 8d37290f..00000000
Binary files a/TCG/Library/Artifacts/d3/d3db20a213973206dc030f69483ea2da and /dev/null differ
diff --git a/TCG/Library/Artifacts/d4/d414445fc89eb4c02d7228b5ec7e00eb b/TCG/Library/Artifacts/d4/d414445fc89eb4c02d7228b5ec7e00eb
deleted file mode 100644
index 76788003..00000000
Binary files a/TCG/Library/Artifacts/d4/d414445fc89eb4c02d7228b5ec7e00eb and /dev/null differ
diff --git a/TCG/Library/Artifacts/d4/d41865a1186f35878b0425c779ee8286 b/TCG/Library/Artifacts/d4/d41865a1186f35878b0425c779ee8286
deleted file mode 100644
index 9c631f12..00000000
Binary files a/TCG/Library/Artifacts/d4/d41865a1186f35878b0425c779ee8286 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d4/d4261ba1b1323e58571db6c424584d72 b/TCG/Library/Artifacts/d4/d4261ba1b1323e58571db6c424584d72
deleted file mode 100644
index 27a6173f..00000000
Binary files a/TCG/Library/Artifacts/d4/d4261ba1b1323e58571db6c424584d72 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d4/d449c087d3f648e2298fb9c718f06c3b b/TCG/Library/Artifacts/d4/d449c087d3f648e2298fb9c718f06c3b
deleted file mode 100644
index 20d1464e..00000000
Binary files a/TCG/Library/Artifacts/d4/d449c087d3f648e2298fb9c718f06c3b and /dev/null differ
diff --git a/TCG/Library/Artifacts/d4/d456e65ebe6fb9990b99822e91917e61 b/TCG/Library/Artifacts/d4/d456e65ebe6fb9990b99822e91917e61
deleted file mode 100644
index 2b479a40..00000000
Binary files a/TCG/Library/Artifacts/d4/d456e65ebe6fb9990b99822e91917e61 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d4/d471afa8957a8a17d85ce27ffe291a05 b/TCG/Library/Artifacts/d4/d471afa8957a8a17d85ce27ffe291a05
deleted file mode 100644
index a4cca04f..00000000
Binary files a/TCG/Library/Artifacts/d4/d471afa8957a8a17d85ce27ffe291a05 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d4/d4bedc6b247ebce04991aef31aff9925 b/TCG/Library/Artifacts/d4/d4bedc6b247ebce04991aef31aff9925
deleted file mode 100644
index af7afac4..00000000
Binary files a/TCG/Library/Artifacts/d4/d4bedc6b247ebce04991aef31aff9925 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d4/d4c852456dbb2baf1c7a22dc326958f8 b/TCG/Library/Artifacts/d4/d4c852456dbb2baf1c7a22dc326958f8
deleted file mode 100644
index af10be42..00000000
Binary files a/TCG/Library/Artifacts/d4/d4c852456dbb2baf1c7a22dc326958f8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d5/d50b034b4820c8c3161a814f6dafe99f b/TCG/Library/Artifacts/d5/d50b034b4820c8c3161a814f6dafe99f
deleted file mode 100644
index 2d49f383..00000000
Binary files a/TCG/Library/Artifacts/d5/d50b034b4820c8c3161a814f6dafe99f and /dev/null differ
diff --git a/TCG/Library/Artifacts/d5/d5167e3d07083eb1da88f881e93b76cb b/TCG/Library/Artifacts/d5/d5167e3d07083eb1da88f881e93b76cb
deleted file mode 100644
index 4305be3a..00000000
Binary files a/TCG/Library/Artifacts/d5/d5167e3d07083eb1da88f881e93b76cb and /dev/null differ
diff --git a/TCG/Library/Artifacts/d5/d52d4321cfb8910bf2f256b2330d1cb8 b/TCG/Library/Artifacts/d5/d52d4321cfb8910bf2f256b2330d1cb8
deleted file mode 100644
index 8249ae46..00000000
Binary files a/TCG/Library/Artifacts/d5/d52d4321cfb8910bf2f256b2330d1cb8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d5/d55139b7994561b94c36194cfb33a7c9 b/TCG/Library/Artifacts/d5/d55139b7994561b94c36194cfb33a7c9
deleted file mode 100644
index 9cba3ad8..00000000
Binary files a/TCG/Library/Artifacts/d5/d55139b7994561b94c36194cfb33a7c9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d5/d55b8de7126e86d54124f120e3279bf5 b/TCG/Library/Artifacts/d5/d55b8de7126e86d54124f120e3279bf5
deleted file mode 100644
index 6da2455b..00000000
Binary files a/TCG/Library/Artifacts/d5/d55b8de7126e86d54124f120e3279bf5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d5/d5b698e5fb9e3f4da588958867126f6a b/TCG/Library/Artifacts/d5/d5b698e5fb9e3f4da588958867126f6a
deleted file mode 100644
index 5f4aaaed..00000000
Binary files a/TCG/Library/Artifacts/d5/d5b698e5fb9e3f4da588958867126f6a and /dev/null differ
diff --git a/TCG/Library/Artifacts/d5/d5cbe58a38bbb64701eadc68acfbd9d2 b/TCG/Library/Artifacts/d5/d5cbe58a38bbb64701eadc68acfbd9d2
deleted file mode 100644
index 47c9ee50..00000000
Binary files a/TCG/Library/Artifacts/d5/d5cbe58a38bbb64701eadc68acfbd9d2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d5/d5f62f021b88b78140125127f33fc347 b/TCG/Library/Artifacts/d5/d5f62f021b88b78140125127f33fc347
deleted file mode 100644
index 241d4909..00000000
Binary files a/TCG/Library/Artifacts/d5/d5f62f021b88b78140125127f33fc347 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d5/d5fee09b5de6c4056a2c19a4342fc2a2 b/TCG/Library/Artifacts/d5/d5fee09b5de6c4056a2c19a4342fc2a2
deleted file mode 100644
index 2f87bcfd..00000000
Binary files a/TCG/Library/Artifacts/d5/d5fee09b5de6c4056a2c19a4342fc2a2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d6/d6065bb91c7ea0c27febe96ffe1ad34d b/TCG/Library/Artifacts/d6/d6065bb91c7ea0c27febe96ffe1ad34d
deleted file mode 100644
index 5b40b1bd..00000000
Binary files a/TCG/Library/Artifacts/d6/d6065bb91c7ea0c27febe96ffe1ad34d and /dev/null differ
diff --git a/TCG/Library/Artifacts/d6/d60da36f716659242d9499922d8ceed3 b/TCG/Library/Artifacts/d6/d60da36f716659242d9499922d8ceed3
deleted file mode 100644
index a90a4e7d..00000000
Binary files a/TCG/Library/Artifacts/d6/d60da36f716659242d9499922d8ceed3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d6/d6146f0e11bb6ebd1622ee52831c8472 b/TCG/Library/Artifacts/d6/d6146f0e11bb6ebd1622ee52831c8472
deleted file mode 100644
index 771373ad..00000000
Binary files a/TCG/Library/Artifacts/d6/d6146f0e11bb6ebd1622ee52831c8472 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d6/d64111c8b1526bcdce14b5cb11ca7a93 b/TCG/Library/Artifacts/d6/d64111c8b1526bcdce14b5cb11ca7a93
deleted file mode 100644
index bec92539..00000000
Binary files a/TCG/Library/Artifacts/d6/d64111c8b1526bcdce14b5cb11ca7a93 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d6/d67bf6da88b761d5976588cb099fd3a8 b/TCG/Library/Artifacts/d6/d67bf6da88b761d5976588cb099fd3a8
deleted file mode 100644
index ac9e9728..00000000
Binary files a/TCG/Library/Artifacts/d6/d67bf6da88b761d5976588cb099fd3a8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d6/d69d3632fc0e99fe9d22fab9bd1482ce b/TCG/Library/Artifacts/d6/d69d3632fc0e99fe9d22fab9bd1482ce
deleted file mode 100644
index 06df545d..00000000
Binary files a/TCG/Library/Artifacts/d6/d69d3632fc0e99fe9d22fab9bd1482ce and /dev/null differ
diff --git a/TCG/Library/Artifacts/d6/d6a343349c9d7edc6fff75d8ef0b6e40 b/TCG/Library/Artifacts/d6/d6a343349c9d7edc6fff75d8ef0b6e40
deleted file mode 100644
index 4b1d5bce..00000000
Binary files a/TCG/Library/Artifacts/d6/d6a343349c9d7edc6fff75d8ef0b6e40 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d6/d6c3f77f5f09af3cc26a856f85631302 b/TCG/Library/Artifacts/d6/d6c3f77f5f09af3cc26a856f85631302
deleted file mode 100644
index c53b7c4a..00000000
Binary files a/TCG/Library/Artifacts/d6/d6c3f77f5f09af3cc26a856f85631302 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d6/d6cd4e8de1d254d85dc80f6c7f4e2890 b/TCG/Library/Artifacts/d6/d6cd4e8de1d254d85dc80f6c7f4e2890
deleted file mode 100644
index bdb543eb..00000000
Binary files a/TCG/Library/Artifacts/d6/d6cd4e8de1d254d85dc80f6c7f4e2890 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d7/d701ca44193e7c3dbf167ef6ea00d8f4 b/TCG/Library/Artifacts/d7/d701ca44193e7c3dbf167ef6ea00d8f4
deleted file mode 100644
index dd40dc24..00000000
Binary files a/TCG/Library/Artifacts/d7/d701ca44193e7c3dbf167ef6ea00d8f4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d7/d7247392dd8e2f430b9644ef71f0c958 b/TCG/Library/Artifacts/d7/d7247392dd8e2f430b9644ef71f0c958
deleted file mode 100644
index 2f1915c6..00000000
Binary files a/TCG/Library/Artifacts/d7/d7247392dd8e2f430b9644ef71f0c958 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d7/d73644e51139b9f0fb1b45af1731d886 b/TCG/Library/Artifacts/d7/d73644e51139b9f0fb1b45af1731d886
deleted file mode 100644
index e9adaf42..00000000
Binary files a/TCG/Library/Artifacts/d7/d73644e51139b9f0fb1b45af1731d886 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d7/d768282195fafa4f94743a3b110c7fe7 b/TCG/Library/Artifacts/d7/d768282195fafa4f94743a3b110c7fe7
deleted file mode 100644
index ddfaaade..00000000
Binary files a/TCG/Library/Artifacts/d7/d768282195fafa4f94743a3b110c7fe7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d7/d79bd611b1a04a867f4b5a1d05b3da29 b/TCG/Library/Artifacts/d7/d79bd611b1a04a867f4b5a1d05b3da29
deleted file mode 100644
index ab36f145..00000000
Binary files a/TCG/Library/Artifacts/d7/d79bd611b1a04a867f4b5a1d05b3da29 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d7/d7b62e40a4ada084a2fe2f50a2c6c527 b/TCG/Library/Artifacts/d7/d7b62e40a4ada084a2fe2f50a2c6c527
deleted file mode 100644
index ce12bca4..00000000
Binary files a/TCG/Library/Artifacts/d7/d7b62e40a4ada084a2fe2f50a2c6c527 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d7/d7cb6ff647d2eeec1705d6132ad03e2c b/TCG/Library/Artifacts/d7/d7cb6ff647d2eeec1705d6132ad03e2c
deleted file mode 100644
index e60d52bf..00000000
Binary files a/TCG/Library/Artifacts/d7/d7cb6ff647d2eeec1705d6132ad03e2c and /dev/null differ
diff --git a/TCG/Library/Artifacts/d8/d80c309e7e890676a03f73fdefebaf8c b/TCG/Library/Artifacts/d8/d80c309e7e890676a03f73fdefebaf8c
deleted file mode 100644
index b72279c6..00000000
Binary files a/TCG/Library/Artifacts/d8/d80c309e7e890676a03f73fdefebaf8c and /dev/null differ
diff --git a/TCG/Library/Artifacts/d8/d81e2d6d0be4bbdf53f3eab4e896f366 b/TCG/Library/Artifacts/d8/d81e2d6d0be4bbdf53f3eab4e896f366
deleted file mode 100644
index 6398efab..00000000
Binary files a/TCG/Library/Artifacts/d8/d81e2d6d0be4bbdf53f3eab4e896f366 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d8/d8621fc333ca0412dbc18dbdb7fe7503 b/TCG/Library/Artifacts/d8/d8621fc333ca0412dbc18dbdb7fe7503
deleted file mode 100644
index 7255d63d..00000000
Binary files a/TCG/Library/Artifacts/d8/d8621fc333ca0412dbc18dbdb7fe7503 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d8/d8747052b067f36a19c139be78494ffd b/TCG/Library/Artifacts/d8/d8747052b067f36a19c139be78494ffd
deleted file mode 100644
index f36417bb..00000000
Binary files a/TCG/Library/Artifacts/d8/d8747052b067f36a19c139be78494ffd and /dev/null differ
diff --git a/TCG/Library/Artifacts/d8/d8820294ea4ec9642a464284a3458861 b/TCG/Library/Artifacts/d8/d8820294ea4ec9642a464284a3458861
deleted file mode 100644
index 1b620a39..00000000
Binary files a/TCG/Library/Artifacts/d8/d8820294ea4ec9642a464284a3458861 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d8/d8c4d74ce1eb70e9744c9bacf4b641ef b/TCG/Library/Artifacts/d8/d8c4d74ce1eb70e9744c9bacf4b641ef
deleted file mode 100644
index 195cc757..00000000
Binary files a/TCG/Library/Artifacts/d8/d8c4d74ce1eb70e9744c9bacf4b641ef and /dev/null differ
diff --git a/TCG/Library/Artifacts/d8/d8d90911bffbab6021f5060b2b6759b2 b/TCG/Library/Artifacts/d8/d8d90911bffbab6021f5060b2b6759b2
deleted file mode 100644
index e5e8d306..00000000
Binary files a/TCG/Library/Artifacts/d8/d8d90911bffbab6021f5060b2b6759b2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d91b89e7c6c4fd4a57595e3de0dfc283 b/TCG/Library/Artifacts/d9/d91b89e7c6c4fd4a57595e3de0dfc283
deleted file mode 100644
index 9f692d0a..00000000
Binary files a/TCG/Library/Artifacts/d9/d91b89e7c6c4fd4a57595e3de0dfc283 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d928a08fdb10700c0fcbcffe476efae0 b/TCG/Library/Artifacts/d9/d928a08fdb10700c0fcbcffe476efae0
deleted file mode 100644
index 90582bfd..00000000
Binary files a/TCG/Library/Artifacts/d9/d928a08fdb10700c0fcbcffe476efae0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d9331e334f3c2f675ceb9012ef1f3c41 b/TCG/Library/Artifacts/d9/d9331e334f3c2f675ceb9012ef1f3c41
deleted file mode 100644
index 04a82cbf..00000000
Binary files a/TCG/Library/Artifacts/d9/d9331e334f3c2f675ceb9012ef1f3c41 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d93369edc2cc85f1902e627ee42074f6 b/TCG/Library/Artifacts/d9/d93369edc2cc85f1902e627ee42074f6
deleted file mode 100644
index 75983b62..00000000
Binary files a/TCG/Library/Artifacts/d9/d93369edc2cc85f1902e627ee42074f6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d9487ecdabe6adff856b696b2f27cfb0 b/TCG/Library/Artifacts/d9/d9487ecdabe6adff856b696b2f27cfb0
deleted file mode 100644
index e03e443c..00000000
Binary files a/TCG/Library/Artifacts/d9/d9487ecdabe6adff856b696b2f27cfb0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d94ed39dc18e09c60736c6c814978221 b/TCG/Library/Artifacts/d9/d94ed39dc18e09c60736c6c814978221
deleted file mode 100644
index 6211725a..00000000
Binary files a/TCG/Library/Artifacts/d9/d94ed39dc18e09c60736c6c814978221 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d9a710a9b747e6b5c92cecf612e46959 b/TCG/Library/Artifacts/d9/d9a710a9b747e6b5c92cecf612e46959
deleted file mode 100644
index a15387b3..00000000
Binary files a/TCG/Library/Artifacts/d9/d9a710a9b747e6b5c92cecf612e46959 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d9bccf3ab7d6353fde59d9c28fd22b4b b/TCG/Library/Artifacts/d9/d9bccf3ab7d6353fde59d9c28fd22b4b
deleted file mode 100644
index 6429e603..00000000
Binary files a/TCG/Library/Artifacts/d9/d9bccf3ab7d6353fde59d9c28fd22b4b and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d9c107b9b71f5bb811b2bd0ac375a980 b/TCG/Library/Artifacts/d9/d9c107b9b71f5bb811b2bd0ac375a980
deleted file mode 100644
index ed1c8e40..00000000
Binary files a/TCG/Library/Artifacts/d9/d9c107b9b71f5bb811b2bd0ac375a980 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d9c38a78e9278aeb52b4851247edac58 b/TCG/Library/Artifacts/d9/d9c38a78e9278aeb52b4851247edac58
deleted file mode 100644
index 0a08f9e7..00000000
Binary files a/TCG/Library/Artifacts/d9/d9c38a78e9278aeb52b4851247edac58 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d9e1b28caa6f501f71289caa02d022c2 b/TCG/Library/Artifacts/d9/d9e1b28caa6f501f71289caa02d022c2
deleted file mode 100644
index 3ebb79a3..00000000
Binary files a/TCG/Library/Artifacts/d9/d9e1b28caa6f501f71289caa02d022c2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/d9/d9fd551838a6513ef84db3d4b73c5ce8 b/TCG/Library/Artifacts/d9/d9fd551838a6513ef84db3d4b73c5ce8
deleted file mode 100644
index ab05ad8d..00000000
Binary files a/TCG/Library/Artifacts/d9/d9fd551838a6513ef84db3d4b73c5ce8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/da/da33def4f1345bfdb47d516b5bf7ac9d b/TCG/Library/Artifacts/da/da33def4f1345bfdb47d516b5bf7ac9d
deleted file mode 100644
index b106a7b9..00000000
Binary files a/TCG/Library/Artifacts/da/da33def4f1345bfdb47d516b5bf7ac9d and /dev/null differ
diff --git a/TCG/Library/Artifacts/da/dab738d4dc0d336c89ccf7ce3c558ed2 b/TCG/Library/Artifacts/da/dab738d4dc0d336c89ccf7ce3c558ed2
deleted file mode 100644
index 6414c9f9..00000000
Binary files a/TCG/Library/Artifacts/da/dab738d4dc0d336c89ccf7ce3c558ed2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/da/dac280be9b5d7cc1a49ba6d3e1c13d6b b/TCG/Library/Artifacts/da/dac280be9b5d7cc1a49ba6d3e1c13d6b
deleted file mode 100644
index 488d0d8c..00000000
Binary files a/TCG/Library/Artifacts/da/dac280be9b5d7cc1a49ba6d3e1c13d6b and /dev/null differ
diff --git a/TCG/Library/Artifacts/da/dac2a69229e2fc9702743619727f1ad2 b/TCG/Library/Artifacts/da/dac2a69229e2fc9702743619727f1ad2
deleted file mode 100644
index 82326f7d..00000000
Binary files a/TCG/Library/Artifacts/da/dac2a69229e2fc9702743619727f1ad2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/da/dac8707441b08fbf7f463d7fdb28e967 b/TCG/Library/Artifacts/da/dac8707441b08fbf7f463d7fdb28e967
deleted file mode 100644
index 3c955c34..00000000
Binary files a/TCG/Library/Artifacts/da/dac8707441b08fbf7f463d7fdb28e967 and /dev/null differ
diff --git a/TCG/Library/Artifacts/da/dad6688d8efe6c94a806e917243aa374 b/TCG/Library/Artifacts/da/dad6688d8efe6c94a806e917243aa374
deleted file mode 100644
index 7733c926..00000000
Binary files a/TCG/Library/Artifacts/da/dad6688d8efe6c94a806e917243aa374 and /dev/null differ
diff --git a/TCG/Library/Artifacts/da/dada817882e363c4069e19f85b45c0ec b/TCG/Library/Artifacts/da/dada817882e363c4069e19f85b45c0ec
deleted file mode 100644
index 2b5b3e40..00000000
Binary files a/TCG/Library/Artifacts/da/dada817882e363c4069e19f85b45c0ec and /dev/null differ
diff --git a/TCG/Library/Artifacts/da/daead9b32069aa484888beb3ae6d0dca b/TCG/Library/Artifacts/da/daead9b32069aa484888beb3ae6d0dca
deleted file mode 100644
index f5b8dc62..00000000
Binary files a/TCG/Library/Artifacts/da/daead9b32069aa484888beb3ae6d0dca and /dev/null differ
diff --git a/TCG/Library/Artifacts/da/daed3b7ff198cfda7675bf37764cc8f9 b/TCG/Library/Artifacts/da/daed3b7ff198cfda7675bf37764cc8f9
deleted file mode 100644
index 3bffe2dc..00000000
Binary files a/TCG/Library/Artifacts/da/daed3b7ff198cfda7675bf37764cc8f9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/da/dafc925a75b1a790aaef8e21bf555062 b/TCG/Library/Artifacts/da/dafc925a75b1a790aaef8e21bf555062
deleted file mode 100644
index 59f91fe8..00000000
Binary files a/TCG/Library/Artifacts/da/dafc925a75b1a790aaef8e21bf555062 and /dev/null differ
diff --git a/TCG/Library/Artifacts/da/dafd78d9a7a3fe8fc619134c0fa0f39e b/TCG/Library/Artifacts/da/dafd78d9a7a3fe8fc619134c0fa0f39e
deleted file mode 100644
index 2890217f..00000000
Binary files a/TCG/Library/Artifacts/da/dafd78d9a7a3fe8fc619134c0fa0f39e and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/db2a1927b4e82d4d46c38decef00a3f9 b/TCG/Library/Artifacts/db/db2a1927b4e82d4d46c38decef00a3f9
deleted file mode 100644
index 06e0afb9..00000000
Binary files a/TCG/Library/Artifacts/db/db2a1927b4e82d4d46c38decef00a3f9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/db6d665f0e44b4148654c1b85fa5bbd8 b/TCG/Library/Artifacts/db/db6d665f0e44b4148654c1b85fa5bbd8
deleted file mode 100644
index dbd92c03..00000000
Binary files a/TCG/Library/Artifacts/db/db6d665f0e44b4148654c1b85fa5bbd8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/db6e5f51c2879c98e27824c8ffaa239d b/TCG/Library/Artifacts/db/db6e5f51c2879c98e27824c8ffaa239d
deleted file mode 100644
index b9412c95..00000000
Binary files a/TCG/Library/Artifacts/db/db6e5f51c2879c98e27824c8ffaa239d and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/db72b19980f4d604598b5f408809ca0f b/TCG/Library/Artifacts/db/db72b19980f4d604598b5f408809ca0f
deleted file mode 100644
index 050a3e8e..00000000
Binary files a/TCG/Library/Artifacts/db/db72b19980f4d604598b5f408809ca0f and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/db7f097aab013ddd893684fbec87afb8 b/TCG/Library/Artifacts/db/db7f097aab013ddd893684fbec87afb8
deleted file mode 100644
index 33ed5bd5..00000000
Binary files a/TCG/Library/Artifacts/db/db7f097aab013ddd893684fbec87afb8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/db8f1dbdfb226f7fc7c7fa67aa6de0ff b/TCG/Library/Artifacts/db/db8f1dbdfb226f7fc7c7fa67aa6de0ff
deleted file mode 100644
index a18dd0cb..00000000
Binary files a/TCG/Library/Artifacts/db/db8f1dbdfb226f7fc7c7fa67aa6de0ff and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/db909eaf266e1e0106fbf76e2b634744 b/TCG/Library/Artifacts/db/db909eaf266e1e0106fbf76e2b634744
deleted file mode 100644
index 6197530f..00000000
Binary files a/TCG/Library/Artifacts/db/db909eaf266e1e0106fbf76e2b634744 and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/dba3cbb97ca16964126dfd61c43336fd b/TCG/Library/Artifacts/db/dba3cbb97ca16964126dfd61c43336fd
deleted file mode 100644
index 63398d74..00000000
Binary files a/TCG/Library/Artifacts/db/dba3cbb97ca16964126dfd61c43336fd and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/dba9d54e528b840159a6fa00f0cd4ad7 b/TCG/Library/Artifacts/db/dba9d54e528b840159a6fa00f0cd4ad7
deleted file mode 100644
index 038d331b..00000000
Binary files a/TCG/Library/Artifacts/db/dba9d54e528b840159a6fa00f0cd4ad7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/dbaa32ea06fb8e256b3df6a58680e89c b/TCG/Library/Artifacts/db/dbaa32ea06fb8e256b3df6a58680e89c
deleted file mode 100644
index 967bbb38..00000000
Binary files a/TCG/Library/Artifacts/db/dbaa32ea06fb8e256b3df6a58680e89c and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/dbde1e027a4669e9b1d131cfbb202478 b/TCG/Library/Artifacts/db/dbde1e027a4669e9b1d131cfbb202478
deleted file mode 100644
index a109b97f..00000000
Binary files a/TCG/Library/Artifacts/db/dbde1e027a4669e9b1d131cfbb202478 and /dev/null differ
diff --git a/TCG/Library/Artifacts/db/dbea429d731dc318f875b472c700a084 b/TCG/Library/Artifacts/db/dbea429d731dc318f875b472c700a084
deleted file mode 100644
index a9a23cab..00000000
Binary files a/TCG/Library/Artifacts/db/dbea429d731dc318f875b472c700a084 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dc/dc57cfab36b16450056f99b80c257a7a b/TCG/Library/Artifacts/dc/dc57cfab36b16450056f99b80c257a7a
deleted file mode 100644
index 8a91b240..00000000
Binary files a/TCG/Library/Artifacts/dc/dc57cfab36b16450056f99b80c257a7a and /dev/null differ
diff --git a/TCG/Library/Artifacts/dc/dc84b74ec63ff54a37bf050510dba13b b/TCG/Library/Artifacts/dc/dc84b74ec63ff54a37bf050510dba13b
deleted file mode 100644
index 5c110d41..00000000
Binary files a/TCG/Library/Artifacts/dc/dc84b74ec63ff54a37bf050510dba13b and /dev/null differ
diff --git a/TCG/Library/Artifacts/dc/dc850dc21d67d6d4ced3960cb3251156 b/TCG/Library/Artifacts/dc/dc850dc21d67d6d4ced3960cb3251156
deleted file mode 100644
index 6e9df8cb..00000000
Binary files a/TCG/Library/Artifacts/dc/dc850dc21d67d6d4ced3960cb3251156 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dc/dc93ee9f274e71abbf805c12254bdd3b b/TCG/Library/Artifacts/dc/dc93ee9f274e71abbf805c12254bdd3b
deleted file mode 100644
index d6e43668..00000000
Binary files a/TCG/Library/Artifacts/dc/dc93ee9f274e71abbf805c12254bdd3b and /dev/null differ
diff --git a/TCG/Library/Artifacts/dc/dc9ec29f55f845577bc5023472ef5fb5 b/TCG/Library/Artifacts/dc/dc9ec29f55f845577bc5023472ef5fb5
deleted file mode 100644
index 26e1c4db..00000000
Binary files a/TCG/Library/Artifacts/dc/dc9ec29f55f845577bc5023472ef5fb5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dc/dcbbb9a314c206670a1ae13f776cf594 b/TCG/Library/Artifacts/dc/dcbbb9a314c206670a1ae13f776cf594
deleted file mode 100644
index 25814798..00000000
Binary files a/TCG/Library/Artifacts/dc/dcbbb9a314c206670a1ae13f776cf594 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dc/dcd6cc0c8801f1f908a5678b0f37d149 b/TCG/Library/Artifacts/dc/dcd6cc0c8801f1f908a5678b0f37d149
deleted file mode 100644
index 683116fd..00000000
Binary files a/TCG/Library/Artifacts/dc/dcd6cc0c8801f1f908a5678b0f37d149 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dc/dce4322aa2a7a25a59a1deb993a168c2 b/TCG/Library/Artifacts/dc/dce4322aa2a7a25a59a1deb993a168c2
deleted file mode 100644
index aa71dcd5..00000000
Binary files a/TCG/Library/Artifacts/dc/dce4322aa2a7a25a59a1deb993a168c2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dc/dcf413809e570e423a32b5ed9f67b938 b/TCG/Library/Artifacts/dc/dcf413809e570e423a32b5ed9f67b938
deleted file mode 100644
index 2510fe25..00000000
Binary files a/TCG/Library/Artifacts/dc/dcf413809e570e423a32b5ed9f67b938 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dd/dd071dec2773acf4b796e55e8fb9f2ee b/TCG/Library/Artifacts/dd/dd071dec2773acf4b796e55e8fb9f2ee
deleted file mode 100644
index 70242fcf..00000000
Binary files a/TCG/Library/Artifacts/dd/dd071dec2773acf4b796e55e8fb9f2ee and /dev/null differ
diff --git a/TCG/Library/Artifacts/dd/dd25849d37ad6043665c25689913a864 b/TCG/Library/Artifacts/dd/dd25849d37ad6043665c25689913a864
deleted file mode 100644
index e8e9dcb1..00000000
Binary files a/TCG/Library/Artifacts/dd/dd25849d37ad6043665c25689913a864 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dd/dd300807d90bf9304a6c233cab45b0d7 b/TCG/Library/Artifacts/dd/dd300807d90bf9304a6c233cab45b0d7
deleted file mode 100644
index 81d19966..00000000
Binary files a/TCG/Library/Artifacts/dd/dd300807d90bf9304a6c233cab45b0d7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dd/dd334592620b7e15b5a521c27b13630f b/TCG/Library/Artifacts/dd/dd334592620b7e15b5a521c27b13630f
deleted file mode 100644
index 6e48474b..00000000
Binary files a/TCG/Library/Artifacts/dd/dd334592620b7e15b5a521c27b13630f and /dev/null differ
diff --git a/TCG/Library/Artifacts/dd/dd63b99e7b377a793c22f1bee00bf255 b/TCG/Library/Artifacts/dd/dd63b99e7b377a793c22f1bee00bf255
deleted file mode 100644
index 173faa46..00000000
Binary files a/TCG/Library/Artifacts/dd/dd63b99e7b377a793c22f1bee00bf255 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dd/dda8771f313b8e890f15f733c9fee4dc b/TCG/Library/Artifacts/dd/dda8771f313b8e890f15f733c9fee4dc
deleted file mode 100644
index f8c31d79..00000000
Binary files a/TCG/Library/Artifacts/dd/dda8771f313b8e890f15f733c9fee4dc and /dev/null differ
diff --git a/TCG/Library/Artifacts/dd/ddae6f8a1b39329c7032311f76486307 b/TCG/Library/Artifacts/dd/ddae6f8a1b39329c7032311f76486307
deleted file mode 100644
index 25934bd1..00000000
Binary files a/TCG/Library/Artifacts/dd/ddae6f8a1b39329c7032311f76486307 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dd/ddec05fe3b2d6e67ad7e721861ae2eed b/TCG/Library/Artifacts/dd/ddec05fe3b2d6e67ad7e721861ae2eed
deleted file mode 100644
index d49c2608..00000000
Binary files a/TCG/Library/Artifacts/dd/ddec05fe3b2d6e67ad7e721861ae2eed and /dev/null differ
diff --git a/TCG/Library/Artifacts/dd/ddf05269de86ec1ad070a3e1719d8727 b/TCG/Library/Artifacts/dd/ddf05269de86ec1ad070a3e1719d8727
deleted file mode 100644
index 229c6601..00000000
Binary files a/TCG/Library/Artifacts/dd/ddf05269de86ec1ad070a3e1719d8727 and /dev/null differ
diff --git a/TCG/Library/Artifacts/dd/ddfe54e5a0c012d062368629bb406a92 b/TCG/Library/Artifacts/dd/ddfe54e5a0c012d062368629bb406a92
deleted file mode 100644
index 811cc9f6..00000000
Binary files a/TCG/Library/Artifacts/dd/ddfe54e5a0c012d062368629bb406a92 and /dev/null differ
diff --git a/TCG/Library/Artifacts/de/de091ac203590858f685af78bd8c5131 b/TCG/Library/Artifacts/de/de091ac203590858f685af78bd8c5131
deleted file mode 100644
index c99613db..00000000
Binary files a/TCG/Library/Artifacts/de/de091ac203590858f685af78bd8c5131 and /dev/null differ
diff --git a/TCG/Library/Artifacts/de/de1dbe4ca307274dae134576532d6315 b/TCG/Library/Artifacts/de/de1dbe4ca307274dae134576532d6315
deleted file mode 100644
index b2601dd9..00000000
Binary files a/TCG/Library/Artifacts/de/de1dbe4ca307274dae134576532d6315 and /dev/null differ
diff --git a/TCG/Library/Artifacts/de/de5b66db73b4f22985c93aef681811ec b/TCG/Library/Artifacts/de/de5b66db73b4f22985c93aef681811ec
deleted file mode 100644
index 116a02aa..00000000
Binary files a/TCG/Library/Artifacts/de/de5b66db73b4f22985c93aef681811ec and /dev/null differ
diff --git a/TCG/Library/Artifacts/de/de5cb3bd9771fd56f3ecd8a2b0e8da43 b/TCG/Library/Artifacts/de/de5cb3bd9771fd56f3ecd8a2b0e8da43
deleted file mode 100644
index 26624a23..00000000
Binary files a/TCG/Library/Artifacts/de/de5cb3bd9771fd56f3ecd8a2b0e8da43 and /dev/null differ
diff --git a/TCG/Library/Artifacts/de/deb6c82fe53079bd209ce8ba41c05666 b/TCG/Library/Artifacts/de/deb6c82fe53079bd209ce8ba41c05666
deleted file mode 100644
index 7ffe4e0d..00000000
Binary files a/TCG/Library/Artifacts/de/deb6c82fe53079bd209ce8ba41c05666 and /dev/null differ
diff --git a/TCG/Library/Artifacts/de/ded35a251e76cf94176020af69fa1cfe b/TCG/Library/Artifacts/de/ded35a251e76cf94176020af69fa1cfe
deleted file mode 100644
index 5302c6df..00000000
Binary files a/TCG/Library/Artifacts/de/ded35a251e76cf94176020af69fa1cfe and /dev/null differ
diff --git a/TCG/Library/Artifacts/de/deddf34c042978777cd19c0dfa1aa336 b/TCG/Library/Artifacts/de/deddf34c042978777cd19c0dfa1aa336
deleted file mode 100644
index a8893bcd..00000000
Binary files a/TCG/Library/Artifacts/de/deddf34c042978777cd19c0dfa1aa336 and /dev/null differ
diff --git a/TCG/Library/Artifacts/de/deedac6b16d5e3d34cf45f340d184c0a b/TCG/Library/Artifacts/de/deedac6b16d5e3d34cf45f340d184c0a
deleted file mode 100644
index 978ffa5e..00000000
Binary files a/TCG/Library/Artifacts/de/deedac6b16d5e3d34cf45f340d184c0a and /dev/null differ
diff --git a/TCG/Library/Artifacts/de/def406e542f2e2d1bd135b7d9f53f126 b/TCG/Library/Artifacts/de/def406e542f2e2d1bd135b7d9f53f126
deleted file mode 100644
index d518d1bc..00000000
Binary files a/TCG/Library/Artifacts/de/def406e542f2e2d1bd135b7d9f53f126 and /dev/null differ
diff --git a/TCG/Library/Artifacts/df/df0a6107ef2089a7e2bbe5887acdccc7 b/TCG/Library/Artifacts/df/df0a6107ef2089a7e2bbe5887acdccc7
deleted file mode 100644
index e1edefde..00000000
Binary files a/TCG/Library/Artifacts/df/df0a6107ef2089a7e2bbe5887acdccc7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/df/df2200b04d760f532eb7825eaa8d04d9 b/TCG/Library/Artifacts/df/df2200b04d760f532eb7825eaa8d04d9
deleted file mode 100644
index 79a36f0a..00000000
Binary files a/TCG/Library/Artifacts/df/df2200b04d760f532eb7825eaa8d04d9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/df/df29edf9c3a4b7870c9989e4000f9019 b/TCG/Library/Artifacts/df/df29edf9c3a4b7870c9989e4000f9019
deleted file mode 100644
index 7b2cbb1c..00000000
Binary files a/TCG/Library/Artifacts/df/df29edf9c3a4b7870c9989e4000f9019 and /dev/null differ
diff --git a/TCG/Library/Artifacts/df/df34529a6c9940922aaaaf536daeb643 b/TCG/Library/Artifacts/df/df34529a6c9940922aaaaf536daeb643
deleted file mode 100644
index 8bb3a188..00000000
Binary files a/TCG/Library/Artifacts/df/df34529a6c9940922aaaaf536daeb643 and /dev/null differ
diff --git a/TCG/Library/Artifacts/df/df8e81eb3d25c6b9d3c39d368c3eb61c b/TCG/Library/Artifacts/df/df8e81eb3d25c6b9d3c39d368c3eb61c
deleted file mode 100644
index c1aab832..00000000
Binary files a/TCG/Library/Artifacts/df/df8e81eb3d25c6b9d3c39d368c3eb61c and /dev/null differ
diff --git a/TCG/Library/Artifacts/df/dfa40a7537d014d566d1dd169e56d052 b/TCG/Library/Artifacts/df/dfa40a7537d014d566d1dd169e56d052
deleted file mode 100644
index 0d8872e9..00000000
Binary files a/TCG/Library/Artifacts/df/dfa40a7537d014d566d1dd169e56d052 and /dev/null differ
diff --git a/TCG/Library/Artifacts/df/dfcbd433e65e45938c13fb9ad915edda b/TCG/Library/Artifacts/df/dfcbd433e65e45938c13fb9ad915edda
deleted file mode 100644
index 0ce5fb72..00000000
Binary files a/TCG/Library/Artifacts/df/dfcbd433e65e45938c13fb9ad915edda and /dev/null differ
diff --git a/TCG/Library/Artifacts/df/dfcfbffa4599763b03e7f038062145ce b/TCG/Library/Artifacts/df/dfcfbffa4599763b03e7f038062145ce
deleted file mode 100644
index a83493e6..00000000
Binary files a/TCG/Library/Artifacts/df/dfcfbffa4599763b03e7f038062145ce and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e00364b14c965300307cc9124881f772 b/TCG/Library/Artifacts/e0/e00364b14c965300307cc9124881f772
deleted file mode 100644
index 99ef8877..00000000
Binary files a/TCG/Library/Artifacts/e0/e00364b14c965300307cc9124881f772 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e01151f0e491ff3522f7eaf992b7d2e7 b/TCG/Library/Artifacts/e0/e01151f0e491ff3522f7eaf992b7d2e7
deleted file mode 100644
index 399aea7a..00000000
Binary files a/TCG/Library/Artifacts/e0/e01151f0e491ff3522f7eaf992b7d2e7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e015373d17f815fbc24dc0dc82d074f5 b/TCG/Library/Artifacts/e0/e015373d17f815fbc24dc0dc82d074f5
deleted file mode 100644
index 8bcc6f8d..00000000
Binary files a/TCG/Library/Artifacts/e0/e015373d17f815fbc24dc0dc82d074f5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e01684a7386770838e0c03dfd8b4a40e b/TCG/Library/Artifacts/e0/e01684a7386770838e0c03dfd8b4a40e
deleted file mode 100644
index 261919ef..00000000
Binary files a/TCG/Library/Artifacts/e0/e01684a7386770838e0c03dfd8b4a40e and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e01c95f97cd027dadaefc35df0fbb39c b/TCG/Library/Artifacts/e0/e01c95f97cd027dadaefc35df0fbb39c
deleted file mode 100644
index faca62ae..00000000
Binary files a/TCG/Library/Artifacts/e0/e01c95f97cd027dadaefc35df0fbb39c and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e02bbba67fa7f9ca0b7c77e7c9cf6108 b/TCG/Library/Artifacts/e0/e02bbba67fa7f9ca0b7c77e7c9cf6108
deleted file mode 100644
index 790c85b8..00000000
Binary files a/TCG/Library/Artifacts/e0/e02bbba67fa7f9ca0b7c77e7c9cf6108 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e036199aabb128d8479c853346fd9f4a b/TCG/Library/Artifacts/e0/e036199aabb128d8479c853346fd9f4a
deleted file mode 100644
index e7d8e42b..00000000
Binary files a/TCG/Library/Artifacts/e0/e036199aabb128d8479c853346fd9f4a and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e05f77c9b92e04526f24f5783ddb4028 b/TCG/Library/Artifacts/e0/e05f77c9b92e04526f24f5783ddb4028
deleted file mode 100644
index c306caef..00000000
Binary files a/TCG/Library/Artifacts/e0/e05f77c9b92e04526f24f5783ddb4028 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e067342ea8fc43e00ffeb35cab560c62 b/TCG/Library/Artifacts/e0/e067342ea8fc43e00ffeb35cab560c62
deleted file mode 100644
index 1b69418a..00000000
Binary files a/TCG/Library/Artifacts/e0/e067342ea8fc43e00ffeb35cab560c62 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e08f479b3263326588bdad499c9d3325 b/TCG/Library/Artifacts/e0/e08f479b3263326588bdad499c9d3325
deleted file mode 100644
index 2eed96a5..00000000
Binary files a/TCG/Library/Artifacts/e0/e08f479b3263326588bdad499c9d3325 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e0d319d21a7b791aecfe41472f7bd80c b/TCG/Library/Artifacts/e0/e0d319d21a7b791aecfe41472f7bd80c
deleted file mode 100644
index 748af916..00000000
Binary files a/TCG/Library/Artifacts/e0/e0d319d21a7b791aecfe41472f7bd80c and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e0deabd4eb065eee004c287cd919142b b/TCG/Library/Artifacts/e0/e0deabd4eb065eee004c287cd919142b
deleted file mode 100644
index 5e11f3ce..00000000
Binary files a/TCG/Library/Artifacts/e0/e0deabd4eb065eee004c287cd919142b and /dev/null differ
diff --git a/TCG/Library/Artifacts/e0/e0f08fa99fb9cf49c5cb1c5a42e1b49a b/TCG/Library/Artifacts/e0/e0f08fa99fb9cf49c5cb1c5a42e1b49a
deleted file mode 100644
index f46bbb09..00000000
Binary files a/TCG/Library/Artifacts/e0/e0f08fa99fb9cf49c5cb1c5a42e1b49a and /dev/null differ
diff --git a/TCG/Library/Artifacts/e1/e11c84fbe3e1d8004ea53caf9ecbb3bd b/TCG/Library/Artifacts/e1/e11c84fbe3e1d8004ea53caf9ecbb3bd
deleted file mode 100644
index 1a99803d..00000000
Binary files a/TCG/Library/Artifacts/e1/e11c84fbe3e1d8004ea53caf9ecbb3bd and /dev/null differ
diff --git a/TCG/Library/Artifacts/e1/e15cdfff73296646d6c1688d8ad7550a b/TCG/Library/Artifacts/e1/e15cdfff73296646d6c1688d8ad7550a
deleted file mode 100644
index 8ffa567f..00000000
Binary files a/TCG/Library/Artifacts/e1/e15cdfff73296646d6c1688d8ad7550a and /dev/null differ
diff --git a/TCG/Library/Artifacts/e1/e15d32041cba84a7759d28c994ac38e7 b/TCG/Library/Artifacts/e1/e15d32041cba84a7759d28c994ac38e7
deleted file mode 100644
index 98be592e..00000000
Binary files a/TCG/Library/Artifacts/e1/e15d32041cba84a7759d28c994ac38e7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e1/e16812d975fef1de9b34595d09f885c8 b/TCG/Library/Artifacts/e1/e16812d975fef1de9b34595d09f885c8
deleted file mode 100644
index 0a6ea239..00000000
Binary files a/TCG/Library/Artifacts/e1/e16812d975fef1de9b34595d09f885c8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e1/e173a1cc1d76c035fdc20df38e0c8652 b/TCG/Library/Artifacts/e1/e173a1cc1d76c035fdc20df38e0c8652
deleted file mode 100644
index c030c6d3..00000000
Binary files a/TCG/Library/Artifacts/e1/e173a1cc1d76c035fdc20df38e0c8652 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e1/e1dfe514406deb5b70e548e0fceb3277 b/TCG/Library/Artifacts/e1/e1dfe514406deb5b70e548e0fceb3277
deleted file mode 100644
index 8a99cd9f..00000000
Binary files a/TCG/Library/Artifacts/e1/e1dfe514406deb5b70e548e0fceb3277 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e2/e24420458f828f5fa298acc569085953 b/TCG/Library/Artifacts/e2/e24420458f828f5fa298acc569085953
deleted file mode 100644
index 8b441e26..00000000
Binary files a/TCG/Library/Artifacts/e2/e24420458f828f5fa298acc569085953 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e2/e25d4a19e54eca2172f7eb6500c7d28a b/TCG/Library/Artifacts/e2/e25d4a19e54eca2172f7eb6500c7d28a
deleted file mode 100644
index f803da75..00000000
Binary files a/TCG/Library/Artifacts/e2/e25d4a19e54eca2172f7eb6500c7d28a and /dev/null differ
diff --git a/TCG/Library/Artifacts/e2/e2887bf3feadc5cf3b6340e250380cca b/TCG/Library/Artifacts/e2/e2887bf3feadc5cf3b6340e250380cca
deleted file mode 100644
index fb3d7536..00000000
Binary files a/TCG/Library/Artifacts/e2/e2887bf3feadc5cf3b6340e250380cca and /dev/null differ
diff --git a/TCG/Library/Artifacts/e2/e2a12d0ebbac3c298232a467c863f9cf b/TCG/Library/Artifacts/e2/e2a12d0ebbac3c298232a467c863f9cf
deleted file mode 100644
index cf0aefe4..00000000
Binary files a/TCG/Library/Artifacts/e2/e2a12d0ebbac3c298232a467c863f9cf and /dev/null differ
diff --git a/TCG/Library/Artifacts/e2/e2a6e858453992dcaee2da0d8a10254b b/TCG/Library/Artifacts/e2/e2a6e858453992dcaee2da0d8a10254b
deleted file mode 100644
index 34b96f54..00000000
Binary files a/TCG/Library/Artifacts/e2/e2a6e858453992dcaee2da0d8a10254b and /dev/null differ
diff --git a/TCG/Library/Artifacts/e2/e2ab5c57735d52acd7278dd296278576 b/TCG/Library/Artifacts/e2/e2ab5c57735d52acd7278dd296278576
deleted file mode 100644
index f92b4066..00000000
Binary files a/TCG/Library/Artifacts/e2/e2ab5c57735d52acd7278dd296278576 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e2/e2dbe0f8932ab159119e09ac26cdaeb9 b/TCG/Library/Artifacts/e2/e2dbe0f8932ab159119e09ac26cdaeb9
deleted file mode 100644
index f7af554b..00000000
Binary files a/TCG/Library/Artifacts/e2/e2dbe0f8932ab159119e09ac26cdaeb9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e2/e2ed74f82c87df5885fc73fa2e38e7dd b/TCG/Library/Artifacts/e2/e2ed74f82c87df5885fc73fa2e38e7dd
deleted file mode 100644
index d3530206..00000000
Binary files a/TCG/Library/Artifacts/e2/e2ed74f82c87df5885fc73fa2e38e7dd and /dev/null differ
diff --git a/TCG/Library/Artifacts/e3/e3324e8109ec6a9144e1df046dbb2e81 b/TCG/Library/Artifacts/e3/e3324e8109ec6a9144e1df046dbb2e81
deleted file mode 100644
index 1864816d..00000000
Binary files a/TCG/Library/Artifacts/e3/e3324e8109ec6a9144e1df046dbb2e81 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e3/e35656622eff88b1f7b6e64f35ac3d8b b/TCG/Library/Artifacts/e3/e35656622eff88b1f7b6e64f35ac3d8b
deleted file mode 100644
index dffe3bb1..00000000
Binary files a/TCG/Library/Artifacts/e3/e35656622eff88b1f7b6e64f35ac3d8b and /dev/null differ
diff --git a/TCG/Library/Artifacts/e3/e36b6db8399bcb77feca735ec02565ed b/TCG/Library/Artifacts/e3/e36b6db8399bcb77feca735ec02565ed
deleted file mode 100644
index e37fc5fa..00000000
Binary files a/TCG/Library/Artifacts/e3/e36b6db8399bcb77feca735ec02565ed and /dev/null differ
diff --git a/TCG/Library/Artifacts/e3/e3a9935beb281046a7d14443807dc2bd b/TCG/Library/Artifacts/e3/e3a9935beb281046a7d14443807dc2bd
deleted file mode 100644
index 834cc3e8..00000000
Binary files a/TCG/Library/Artifacts/e3/e3a9935beb281046a7d14443807dc2bd and /dev/null differ
diff --git a/TCG/Library/Artifacts/e3/e3b4c8a6a3c016f6f1807a680283eee0 b/TCG/Library/Artifacts/e3/e3b4c8a6a3c016f6f1807a680283eee0
deleted file mode 100644
index bc24a782..00000000
Binary files a/TCG/Library/Artifacts/e3/e3b4c8a6a3c016f6f1807a680283eee0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e3/e3e43e58bb93610e5f249859bf5e1858 b/TCG/Library/Artifacts/e3/e3e43e58bb93610e5f249859bf5e1858
deleted file mode 100644
index e94dc1b9..00000000
Binary files a/TCG/Library/Artifacts/e3/e3e43e58bb93610e5f249859bf5e1858 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e4/e43115bc77dd45acfb0697502522e54b b/TCG/Library/Artifacts/e4/e43115bc77dd45acfb0697502522e54b
deleted file mode 100644
index fdfb8afc..00000000
Binary files a/TCG/Library/Artifacts/e4/e43115bc77dd45acfb0697502522e54b and /dev/null differ
diff --git a/TCG/Library/Artifacts/e4/e4319f6c0684cb5f6054a469b1df3beb b/TCG/Library/Artifacts/e4/e4319f6c0684cb5f6054a469b1df3beb
deleted file mode 100644
index 80824187..00000000
Binary files a/TCG/Library/Artifacts/e4/e4319f6c0684cb5f6054a469b1df3beb and /dev/null differ
diff --git a/TCG/Library/Artifacts/e4/e45057118f541658e7557d4747e40e1d b/TCG/Library/Artifacts/e4/e45057118f541658e7557d4747e40e1d
deleted file mode 100644
index acef20a1..00000000
Binary files a/TCG/Library/Artifacts/e4/e45057118f541658e7557d4747e40e1d and /dev/null differ
diff --git a/TCG/Library/Artifacts/e4/e4518cab573e9c7c8a4825a9d027c158 b/TCG/Library/Artifacts/e4/e4518cab573e9c7c8a4825a9d027c158
deleted file mode 100644
index d591c13d..00000000
Binary files a/TCG/Library/Artifacts/e4/e4518cab573e9c7c8a4825a9d027c158 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e4/e462d9715854e8641c9b393f673d4ddb b/TCG/Library/Artifacts/e4/e462d9715854e8641c9b393f673d4ddb
deleted file mode 100644
index 2abff2f5..00000000
Binary files a/TCG/Library/Artifacts/e4/e462d9715854e8641c9b393f673d4ddb and /dev/null differ
diff --git a/TCG/Library/Artifacts/e4/e467dc09d240a98fa15194cf2fc90e46 b/TCG/Library/Artifacts/e4/e467dc09d240a98fa15194cf2fc90e46
deleted file mode 100644
index 6a834659..00000000
Binary files a/TCG/Library/Artifacts/e4/e467dc09d240a98fa15194cf2fc90e46 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e4/e4b85fffc4b26a088e1b9f4a10668457 b/TCG/Library/Artifacts/e4/e4b85fffc4b26a088e1b9f4a10668457
deleted file mode 100644
index 3b168253..00000000
Binary files a/TCG/Library/Artifacts/e4/e4b85fffc4b26a088e1b9f4a10668457 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e4/e4d945235ffeb174bd6c09ef61def71b b/TCG/Library/Artifacts/e4/e4d945235ffeb174bd6c09ef61def71b
deleted file mode 100644
index 75e63c7c..00000000
Binary files a/TCG/Library/Artifacts/e4/e4d945235ffeb174bd6c09ef61def71b and /dev/null differ
diff --git a/TCG/Library/Artifacts/e4/e4f0dfa31fbe1911ca96e6031f304403 b/TCG/Library/Artifacts/e4/e4f0dfa31fbe1911ca96e6031f304403
deleted file mode 100644
index 734c32c0..00000000
Binary files a/TCG/Library/Artifacts/e4/e4f0dfa31fbe1911ca96e6031f304403 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e4/e4fab09298ae1f72541f859567d5bef3 b/TCG/Library/Artifacts/e4/e4fab09298ae1f72541f859567d5bef3
deleted file mode 100644
index 9170d14a..00000000
Binary files a/TCG/Library/Artifacts/e4/e4fab09298ae1f72541f859567d5bef3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e4/e4fb413e0a4812b94941d19eda49f678 b/TCG/Library/Artifacts/e4/e4fb413e0a4812b94941d19eda49f678
deleted file mode 100644
index cf64945b..00000000
Binary files a/TCG/Library/Artifacts/e4/e4fb413e0a4812b94941d19eda49f678 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e5/e516a71804fe8aa104a43582582a414e b/TCG/Library/Artifacts/e5/e516a71804fe8aa104a43582582a414e
deleted file mode 100644
index 3b430524..00000000
Binary files a/TCG/Library/Artifacts/e5/e516a71804fe8aa104a43582582a414e and /dev/null differ
diff --git a/TCG/Library/Artifacts/e5/e52e6cd1eaa2939adfdc4e9528a470ac b/TCG/Library/Artifacts/e5/e52e6cd1eaa2939adfdc4e9528a470ac
deleted file mode 100644
index ed08113d..00000000
Binary files a/TCG/Library/Artifacts/e5/e52e6cd1eaa2939adfdc4e9528a470ac and /dev/null differ
diff --git a/TCG/Library/Artifacts/e5/e552b758b77f0dff22016ad31eff1cad b/TCG/Library/Artifacts/e5/e552b758b77f0dff22016ad31eff1cad
deleted file mode 100644
index 9090a893..00000000
Binary files a/TCG/Library/Artifacts/e5/e552b758b77f0dff22016ad31eff1cad and /dev/null differ
diff --git a/TCG/Library/Artifacts/e5/e5555664a09483e1b4b14e240096a5e6 b/TCG/Library/Artifacts/e5/e5555664a09483e1b4b14e240096a5e6
deleted file mode 100644
index b1b7e5b9..00000000
Binary files a/TCG/Library/Artifacts/e5/e5555664a09483e1b4b14e240096a5e6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e5/e565b76a9335e2a52542cdd978de9891 b/TCG/Library/Artifacts/e5/e565b76a9335e2a52542cdd978de9891
deleted file mode 100644
index ee1095dc..00000000
Binary files a/TCG/Library/Artifacts/e5/e565b76a9335e2a52542cdd978de9891 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e5/e578bad19161df9a2b9916758d4f158f b/TCG/Library/Artifacts/e5/e578bad19161df9a2b9916758d4f158f
deleted file mode 100644
index 4d0b28e2..00000000
Binary files a/TCG/Library/Artifacts/e5/e578bad19161df9a2b9916758d4f158f and /dev/null differ
diff --git a/TCG/Library/Artifacts/e5/e59c08497973d8335fe2bc890c4f26d4 b/TCG/Library/Artifacts/e5/e59c08497973d8335fe2bc890c4f26d4
deleted file mode 100644
index 4d9a71b4..00000000
Binary files a/TCG/Library/Artifacts/e5/e59c08497973d8335fe2bc890c4f26d4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e5/e5bdafdd0780b75f00d0cca4f25a9036 b/TCG/Library/Artifacts/e5/e5bdafdd0780b75f00d0cca4f25a9036
deleted file mode 100644
index b8bf6213..00000000
Binary files a/TCG/Library/Artifacts/e5/e5bdafdd0780b75f00d0cca4f25a9036 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e5/e5c1901615f67ce48065f745f1c520f3 b/TCG/Library/Artifacts/e5/e5c1901615f67ce48065f745f1c520f3
deleted file mode 100644
index 18dddbfa..00000000
Binary files a/TCG/Library/Artifacts/e5/e5c1901615f67ce48065f745f1c520f3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e5/e5caebd0f95b24ab2d721d9b5420577e b/TCG/Library/Artifacts/e5/e5caebd0f95b24ab2d721d9b5420577e
deleted file mode 100644
index 49806491..00000000
Binary files a/TCG/Library/Artifacts/e5/e5caebd0f95b24ab2d721d9b5420577e and /dev/null differ
diff --git a/TCG/Library/Artifacts/e5/e5cf7a76417f46e7a71a9272bfd24bec b/TCG/Library/Artifacts/e5/e5cf7a76417f46e7a71a9272bfd24bec
deleted file mode 100644
index 3a2f6082..00000000
Binary files a/TCG/Library/Artifacts/e5/e5cf7a76417f46e7a71a9272bfd24bec and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e6078f3e6d250df70aabcd9a91f768c0 b/TCG/Library/Artifacts/e6/e6078f3e6d250df70aabcd9a91f768c0
deleted file mode 100644
index 41e881f7..00000000
Binary files a/TCG/Library/Artifacts/e6/e6078f3e6d250df70aabcd9a91f768c0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e6119e38b301557e1d31c6098525b2f1 b/TCG/Library/Artifacts/e6/e6119e38b301557e1d31c6098525b2f1
deleted file mode 100644
index 9a4eca02..00000000
Binary files a/TCG/Library/Artifacts/e6/e6119e38b301557e1d31c6098525b2f1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e6176e15fbe0cfd8e7d09eb75c1ecd28 b/TCG/Library/Artifacts/e6/e6176e15fbe0cfd8e7d09eb75c1ecd28
deleted file mode 100644
index 9e7213ad..00000000
Binary files a/TCG/Library/Artifacts/e6/e6176e15fbe0cfd8e7d09eb75c1ecd28 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e62782542c0a634d8999c002e9420dfa b/TCG/Library/Artifacts/e6/e62782542c0a634d8999c002e9420dfa
deleted file mode 100644
index 41ac6d20..00000000
Binary files a/TCG/Library/Artifacts/e6/e62782542c0a634d8999c002e9420dfa and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e656626c9417962cba3474bde0fc442c b/TCG/Library/Artifacts/e6/e656626c9417962cba3474bde0fc442c
deleted file mode 100644
index bce54195..00000000
Binary files a/TCG/Library/Artifacts/e6/e656626c9417962cba3474bde0fc442c and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e667222fa7f587e6cb8a9be53d35f41a b/TCG/Library/Artifacts/e6/e667222fa7f587e6cb8a9be53d35f41a
deleted file mode 100644
index 15112113..00000000
Binary files a/TCG/Library/Artifacts/e6/e667222fa7f587e6cb8a9be53d35f41a and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e66da2a4a63773fda7a9530e17658903 b/TCG/Library/Artifacts/e6/e66da2a4a63773fda7a9530e17658903
deleted file mode 100644
index 3ccb55ee..00000000
Binary files a/TCG/Library/Artifacts/e6/e66da2a4a63773fda7a9530e17658903 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e6724677c906d2f393206ffbe78f5eba b/TCG/Library/Artifacts/e6/e6724677c906d2f393206ffbe78f5eba
deleted file mode 100644
index d0cafa9c..00000000
Binary files a/TCG/Library/Artifacts/e6/e6724677c906d2f393206ffbe78f5eba and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e67c9bdd423947b2f87cb29128ae7bfe b/TCG/Library/Artifacts/e6/e67c9bdd423947b2f87cb29128ae7bfe
deleted file mode 100644
index 8ebfd24f..00000000
Binary files a/TCG/Library/Artifacts/e6/e67c9bdd423947b2f87cb29128ae7bfe and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e67fb6a49e3cffe120c04272a85bd446 b/TCG/Library/Artifacts/e6/e67fb6a49e3cffe120c04272a85bd446
deleted file mode 100644
index 37299643..00000000
Binary files a/TCG/Library/Artifacts/e6/e67fb6a49e3cffe120c04272a85bd446 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e68588c7f736e41e258c61ce3ce04e50 b/TCG/Library/Artifacts/e6/e68588c7f736e41e258c61ce3ce04e50
deleted file mode 100644
index cb432458..00000000
Binary files a/TCG/Library/Artifacts/e6/e68588c7f736e41e258c61ce3ce04e50 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e6951f1aa713a4c3f051a4907217e86a b/TCG/Library/Artifacts/e6/e6951f1aa713a4c3f051a4907217e86a
deleted file mode 100644
index f4115d2f..00000000
Binary files a/TCG/Library/Artifacts/e6/e6951f1aa713a4c3f051a4907217e86a and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e6dce0e0ddd9d911fb5fd12d47f065dd b/TCG/Library/Artifacts/e6/e6dce0e0ddd9d911fb5fd12d47f065dd
deleted file mode 100644
index 991498b9..00000000
Binary files a/TCG/Library/Artifacts/e6/e6dce0e0ddd9d911fb5fd12d47f065dd and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e6de09ad7f6a67b082c1d22cd09ce961 b/TCG/Library/Artifacts/e6/e6de09ad7f6a67b082c1d22cd09ce961
deleted file mode 100644
index 5c606796..00000000
Binary files a/TCG/Library/Artifacts/e6/e6de09ad7f6a67b082c1d22cd09ce961 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e6/e6e25a14f05148a32b484c304db71787 b/TCG/Library/Artifacts/e6/e6e25a14f05148a32b484c304db71787
deleted file mode 100644
index be14b30d..00000000
Binary files a/TCG/Library/Artifacts/e6/e6e25a14f05148a32b484c304db71787 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e7/e7291cb4309e33adeb0ce4c875990ab8 b/TCG/Library/Artifacts/e7/e7291cb4309e33adeb0ce4c875990ab8
deleted file mode 100644
index 801fe5bc..00000000
Binary files a/TCG/Library/Artifacts/e7/e7291cb4309e33adeb0ce4c875990ab8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e7/e7865c594d95d7400cc12d077b0ea822 b/TCG/Library/Artifacts/e7/e7865c594d95d7400cc12d077b0ea822
deleted file mode 100644
index 30e1c0af..00000000
Binary files a/TCG/Library/Artifacts/e7/e7865c594d95d7400cc12d077b0ea822 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e7/e7ae9b2c2a59aee1ee4432987ba355cc b/TCG/Library/Artifacts/e7/e7ae9b2c2a59aee1ee4432987ba355cc
deleted file mode 100644
index 279f4138..00000000
Binary files a/TCG/Library/Artifacts/e7/e7ae9b2c2a59aee1ee4432987ba355cc and /dev/null differ
diff --git a/TCG/Library/Artifacts/e7/e7bf29f5c02eae8faf5ae85ac8d5d122 b/TCG/Library/Artifacts/e7/e7bf29f5c02eae8faf5ae85ac8d5d122
deleted file mode 100644
index c6c1624a..00000000
Binary files a/TCG/Library/Artifacts/e7/e7bf29f5c02eae8faf5ae85ac8d5d122 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e7/e7cebbfdfef041222272830ecc6e223e b/TCG/Library/Artifacts/e7/e7cebbfdfef041222272830ecc6e223e
deleted file mode 100644
index 1603ddd4..00000000
Binary files a/TCG/Library/Artifacts/e7/e7cebbfdfef041222272830ecc6e223e and /dev/null differ
diff --git a/TCG/Library/Artifacts/e7/e7d49fa27fbb3a34e93a2b38b311c2b9 b/TCG/Library/Artifacts/e7/e7d49fa27fbb3a34e93a2b38b311c2b9
deleted file mode 100644
index dac5c91f..00000000
Binary files a/TCG/Library/Artifacts/e7/e7d49fa27fbb3a34e93a2b38b311c2b9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e7/e7e74f1a2d3e131503c78753e0636acf b/TCG/Library/Artifacts/e7/e7e74f1a2d3e131503c78753e0636acf
deleted file mode 100644
index f8ccca63..00000000
Binary files a/TCG/Library/Artifacts/e7/e7e74f1a2d3e131503c78753e0636acf and /dev/null differ
diff --git a/TCG/Library/Artifacts/e7/e7efcdcdc44b270aa0819e51b0635bf0 b/TCG/Library/Artifacts/e7/e7efcdcdc44b270aa0819e51b0635bf0
deleted file mode 100644
index a22d05c0..00000000
Binary files a/TCG/Library/Artifacts/e7/e7efcdcdc44b270aa0819e51b0635bf0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e8/e80a03c7cab3892f31aba21c6cf14043 b/TCG/Library/Artifacts/e8/e80a03c7cab3892f31aba21c6cf14043
deleted file mode 100644
index fec10362..00000000
Binary files a/TCG/Library/Artifacts/e8/e80a03c7cab3892f31aba21c6cf14043 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e8/e81290c825897f430eacb2c5764b0c43 b/TCG/Library/Artifacts/e8/e81290c825897f430eacb2c5764b0c43
deleted file mode 100644
index a133669f..00000000
Binary files a/TCG/Library/Artifacts/e8/e81290c825897f430eacb2c5764b0c43 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e8/e812c09c0ea7f32e58c0b4f037dcf8d4 b/TCG/Library/Artifacts/e8/e812c09c0ea7f32e58c0b4f037dcf8d4
deleted file mode 100644
index 3f1d2216..00000000
Binary files a/TCG/Library/Artifacts/e8/e812c09c0ea7f32e58c0b4f037dcf8d4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e8/e82bd924903cdd64068264052d0b6229 b/TCG/Library/Artifacts/e8/e82bd924903cdd64068264052d0b6229
deleted file mode 100644
index 8b02f6f8..00000000
Binary files a/TCG/Library/Artifacts/e8/e82bd924903cdd64068264052d0b6229 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e8/e852f1918ee0d689ca4d5a9dd3cdfd92 b/TCG/Library/Artifacts/e8/e852f1918ee0d689ca4d5a9dd3cdfd92
deleted file mode 100644
index 729e1005..00000000
Binary files a/TCG/Library/Artifacts/e8/e852f1918ee0d689ca4d5a9dd3cdfd92 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e8/e879e89219f5fea4b87b837dafacfd0a b/TCG/Library/Artifacts/e8/e879e89219f5fea4b87b837dafacfd0a
deleted file mode 100644
index 512f2af2..00000000
Binary files a/TCG/Library/Artifacts/e8/e879e89219f5fea4b87b837dafacfd0a and /dev/null differ
diff --git a/TCG/Library/Artifacts/e8/e890c638ca304d90a68cd289fa2856cd b/TCG/Library/Artifacts/e8/e890c638ca304d90a68cd289fa2856cd
deleted file mode 100644
index 55a40f3f..00000000
Binary files a/TCG/Library/Artifacts/e8/e890c638ca304d90a68cd289fa2856cd and /dev/null differ
diff --git a/TCG/Library/Artifacts/e8/e894db21349289a0e96e60645899477b b/TCG/Library/Artifacts/e8/e894db21349289a0e96e60645899477b
deleted file mode 100644
index 050d7294..00000000
Binary files a/TCG/Library/Artifacts/e8/e894db21349289a0e96e60645899477b and /dev/null differ
diff --git a/TCG/Library/Artifacts/e8/e8ca326aade56279d48d4b3950c15bb4 b/TCG/Library/Artifacts/e8/e8ca326aade56279d48d4b3950c15bb4
deleted file mode 100644
index 18fb982b..00000000
Binary files a/TCG/Library/Artifacts/e8/e8ca326aade56279d48d4b3950c15bb4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e8/e8cf24bb34c57e582a89f51718495d54 b/TCG/Library/Artifacts/e8/e8cf24bb34c57e582a89f51718495d54
deleted file mode 100644
index 9191a834..00000000
Binary files a/TCG/Library/Artifacts/e8/e8cf24bb34c57e582a89f51718495d54 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e9/e9023187ecdb39df840ef045c73e48d1 b/TCG/Library/Artifacts/e9/e9023187ecdb39df840ef045c73e48d1
deleted file mode 100644
index d36e7812..00000000
Binary files a/TCG/Library/Artifacts/e9/e9023187ecdb39df840ef045c73e48d1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e9/e91c10a42a26d29dad2eb536551dd90c b/TCG/Library/Artifacts/e9/e91c10a42a26d29dad2eb536551dd90c
deleted file mode 100644
index e336a003..00000000
Binary files a/TCG/Library/Artifacts/e9/e91c10a42a26d29dad2eb536551dd90c and /dev/null differ
diff --git a/TCG/Library/Artifacts/e9/e97ea3ce4c331b3e93da9b798ca5460b b/TCG/Library/Artifacts/e9/e97ea3ce4c331b3e93da9b798ca5460b
deleted file mode 100644
index 6dbb770f..00000000
Binary files a/TCG/Library/Artifacts/e9/e97ea3ce4c331b3e93da9b798ca5460b and /dev/null differ
diff --git a/TCG/Library/Artifacts/e9/e9904fb24e10c32570a4d952d72fbafc b/TCG/Library/Artifacts/e9/e9904fb24e10c32570a4d952d72fbafc
deleted file mode 100644
index dbf15faf..00000000
Binary files a/TCG/Library/Artifacts/e9/e9904fb24e10c32570a4d952d72fbafc and /dev/null differ
diff --git a/TCG/Library/Artifacts/e9/e9a33053e06babb6892945873656ef35 b/TCG/Library/Artifacts/e9/e9a33053e06babb6892945873656ef35
deleted file mode 100644
index 1bfaef1b..00000000
Binary files a/TCG/Library/Artifacts/e9/e9a33053e06babb6892945873656ef35 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e9/e9aa5239e2c532c6f082cffdf7db526f b/TCG/Library/Artifacts/e9/e9aa5239e2c532c6f082cffdf7db526f
deleted file mode 100644
index f037d9be..00000000
Binary files a/TCG/Library/Artifacts/e9/e9aa5239e2c532c6f082cffdf7db526f and /dev/null differ
diff --git a/TCG/Library/Artifacts/e9/e9ae367c147578fdea05c856ae0f5f0f b/TCG/Library/Artifacts/e9/e9ae367c147578fdea05c856ae0f5f0f
deleted file mode 100644
index 0d54ff3e..00000000
Binary files a/TCG/Library/Artifacts/e9/e9ae367c147578fdea05c856ae0f5f0f and /dev/null differ
diff --git a/TCG/Library/Artifacts/e9/e9b475b09a0029eb57378d34b5fde602 b/TCG/Library/Artifacts/e9/e9b475b09a0029eb57378d34b5fde602
deleted file mode 100644
index e7d36960..00000000
Binary files a/TCG/Library/Artifacts/e9/e9b475b09a0029eb57378d34b5fde602 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e9/e9bd8cdaef3790210f878d69a295c9b5 b/TCG/Library/Artifacts/e9/e9bd8cdaef3790210f878d69a295c9b5
deleted file mode 100644
index 8939180e..00000000
Binary files a/TCG/Library/Artifacts/e9/e9bd8cdaef3790210f878d69a295c9b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e9/e9da38b92963f1a30d859c83d45de2c4 b/TCG/Library/Artifacts/e9/e9da38b92963f1a30d859c83d45de2c4
deleted file mode 100644
index f6b852df..00000000
Binary files a/TCG/Library/Artifacts/e9/e9da38b92963f1a30d859c83d45de2c4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/e9/e9e79345cbc1adcc7777acabf2d83dea b/TCG/Library/Artifacts/e9/e9e79345cbc1adcc7777acabf2d83dea
deleted file mode 100644
index 751487f4..00000000
Binary files a/TCG/Library/Artifacts/e9/e9e79345cbc1adcc7777acabf2d83dea and /dev/null differ
diff --git a/TCG/Library/Artifacts/ea/ea572edc1b7ab8a5186878e31dc24c58 b/TCG/Library/Artifacts/ea/ea572edc1b7ab8a5186878e31dc24c58
deleted file mode 100644
index a7ae8e90..00000000
Binary files a/TCG/Library/Artifacts/ea/ea572edc1b7ab8a5186878e31dc24c58 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ea/ea7d5da926f49b621ecacda90c5548bb b/TCG/Library/Artifacts/ea/ea7d5da926f49b621ecacda90c5548bb
deleted file mode 100644
index 6c416949..00000000
Binary files a/TCG/Library/Artifacts/ea/ea7d5da926f49b621ecacda90c5548bb and /dev/null differ
diff --git a/TCG/Library/Artifacts/ea/ea837fde780dc3b90ef4dbad7579d029 b/TCG/Library/Artifacts/ea/ea837fde780dc3b90ef4dbad7579d029
deleted file mode 100644
index abd8dde6..00000000
Binary files a/TCG/Library/Artifacts/ea/ea837fde780dc3b90ef4dbad7579d029 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ea/ea86282d4d0610117521e6b41ea17e44 b/TCG/Library/Artifacts/ea/ea86282d4d0610117521e6b41ea17e44
deleted file mode 100644
index eaeb5a5d..00000000
Binary files a/TCG/Library/Artifacts/ea/ea86282d4d0610117521e6b41ea17e44 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ea/ea883f347be3271b039d1e055d1df242 b/TCG/Library/Artifacts/ea/ea883f347be3271b039d1e055d1df242
deleted file mode 100644
index 7a7c7244..00000000
Binary files a/TCG/Library/Artifacts/ea/ea883f347be3271b039d1e055d1df242 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ea/ea8e2d0182f9b7f6781defe4d147f766 b/TCG/Library/Artifacts/ea/ea8e2d0182f9b7f6781defe4d147f766
deleted file mode 100644
index 2f404cdf..00000000
Binary files a/TCG/Library/Artifacts/ea/ea8e2d0182f9b7f6781defe4d147f766 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ea/eaae56e617e9f65f6cfcd4df9c529f10 b/TCG/Library/Artifacts/ea/eaae56e617e9f65f6cfcd4df9c529f10
deleted file mode 100644
index 9bed173a..00000000
Binary files a/TCG/Library/Artifacts/ea/eaae56e617e9f65f6cfcd4df9c529f10 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ea/eab3d4ce673c016f56c87cda6d815245 b/TCG/Library/Artifacts/ea/eab3d4ce673c016f56c87cda6d815245
deleted file mode 100644
index 7b64d5f9..00000000
Binary files a/TCG/Library/Artifacts/ea/eab3d4ce673c016f56c87cda6d815245 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ea/eacc4adaabbd491fc529159c6349379a b/TCG/Library/Artifacts/ea/eacc4adaabbd491fc529159c6349379a
deleted file mode 100644
index 5c9d1759..00000000
Binary files a/TCG/Library/Artifacts/ea/eacc4adaabbd491fc529159c6349379a and /dev/null differ
diff --git a/TCG/Library/Artifacts/ea/eaeaa42f2a246f12a2401fa7e329015c b/TCG/Library/Artifacts/ea/eaeaa42f2a246f12a2401fa7e329015c
deleted file mode 100644
index a97a3ef7..00000000
Binary files a/TCG/Library/Artifacts/ea/eaeaa42f2a246f12a2401fa7e329015c and /dev/null differ
diff --git a/TCG/Library/Artifacts/ea/eaf39d379eea19e0949ac60408d4ff6c b/TCG/Library/Artifacts/ea/eaf39d379eea19e0949ac60408d4ff6c
deleted file mode 100644
index 5bb1a138..00000000
Binary files a/TCG/Library/Artifacts/ea/eaf39d379eea19e0949ac60408d4ff6c and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/eb11e70916f729abdb1dfe620e83775c b/TCG/Library/Artifacts/eb/eb11e70916f729abdb1dfe620e83775c
deleted file mode 100644
index addcaa0a..00000000
Binary files a/TCG/Library/Artifacts/eb/eb11e70916f729abdb1dfe620e83775c and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/eb126dc0cd1d5e1181d6aacee7f31100 b/TCG/Library/Artifacts/eb/eb126dc0cd1d5e1181d6aacee7f31100
deleted file mode 100644
index c649de82..00000000
Binary files a/TCG/Library/Artifacts/eb/eb126dc0cd1d5e1181d6aacee7f31100 and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/eb159ce6b6dc632b52e789da137ccd17 b/TCG/Library/Artifacts/eb/eb159ce6b6dc632b52e789da137ccd17
deleted file mode 100644
index 01877b1b..00000000
Binary files a/TCG/Library/Artifacts/eb/eb159ce6b6dc632b52e789da137ccd17 and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/eb160bcf869e181e0b81bcc77e89a1a5 b/TCG/Library/Artifacts/eb/eb160bcf869e181e0b81bcc77e89a1a5
deleted file mode 100644
index c32c9e37..00000000
Binary files a/TCG/Library/Artifacts/eb/eb160bcf869e181e0b81bcc77e89a1a5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/eb33b626181769f185f607fae4d68130 b/TCG/Library/Artifacts/eb/eb33b626181769f185f607fae4d68130
deleted file mode 100644
index 22e10333..00000000
Binary files a/TCG/Library/Artifacts/eb/eb33b626181769f185f607fae4d68130 and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/eb3c25fc6125c43f63ad0d469b777ab8 b/TCG/Library/Artifacts/eb/eb3c25fc6125c43f63ad0d469b777ab8
deleted file mode 100644
index c29d5cdd..00000000
Binary files a/TCG/Library/Artifacts/eb/eb3c25fc6125c43f63ad0d469b777ab8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/eb55b012e092cecdc094f3aa93928063 b/TCG/Library/Artifacts/eb/eb55b012e092cecdc094f3aa93928063
deleted file mode 100644
index 9271f757..00000000
Binary files a/TCG/Library/Artifacts/eb/eb55b012e092cecdc094f3aa93928063 and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/eb8aee19664fcb69a354d3d7190dd10c b/TCG/Library/Artifacts/eb/eb8aee19664fcb69a354d3d7190dd10c
deleted file mode 100644
index 5f40e04e..00000000
Binary files a/TCG/Library/Artifacts/eb/eb8aee19664fcb69a354d3d7190dd10c and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/ebb6b69624518407b741dd9c7941555c b/TCG/Library/Artifacts/eb/ebb6b69624518407b741dd9c7941555c
deleted file mode 100644
index 16abb2c3..00000000
Binary files a/TCG/Library/Artifacts/eb/ebb6b69624518407b741dd9c7941555c and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/ebba83c8c313719ac50cee02812251c7 b/TCG/Library/Artifacts/eb/ebba83c8c313719ac50cee02812251c7
deleted file mode 100644
index 2ccfb958..00000000
Binary files a/TCG/Library/Artifacts/eb/ebba83c8c313719ac50cee02812251c7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/ebc494540d0c8d69fd52c964176ca9e6 b/TCG/Library/Artifacts/eb/ebc494540d0c8d69fd52c964176ca9e6
deleted file mode 100644
index 71e5374b..00000000
Binary files a/TCG/Library/Artifacts/eb/ebc494540d0c8d69fd52c964176ca9e6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/ebd21c312811ba44a5da1c76c2386a97 b/TCG/Library/Artifacts/eb/ebd21c312811ba44a5da1c76c2386a97
deleted file mode 100644
index 1c1ecf5f..00000000
Binary files a/TCG/Library/Artifacts/eb/ebd21c312811ba44a5da1c76c2386a97 and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/ebe12e07a6f1a5f89466c958904a9f56 b/TCG/Library/Artifacts/eb/ebe12e07a6f1a5f89466c958904a9f56
deleted file mode 100644
index 77fa4986..00000000
Binary files a/TCG/Library/Artifacts/eb/ebe12e07a6f1a5f89466c958904a9f56 and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/ebe3b6f5bfb7045cf284a32b0b80ca56 b/TCG/Library/Artifacts/eb/ebe3b6f5bfb7045cf284a32b0b80ca56
deleted file mode 100644
index dcee2a34..00000000
Binary files a/TCG/Library/Artifacts/eb/ebe3b6f5bfb7045cf284a32b0b80ca56 and /dev/null differ
diff --git a/TCG/Library/Artifacts/eb/ebf2a3d6fa4ddc2d63ff9022ce8f027e b/TCG/Library/Artifacts/eb/ebf2a3d6fa4ddc2d63ff9022ce8f027e
deleted file mode 100644
index 14747606..00000000
Binary files a/TCG/Library/Artifacts/eb/ebf2a3d6fa4ddc2d63ff9022ce8f027e and /dev/null differ
diff --git a/TCG/Library/Artifacts/ec/ec04b67f081303a1656c205812856a52 b/TCG/Library/Artifacts/ec/ec04b67f081303a1656c205812856a52
deleted file mode 100644
index 5e7abf6a..00000000
Binary files a/TCG/Library/Artifacts/ec/ec04b67f081303a1656c205812856a52 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ec/ec0b7578dc1738b40f1066355e7dc2b5 b/TCG/Library/Artifacts/ec/ec0b7578dc1738b40f1066355e7dc2b5
deleted file mode 100644
index 18d35937..00000000
Binary files a/TCG/Library/Artifacts/ec/ec0b7578dc1738b40f1066355e7dc2b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ec/ec560c52ecf33a87f7fcf2da6d19cac6 b/TCG/Library/Artifacts/ec/ec560c52ecf33a87f7fcf2da6d19cac6
deleted file mode 100644
index 35134e2c..00000000
Binary files a/TCG/Library/Artifacts/ec/ec560c52ecf33a87f7fcf2da6d19cac6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ec/ec8615dc29a63412fd00cf22a549bb16 b/TCG/Library/Artifacts/ec/ec8615dc29a63412fd00cf22a549bb16
deleted file mode 100644
index caac514f..00000000
Binary files a/TCG/Library/Artifacts/ec/ec8615dc29a63412fd00cf22a549bb16 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ec/ec8e7a4f7ac67f51b88d1864409f5ea5 b/TCG/Library/Artifacts/ec/ec8e7a4f7ac67f51b88d1864409f5ea5
deleted file mode 100644
index a02d9f23..00000000
Binary files a/TCG/Library/Artifacts/ec/ec8e7a4f7ac67f51b88d1864409f5ea5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ec/ec91ec2bee8e147713818a1696c831cc b/TCG/Library/Artifacts/ec/ec91ec2bee8e147713818a1696c831cc
deleted file mode 100644
index d3d92257..00000000
Binary files a/TCG/Library/Artifacts/ec/ec91ec2bee8e147713818a1696c831cc and /dev/null differ
diff --git a/TCG/Library/Artifacts/ec/ecb37bd0b37deed9c8e25c961bd81e68 b/TCG/Library/Artifacts/ec/ecb37bd0b37deed9c8e25c961bd81e68
deleted file mode 100644
index 15039bd9..00000000
Binary files a/TCG/Library/Artifacts/ec/ecb37bd0b37deed9c8e25c961bd81e68 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ec/ecfc8fa00962d569039b5525d9b9e874 b/TCG/Library/Artifacts/ec/ecfc8fa00962d569039b5525d9b9e874
deleted file mode 100644
index 7f80e009..00000000
Binary files a/TCG/Library/Artifacts/ec/ecfc8fa00962d569039b5525d9b9e874 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ed/ed00c0e21fa18258be1375c948cbf911 b/TCG/Library/Artifacts/ed/ed00c0e21fa18258be1375c948cbf911
deleted file mode 100644
index 55e46922..00000000
Binary files a/TCG/Library/Artifacts/ed/ed00c0e21fa18258be1375c948cbf911 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ed/ed27b729d413e77831066800f052b3d2 b/TCG/Library/Artifacts/ed/ed27b729d413e77831066800f052b3d2
deleted file mode 100644
index b0464a20..00000000
Binary files a/TCG/Library/Artifacts/ed/ed27b729d413e77831066800f052b3d2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ed/ed35f829b0d7f62e3bc08083b014e5c0 b/TCG/Library/Artifacts/ed/ed35f829b0d7f62e3bc08083b014e5c0
deleted file mode 100644
index 78d59e23..00000000
Binary files a/TCG/Library/Artifacts/ed/ed35f829b0d7f62e3bc08083b014e5c0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ed/ed7029b119ee27dc6dd7614300182a16 b/TCG/Library/Artifacts/ed/ed7029b119ee27dc6dd7614300182a16
deleted file mode 100644
index 8fdb35a3..00000000
Binary files a/TCG/Library/Artifacts/ed/ed7029b119ee27dc6dd7614300182a16 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ed/ed9524f028d7aa90034ecf64510c7313 b/TCG/Library/Artifacts/ed/ed9524f028d7aa90034ecf64510c7313
deleted file mode 100644
index 07bbf1a0..00000000
Binary files a/TCG/Library/Artifacts/ed/ed9524f028d7aa90034ecf64510c7313 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ed/edcdffcf372f91f4a4ae93cd1ee29d28 b/TCG/Library/Artifacts/ed/edcdffcf372f91f4a4ae93cd1ee29d28
deleted file mode 100644
index aad1b35d..00000000
Binary files a/TCG/Library/Artifacts/ed/edcdffcf372f91f4a4ae93cd1ee29d28 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ee/ee47dcc54178213822d250145afd80ec b/TCG/Library/Artifacts/ee/ee47dcc54178213822d250145afd80ec
deleted file mode 100644
index 20b7a4b0..00000000
Binary files a/TCG/Library/Artifacts/ee/ee47dcc54178213822d250145afd80ec and /dev/null differ
diff --git a/TCG/Library/Artifacts/ee/ee67456fbddd50de78b6c9525f51b7dc b/TCG/Library/Artifacts/ee/ee67456fbddd50de78b6c9525f51b7dc
deleted file mode 100644
index 48efe280..00000000
Binary files a/TCG/Library/Artifacts/ee/ee67456fbddd50de78b6c9525f51b7dc and /dev/null differ
diff --git a/TCG/Library/Artifacts/ee/ee7f18950aa95897f8dca2d98020425f b/TCG/Library/Artifacts/ee/ee7f18950aa95897f8dca2d98020425f
deleted file mode 100644
index b20898af..00000000
Binary files a/TCG/Library/Artifacts/ee/ee7f18950aa95897f8dca2d98020425f and /dev/null differ
diff --git a/TCG/Library/Artifacts/ee/ee900908fbc58c68b975c5dd1c6ed811 b/TCG/Library/Artifacts/ee/ee900908fbc58c68b975c5dd1c6ed811
deleted file mode 100644
index d569702b..00000000
Binary files a/TCG/Library/Artifacts/ee/ee900908fbc58c68b975c5dd1c6ed811 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ee/eea6ce35fc411ee5ec633cd3ba34922f b/TCG/Library/Artifacts/ee/eea6ce35fc411ee5ec633cd3ba34922f
deleted file mode 100644
index 4f740348..00000000
Binary files a/TCG/Library/Artifacts/ee/eea6ce35fc411ee5ec633cd3ba34922f and /dev/null differ
diff --git a/TCG/Library/Artifacts/ee/eeafb346b8f41157745f36864010d47a b/TCG/Library/Artifacts/ee/eeafb346b8f41157745f36864010d47a
deleted file mode 100644
index 4fb475fa..00000000
Binary files a/TCG/Library/Artifacts/ee/eeafb346b8f41157745f36864010d47a and /dev/null differ
diff --git a/TCG/Library/Artifacts/ef/ef0099dd13ede31a885a8f795cc845cc b/TCG/Library/Artifacts/ef/ef0099dd13ede31a885a8f795cc845cc
deleted file mode 100644
index 50fe25de..00000000
Binary files a/TCG/Library/Artifacts/ef/ef0099dd13ede31a885a8f795cc845cc and /dev/null differ
diff --git a/TCG/Library/Artifacts/ef/ef0889e40922e4306bbad1e9f5c72c57 b/TCG/Library/Artifacts/ef/ef0889e40922e4306bbad1e9f5c72c57
deleted file mode 100644
index 60531902..00000000
Binary files a/TCG/Library/Artifacts/ef/ef0889e40922e4306bbad1e9f5c72c57 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ef/ef643bf8db6934608119ac780df38269 b/TCG/Library/Artifacts/ef/ef643bf8db6934608119ac780df38269
deleted file mode 100644
index 436e23e2..00000000
Binary files a/TCG/Library/Artifacts/ef/ef643bf8db6934608119ac780df38269 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ef/ef6d220b134231ad773ab660f0dd46ce b/TCG/Library/Artifacts/ef/ef6d220b134231ad773ab660f0dd46ce
deleted file mode 100644
index ab09e2b4..00000000
Binary files a/TCG/Library/Artifacts/ef/ef6d220b134231ad773ab660f0dd46ce and /dev/null differ
diff --git a/TCG/Library/Artifacts/ef/ef70d3fe5d5a9231141839cb639cf926 b/TCG/Library/Artifacts/ef/ef70d3fe5d5a9231141839cb639cf926
deleted file mode 100644
index a30b7d6a..00000000
Binary files a/TCG/Library/Artifacts/ef/ef70d3fe5d5a9231141839cb639cf926 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ef/ef724f7aa0645107109ecc7f5b229d0f b/TCG/Library/Artifacts/ef/ef724f7aa0645107109ecc7f5b229d0f
deleted file mode 100644
index 969e7f85..00000000
Binary files a/TCG/Library/Artifacts/ef/ef724f7aa0645107109ecc7f5b229d0f and /dev/null differ
diff --git a/TCG/Library/Artifacts/ef/ef92ec86449f849408a6445440f7e293 b/TCG/Library/Artifacts/ef/ef92ec86449f849408a6445440f7e293
deleted file mode 100644
index 019ebdaa..00000000
Binary files a/TCG/Library/Artifacts/ef/ef92ec86449f849408a6445440f7e293 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ef/efb213db479b9ba6c4806ccc04116dc1 b/TCG/Library/Artifacts/ef/efb213db479b9ba6c4806ccc04116dc1
deleted file mode 100644
index 1a094c6a..00000000
Binary files a/TCG/Library/Artifacts/ef/efb213db479b9ba6c4806ccc04116dc1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ef/efb6c3636191652b51d34f6b836f4a25 b/TCG/Library/Artifacts/ef/efb6c3636191652b51d34f6b836f4a25
deleted file mode 100644
index 866eede3..00000000
Binary files a/TCG/Library/Artifacts/ef/efb6c3636191652b51d34f6b836f4a25 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ef/efbabbbcc4610a9c972cce214ed40d9a b/TCG/Library/Artifacts/ef/efbabbbcc4610a9c972cce214ed40d9a
deleted file mode 100644
index ca3c41f7..00000000
Binary files a/TCG/Library/Artifacts/ef/efbabbbcc4610a9c972cce214ed40d9a and /dev/null differ
diff --git a/TCG/Library/Artifacts/ef/efcaf65d9548256e62b8cd3d59674279 b/TCG/Library/Artifacts/ef/efcaf65d9548256e62b8cd3d59674279
deleted file mode 100644
index 01c1f844..00000000
Binary files a/TCG/Library/Artifacts/ef/efcaf65d9548256e62b8cd3d59674279 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f000e261101de15a1d10e75831e8a7e0 b/TCG/Library/Artifacts/f0/f000e261101de15a1d10e75831e8a7e0
deleted file mode 100644
index 05739b26..00000000
Binary files a/TCG/Library/Artifacts/f0/f000e261101de15a1d10e75831e8a7e0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f011524e31c038f52e64ac1918dee740 b/TCG/Library/Artifacts/f0/f011524e31c038f52e64ac1918dee740
deleted file mode 100644
index f7649e58..00000000
Binary files a/TCG/Library/Artifacts/f0/f011524e31c038f52e64ac1918dee740 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f0236168e37fc76dc9ce605afe5645ba b/TCG/Library/Artifacts/f0/f0236168e37fc76dc9ce605afe5645ba
deleted file mode 100644
index a6312a79..00000000
Binary files a/TCG/Library/Artifacts/f0/f0236168e37fc76dc9ce605afe5645ba and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f025eaf5c76cb0d5bec3a8de09cd9975 b/TCG/Library/Artifacts/f0/f025eaf5c76cb0d5bec3a8de09cd9975
deleted file mode 100644
index 58f3fd15..00000000
Binary files a/TCG/Library/Artifacts/f0/f025eaf5c76cb0d5bec3a8de09cd9975 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f02defc06f5b89ec1cd2ca5ea58d4978 b/TCG/Library/Artifacts/f0/f02defc06f5b89ec1cd2ca5ea58d4978
deleted file mode 100644
index 9f04f969..00000000
Binary files a/TCG/Library/Artifacts/f0/f02defc06f5b89ec1cd2ca5ea58d4978 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f03dd2ffac3190970f15b3cf1fc41629 b/TCG/Library/Artifacts/f0/f03dd2ffac3190970f15b3cf1fc41629
deleted file mode 100644
index 63170daa..00000000
Binary files a/TCG/Library/Artifacts/f0/f03dd2ffac3190970f15b3cf1fc41629 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f05be3b667db4c58b4d0a14a9fb588ef b/TCG/Library/Artifacts/f0/f05be3b667db4c58b4d0a14a9fb588ef
deleted file mode 100644
index 87d165d8..00000000
Binary files a/TCG/Library/Artifacts/f0/f05be3b667db4c58b4d0a14a9fb588ef and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f074b89ef390f764a7c277e977ac7cb4 b/TCG/Library/Artifacts/f0/f074b89ef390f764a7c277e977ac7cb4
deleted file mode 100644
index d046ee71..00000000
Binary files a/TCG/Library/Artifacts/f0/f074b89ef390f764a7c277e977ac7cb4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f086f6265dd76afc3c7bdf7ef0c0aaa1 b/TCG/Library/Artifacts/f0/f086f6265dd76afc3c7bdf7ef0c0aaa1
deleted file mode 100644
index a17e5194..00000000
Binary files a/TCG/Library/Artifacts/f0/f086f6265dd76afc3c7bdf7ef0c0aaa1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f089042955e9fdb861952a33af77a20f b/TCG/Library/Artifacts/f0/f089042955e9fdb861952a33af77a20f
deleted file mode 100644
index 3da91193..00000000
Binary files a/TCG/Library/Artifacts/f0/f089042955e9fdb861952a33af77a20f and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f08c744142f52637a990146666c8b8e2 b/TCG/Library/Artifacts/f0/f08c744142f52637a990146666c8b8e2
deleted file mode 100644
index 572a547d..00000000
Binary files a/TCG/Library/Artifacts/f0/f08c744142f52637a990146666c8b8e2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f08cb0c5c6db9304cdffcaaac6e45016 b/TCG/Library/Artifacts/f0/f08cb0c5c6db9304cdffcaaac6e45016
deleted file mode 100644
index 2fab4eab..00000000
Binary files a/TCG/Library/Artifacts/f0/f08cb0c5c6db9304cdffcaaac6e45016 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f0a3bed9042a99da22bd27f9ca1f5e60 b/TCG/Library/Artifacts/f0/f0a3bed9042a99da22bd27f9ca1f5e60
deleted file mode 100644
index 1b261670..00000000
Binary files a/TCG/Library/Artifacts/f0/f0a3bed9042a99da22bd27f9ca1f5e60 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f0c7fcc60ff38275a737b2463d2d1897 b/TCG/Library/Artifacts/f0/f0c7fcc60ff38275a737b2463d2d1897
deleted file mode 100644
index a8995369..00000000
Binary files a/TCG/Library/Artifacts/f0/f0c7fcc60ff38275a737b2463d2d1897 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f0ce55d415d4f482a88c787a99bf8c8d b/TCG/Library/Artifacts/f0/f0ce55d415d4f482a88c787a99bf8c8d
deleted file mode 100644
index 1b965193..00000000
Binary files a/TCG/Library/Artifacts/f0/f0ce55d415d4f482a88c787a99bf8c8d and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f0dc5aa74022abfedf8777cbdddbdf69 b/TCG/Library/Artifacts/f0/f0dc5aa74022abfedf8777cbdddbdf69
deleted file mode 100644
index 19bd9398..00000000
Binary files a/TCG/Library/Artifacts/f0/f0dc5aa74022abfedf8777cbdddbdf69 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f0ea44c72fd7bd82b614824076a2eef0 b/TCG/Library/Artifacts/f0/f0ea44c72fd7bd82b614824076a2eef0
deleted file mode 100644
index 1733ce94..00000000
Binary files a/TCG/Library/Artifacts/f0/f0ea44c72fd7bd82b614824076a2eef0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f0/f0eb78d98db7bbf2c6d5d96bd067534b b/TCG/Library/Artifacts/f0/f0eb78d98db7bbf2c6d5d96bd067534b
deleted file mode 100644
index 489a6bb1..00000000
Binary files a/TCG/Library/Artifacts/f0/f0eb78d98db7bbf2c6d5d96bd067534b and /dev/null differ
diff --git a/TCG/Library/Artifacts/f1/f10533b8d6c77bd7837518cc9e4387af b/TCG/Library/Artifacts/f1/f10533b8d6c77bd7837518cc9e4387af
deleted file mode 100644
index 9ddbf1c8..00000000
Binary files a/TCG/Library/Artifacts/f1/f10533b8d6c77bd7837518cc9e4387af and /dev/null differ
diff --git a/TCG/Library/Artifacts/f1/f10615a5614dc30e72aa8312a1e10e27 b/TCG/Library/Artifacts/f1/f10615a5614dc30e72aa8312a1e10e27
deleted file mode 100644
index d285e150..00000000
Binary files a/TCG/Library/Artifacts/f1/f10615a5614dc30e72aa8312a1e10e27 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f1/f1069ee1129bd261131c5393b7094a79 b/TCG/Library/Artifacts/f1/f1069ee1129bd261131c5393b7094a79
deleted file mode 100644
index 1ca61620..00000000
Binary files a/TCG/Library/Artifacts/f1/f1069ee1129bd261131c5393b7094a79 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f1/f107779e44c6b8f1fe04388ea28dddd6 b/TCG/Library/Artifacts/f1/f107779e44c6b8f1fe04388ea28dddd6
deleted file mode 100644
index d14395a7..00000000
Binary files a/TCG/Library/Artifacts/f1/f107779e44c6b8f1fe04388ea28dddd6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f1/f12e51f0e29c7bdbdce41de903965b2c b/TCG/Library/Artifacts/f1/f12e51f0e29c7bdbdce41de903965b2c
deleted file mode 100644
index cfdb5fc3..00000000
Binary files a/TCG/Library/Artifacts/f1/f12e51f0e29c7bdbdce41de903965b2c and /dev/null differ
diff --git a/TCG/Library/Artifacts/f1/f13cc47a8465551a1ffa58dd5fc7bef5 b/TCG/Library/Artifacts/f1/f13cc47a8465551a1ffa58dd5fc7bef5
deleted file mode 100644
index b9dd4af7..00000000
Binary files a/TCG/Library/Artifacts/f1/f13cc47a8465551a1ffa58dd5fc7bef5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f1/f147595dc7bb2146831dda037fba70d0 b/TCG/Library/Artifacts/f1/f147595dc7bb2146831dda037fba70d0
deleted file mode 100644
index 3653ab11..00000000
Binary files a/TCG/Library/Artifacts/f1/f147595dc7bb2146831dda037fba70d0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f1/f1d844176b8332b804e9ae51295d258f b/TCG/Library/Artifacts/f1/f1d844176b8332b804e9ae51295d258f
deleted file mode 100644
index ea9fb77f..00000000
Binary files a/TCG/Library/Artifacts/f1/f1d844176b8332b804e9ae51295d258f and /dev/null differ
diff --git a/TCG/Library/Artifacts/f1/f1e8597c1cd4cdc11f690d905d5b5c65 b/TCG/Library/Artifacts/f1/f1e8597c1cd4cdc11f690d905d5b5c65
deleted file mode 100644
index 6d814271..00000000
Binary files a/TCG/Library/Artifacts/f1/f1e8597c1cd4cdc11f690d905d5b5c65 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f2/f200c85f4ed00f808961a681fff4cbbf b/TCG/Library/Artifacts/f2/f200c85f4ed00f808961a681fff4cbbf
deleted file mode 100644
index c7c76423..00000000
Binary files a/TCG/Library/Artifacts/f2/f200c85f4ed00f808961a681fff4cbbf and /dev/null differ
diff --git a/TCG/Library/Artifacts/f2/f2b18463d68aa045fba8355166f9eb22 b/TCG/Library/Artifacts/f2/f2b18463d68aa045fba8355166f9eb22
deleted file mode 100644
index 5e841b00..00000000
Binary files a/TCG/Library/Artifacts/f2/f2b18463d68aa045fba8355166f9eb22 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f2/f2bed6c8354cae1e131fb4e73c2024cd b/TCG/Library/Artifacts/f2/f2bed6c8354cae1e131fb4e73c2024cd
deleted file mode 100644
index b2ce5b95..00000000
Binary files a/TCG/Library/Artifacts/f2/f2bed6c8354cae1e131fb4e73c2024cd and /dev/null differ
diff --git a/TCG/Library/Artifacts/f2/f2c80527d558621df341b4091db1e851 b/TCG/Library/Artifacts/f2/f2c80527d558621df341b4091db1e851
deleted file mode 100644
index b2a2686a..00000000
Binary files a/TCG/Library/Artifacts/f2/f2c80527d558621df341b4091db1e851 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f2/f2e34aa55e9c2a037205e1340743338b b/TCG/Library/Artifacts/f2/f2e34aa55e9c2a037205e1340743338b
deleted file mode 100644
index 11939f03..00000000
Binary files a/TCG/Library/Artifacts/f2/f2e34aa55e9c2a037205e1340743338b and /dev/null differ
diff --git a/TCG/Library/Artifacts/f2/f2e70d4bf79b0e74a6f73f5d55a4d87a b/TCG/Library/Artifacts/f2/f2e70d4bf79b0e74a6f73f5d55a4d87a
deleted file mode 100644
index 0e5dc4cd..00000000
Binary files a/TCG/Library/Artifacts/f2/f2e70d4bf79b0e74a6f73f5d55a4d87a and /dev/null differ
diff --git a/TCG/Library/Artifacts/f3/f309459fa7cade2c61f991e503f11d84 b/TCG/Library/Artifacts/f3/f309459fa7cade2c61f991e503f11d84
deleted file mode 100644
index 2705205b..00000000
Binary files a/TCG/Library/Artifacts/f3/f309459fa7cade2c61f991e503f11d84 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f3/f30e900e23c050623e7a797a21dbc2ee b/TCG/Library/Artifacts/f3/f30e900e23c050623e7a797a21dbc2ee
deleted file mode 100644
index 4f65d8db..00000000
Binary files a/TCG/Library/Artifacts/f3/f30e900e23c050623e7a797a21dbc2ee and /dev/null differ
diff --git a/TCG/Library/Artifacts/f3/f31bf1339c37b3e37a2abe9d24044c2c b/TCG/Library/Artifacts/f3/f31bf1339c37b3e37a2abe9d24044c2c
deleted file mode 100644
index b45db963..00000000
Binary files a/TCG/Library/Artifacts/f3/f31bf1339c37b3e37a2abe9d24044c2c and /dev/null differ
diff --git a/TCG/Library/Artifacts/f3/f342f884e2f47b5ab35660efc4342274 b/TCG/Library/Artifacts/f3/f342f884e2f47b5ab35660efc4342274
deleted file mode 100644
index f20c2699..00000000
Binary files a/TCG/Library/Artifacts/f3/f342f884e2f47b5ab35660efc4342274 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f3/f35461ba8e35e92d1a494dd7d911891f b/TCG/Library/Artifacts/f3/f35461ba8e35e92d1a494dd7d911891f
deleted file mode 100644
index 0a07b831..00000000
Binary files a/TCG/Library/Artifacts/f3/f35461ba8e35e92d1a494dd7d911891f and /dev/null differ
diff --git a/TCG/Library/Artifacts/f3/f3b8248ca4ef2ef2f657dfdce71d9edc b/TCG/Library/Artifacts/f3/f3b8248ca4ef2ef2f657dfdce71d9edc
deleted file mode 100644
index ee869dd7..00000000
Binary files a/TCG/Library/Artifacts/f3/f3b8248ca4ef2ef2f657dfdce71d9edc and /dev/null differ
diff --git a/TCG/Library/Artifacts/f3/f3d1328c4294aa613c438623551715f2 b/TCG/Library/Artifacts/f3/f3d1328c4294aa613c438623551715f2
deleted file mode 100644
index eb48b225..00000000
Binary files a/TCG/Library/Artifacts/f3/f3d1328c4294aa613c438623551715f2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f3/f3ea219d453735d088651f56da1a021f b/TCG/Library/Artifacts/f3/f3ea219d453735d088651f56da1a021f
deleted file mode 100644
index d517c633..00000000
Binary files a/TCG/Library/Artifacts/f3/f3ea219d453735d088651f56da1a021f and /dev/null differ
diff --git a/TCG/Library/Artifacts/f3/f3f3e9a2a3de78a36b9453448cf5888f b/TCG/Library/Artifacts/f3/f3f3e9a2a3de78a36b9453448cf5888f
deleted file mode 100644
index 663ecb99..00000000
Binary files a/TCG/Library/Artifacts/f3/f3f3e9a2a3de78a36b9453448cf5888f and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f42a9898e8391ae5e44c7e0d265905b6 b/TCG/Library/Artifacts/f4/f42a9898e8391ae5e44c7e0d265905b6
deleted file mode 100644
index d0252349..00000000
Binary files a/TCG/Library/Artifacts/f4/f42a9898e8391ae5e44c7e0d265905b6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f45c615ada1fd7c62f731d612bc61423 b/TCG/Library/Artifacts/f4/f45c615ada1fd7c62f731d612bc61423
deleted file mode 100644
index 3e2c2e76..00000000
Binary files a/TCG/Library/Artifacts/f4/f45c615ada1fd7c62f731d612bc61423 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f46ccc81721a006458cb805218e386cc b/TCG/Library/Artifacts/f4/f46ccc81721a006458cb805218e386cc
deleted file mode 100644
index c57f85ea..00000000
Binary files a/TCG/Library/Artifacts/f4/f46ccc81721a006458cb805218e386cc and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f47a613ea602a1bc9ebf1d1c64724903 b/TCG/Library/Artifacts/f4/f47a613ea602a1bc9ebf1d1c64724903
deleted file mode 100644
index 0afb6331..00000000
Binary files a/TCG/Library/Artifacts/f4/f47a613ea602a1bc9ebf1d1c64724903 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f47ed6130c8ee67a032c6ef8616c4bb4 b/TCG/Library/Artifacts/f4/f47ed6130c8ee67a032c6ef8616c4bb4
deleted file mode 100644
index 89db935b..00000000
Binary files a/TCG/Library/Artifacts/f4/f47ed6130c8ee67a032c6ef8616c4bb4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f4a42348815f9edc0f46f6eb27230cc5 b/TCG/Library/Artifacts/f4/f4a42348815f9edc0f46f6eb27230cc5
deleted file mode 100644
index a060c0a2..00000000
Binary files a/TCG/Library/Artifacts/f4/f4a42348815f9edc0f46f6eb27230cc5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f4a65baa4c1d13fcd96f93b769b0e5a0 b/TCG/Library/Artifacts/f4/f4a65baa4c1d13fcd96f93b769b0e5a0
deleted file mode 100644
index 8bc1ed1c..00000000
Binary files a/TCG/Library/Artifacts/f4/f4a65baa4c1d13fcd96f93b769b0e5a0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f4a771ec0ae1afaab15ddf25d0fff506 b/TCG/Library/Artifacts/f4/f4a771ec0ae1afaab15ddf25d0fff506
deleted file mode 100644
index dcde08f0..00000000
Binary files a/TCG/Library/Artifacts/f4/f4a771ec0ae1afaab15ddf25d0fff506 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f4b5d160cb8034b0029eb6df0db7b1f2 b/TCG/Library/Artifacts/f4/f4b5d160cb8034b0029eb6df0db7b1f2
deleted file mode 100644
index 9259c9cd..00000000
Binary files a/TCG/Library/Artifacts/f4/f4b5d160cb8034b0029eb6df0db7b1f2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f4ba5ee82108016a5f1c8211e87ee658 b/TCG/Library/Artifacts/f4/f4ba5ee82108016a5f1c8211e87ee658
deleted file mode 100644
index 76d53ee8..00000000
Binary files a/TCG/Library/Artifacts/f4/f4ba5ee82108016a5f1c8211e87ee658 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f4d2cedb89dda20f5e4be53bd8890acd b/TCG/Library/Artifacts/f4/f4d2cedb89dda20f5e4be53bd8890acd
deleted file mode 100644
index 1025d53a..00000000
Binary files a/TCG/Library/Artifacts/f4/f4d2cedb89dda20f5e4be53bd8890acd and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f4d3dd2fcb9233a98a5cd5e28a9b5585 b/TCG/Library/Artifacts/f4/f4d3dd2fcb9233a98a5cd5e28a9b5585
deleted file mode 100644
index 0a92cef1..00000000
Binary files a/TCG/Library/Artifacts/f4/f4d3dd2fcb9233a98a5cd5e28a9b5585 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f4da36e4f973d15fc24a8eb4a99d3980 b/TCG/Library/Artifacts/f4/f4da36e4f973d15fc24a8eb4a99d3980
deleted file mode 100644
index 3f682858..00000000
Binary files a/TCG/Library/Artifacts/f4/f4da36e4f973d15fc24a8eb4a99d3980 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f4f4b7a5e058a9097f93b0e3bd0765ac b/TCG/Library/Artifacts/f4/f4f4b7a5e058a9097f93b0e3bd0765ac
deleted file mode 100644
index c5adc4b2..00000000
Binary files a/TCG/Library/Artifacts/f4/f4f4b7a5e058a9097f93b0e3bd0765ac and /dev/null differ
diff --git a/TCG/Library/Artifacts/f4/f4f99657a7b4881397498c6bb10f629c b/TCG/Library/Artifacts/f4/f4f99657a7b4881397498c6bb10f629c
deleted file mode 100644
index e66d1ffb..00000000
Binary files a/TCG/Library/Artifacts/f4/f4f99657a7b4881397498c6bb10f629c and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f51a4754a358a668fa094967f27f6307 b/TCG/Library/Artifacts/f5/f51a4754a358a668fa094967f27f6307
deleted file mode 100644
index 17ea0bda..00000000
Binary files a/TCG/Library/Artifacts/f5/f51a4754a358a668fa094967f27f6307 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f52485e1ad6cb110804e6ca74e2e0f83 b/TCG/Library/Artifacts/f5/f52485e1ad6cb110804e6ca74e2e0f83
deleted file mode 100644
index c28052c8..00000000
Binary files a/TCG/Library/Artifacts/f5/f52485e1ad6cb110804e6ca74e2e0f83 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f52f8a2873a66199e6b1de8f13283b85 b/TCG/Library/Artifacts/f5/f52f8a2873a66199e6b1de8f13283b85
deleted file mode 100644
index 9932b487..00000000
Binary files a/TCG/Library/Artifacts/f5/f52f8a2873a66199e6b1de8f13283b85 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f53ee5db92e1c17e06b23cb431847330 b/TCG/Library/Artifacts/f5/f53ee5db92e1c17e06b23cb431847330
deleted file mode 100644
index ea93962d..00000000
Binary files a/TCG/Library/Artifacts/f5/f53ee5db92e1c17e06b23cb431847330 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f54caca83b57da4f6ef25f506728e772 b/TCG/Library/Artifacts/f5/f54caca83b57da4f6ef25f506728e772
deleted file mode 100644
index 3c80d813..00000000
Binary files a/TCG/Library/Artifacts/f5/f54caca83b57da4f6ef25f506728e772 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f55a9a9d5974472ae623841397a83a41 b/TCG/Library/Artifacts/f5/f55a9a9d5974472ae623841397a83a41
deleted file mode 100644
index 973b1f00..00000000
Binary files a/TCG/Library/Artifacts/f5/f55a9a9d5974472ae623841397a83a41 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f575ab3bf4a123ffda51ca5633ce86bf b/TCG/Library/Artifacts/f5/f575ab3bf4a123ffda51ca5633ce86bf
deleted file mode 100644
index 9411098a..00000000
Binary files a/TCG/Library/Artifacts/f5/f575ab3bf4a123ffda51ca5633ce86bf and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f597a06b5f8ba5b83c2bee70e2020541 b/TCG/Library/Artifacts/f5/f597a06b5f8ba5b83c2bee70e2020541
deleted file mode 100644
index 35c3fe2c..00000000
Binary files a/TCG/Library/Artifacts/f5/f597a06b5f8ba5b83c2bee70e2020541 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f5b7bacd58d75b42e0f336db5a7ca199 b/TCG/Library/Artifacts/f5/f5b7bacd58d75b42e0f336db5a7ca199
deleted file mode 100644
index be48c10d..00000000
Binary files a/TCG/Library/Artifacts/f5/f5b7bacd58d75b42e0f336db5a7ca199 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f5b9059f9ae9f9976c6bfcaf814028ab b/TCG/Library/Artifacts/f5/f5b9059f9ae9f9976c6bfcaf814028ab
deleted file mode 100644
index 3d2d3900..00000000
Binary files a/TCG/Library/Artifacts/f5/f5b9059f9ae9f9976c6bfcaf814028ab and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f5c05dbac0d9bca66d88da768b0b0976 b/TCG/Library/Artifacts/f5/f5c05dbac0d9bca66d88da768b0b0976
deleted file mode 100644
index 30d051cc..00000000
Binary files a/TCG/Library/Artifacts/f5/f5c05dbac0d9bca66d88da768b0b0976 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f5ce95d29877e41ae84a7880c054b30a b/TCG/Library/Artifacts/f5/f5ce95d29877e41ae84a7880c054b30a
deleted file mode 100644
index 3b35e371..00000000
Binary files a/TCG/Library/Artifacts/f5/f5ce95d29877e41ae84a7880c054b30a and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f5e8be43fd1504d1b1e0db4982d5f8a1 b/TCG/Library/Artifacts/f5/f5e8be43fd1504d1b1e0db4982d5f8a1
deleted file mode 100644
index 025daa78..00000000
Binary files a/TCG/Library/Artifacts/f5/f5e8be43fd1504d1b1e0db4982d5f8a1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f5ec4232a99f71cb51039e882fab62e9 b/TCG/Library/Artifacts/f5/f5ec4232a99f71cb51039e882fab62e9
deleted file mode 100644
index 56820123..00000000
Binary files a/TCG/Library/Artifacts/f5/f5ec4232a99f71cb51039e882fab62e9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f5/f5f37d3bc5b204fb1b558f41e53a3b1f b/TCG/Library/Artifacts/f5/f5f37d3bc5b204fb1b558f41e53a3b1f
deleted file mode 100644
index 9e8d6b96..00000000
Binary files a/TCG/Library/Artifacts/f5/f5f37d3bc5b204fb1b558f41e53a3b1f and /dev/null differ
diff --git a/TCG/Library/Artifacts/f6/f60609439413b1050b6b40767581bc70 b/TCG/Library/Artifacts/f6/f60609439413b1050b6b40767581bc70
deleted file mode 100644
index fc9e3777..00000000
Binary files a/TCG/Library/Artifacts/f6/f60609439413b1050b6b40767581bc70 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f6/f6172e8b9e9f3c787c96a126a30fdadf b/TCG/Library/Artifacts/f6/f6172e8b9e9f3c787c96a126a30fdadf
deleted file mode 100644
index e3336f59..00000000
Binary files a/TCG/Library/Artifacts/f6/f6172e8b9e9f3c787c96a126a30fdadf and /dev/null differ
diff --git a/TCG/Library/Artifacts/f6/f63a67509e56873aacea8148471a49ea b/TCG/Library/Artifacts/f6/f63a67509e56873aacea8148471a49ea
deleted file mode 100644
index f43eab8d..00000000
Binary files a/TCG/Library/Artifacts/f6/f63a67509e56873aacea8148471a49ea and /dev/null differ
diff --git a/TCG/Library/Artifacts/f6/f66906466567ae70dd0a2cf41352e8d0 b/TCG/Library/Artifacts/f6/f66906466567ae70dd0a2cf41352e8d0
deleted file mode 100644
index 70f64fcc..00000000
Binary files a/TCG/Library/Artifacts/f6/f66906466567ae70dd0a2cf41352e8d0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f6/f69b68db7c84ab3358c75e2d1f97cb95 b/TCG/Library/Artifacts/f6/f69b68db7c84ab3358c75e2d1f97cb95
deleted file mode 100644
index f53a2cf9..00000000
Binary files a/TCG/Library/Artifacts/f6/f69b68db7c84ab3358c75e2d1f97cb95 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f6/f6a86fdbda042ee56d566d8be7478987 b/TCG/Library/Artifacts/f6/f6a86fdbda042ee56d566d8be7478987
deleted file mode 100644
index f3731e27..00000000
Binary files a/TCG/Library/Artifacts/f6/f6a86fdbda042ee56d566d8be7478987 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f6/f6b2abbd722db23d79faab136f696974 b/TCG/Library/Artifacts/f6/f6b2abbd722db23d79faab136f696974
deleted file mode 100644
index 807f3d9f..00000000
Binary files a/TCG/Library/Artifacts/f6/f6b2abbd722db23d79faab136f696974 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f6/f6c93e1cd06b4e74e44d1c8537ce97ff b/TCG/Library/Artifacts/f6/f6c93e1cd06b4e74e44d1c8537ce97ff
deleted file mode 100644
index 37f9d39a..00000000
Binary files a/TCG/Library/Artifacts/f6/f6c93e1cd06b4e74e44d1c8537ce97ff and /dev/null differ
diff --git a/TCG/Library/Artifacts/f6/f6ceb7d936bef38b5cd7ca1181072478 b/TCG/Library/Artifacts/f6/f6ceb7d936bef38b5cd7ca1181072478
deleted file mode 100644
index febeda8b..00000000
Binary files a/TCG/Library/Artifacts/f6/f6ceb7d936bef38b5cd7ca1181072478 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f6/f6d504119a067bd823f0c52fa0d462d8 b/TCG/Library/Artifacts/f6/f6d504119a067bd823f0c52fa0d462d8
deleted file mode 100644
index 7745cd63..00000000
Binary files a/TCG/Library/Artifacts/f6/f6d504119a067bd823f0c52fa0d462d8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f6/f6fba6e0be45fdb25476a2985160d75c b/TCG/Library/Artifacts/f6/f6fba6e0be45fdb25476a2985160d75c
deleted file mode 100644
index 31483f2e..00000000
Binary files a/TCG/Library/Artifacts/f6/f6fba6e0be45fdb25476a2985160d75c and /dev/null differ
diff --git a/TCG/Library/Artifacts/f7/f719473dc55efdf63461f0c510ef62ef b/TCG/Library/Artifacts/f7/f719473dc55efdf63461f0c510ef62ef
deleted file mode 100644
index 5c2288dd..00000000
Binary files a/TCG/Library/Artifacts/f7/f719473dc55efdf63461f0c510ef62ef and /dev/null differ
diff --git a/TCG/Library/Artifacts/f7/f72226c51ee49246dcdc31e01f0f22c9 b/TCG/Library/Artifacts/f7/f72226c51ee49246dcdc31e01f0f22c9
deleted file mode 100644
index 831b92ff..00000000
Binary files a/TCG/Library/Artifacts/f7/f72226c51ee49246dcdc31e01f0f22c9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f7/f75293108fc6b59eba396da2f4970023 b/TCG/Library/Artifacts/f7/f75293108fc6b59eba396da2f4970023
deleted file mode 100644
index 870a4f54..00000000
Binary files a/TCG/Library/Artifacts/f7/f75293108fc6b59eba396da2f4970023 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f7/f76575f12b08f8c6ec4d6e8e95b940fb b/TCG/Library/Artifacts/f7/f76575f12b08f8c6ec4d6e8e95b940fb
deleted file mode 100644
index 00784702..00000000
Binary files a/TCG/Library/Artifacts/f7/f76575f12b08f8c6ec4d6e8e95b940fb and /dev/null differ
diff --git a/TCG/Library/Artifacts/f7/f7e9deadc872c0e5f38933951bd12738 b/TCG/Library/Artifacts/f7/f7e9deadc872c0e5f38933951bd12738
deleted file mode 100644
index 0b88c24d..00000000
Binary files a/TCG/Library/Artifacts/f7/f7e9deadc872c0e5f38933951bd12738 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f8/f81b8d6f8819033bcc99538a366a1743 b/TCG/Library/Artifacts/f8/f81b8d6f8819033bcc99538a366a1743
deleted file mode 100644
index abb4d36c..00000000
Binary files a/TCG/Library/Artifacts/f8/f81b8d6f8819033bcc99538a366a1743 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f8/f845f276e007ac2a91adc736e2acdff2 b/TCG/Library/Artifacts/f8/f845f276e007ac2a91adc736e2acdff2
deleted file mode 100644
index cdfc72fd..00000000
Binary files a/TCG/Library/Artifacts/f8/f845f276e007ac2a91adc736e2acdff2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f8/f860aae36e70be2111150386981d7105 b/TCG/Library/Artifacts/f8/f860aae36e70be2111150386981d7105
deleted file mode 100644
index 5aa83df9..00000000
Binary files a/TCG/Library/Artifacts/f8/f860aae36e70be2111150386981d7105 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f8/f86c64644cb42064241a0f6ef01e21a5 b/TCG/Library/Artifacts/f8/f86c64644cb42064241a0f6ef01e21a5
deleted file mode 100644
index 33c70696..00000000
Binary files a/TCG/Library/Artifacts/f8/f86c64644cb42064241a0f6ef01e21a5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f8/f87cac44223a0eb47c59fd2159732a1c b/TCG/Library/Artifacts/f8/f87cac44223a0eb47c59fd2159732a1c
deleted file mode 100644
index 7eeafa13..00000000
Binary files a/TCG/Library/Artifacts/f8/f87cac44223a0eb47c59fd2159732a1c and /dev/null differ
diff --git a/TCG/Library/Artifacts/f8/f8c99c991c35b29c526f6f5dabcaeed8 b/TCG/Library/Artifacts/f8/f8c99c991c35b29c526f6f5dabcaeed8
deleted file mode 100644
index a42173d3..00000000
Binary files a/TCG/Library/Artifacts/f8/f8c99c991c35b29c526f6f5dabcaeed8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f8/f8f4650e8118a033dff692bb440daf23 b/TCG/Library/Artifacts/f8/f8f4650e8118a033dff692bb440daf23
deleted file mode 100644
index b58869ec..00000000
Binary files a/TCG/Library/Artifacts/f8/f8f4650e8118a033dff692bb440daf23 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f9/f90afdfcd83974bf75f9253c2f4895fa b/TCG/Library/Artifacts/f9/f90afdfcd83974bf75f9253c2f4895fa
deleted file mode 100644
index 25730669..00000000
Binary files a/TCG/Library/Artifacts/f9/f90afdfcd83974bf75f9253c2f4895fa and /dev/null differ
diff --git a/TCG/Library/Artifacts/f9/f90fb3a0b66e28b7d60fbb33d9c5605a b/TCG/Library/Artifacts/f9/f90fb3a0b66e28b7d60fbb33d9c5605a
deleted file mode 100644
index eb0abf2f..00000000
Binary files a/TCG/Library/Artifacts/f9/f90fb3a0b66e28b7d60fbb33d9c5605a and /dev/null differ
diff --git a/TCG/Library/Artifacts/f9/f921538bdd7b90eff821ac3bc27c4553 b/TCG/Library/Artifacts/f9/f921538bdd7b90eff821ac3bc27c4553
deleted file mode 100644
index aaa783eb..00000000
Binary files a/TCG/Library/Artifacts/f9/f921538bdd7b90eff821ac3bc27c4553 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f9/f922d98600593a4f5bc42de5e21f4406 b/TCG/Library/Artifacts/f9/f922d98600593a4f5bc42de5e21f4406
deleted file mode 100644
index b206f539..00000000
Binary files a/TCG/Library/Artifacts/f9/f922d98600593a4f5bc42de5e21f4406 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f9/f9361d8d58051bb1f0d2e320899ae1b2 b/TCG/Library/Artifacts/f9/f9361d8d58051bb1f0d2e320899ae1b2
deleted file mode 100644
index 081c665d..00000000
Binary files a/TCG/Library/Artifacts/f9/f9361d8d58051bb1f0d2e320899ae1b2 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f9/f95c417a6f93b2c337a5418afd735048 b/TCG/Library/Artifacts/f9/f95c417a6f93b2c337a5418afd735048
deleted file mode 100644
index 50aea88a..00000000
Binary files a/TCG/Library/Artifacts/f9/f95c417a6f93b2c337a5418afd735048 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f9/f97fdb37ce82db3c2ca1d7a1e2d8eff6 b/TCG/Library/Artifacts/f9/f97fdb37ce82db3c2ca1d7a1e2d8eff6
deleted file mode 100644
index b4d76d9a..00000000
Binary files a/TCG/Library/Artifacts/f9/f97fdb37ce82db3c2ca1d7a1e2d8eff6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f9/f9b7f566b413ed59d8e62f1a875ee0f0 b/TCG/Library/Artifacts/f9/f9b7f566b413ed59d8e62f1a875ee0f0
deleted file mode 100644
index cd5349e3..00000000
Binary files a/TCG/Library/Artifacts/f9/f9b7f566b413ed59d8e62f1a875ee0f0 and /dev/null differ
diff --git a/TCG/Library/Artifacts/f9/f9c686279bd1920c95f40bb6ad13905f b/TCG/Library/Artifacts/f9/f9c686279bd1920c95f40bb6ad13905f
deleted file mode 100644
index 25b53039..00000000
Binary files a/TCG/Library/Artifacts/f9/f9c686279bd1920c95f40bb6ad13905f and /dev/null differ
diff --git a/TCG/Library/Artifacts/f9/f9dbbb205bcc720752b2936747f62b2b b/TCG/Library/Artifacts/f9/f9dbbb205bcc720752b2936747f62b2b
deleted file mode 100644
index 2c731e4e..00000000
Binary files a/TCG/Library/Artifacts/f9/f9dbbb205bcc720752b2936747f62b2b and /dev/null differ
diff --git a/TCG/Library/Artifacts/f9/f9e272230ab67ef414017e12e82e4907 b/TCG/Library/Artifacts/f9/f9e272230ab67ef414017e12e82e4907
deleted file mode 100644
index cb0a8e52..00000000
Binary files a/TCG/Library/Artifacts/f9/f9e272230ab67ef414017e12e82e4907 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fa/fa44ed0dbbf3027201ea6277d2c24072 b/TCG/Library/Artifacts/fa/fa44ed0dbbf3027201ea6277d2c24072
deleted file mode 100644
index af01cfb2..00000000
Binary files a/TCG/Library/Artifacts/fa/fa44ed0dbbf3027201ea6277d2c24072 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fa/fa467039acafe1c7f512b884c381a746 b/TCG/Library/Artifacts/fa/fa467039acafe1c7f512b884c381a746
deleted file mode 100644
index 91780e3f..00000000
Binary files a/TCG/Library/Artifacts/fa/fa467039acafe1c7f512b884c381a746 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fa/fa5148c62347cd4b6478fc345ff2ab28 b/TCG/Library/Artifacts/fa/fa5148c62347cd4b6478fc345ff2ab28
deleted file mode 100644
index 3f78f2a0..00000000
Binary files a/TCG/Library/Artifacts/fa/fa5148c62347cd4b6478fc345ff2ab28 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fa/fa5668df94de47945b23293b8f12274d b/TCG/Library/Artifacts/fa/fa5668df94de47945b23293b8f12274d
deleted file mode 100644
index 2edf6100..00000000
Binary files a/TCG/Library/Artifacts/fa/fa5668df94de47945b23293b8f12274d and /dev/null differ
diff --git a/TCG/Library/Artifacts/fa/fa6bfd1838672ecf9faea0d99b54fcce b/TCG/Library/Artifacts/fa/fa6bfd1838672ecf9faea0d99b54fcce
deleted file mode 100644
index 0586fe42..00000000
Binary files a/TCG/Library/Artifacts/fa/fa6bfd1838672ecf9faea0d99b54fcce and /dev/null differ
diff --git a/TCG/Library/Artifacts/fa/fa8b3cb0382ca15c3d759af16140ea84 b/TCG/Library/Artifacts/fa/fa8b3cb0382ca15c3d759af16140ea84
deleted file mode 100644
index b3194a7c..00000000
Binary files a/TCG/Library/Artifacts/fa/fa8b3cb0382ca15c3d759af16140ea84 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fa/fa9626e956b4fbdbfbebe97d4d396ff6 b/TCG/Library/Artifacts/fa/fa9626e956b4fbdbfbebe97d4d396ff6
deleted file mode 100644
index f25a41a4..00000000
Binary files a/TCG/Library/Artifacts/fa/fa9626e956b4fbdbfbebe97d4d396ff6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fa/fab15c3f218d49ec052411318a86ee3b b/TCG/Library/Artifacts/fa/fab15c3f218d49ec052411318a86ee3b
deleted file mode 100644
index 31cf48ec..00000000
Binary files a/TCG/Library/Artifacts/fa/fab15c3f218d49ec052411318a86ee3b and /dev/null differ
diff --git a/TCG/Library/Artifacts/fa/fab96014d572b1ee06426a2f47849d1b b/TCG/Library/Artifacts/fa/fab96014d572b1ee06426a2f47849d1b
deleted file mode 100644
index 69f49751..00000000
Binary files a/TCG/Library/Artifacts/fa/fab96014d572b1ee06426a2f47849d1b and /dev/null differ
diff --git a/TCG/Library/Artifacts/fa/fac0b2bce362973419ff66a241e176c9 b/TCG/Library/Artifacts/fa/fac0b2bce362973419ff66a241e176c9
deleted file mode 100644
index 4f3f2ff4..00000000
Binary files a/TCG/Library/Artifacts/fa/fac0b2bce362973419ff66a241e176c9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fa/fae599320ac3b9ecc516294037610de6 b/TCG/Library/Artifacts/fa/fae599320ac3b9ecc516294037610de6
deleted file mode 100644
index 026d534b..00000000
Binary files a/TCG/Library/Artifacts/fa/fae599320ac3b9ecc516294037610de6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fb/fb067892e183e301b357d9c047dd584a b/TCG/Library/Artifacts/fb/fb067892e183e301b357d9c047dd584a
deleted file mode 100644
index 222f6c0b..00000000
Binary files a/TCG/Library/Artifacts/fb/fb067892e183e301b357d9c047dd584a and /dev/null differ
diff --git a/TCG/Library/Artifacts/fb/fb1b0a0d05efcd1436927b32483a37f6 b/TCG/Library/Artifacts/fb/fb1b0a0d05efcd1436927b32483a37f6
deleted file mode 100644
index 9ee67b5d..00000000
Binary files a/TCG/Library/Artifacts/fb/fb1b0a0d05efcd1436927b32483a37f6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fb/fb351cda82e6304b08357bc5348684c1 b/TCG/Library/Artifacts/fb/fb351cda82e6304b08357bc5348684c1
deleted file mode 100644
index 2616e538..00000000
Binary files a/TCG/Library/Artifacts/fb/fb351cda82e6304b08357bc5348684c1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fb/fb3a75250f54eff4954cf2f44ec54e34 b/TCG/Library/Artifacts/fb/fb3a75250f54eff4954cf2f44ec54e34
deleted file mode 100644
index 8097f3be..00000000
Binary files a/TCG/Library/Artifacts/fb/fb3a75250f54eff4954cf2f44ec54e34 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fb/fb5008e1a0ff7529821c85fd88b6f94d b/TCG/Library/Artifacts/fb/fb5008e1a0ff7529821c85fd88b6f94d
deleted file mode 100644
index 7096f7a3..00000000
Binary files a/TCG/Library/Artifacts/fb/fb5008e1a0ff7529821c85fd88b6f94d and /dev/null differ
diff --git a/TCG/Library/Artifacts/fb/fb548f88925835fc29d0060e6631c719 b/TCG/Library/Artifacts/fb/fb548f88925835fc29d0060e6631c719
deleted file mode 100644
index dace777f..00000000
Binary files a/TCG/Library/Artifacts/fb/fb548f88925835fc29d0060e6631c719 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fb/fb70aeab921130c8c4072fd3efdc7d05 b/TCG/Library/Artifacts/fb/fb70aeab921130c8c4072fd3efdc7d05
deleted file mode 100644
index ceb96229..00000000
Binary files a/TCG/Library/Artifacts/fb/fb70aeab921130c8c4072fd3efdc7d05 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fb/fb8638e3b5e6375e717e8aa7c55e0ae7 b/TCG/Library/Artifacts/fb/fb8638e3b5e6375e717e8aa7c55e0ae7
deleted file mode 100644
index 05be1616..00000000
Binary files a/TCG/Library/Artifacts/fb/fb8638e3b5e6375e717e8aa7c55e0ae7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fb/fb8890490b433435192a6c1cebe93928 b/TCG/Library/Artifacts/fb/fb8890490b433435192a6c1cebe93928
deleted file mode 100644
index 51a7d3a9..00000000
Binary files a/TCG/Library/Artifacts/fb/fb8890490b433435192a6c1cebe93928 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fb/fbdfb01cd6eafdd1055521a52198cf93 b/TCG/Library/Artifacts/fb/fbdfb01cd6eafdd1055521a52198cf93
deleted file mode 100644
index 0dc9b2a1..00000000
Binary files a/TCG/Library/Artifacts/fb/fbdfb01cd6eafdd1055521a52198cf93 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fb/fbeeb9e462f9e4e0d507c9a60b20d532 b/TCG/Library/Artifacts/fb/fbeeb9e462f9e4e0d507c9a60b20d532
deleted file mode 100644
index 5f5c2f0d..00000000
Binary files a/TCG/Library/Artifacts/fb/fbeeb9e462f9e4e0d507c9a60b20d532 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fc/fc38b8bbc23de2b76cf84c843ed693b5 b/TCG/Library/Artifacts/fc/fc38b8bbc23de2b76cf84c843ed693b5
deleted file mode 100644
index eee6a774..00000000
Binary files a/TCG/Library/Artifacts/fc/fc38b8bbc23de2b76cf84c843ed693b5 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fc/fc3dcca599f4aa638e0c9f25c1c16253 b/TCG/Library/Artifacts/fc/fc3dcca599f4aa638e0c9f25c1c16253
deleted file mode 100644
index 46fd6306..00000000
Binary files a/TCG/Library/Artifacts/fc/fc3dcca599f4aa638e0c9f25c1c16253 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fc/fc5bebcf3df1c493119920c7e5633b6f b/TCG/Library/Artifacts/fc/fc5bebcf3df1c493119920c7e5633b6f
deleted file mode 100644
index 647d083c..00000000
Binary files a/TCG/Library/Artifacts/fc/fc5bebcf3df1c493119920c7e5633b6f and /dev/null differ
diff --git a/TCG/Library/Artifacts/fc/fc6fb987071778ca00b35e827ce5b639 b/TCG/Library/Artifacts/fc/fc6fb987071778ca00b35e827ce5b639
deleted file mode 100644
index 4367e10c..00000000
Binary files a/TCG/Library/Artifacts/fc/fc6fb987071778ca00b35e827ce5b639 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fc/fc7955ac8500387cbabb6295175fcbd7 b/TCG/Library/Artifacts/fc/fc7955ac8500387cbabb6295175fcbd7
deleted file mode 100644
index 85e5806b..00000000
Binary files a/TCG/Library/Artifacts/fc/fc7955ac8500387cbabb6295175fcbd7 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fc/fca8452389e5a627ab2477eb64bef594 b/TCG/Library/Artifacts/fc/fca8452389e5a627ab2477eb64bef594
deleted file mode 100644
index 5175c550..00000000
Binary files a/TCG/Library/Artifacts/fc/fca8452389e5a627ab2477eb64bef594 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fc/fcc72410a97195136c52e2420a8e516f b/TCG/Library/Artifacts/fc/fcc72410a97195136c52e2420a8e516f
deleted file mode 100644
index 41cd05b9..00000000
Binary files a/TCG/Library/Artifacts/fc/fcc72410a97195136c52e2420a8e516f and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd0f34400aa4414a8d622a7047067dbd b/TCG/Library/Artifacts/fd/fd0f34400aa4414a8d622a7047067dbd
deleted file mode 100644
index 598d957c..00000000
Binary files a/TCG/Library/Artifacts/fd/fd0f34400aa4414a8d622a7047067dbd and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd1e05bf3bfca98d57598c17db45496f b/TCG/Library/Artifacts/fd/fd1e05bf3bfca98d57598c17db45496f
deleted file mode 100644
index b57f1d55..00000000
Binary files a/TCG/Library/Artifacts/fd/fd1e05bf3bfca98d57598c17db45496f and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd24719932615d29c2f3fc21b72ef2b9 b/TCG/Library/Artifacts/fd/fd24719932615d29c2f3fc21b72ef2b9
deleted file mode 100644
index 5643ba3b..00000000
Binary files a/TCG/Library/Artifacts/fd/fd24719932615d29c2f3fc21b72ef2b9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd3df8774c154c3e9ee2e64c25b7ff91 b/TCG/Library/Artifacts/fd/fd3df8774c154c3e9ee2e64c25b7ff91
deleted file mode 100644
index e0a0d07f..00000000
Binary files a/TCG/Library/Artifacts/fd/fd3df8774c154c3e9ee2e64c25b7ff91 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd443f00eb38d375f6e784039b39a04b b/TCG/Library/Artifacts/fd/fd443f00eb38d375f6e784039b39a04b
deleted file mode 100644
index c2e157b8..00000000
Binary files a/TCG/Library/Artifacts/fd/fd443f00eb38d375f6e784039b39a04b and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd5817c90c723c860eda78f2f9c54233 b/TCG/Library/Artifacts/fd/fd5817c90c723c860eda78f2f9c54233
deleted file mode 100644
index 8502327a..00000000
Binary files a/TCG/Library/Artifacts/fd/fd5817c90c723c860eda78f2f9c54233 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd77f85ad7ecaeaecfd5ef0d13d2d704 b/TCG/Library/Artifacts/fd/fd77f85ad7ecaeaecfd5ef0d13d2d704
deleted file mode 100644
index 306452c1..00000000
Binary files a/TCG/Library/Artifacts/fd/fd77f85ad7ecaeaecfd5ef0d13d2d704 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd7b35b01925bb3228964a303ccb8da6 b/TCG/Library/Artifacts/fd/fd7b35b01925bb3228964a303ccb8da6
deleted file mode 100644
index 0436f6d9..00000000
Binary files a/TCG/Library/Artifacts/fd/fd7b35b01925bb3228964a303ccb8da6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd83b64a48733803529f537143c2918e b/TCG/Library/Artifacts/fd/fd83b64a48733803529f537143c2918e
deleted file mode 100644
index 9529a7b4..00000000
Binary files a/TCG/Library/Artifacts/fd/fd83b64a48733803529f537143c2918e and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd8786740f9a707906d4679fed1a700d b/TCG/Library/Artifacts/fd/fd8786740f9a707906d4679fed1a700d
deleted file mode 100644
index d4447f78..00000000
Binary files a/TCG/Library/Artifacts/fd/fd8786740f9a707906d4679fed1a700d and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd8cf3a91df8020f983075b8efdf5630 b/TCG/Library/Artifacts/fd/fd8cf3a91df8020f983075b8efdf5630
deleted file mode 100644
index decbd9f0..00000000
Binary files a/TCG/Library/Artifacts/fd/fd8cf3a91df8020f983075b8efdf5630 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fd964ea89c14b431e9f9547caac2f20e b/TCG/Library/Artifacts/fd/fd964ea89c14b431e9f9547caac2f20e
deleted file mode 100644
index 0546b5ef..00000000
Binary files a/TCG/Library/Artifacts/fd/fd964ea89c14b431e9f9547caac2f20e and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fda1204d42a2954b33057994cd5d4b93 b/TCG/Library/Artifacts/fd/fda1204d42a2954b33057994cd5d4b93
deleted file mode 100644
index 636df7d2..00000000
Binary files a/TCG/Library/Artifacts/fd/fda1204d42a2954b33057994cd5d4b93 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fda1f63fc0ed8268c8e86b2fcd78709e b/TCG/Library/Artifacts/fd/fda1f63fc0ed8268c8e86b2fcd78709e
deleted file mode 100644
index 9e1c47db..00000000
Binary files a/TCG/Library/Artifacts/fd/fda1f63fc0ed8268c8e86b2fcd78709e and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fdb2de43e0f3467e10ed585adf6ebaca b/TCG/Library/Artifacts/fd/fdb2de43e0f3467e10ed585adf6ebaca
deleted file mode 100644
index cfc2b55f..00000000
Binary files a/TCG/Library/Artifacts/fd/fdb2de43e0f3467e10ed585adf6ebaca and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fdb2f0e304db2a571360608aca14826e b/TCG/Library/Artifacts/fd/fdb2f0e304db2a571360608aca14826e
deleted file mode 100644
index 3bc21f8e..00000000
Binary files a/TCG/Library/Artifacts/fd/fdb2f0e304db2a571360608aca14826e and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fdc538f9edac72db45bf7844cfce9a21 b/TCG/Library/Artifacts/fd/fdc538f9edac72db45bf7844cfce9a21
deleted file mode 100644
index c11d41ca..00000000
Binary files a/TCG/Library/Artifacts/fd/fdc538f9edac72db45bf7844cfce9a21 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fd/fddba67ceeb1471ec3791b20747e0c99 b/TCG/Library/Artifacts/fd/fddba67ceeb1471ec3791b20747e0c99
deleted file mode 100644
index a2869727..00000000
Binary files a/TCG/Library/Artifacts/fd/fddba67ceeb1471ec3791b20747e0c99 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fe0ddf92ce97f9e674fe2b3c401ce3aa b/TCG/Library/Artifacts/fe/fe0ddf92ce97f9e674fe2b3c401ce3aa
deleted file mode 100644
index 13f5de43..00000000
Binary files a/TCG/Library/Artifacts/fe/fe0ddf92ce97f9e674fe2b3c401ce3aa and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fe130c62eca98d2fb55dc64720eedcd8 b/TCG/Library/Artifacts/fe/fe130c62eca98d2fb55dc64720eedcd8
deleted file mode 100644
index 2163927a..00000000
Binary files a/TCG/Library/Artifacts/fe/fe130c62eca98d2fb55dc64720eedcd8 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fe275abab35a8612aa5a2de681ec3cfd b/TCG/Library/Artifacts/fe/fe275abab35a8612aa5a2de681ec3cfd
deleted file mode 100644
index 348b9e7a..00000000
Binary files a/TCG/Library/Artifacts/fe/fe275abab35a8612aa5a2de681ec3cfd and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fe3325c7f347336f1c749e85064deff6 b/TCG/Library/Artifacts/fe/fe3325c7f347336f1c749e85064deff6
deleted file mode 100644
index 970024cc..00000000
Binary files a/TCG/Library/Artifacts/fe/fe3325c7f347336f1c749e85064deff6 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fe4f434ce46f55e5ecad86c7a7f2c17f b/TCG/Library/Artifacts/fe/fe4f434ce46f55e5ecad86c7a7f2c17f
deleted file mode 100644
index d3f8cddb..00000000
Binary files a/TCG/Library/Artifacts/fe/fe4f434ce46f55e5ecad86c7a7f2c17f and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fe6e5d9d31e3d38efbf6501f18c2ba82 b/TCG/Library/Artifacts/fe/fe6e5d9d31e3d38efbf6501f18c2ba82
deleted file mode 100644
index f5ee53d7..00000000
Binary files a/TCG/Library/Artifacts/fe/fe6e5d9d31e3d38efbf6501f18c2ba82 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fe88f4986ce742f0f55169d3469be525 b/TCG/Library/Artifacts/fe/fe88f4986ce742f0f55169d3469be525
deleted file mode 100644
index e07c9dde..00000000
Binary files a/TCG/Library/Artifacts/fe/fe88f4986ce742f0f55169d3469be525 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fe9e0f9394f7984ce658356c6d5f4fea b/TCG/Library/Artifacts/fe/fe9e0f9394f7984ce658356c6d5f4fea
deleted file mode 100644
index 33ff272f..00000000
Binary files a/TCG/Library/Artifacts/fe/fe9e0f9394f7984ce658356c6d5f4fea and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fea64352291105ec23d53f8586eb26c3 b/TCG/Library/Artifacts/fe/fea64352291105ec23d53f8586eb26c3
deleted file mode 100644
index 87e8d43c..00000000
Binary files a/TCG/Library/Artifacts/fe/fea64352291105ec23d53f8586eb26c3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fecaa046437211a8fc9b6c69dfbb5fe1 b/TCG/Library/Artifacts/fe/fecaa046437211a8fc9b6c69dfbb5fe1
deleted file mode 100644
index 7fd222ad..00000000
Binary files a/TCG/Library/Artifacts/fe/fecaa046437211a8fc9b6c69dfbb5fe1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fecb77c285b65337ccdf0fe96030bfb1 b/TCG/Library/Artifacts/fe/fecb77c285b65337ccdf0fe96030bfb1
deleted file mode 100644
index 549eb7cd..00000000
Binary files a/TCG/Library/Artifacts/fe/fecb77c285b65337ccdf0fe96030bfb1 and /dev/null differ
diff --git a/TCG/Library/Artifacts/fe/fee005f404c21a9de72664a7be934621 b/TCG/Library/Artifacts/fe/fee005f404c21a9de72664a7be934621
deleted file mode 100644
index bf9040fa..00000000
Binary files a/TCG/Library/Artifacts/fe/fee005f404c21a9de72664a7be934621 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ff3b15a2ac7781d0bfa323b766cd5baa b/TCG/Library/Artifacts/ff/ff3b15a2ac7781d0bfa323b766cd5baa
deleted file mode 100644
index 4e7262fa..00000000
Binary files a/TCG/Library/Artifacts/ff/ff3b15a2ac7781d0bfa323b766cd5baa and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ff5a6f5b2b97705ac0e687a2fa745bc3 b/TCG/Library/Artifacts/ff/ff5a6f5b2b97705ac0e687a2fa745bc3
deleted file mode 100644
index 4fba4b21..00000000
Binary files a/TCG/Library/Artifacts/ff/ff5a6f5b2b97705ac0e687a2fa745bc3 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ff6260a7d2af42cef2097f4cf757b74b b/TCG/Library/Artifacts/ff/ff6260a7d2af42cef2097f4cf757b74b
deleted file mode 100644
index bb7c341d..00000000
Binary files a/TCG/Library/Artifacts/ff/ff6260a7d2af42cef2097f4cf757b74b and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ff7f84f9c1e10de4e5de1d57a4f53bf4 b/TCG/Library/Artifacts/ff/ff7f84f9c1e10de4e5de1d57a4f53bf4
deleted file mode 100644
index 1504e8e4..00000000
Binary files a/TCG/Library/Artifacts/ff/ff7f84f9c1e10de4e5de1d57a4f53bf4 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ff84671e582e965d127dabf7425afe5b b/TCG/Library/Artifacts/ff/ff84671e582e965d127dabf7425afe5b
deleted file mode 100644
index e25dfbbc..00000000
Binary files a/TCG/Library/Artifacts/ff/ff84671e582e965d127dabf7425afe5b and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ff991bcda5652d1cbfbd5b7c12b8fc94 b/TCG/Library/Artifacts/ff/ff991bcda5652d1cbfbd5b7c12b8fc94
deleted file mode 100644
index ac26cebf..00000000
Binary files a/TCG/Library/Artifacts/ff/ff991bcda5652d1cbfbd5b7c12b8fc94 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ffa070087673f4e0d1a957d6a6a55663 b/TCG/Library/Artifacts/ff/ffa070087673f4e0d1a957d6a6a55663
deleted file mode 100644
index 7d9e8ea5..00000000
Binary files a/TCG/Library/Artifacts/ff/ffa070087673f4e0d1a957d6a6a55663 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ffbe08b264544940c3a57b4fc681945f b/TCG/Library/Artifacts/ff/ffbe08b264544940c3a57b4fc681945f
deleted file mode 100644
index c26c07ae..00000000
Binary files a/TCG/Library/Artifacts/ff/ffbe08b264544940c3a57b4fc681945f and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ffc75cb697faeadbdd3fe8e69ca4ebe9 b/TCG/Library/Artifacts/ff/ffc75cb697faeadbdd3fe8e69ca4ebe9
deleted file mode 100644
index 57ad2d15..00000000
Binary files a/TCG/Library/Artifacts/ff/ffc75cb697faeadbdd3fe8e69ca4ebe9 and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ffd4abe0f9a043de199677407c07e2fc b/TCG/Library/Artifacts/ff/ffd4abe0f9a043de199677407c07e2fc
deleted file mode 100644
index 521d9c14..00000000
Binary files a/TCG/Library/Artifacts/ff/ffd4abe0f9a043de199677407c07e2fc and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ffe0998c94d29bea22f598cd4651c1ee b/TCG/Library/Artifacts/ff/ffe0998c94d29bea22f598cd4651c1ee
deleted file mode 100644
index 5181c471..00000000
Binary files a/TCG/Library/Artifacts/ff/ffe0998c94d29bea22f598cd4651c1ee and /dev/null differ
diff --git a/TCG/Library/Artifacts/ff/ffea2aff75a23eddfbef4bd2c0bedcac b/TCG/Library/Artifacts/ff/ffea2aff75a23eddfbef4bd2c0bedcac
deleted file mode 100644
index 9c0752e1..00000000
Binary files a/TCG/Library/Artifacts/ff/ffea2aff75a23eddfbef4bd2c0bedcac and /dev/null differ
diff --git a/TCG/Library/BuildPlayerData/Editor/TypeDb-All.json b/TCG/Library/BuildPlayerData/Editor/TypeDb-All.json
index 4bb51997..9f6f6e8a 100644
--- a/TCG/Library/BuildPlayerData/Editor/TypeDb-All.json
+++ b/TCG/Library/BuildPlayerData/Editor/TypeDb-All.json
@@ -1 +1 @@
-{"root":[{"name":"Assembly-CSharp","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Assembly-CSharp.dll","types":[{"className":"FishEntranceEffect","fieldInfos":[]},{"className":"CardEffectTrigger","fieldInfos":[{"name":"trigger","type":"EffectTrigger","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FishermanEntranceEffect","fieldInfos":[]},{"className":"TreeEffect","fieldInfos":[]},{"className":"TreantEntranceEffect","fieldInfos":[]},{"className":"Card","fieldInfos":[{"name":"cardName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"color","type":"CardColor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardArt","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardType","type":"CardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HeroCard","fieldInfos":[{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"SpellCard","fieldInfos":[{"name":"spell","type":"Spell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"StructureCard","fieldInfos":[{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onPlayEffect","type":"PlayAbility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"staticKeywords","type":"StructureCardStaticKeywords","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnitCard","fieldInfos":[{"name":"strength","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"movementSpeed","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackRange","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"staticKeywords","type":"UnitCardStaticKeywords","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onPlayEffect","type":"PlayAbility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardInstance","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Deck","fieldInfos":[{"name":"hero","type":"HeroCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"deck","type":"System.Collections.Generic.List`1[DeckCard]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DeckCard","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"copies","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"GameDeck","fieldInfos":[{"name":"deck","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HexagonCell","fieldInfos":[{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cellCoordiantes","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HexagonGrid","fieldInfos":[{"name":"width","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"height","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cellPrefab","type":"HexagonCell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"GameManager","fieldInfos":[]},{"className":"CardEffectListener","fieldInfos":[{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TheSunListenerEffect","fieldInfos":[]},{"className":"FieldCard","fieldInfos":[{"name":"card","type":"CardInstance","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"toBeRemoved","type":"MLAPI.NetworkVariable.NetworkVariableBool","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"currActionPoints","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"position","type":"MLAPI.NetworkVariable.NetworkVariableVector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tallies","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cell","type":"HexagonCell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"icon","type":"UnityEngine.SpriteRenderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tallyText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"effectTriggers","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"effectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"ActionAbility[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FieldHero","fieldInfos":[{"name":"healthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FieldStructure","fieldInfos":[]},{"className":"FieldUnit","fieldInfos":[{"name":"strength","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"movementSpeed","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackRange","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasMoved","type":"MLAPI.NetworkVariable.NetworkVariableBool","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strengthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"healthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actionPointText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TheSunAction","fieldInfos":[{"name":"tallyAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"ActionAbility","fieldInfos":[{"name":"manaCost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"usesActionPoint","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Targetor","fieldInfos":[{"name":"abilityName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"speed","type":"TargetorPriority","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetTypes","type":"TargetType[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"AttackAction","fieldInfos":[]},{"className":"MovementAction","fieldInfos":[]},{"className":"SacrificeExtraCost","fieldInfos":[]},{"className":"ExtraCost","fieldInfos":[{"name":"extraManaCost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CrystalizeOnPlay","fieldInfos":[{"name":"rampAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"refills","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayAbility","fieldInfos":[]},{"className":"DamageUnitOnPlay","fieldInfos":[{"name":"damage","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"friendlyFire","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Spell","fieldInfos":[]},{"className":"BuffUnitAndEnergizeSpell","fieldInfos":[]},{"className":"BuffUnitSpell","fieldInfos":[{"name":"canTargetEnemy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strength","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"range","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"moveSpeed","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"duration","type":"StatusDuration","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DamageTargetSpell","fieldInfos":[{"name":"damageAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"friendlyFire","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DrawCardSpell","fieldInfos":[{"name":"drawAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HealTargetDrawSpell","fieldInfos":[{"name":"drawAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HealTargetSpell","fieldInfos":[{"name":"healAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"KillTargetSpell","fieldInfos":[]},{"className":"SunJavelinSpell","fieldInfos":[{"name":"_card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MatchManager","fieldInfos":[{"name":"player1","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player2","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"turnNumber","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerTurn","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerPriority","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasActed","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"localPlayerTurn","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"localPlayerPriority","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldGridPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldHeroPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldUnitPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldStructurePrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetorStack","type":"System.Collections.Generic.List`1[Targetor]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Player","fieldInfos":[{"name":"playerHand","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"startDeck","type":"Deck","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerDeck","type":"GameDeck","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerHero","type":"FieldHero","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"graveyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"junkyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"banishyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"controledUnits","type":"System.Collections.Generic.List`1[FieldUnit]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"controledStructures","type":"System.Collections.Generic.List`1[FieldStructure]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerControllerPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerStatsPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"matchManagerPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"matchManager","type":"MatchManager","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerController","fieldInfos":[{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"handDisplay","type":"PlayerHandDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"turnButton","type":"TurnButton","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusFieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusCard","type":"CardHandController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetor","type":"Targetor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"placement","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targets","type":"UnityEngine.Vector2[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCostTargets","type":"UnityEngine.Vector2[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"selectedTargets","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"selectedExtraCostTargets","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hoverDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hoverobject","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardFocusDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardFocusParent","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldCardActions","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackButton","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"moveButton","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act1Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act2Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act3Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actionN","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stackUI","type":"TargetorStackUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardDisplay","fieldInfos":[{"name":"cardBorder","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardArt","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardName","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cost","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textBox","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textBoxElement","type":"UnityEngine.UI.LayoutElement","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colors","type":"UnityEngine.Color[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"unitStuff","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strength","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"range","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"speed","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardHandController","fieldInfos":[{"name":"rectT","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"originalPos","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusPosition","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerController","type":"PlayerController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"handNumber","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerHandDisplay","fieldInfos":[{"name":"cardDisplays","type":"System.Collections.Generic.List`1[CardHandController]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gridLayoutGroup","type":"UnityEngine.UI.GridLayoutGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerController","type":"PlayerController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerStatsDisplay","fieldInfos":[{"name":"healthNumber","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"manaNumber","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"manaIcons","type":"UnityEngine.UI.Image[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TargetorStackIcon","fieldInfos":[{"name":"icon","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"nameText","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"descText","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetor","type":"Targetor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TargetorStackUI","fieldInfos":[{"name":"stackIcons","type":"TargetorStackIcon[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TurnButton","fieldInfos":[{"name":"button","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Universal.Shaders","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipelines.Universal.Shaders.dll","types":[]},{"name":"Unity.RenderPipelines.Universal.Runtime","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipelines.Universal.Runtime.dll","types":[{"className":"UnityEngine.Rendering.Universal.PostProcessData","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.PostProcessData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textures","type":"UnityEngine.Rendering.Universal.PostProcessData+TextureResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.PostProcessData+CreatePostProcessDataAsset","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.PostProcessData+ShaderResources","fieldInfos":[{"name":"stopNanPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"subpixelMorphologicalAntialiasingPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianDepthOfFieldPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bokehDepthOfFieldPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraMotionBlurPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"paniniProjectionPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lutBuilderLdrPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lutBuilderHdrPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bloomPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"uberPostPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"finalPostPassPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.PostProcessData+TextureResources","fieldInfos":[{"name":"blueNoise16LTex","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"filmGrainTex","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smaaAreaTex","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smaaSearchTex","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.StencilStateData","fieldInfos":[{"name":"overrideStencilState","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilReference","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilCompareFunction","type":"UnityEngine.Rendering.CompareFunction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"passOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"failOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"zFailOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineAsset","fieldInfos":[{"name":"k_AssetVersion","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"k_AssetPreviousVersion","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererType","type":"UnityEngine.Rendering.Universal.RendererType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererData","type":"UnityEngine.Rendering.Universal.ScriptableRendererData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererDataList","type":"UnityEngine.Rendering.Universal.ScriptableRendererData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultRendererIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequireDepthTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequireOpaqueTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpaqueDownsampling","type":"UnityEngine.Rendering.Universal.Downsampling","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsTerrainHoles","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsHDR","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MSAA","type":"UnityEngine.Rendering.Universal.MsaaQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightRenderingMode","type":"UnityEngine.Rendering.Universal.LightRenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightShadowmapResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsRenderingMode","type":"UnityEngine.Rendering.Universal.LightRenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsPerObjectLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsShadowmapResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowCascadeCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade2Split","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade3Split","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade4Split","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowDepthBias","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowNormalBias","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SoftShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseSRPBatcher","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsDynamicBatching","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixedLightingSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DebugLevel","type":"UnityEngine.Rendering.Universal.PipelineDebugLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseAdaptivePerformance","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorGradingMode","type":"UnityEngine.Rendering.Universal.ColorGradingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorGradingLutSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowType","type":"UnityEngine.Rendering.Universal.ShadowQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LocalShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LocalShadowsAtlasResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxPixelLights","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowAtlasResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShaderVariantLogLevel","type":"UnityEngine.Rendering.Universal.ShaderVariantLogLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowCascades","type":"UnityEngine.Rendering.Universal.ShadowCascadesOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineAsset+CreateUniversalPipelineAsset","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materials","type":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+MaterialResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+ShaderResources","fieldInfos":[{"name":"autodeskInteractivePS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"autodeskInteractiveTransparentPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"autodeskInteractiveMaskedPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailLitPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailGrassPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailGrassBillboardPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"defaultSpeedTree7PS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"defaultSpeedTree8PS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+MaterialResources","fieldInfos":[{"name":"lit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"particleLit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainLit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResourcesEditor","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.XRSystemData","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.XRSystemData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.XRSystemData+CreateXRSystemDataAsset","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.XRSystemData+ShaderResources","fieldInfos":[{"name":"xrOcclusionMeshPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xrMirrorViewPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ForwardRendererData","fieldInfos":[{"name":"postProcessData","type":"UnityEngine.Rendering.Universal.PostProcessData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xrSystemData","type":"UnityEngine.Rendering.Universal.XRSystemData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shaders","type":"UnityEngine.Rendering.Universal.ForwardRendererData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpaqueLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TransparentLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultStencilState","type":"UnityEngine.Rendering.Universal.StencilStateData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowTransparentReceive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderingMode","type":"UnityEngine.Rendering.Universal.RenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AccurateGbufferNormals","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ForwardRendererData+CreateForwardRendererAsset","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.ForwardRendererData+ShaderResources","fieldInfos":[{"name":"blitPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"copyDepthPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"screenSpaceShadowPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"samplingPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tileDepthInfoPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tileDeferredPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilDeferredPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackErrorPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialErrorPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScriptableRendererData","fieldInfos":[{"name":"m_RendererFeatures","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.Universal.ScriptableRendererFeature]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererFeatureMap","type":"System.Collections.Generic.List`1[System.Int64]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.Bloom","fieldInfos":[{"name":"threshold","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scatter","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"clamp","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tint","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highQualityFiltering","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"skipIterations","type":"UnityEngine.Rendering.ClampedIntParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dirtTexture","type":"UnityEngine.Rendering.TextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dirtIntensity","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ChannelMixer","fieldInfos":[{"name":"redOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"redOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"redOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ChromaticAberration","fieldInfos":[{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorAdjustments","fieldInfos":[{"name":"postExposure","type":"UnityEngine.Rendering.FloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"contrast","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorFilter","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueShift","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"saturation","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorCurves","fieldInfos":[{"name":"master","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"red","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"green","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blue","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueVsHue","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"satVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lumVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorLookup","fieldInfos":[{"name":"texture","type":"UnityEngine.Rendering.TextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"contribution","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.DepthOfField","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.DepthOfFieldModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianMaxRadius","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highQualitySampling","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusDistance","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"aperture","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focalLength","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeCount","type":"UnityEngine.Rendering.ClampedIntParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeCurvature","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeRotation","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.DepthOfFieldModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.FilmGrain","fieldInfos":[{"name":"type","type":"UnityEngine.Rendering.Universal.FilmGrainLookupParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"response","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"texture","type":"UnityEngine.Rendering.NoInterpTextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.FilmGrainLookupParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.LensDistortion","fieldInfos":[{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xMultiplier","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yMultiplier","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"center","type":"UnityEngine.Rendering.Vector2Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scale","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.LiftGammaGain","fieldInfos":[{"name":"lift","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gamma","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gain","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.MotionBlur","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.MotionBlurModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"quality","type":"UnityEngine.Rendering.Universal.MotionBlurQualityParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"clamp","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.MotionBlurModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.MotionBlurQualityParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.PaniniProjection","fieldInfos":[{"name":"distance","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cropToFit","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ShadowsMidtonesHighlights","fieldInfos":[{"name":"shadows","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"midtones","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlights","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shadowsStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shadowsEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlightsStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlightsEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.SplitToning","fieldInfos":[{"name":"shadows","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlights","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"balance","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.Tonemapping","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.TonemappingModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.TonemappingModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.Vignette","fieldInfos":[{"name":"color","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"center","type":"UnityEngine.Rendering.Vector2Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smoothness","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"rounded","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.WhiteBalance","fieldInfos":[{"name":"temperature","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tint","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings","fieldInfos":[{"name":"Downsample","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Source","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings+DepthSource","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NormalSamples","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings+NormalQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Intensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DirectLightingStrength","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Radius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SampleCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusion","fieldInfos":[{"name":"m_Shader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Settings","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScriptableRendererFeature","fieldInfos":[{"name":"m_Active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalAdditionalCameraData","fieldInfos":[{"name":"m_RenderShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresDepthTextureOption","type":"UnityEngine.Rendering.Universal.CameraOverrideOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresOpaqueTextureOption","type":"UnityEngine.Rendering.Universal.CameraOverrideOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CameraType","type":"UnityEngine.Rendering.Universal.CameraRenderType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cameras","type":"System.Collections.Generic.List`1[UnityEngine.Camera]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VolumeLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VolumeTrigger","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderPostProcessing","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Antialiasing","type":"UnityEngine.Rendering.Universal.AntialiasingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AntialiasingQuality","type":"UnityEngine.Rendering.Universal.AntialiasingQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StopNaN","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Dithering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClearDepth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AllowXRRendering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresDepthTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresColorTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Version","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalAdditionalLightData","fieldInfos":[{"name":"m_UsePipelineSettings","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.CinemachineUniversalPixelPerfect","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2D","fieldInfos":[{"name":"m_LightType","type":"UnityEngine.Experimental.Rendering.Universal.Light2D+LightType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendStyleIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FalloffIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Color","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Intensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightVolumeOpacity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyToSortingLayers","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightCookieSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseNormalMap","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightOrder","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaBlendOnOverlap","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowVolumeIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightInnerAngle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightOuterAngle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightInnerRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightOuterRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightQuality","type":"UnityEngine.Experimental.Rendering.Universal.Light2D+PointLightQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricSides","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricAngleOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightFalloffSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightFalloffOffset","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePath","type":"UnityEngine.Vector3[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle","fieldInfos":[{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"maskTextureChannel","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+TextureChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"renderTextureScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blendMode","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"customBlendFactors","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendFactors","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendFactors","fieldInfos":[{"name":"multiplicative","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"additive","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.PixelPerfectCamera","fieldInfos":[{"name":"m_AssetsPPU","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RefResolutionX","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RefResolutionY","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UpscaleRT","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PixelSnapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CropFrameX","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CropFrameY","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StretchFill","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.PixelPerfectCameraInternal","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.Renderer2DData","fieldInfos":[{"name":"m_TransparencySortMode","type":"UnityEngine.TransparencySortMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TransparencySortAxis","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HDREmulationScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightBlendStyles","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseDepthStencilBuffer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightVolumeShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightVolumeShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlitShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowGroupShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RemoveSelfShadowShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostProcessData","type":"UnityEngine.Rendering.Universal.PostProcessData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultMaterialType","type":"UnityEngine.Experimental.Rendering.Universal.Renderer2DData+Renderer2DDefaultMaterialType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultCustomMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultLitMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultUnlitMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.CompositeShadowCaster2D","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.ShadowCasterGroup2D","fieldInfos":[{"name":"m_ShadowGroup","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.ShadowCaster2D","fieldInfos":[{"name":"m_HasRenderer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseRendererSilhouette","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CastsShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelfShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyToSortingLayers","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePath","type":"UnityEngine.Vector3[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePathHash","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Mesh","type":"UnityEngine.Mesh","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InstanceId","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects","fieldInfos":[{"name":"settings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+RenderObjectsSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+RenderObjectsSettings","fieldInfos":[{"name":"passTag","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Event","type":"UnityEngine.Rendering.Universal.RenderPassEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"filterSettings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+FilterSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideMaterialPassIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideDepthState","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"depthCompareFunction","type":"UnityEngine.Rendering.CompareFunction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"enableWrite","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilSettings","type":"UnityEngine.Rendering.Universal.StencilStateData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraSettings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+CustomCameraSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+FilterSettings","fieldInfos":[{"name":"RenderQueueType","type":"UnityEngine.Experimental.Rendering.Universal.RenderQueueType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PassNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+CustomCameraSettings","fieldInfos":[{"name":"overrideCamera","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"restoreCamera","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"offset","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraFieldOfView","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"UnityEngine.TestRunner","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\UnityEngine.TestRunner.dll","types":[{"className":"UnityEngine.TestRunner.Utils.TestRunCallbackListener","fieldInfos":[]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestData","fieldInfos":[{"name":"id","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testCaseCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ChildIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasChildren","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"isSuite","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"childrenIds","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testCaseTimeout","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Categories","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"IsTestAssembly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RunState","type":"NUnit.Framework.Interfaces.RunState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SkipReason","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentId","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UniqueName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentUniqueName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentFullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultData","fieldInfos":[{"name":"testId","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"resultState","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testStatus","type":"NUnit.Framework.Interfaces.TestStatus","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"duration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"message","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stackTrace","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"assertCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"failCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"passCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"skipCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"inconclusiveCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasChildren","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"output","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xml","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"childrenIds","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultDataWithTestData","fieldInfos":[{"name":"results","type":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tests","type":"UnityEngine.TestRunner.TestLaunchers.RemoteTestData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.BeforeAfterTestCommandState","fieldInfos":[{"name":"NextBeforeStepIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextBeforeStepPc","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextAfterStepIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextAfterStepPc","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TestHasRun","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultStatus","type":"NUnit.Framework.Interfaces.TestStatus","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultLabel","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultSite","type":"NUnit.Framework.Interfaces.FailureSite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestMessage","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestStrackTrace","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TestAfterStarted","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Timestamp","type":"System.Int64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.EnumerableTestState","fieldInfos":[{"name":"Repeat","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Retry","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.Logging.LogMatch","fieldInfos":[{"name":"m_UseRegex","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Message","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MessageRegex","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LogType","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.TestFinishedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.TestStartedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.RunFinishedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.RunStartedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.PlaymodeTestsController","fieldInfos":[{"name":"m_AssembliesWithTests","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testStartedEvent","type":"UnityEngine.TestTools.TestRunner.TestStartedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testFinishedEvent","type":"UnityEngine.TestTools.TestRunner.TestFinishedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"runStartedEvent","type":"UnityEngine.TestTools.TestRunner.RunStartedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"runFinishedEvent","type":"UnityEngine.TestTools.TestRunner.RunFinishedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"settings","type":"UnityEngine.TestTools.TestRunner.PlaymodeTestsControllerSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.PlaymodeTestsControllerSettings","fieldInfos":[{"name":"filters","type":"UnityEngine.TestTools.TestRunner.GUI.RuntimeTestRunnerFilter[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sceneBased","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"originalScene","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bootstrapScene","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.GUI.RuntimeTestRunnerFilter","fieldInfos":[{"name":"assemblyNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"groupNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"categoryNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"synchronousOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.PlayModeRunnerCallback","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.PlayerQuitHandler","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.RemoteTestResultSender","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.TestResultRendererCallback","fieldInfos":[]}]},{"name":"Unity.Timeline","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.Timeline.dll","types":[{"className":"UnityEngine.Timeline.ActivationPlayableAsset","fieldInfos":[]},{"className":"UnityEngine.Timeline.ActivationTrack","fieldInfos":[{"name":"m_PostPlaybackState","type":"UnityEngine.Timeline.ActivationTrack+PostPlaybackState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TrackAsset","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimClip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Locked","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Muted","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomPlayableFullTypename","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Curves","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Parent","type":"UnityEngine.Playables.PlayableAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Children","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Clips","type":"System.Collections.Generic.List`1[UnityEngine.Timeline.TimelineClip]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Markers","type":"UnityEngine.Timeline.MarkerList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AnimationPlayableAsset","fieldInfos":[{"name":"m_Clip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Position","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseTrackMatchFields","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchTargetFields","type":"UnityEngine.Timeline.MatchTargetFields","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RemoveStartOffset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyFootIK","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"UnityEngine.Timeline.AnimationPlayableAsset+LoopMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Rotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AnimationTrack","fieldInfos":[{"name":"m_InfiniteClipPreExtrapolation","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipPostExtrapolation","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipOffsetPosition","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipOffsetEulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipTimeOffset","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipRemoveOffset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipApplyFootIK","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"mInfiniteClipLoop","type":"UnityEngine.Timeline.AnimationPlayableAsset+LoopMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchTargetFields","type":"UnityEngine.Timeline.MatchTargetFields","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Position","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AvatarMask","type":"UnityEngine.AvatarMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyAvatarMask","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TrackOffset","type":"UnityEngine.Timeline.TrackOffset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpenClipOffsetRotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Rotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyOffsets","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineClip","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Start","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClipIn","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Asset","type":"UnityEngine.Object","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Duration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TimeScale","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ParentTrack","type":"UnityEngine.Timeline.TrackAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EaseInDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EaseOutDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendInDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendOutDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixInCurve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixOutCurve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendInCurveMode","type":"UnityEngine.Timeline.TimelineClip+BlendCurveMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendOutCurveMode","type":"UnityEngine.Timeline.TimelineClip+BlendCurveMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ExposedParameterNames","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimationCurves","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Recordable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostExtrapolationMode","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreExtrapolationMode","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostExtrapolationTime","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreExtrapolationTime","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisplayName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineAsset","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Tracks","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FixedDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EditorSettings","type":"UnityEngine.Timeline.TimelineAsset+EditorSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DurationMode","type":"UnityEngine.Timeline.TimelineAsset+DurationMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MarkerTrack","type":"UnityEngine.Timeline.MarkerTrack","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineAsset+EditorSettings","fieldInfos":[{"name":"m_Framerate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScenePreview","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioClipProperties","fieldInfos":[{"name":"volume","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioMixerProperties","fieldInfos":[{"name":"volume","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stereoPan","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spatialBlend","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioPlayableAsset","fieldInfos":[{"name":"m_Clip","type":"UnityEngine.AudioClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_bufferingTime","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClipProperties","type":"UnityEngine.Timeline.AudioClipProperties","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioTrack","fieldInfos":[{"name":"m_TrackProperties","type":"UnityEngine.Timeline.AudioMixerProperties","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.ControlPlayableAsset","fieldInfos":[{"name":"sourceGameObject","type":"UnityEngine.ExposedReference`1[UnityEngine.GameObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefabGameObject","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateParticle","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"particleRandomSeed","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateDirector","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateITimeControl","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"searchHierarchy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"postPlayback","type":"UnityEngine.Timeline.ActivationControlPlayable+PostPlaybackState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.ControlTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.Marker","fieldInfos":[{"name":"m_Time","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.MarkerList","fieldInfos":[{"name":"m_Objects","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.MarkerTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalAsset","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalEmitter","fieldInfos":[{"name":"m_Retroactive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EmitOnce","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Asset","type":"UnityEngine.Timeline.SignalAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.SignalReceiver","fieldInfos":[{"name":"m_Events","type":"UnityEngine.Timeline.SignalReceiver+EventKeyValue","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.SignalReceiver+EventKeyValue","fieldInfos":[{"name":"m_Signals","type":"System.Collections.Generic.List`1[UnityEngine.Timeline.SignalAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Events","type":"System.Collections.Generic.List`1[UnityEngine.Events.UnityEvent]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.GroupTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.BasicPlayableBehaviour","fieldInfos":[]},{"className":"UnityEngine.Timeline.PlayableTrack","fieldInfos":[]}]},{"name":"Unity.TextMeshPro","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.TextMeshPro.dll","types":[{"className":"TMPro.TMP_Asset","fieldInfos":[{"name":"hashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialHashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Character","fieldInfos":[]},{"className":"TMPro.TMP_TextElement","fieldInfos":[{"name":"m_ElementType","type":"TMPro.TextElementType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Unicode","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphIndex","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_ColorGradient","fieldInfos":[{"name":"colorMode","type":"TMPro.ColorMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown","fieldInfos":[{"name":"m_Template","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionText","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemText","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Options","type":"TMPro.TMP_Dropdown+OptionDataList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"TMPro.TMP_Dropdown+DropdownEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaFadeSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+DropdownItem","fieldInfos":[{"name":"m_Text","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RectTransform","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Toggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+OptionData","fieldInfos":[{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+OptionDataList","fieldInfos":[{"name":"m_Options","type":"System.Collections.Generic.List`1[TMPro.TMP_Dropdown+OptionData]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+DropdownEvent","fieldInfos":[]},{"className":"TMPro.TMP_FontAsset","fieldInfos":[{"name":"m_Version","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SourceFontFileGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SourceFontFile_EditorRef","type":"UnityEngine.Font","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SourceFontFile","type":"UnityEngine.Font","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasPopulationMode","type":"TMPro.AtlasPopulationMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FaceInfo","type":"UnityEngine.TextCore.FaceInfo","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphTable","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.Glyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterTable","type":"System.Collections.Generic.List`1[TMPro.TMP_Character]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasTextures","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasTextureIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsMultiAtlasTexturesEnabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UsedGlyphRects","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.GlyphRect]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FreeGlyphRects","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.GlyphRect]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontInfo","type":"TMPro.FaceInfo_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlas","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasHeight","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasPadding","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasRenderMode","type":"UnityEngine.TextCore.LowLevel.GlyphRenderMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_glyphInfoList","type":"System.Collections.Generic.List`1[TMPro.TMP_Glyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KerningTable","type":"TMPro.KerningTable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontFeatureTable","type":"TMPro.TMP_FontFeatureTable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackFontAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FallbackFontAssetTable","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CreationSettings","type":"TMPro.FontAssetCreationSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontWeightTable","type":"TMPro.TMP_FontWeightPair[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontWeights","type":"TMPro.TMP_FontWeightPair[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"normalStyle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"normalSpacingOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"boldStyle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"boldSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"italicStyle","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tabSize","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.FaceInfo_Legacy","fieldInfos":[{"name":"Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PointSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CharacterCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LineHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Baseline","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Ascender","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CapHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Descender","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CenterLine","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SuperscriptOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SubscriptOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SubSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Underline","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UnderlineThickness","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strikethrough","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strikethroughThickness","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TabWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AtlasWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AtlasHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Glyph","fieldInfos":[]},{"className":"TMPro.TMP_TextElement_Legacy","fieldInfos":[{"name":"id","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"width","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"height","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.FontAssetCreationSettings","fieldInfos":[{"name":"sourceFontFileName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sourceFontFileGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pointSizeSamplingMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pointSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"padding","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"packingMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlasWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlasHeight","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterSetSelectionMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterSequence","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"referencedFontAssetGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"referencedTextAssetGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontStyle","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontStyleModifier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"renderMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"includeFontFeatures","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_FontWeightPair","fieldInfos":[{"name":"regularTypeface","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"italicTypeface","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.GlyphValueRecord_Legacy","fieldInfos":[{"name":"xPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.KerningPair","fieldInfos":[{"name":"m_FirstGlyph","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FirstGlyphAdjustments","type":"TMPro.GlyphValueRecord_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondGlyph","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondGlyphAdjustments","type":"TMPro.GlyphValueRecord_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IgnoreSpacingAdjustments","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.KerningTable","fieldInfos":[{"name":"kerningPairs","type":"System.Collections.Generic.List`1[TMPro.KerningPair]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_FontFeatureTable","fieldInfos":[{"name":"m_GlyphPairAdjustmentRecords","type":"System.Collections.Generic.List`1[TMPro.TMP_GlyphPairAdjustmentRecord]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphValueRecord","fieldInfos":[{"name":"m_XPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_YPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_XAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_YAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphAdjustmentRecord","fieldInfos":[{"name":"m_GlyphIndex","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphValueRecord","type":"TMPro.TMP_GlyphValueRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphPairAdjustmentRecord","fieldInfos":[{"name":"m_FirstAdjustmentRecord","type":"TMPro.TMP_GlyphAdjustmentRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondAdjustmentRecord","type":"TMPro.TMP_GlyphAdjustmentRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FeatureLookupFlags","type":"TMPro.FontFeatureLookupFlags","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_InputField","fieldInfos":[{"name":"m_TextViewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarEventHandler","type":"TMPro.TMP_ScrollbarEventHandler","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LayoutGroup","type":"UnityEngine.UI.LayoutGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScrollSensitivity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ContentType","type":"TMPro.TMP_InputField+ContentType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputType","type":"TMPro.TMP_InputField+InputType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AsteriskChar","type":"System.Char","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KeyboardType","type":"UnityEngine.TouchScreenKeyboardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineType","type":"TMPro.TMP_InputField+LineType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideMobileInput","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideSoftKeyboard","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterValidation","type":"TMPro.TMP_InputField+CharacterValidation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RegexValue","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlobalPointSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndEdit","type":"TMPro.TMP_InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnSubmit","type":"TMPro.TMP_InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnSelect","type":"TMPro.TMP_InputField+SelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnDeselect","type":"TMPro.TMP_InputField+SelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnTextSelection","type":"TMPro.TMP_InputField+TextSelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndTextSelection","type":"TMPro.TMP_InputField+TextSelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"TMPro.TMP_InputField+OnChangeEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnTouchScreenKeyboardStatusChanged","type":"TMPro.TMP_InputField+TouchScreenKeyboardEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomCaretColor","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectionColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretBlinkRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReadOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlobalFontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnFocusSelectAll","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ResetOnDeActivation","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RestoreOriginalTextOnEscape","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRichTextEditingAllowed","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputValidator","type":"TMPro.TMP_InputValidator","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_InputField+SubmitEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+OnChangeEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+SelectionEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+TextSelectionEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+TouchScreenKeyboardEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputValidator","fieldInfos":[]},{"className":"TMPro.TMP_PackageResourceImporter","fieldInfos":[]},{"className":"TMPro.TMP_PackageResourceImporterWindow","fieldInfos":[{"name":"m_ResourceImporter","type":"TMPro.TMP_PackageResourceImporter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_ScrollbarEventHandler","fieldInfos":[{"name":"isSelected","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SelectionCaret","fieldInfos":[]},{"className":"TMPro.TMP_Settings","fieldInfos":[{"name":"m_enableWordWrapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableKerning","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableExtraPadding","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableTintAllSprites","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableParseEscapeCharacters","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EnableRaycastTarget","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GetFontFeaturesAtRuntime","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_missingGlyphCharacter","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_warningsDisabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontAssetPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultAutoSizeMinRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultAutoSizeMaxRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultTextMeshProTextContainerSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultTextMeshProUITextContainerSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_autoSizeTextContainer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsTextObjectScaleStatic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fallbackFontAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_matchMaterialPreset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultSpriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultSpriteAssetPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableEmojiSupport","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MissingCharacterSpriteUnicode","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultColorGradientPresetsPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultStyleSheet","type":"TMPro.TMP_StyleSheet","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StyleSheetsResourcePath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_leadingCharacters","type":"UnityEngine.TextAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_followingCharacters","type":"UnityEngine.TextAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseModernHangulLineBreakingRules","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Sprite","fieldInfos":[{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"unicode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pivot","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteAnimator","fieldInfos":[]},{"className":"TMPro.TMP_SpriteAsset","fieldInfos":[{"name":"m_Version","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FaceInfo","type":"UnityEngine.TextCore.FaceInfo","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteSheet","type":"UnityEngine.Texture","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteCharacterTable","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteCharacter]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteGlyphTable","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteGlyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteInfoList","type":"System.Collections.Generic.List`1[TMPro.TMP_Sprite]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackSpriteAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteCharacter","fieldInfos":[{"name":"m_Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteGlyph","fieldInfos":[{"name":"sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Style","fieldInfos":[{"name":"m_Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpeningDefinition","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClosingDefinition","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpeningTagArray","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClosingTagArray","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_StyleSheet","fieldInfos":[{"name":"m_StyleList","type":"System.Collections.Generic.List`1[TMPro.TMP_Style]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SubMesh","fieldInfos":[{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isDefaultMaterial","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_renderer","type":"UnityEngine.Renderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SubMeshUI","fieldInfos":[{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isDefaultMaterial","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_materialReferenceIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Text","fieldInfos":[{"name":"m_text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRightToLeft","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSharedMaterials","type":"UnityEngine.Material[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontMaterials","type":"UnityEngine.Material[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColor32","type":"UnityEngine.Color32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableVertexGradient","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_colorMode","type":"TMPro.ColorMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColorGradient","type":"TMPro.VertexGradient","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColorGradientPreset","type":"TMPro.TMP_ColorGradient","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_tintAllSprites","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StyleSheet","type":"TMPro.TMP_StyleSheet","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextStyleHashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_overrideHtmlColors","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_faceColor","type":"UnityEngine.Color32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeBase","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontWeight","type":"TMPro.FontWeight","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableAutoSizing","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeMin","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeMax","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontStyle","type":"TMPro.FontStyles","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalAlignment","type":"TMPro.HorizontalAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalAlignment","type":"TMPro.VerticalAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_textAlignment","type":"TMPro.TextAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_characterSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_wordSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_lineSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_lineSpacingMax","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_paragraphSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_charWidthMaxAdj","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableWordWrapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_wordWrappingRatios","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_overflowMode","type":"TMPro.TextOverflowModes","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_linkedTextComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"parentLinkedComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableKerning","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableExtraPadding","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkPaddingRequired","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_parseCtrlCharacters","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isOrthographic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isCullingEnabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_horizontalMapping","type":"TMPro.TextureMappingOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_verticalMapping","type":"TMPro.TextureMappingOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_uvLineOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_geometrySortingOrder","type":"TMPro.VertexSortingOrder","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsTextObjectScaleStatic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VertexBufferAutoSizeReduction","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_useMaxVisibleDescender","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_pageToDisplay","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_margin","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isUsingLegacyAnimationComponent","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isVolumetricText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_TextInfo","fieldInfos":[{"name":"textComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spaceCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"wordCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"linkCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lineCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pageCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.VertexGradient","fieldInfos":[{"name":"topLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.Mesh_Extents","fieldInfos":[{"name":"min","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextMeshPro","fieldInfos":[{"name":"m_hasFontAssetChanged","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_renderer","type":"UnityEngine.Renderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_maskType","type":"TMPro.MaskingTypes","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"_SortingLayerID","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"_SortingOrder","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextMeshProUGUI","fieldInfos":[{"name":"m_hasFontAssetChanged","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_baseMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_maskOffset","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextContainer","fieldInfos":[{"name":"m_pivot","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_anchorPosition","type":"TMPro.TextContainerAnchors","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_rect","type":"UnityEngine.Rect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_margins","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Core.Runtime","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipelines.Core.Runtime.dll","types":[{"className":"SceneRenderPipeline","fieldInfos":[{"name":"renderPipelineAsset","type":"UnityEngine.Rendering.RenderPipelineAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.CameraSwitcher","fieldInfos":[{"name":"m_Cameras","type":"UnityEngine.Camera[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FreeCamera","fieldInfos":[{"name":"m_LookSpeedController","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LookSpeedMouse","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MoveSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MoveSpeedIncrement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Turbo","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.GlobalDynamicResolutionSettings","fieldInfos":[{"name":"enabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"maxPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"minPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dynResType","type":"UnityEngine.Rendering.DynamicResolutionType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"upsampleFilter","type":"UnityEngine.Rendering.DynamicResUpscaleFilter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"forceResolution","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"forcedPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.XRGraphics","fieldInfos":[]},{"className":"UnityEngine.Rendering.DebugUpdater","fieldInfos":[]},{"className":"UnityEngine.Rendering.BitArray8","fieldInfos":[{"name":"data","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray16","fieldInfos":[{"name":"data","type":"System.UInt16","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray32","fieldInfos":[{"name":"data","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray64","fieldInfos":[{"name":"data","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray128","fieldInfos":[{"name":"data1","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data2","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray256","fieldInfos":[{"name":"data1","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data2","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data3","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data4","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.TextureCurve","fieldInfos":[{"name":"k__BackingField","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ZeroValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Range","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Curve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.TextureCurveParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Volume","fieldInfos":[{"name":"isGlobal","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"priority","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blendDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"weight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sharedProfile","type":"UnityEngine.Rendering.VolumeProfile","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.VolumeComponent","fieldInfos":[{"name":"active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdvancedMode","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BoolParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.LayerMaskParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.IntParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpIntParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.MinIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMinIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.MaxIntParameter","fieldInfos":[{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMaxIntParameter","fieldInfos":[{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ClampedIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpClampedIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FloatParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpFloatParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.MinFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMinFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.MaxFloatParameter","fieldInfos":[{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMaxFloatParameter","fieldInfos":[{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ClampedFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpClampedFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FloatRangeParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpFloatRangeParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ColorParameter","fieldInfos":[{"name":"hdr","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showEyeDropper","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpColorParameter","fieldInfos":[{"name":"hdr","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showEyeDropper","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Vector2Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector2Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Vector3Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector3Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Vector4Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector4Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.TextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.RenderTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpRenderTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.CubemapParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpCubemapParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.AnimationCurveParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.VolumeProfile","fieldInfos":[{"name":"components","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.VolumeComponent]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerBitField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"toggles","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.UI.DebugUIHandlerIndirectToggle]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerWidget","fieldInfos":[{"name":"colorDefault","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorSelected","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerButton","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIPrefabBundle","fieldInfos":[{"name":"type","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefab","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerCanvas","fieldInfos":[{"name":"panelPrefab","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefabs","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.UI.DebugUIPrefabBundle]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerColor","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldR","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldG","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldB","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldA","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerContainer","fieldInfos":[{"name":"contentHolder","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerEnumField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerEnumHistory","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerFloatField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerFoldout","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerGroup","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"header","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerHBox","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectToggle","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkmarkImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIntField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerPanel","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scrollRect","type":"UnityEngine.UI.ScrollRect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"viewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerPersistentCanvas","fieldInfos":[{"name":"panel","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valuePrefab","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerRow","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerToggle","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkmarkImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerToggleHistory","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerUIntField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVBox","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerValue","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector2","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector3","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldZ","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector4","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldZ","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldW","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.UIFoldout","fieldInfos":[{"name":"content","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"arrowOpened","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"arrowClosed","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Core.ShaderLibrary","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipelines.Core.ShaderLibrary.dll","types":[]},{"name":"Unity.Multiplayer.MLAPI.Runtime","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.Multiplayer.MLAPI.Runtime.dll","types":[{"className":"MLAPI.NetworkBehaviour","fieldInfos":[]},{"className":"MLAPI.NetworkManager","fieldInfos":[{"name":"DontDestroy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RunInBackground","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LogLevel","type":"MLAPI.Logging.LogLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkConfig","type":"MLAPI.Configuration.NetworkConfig","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.NetworkObject","fieldInfos":[{"name":"NetworkInstanceId","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PrefabHash","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PrefabHashGenerator","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AlwaysReplicateAsRoot","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DontDestroyWithOwner","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.NetworkTransport","fieldInfos":[]},{"className":"MLAPI.Transports.TransportChannel","fieldInfos":[{"name":"Channel","type":"MLAPI.Transports.NetworkChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Delivery","type":"MLAPI.Transports.NetworkDelivery","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.UNetChannel","fieldInfos":[{"name":"Id","type":"MLAPI.Transports.NetworkChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Type","type":"UnityEngine.Networking.QosType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.UNET.UNetTransport","fieldInfos":[{"name":"MessageBufferSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxConnections","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxSentMessageQueueSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectAddress","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ServerListenPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ServerWebsocketListenPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SupportWebsocket","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Channels","type":"System.Collections.Generic.List`1[MLAPI.Transports.UNetChannel]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UseMLAPIRelay","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MLAPIRelayAddress","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MLAPIRelayPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MessageSendMode","type":"MLAPI.Transports.UNET.UNetTransport+SendMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.Multiplex.MultiplexTransportAdapter","fieldInfos":[{"name":"SpreadMethod","type":"MLAPI.Transports.Multiplex.MultiplexTransportAdapter+ConnectionIdSpreadMethod","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Transports","type":"MLAPI.Transports.NetworkTransport[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.NetworkVariable.NetworkVariableString","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableBool","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableByte","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableSByte","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableUShort","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableShort","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableUInt","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableInt","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableULong","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableLong","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableFloat","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableDouble","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector2","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector3","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector4","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableColor","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableColor32","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableRay","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableQuaternion","fieldInfos":[]},{"className":"MLAPI.Configuration.NullableBoolSerializable","fieldInfos":[{"name":"Value","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Configuration.NetworkConfig","fieldInfos":[{"name":"ProtocolVersion","type":"System.UInt16","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkTransport","type":"MLAPI.Transports.NetworkTransport","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RegisteredScenes","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AllowRuntimeSceneChanges","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkPrefabs","type":"System.Collections.Generic.List`1[MLAPI.Configuration.NetworkPrefab]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PlayerPrefabHash","type":"MLAPI.Configuration.NullableBoolSerializable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CreatePlayerPrefab","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ReceiveTickrate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkTickIntervalSec","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxReceiveEventsPerTickRate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EventTickrate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ClientConnectionBufferTimeout","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectionApproval","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectionData","type":"System.Byte[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableTimeResync","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TimeResyncInterval","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNetworkVariable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnsureNetworkVariableLengthSafety","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableSceneManagement","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ForceSamePrefabs","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UsePrefabSync","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RecycleNetworkIds","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkIdRecycleDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RpcHashSize","type":"MLAPI.Configuration.HashSize","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LoadSceneTimeOut","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableMessageBuffering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MessageBufferTimeout","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNetworkLogs","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Configuration.NetworkPrefab","fieldInfos":[{"name":"Prefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PlayerPrefab","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"UnityEngine.UI","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\UnityEngine.UI.dll","types":[{"className":"UnityEngine.UI.AnimationTriggers","fieldInfos":[{"name":"m_NormalTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HighlightedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Button","fieldInfos":[{"name":"m_OnClick","type":"UnityEngine.UI.Button+ButtonClickedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Button+ButtonClickedEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Selectable","fieldInfos":[{"name":"m_Navigation","type":"UnityEngine.UI.Navigation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Transition","type":"UnityEngine.UI.Selectable+Transition","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Colors","type":"UnityEngine.UI.ColorBlock","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteState","type":"UnityEngine.UI.SpriteState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimationTriggers","type":"UnityEngine.UI.AnimationTriggers","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Interactable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TargetGraphic","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.UIBehaviour","fieldInfos":[]},{"className":"UnityEngine.UI.ColorBlock","fieldInfos":[{"name":"m_NormalColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HighlightedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorMultiplier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FadeDuration","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown","fieldInfos":[{"name":"m_Template","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionText","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemText","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Options","type":"UnityEngine.UI.Dropdown+OptionDataList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Dropdown+DropdownEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaFadeSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+DropdownItem","fieldInfos":[{"name":"m_Text","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RectTransform","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Toggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+OptionData","fieldInfos":[{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+OptionDataList","fieldInfos":[{"name":"m_Options","type":"System.Collections.Generic.List`1[UnityEngine.UI.Dropdown+OptionData]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+DropdownEvent","fieldInfos":[]},{"className":"UnityEngine.UI.FontData","fieldInfos":[{"name":"m_Font","type":"UnityEngine.Font","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontStyle","type":"UnityEngine.FontStyle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BestFit","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Alignment","type":"UnityEngine.TextAnchor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlignByGeometry","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalOverflow","type":"UnityEngine.HorizontalWrapMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalOverflow","type":"UnityEngine.VerticalWrapMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Graphic","fieldInfos":[{"name":"m_Material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Color","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RaycastTarget","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RaycastPadding","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.GraphicRaycaster","fieldInfos":[{"name":"m_IgnoreReversedGraphics","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlockingObjects","type":"UnityEngine.UI.GraphicRaycaster+BlockingObjects","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlockingMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.BaseRaycaster","fieldInfos":[]},{"className":"UnityEngine.UI.Image","fieldInfos":[{"name":"m_Sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Type","type":"UnityEngine.UI.Image+Type","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreserveAspect","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillCenter","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillMethod","type":"UnityEngine.UI.Image+FillMethod","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillAmount","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillClockwise","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillOrigin","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseSpriteMesh","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PixelsPerUnitMultiplier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.MaskableGraphic","fieldInfos":[{"name":"m_Maskable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnCullStateChanged","type":"UnityEngine.UI.MaskableGraphic+CullStateChangedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.MaskableGraphic+CullStateChangedEvent","fieldInfos":[]},{"className":"UnityEngine.UI.InputField","fieldInfos":[{"name":"m_TextComponent","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ContentType","type":"UnityEngine.UI.InputField+ContentType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputType","type":"UnityEngine.UI.InputField+InputType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AsteriskChar","type":"System.Char","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KeyboardType","type":"UnityEngine.TouchScreenKeyboardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineType","type":"UnityEngine.UI.InputField+LineType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideMobileInput","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterValidation","type":"UnityEngine.UI.InputField+CharacterValidation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndEdit","type":"UnityEngine.UI.InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.InputField+OnChangeEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomCaretColor","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectionColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretBlinkRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReadOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShouldActivateOnSelect","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.InputField+SubmitEvent","fieldInfos":[]},{"className":"UnityEngine.UI.InputField+OnChangeEvent","fieldInfos":[]},{"className":"UnityEngine.UI.AspectRatioFitter","fieldInfos":[{"name":"m_AspectMode","type":"UnityEngine.UI.AspectRatioFitter+AspectMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AspectRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.CanvasScaler","fieldInfos":[{"name":"m_UiScaleMode","type":"UnityEngine.UI.CanvasScaler+ScaleMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReferencePixelsPerUnit","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScaleFactor","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReferenceResolution","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScreenMatchMode","type":"UnityEngine.UI.CanvasScaler+ScreenMatchMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchWidthOrHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PhysicalUnit","type":"UnityEngine.UI.CanvasScaler+Unit","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FallbackScreenDPI","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultSpriteDPI","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DynamicPixelsPerUnit","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PresetInfoIsWorld","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ContentSizeFitter","fieldInfos":[{"name":"m_HorizontalFit","type":"UnityEngine.UI.ContentSizeFitter+FitMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalFit","type":"UnityEngine.UI.ContentSizeFitter+FitMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.GridLayoutGroup","fieldInfos":[{"name":"m_StartCorner","type":"UnityEngine.UI.GridLayoutGroup+Corner","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StartAxis","type":"UnityEngine.UI.GridLayoutGroup+Axis","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CellSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Spacing","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Constraint","type":"UnityEngine.UI.GridLayoutGroup+Constraint","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ConstraintCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.LayoutGroup","fieldInfos":[{"name":"m_Padding","type":"UnityEngine.RectOffset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildAlignment","type":"UnityEngine.TextAnchor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.HorizontalLayoutGroup","fieldInfos":[]},{"className":"UnityEngine.UI.HorizontalOrVerticalLayoutGroup","fieldInfos":[{"name":"m_Spacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildForceExpandWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildForceExpandHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildControlWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildControlHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildScaleWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildScaleHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReverseArrangement","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.LayoutElement","fieldInfos":[{"name":"m_IgnoreLayout","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreferredWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreferredHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FlexibleWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FlexibleHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LayoutPriority","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.VerticalLayoutGroup","fieldInfos":[]},{"className":"UnityEngine.UI.Mask","fieldInfos":[{"name":"m_ShowMaskGraphic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Navigation","fieldInfos":[{"name":"m_Mode","type":"UnityEngine.UI.Navigation+Mode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_WrapAround","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnUp","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnDown","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnLeft","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnRight","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.RawImage","fieldInfos":[{"name":"m_Texture","type":"UnityEngine.Texture","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UVRect","type":"UnityEngine.Rect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.RectMask2D","fieldInfos":[{"name":"m_Padding","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Softness","type":"UnityEngine.Vector2Int","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ScrollRect","fieldInfos":[{"name":"m_Content","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Horizontal","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Vertical","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MovementType","type":"UnityEngine.UI.ScrollRect+MovementType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Elasticity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Inertia","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DecelerationRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScrollSensitivity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Viewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbarVisibility","type":"UnityEngine.UI.ScrollRect+ScrollbarVisibility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarVisibility","type":"UnityEngine.UI.ScrollRect+ScrollbarVisibility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbarSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.ScrollRect+ScrollRectEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ScrollRect+ScrollRectEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Scrollbar","fieldInfos":[{"name":"m_HandleRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Direction","type":"UnityEngine.UI.Scrollbar+Direction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Size","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_NumberOfSteps","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Scrollbar+ScrollEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Scrollbar+ScrollEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Slider","fieldInfos":[{"name":"m_FillRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HandleRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Direction","type":"UnityEngine.UI.Slider+Direction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_WholeNumbers","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Slider+SliderEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Slider+SliderEvent","fieldInfos":[]},{"className":"UnityEngine.UI.SpriteState","fieldInfos":[{"name":"m_HighlightedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Text","fieldInfos":[{"name":"m_FontData","type":"UnityEngine.UI.FontData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Toggle","fieldInfos":[{"name":"toggleTransition","type":"UnityEngine.UI.Toggle+ToggleTransition","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"graphic","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Group","type":"UnityEngine.UI.ToggleGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onValueChanged","type":"UnityEngine.UI.Toggle+ToggleEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsOn","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Toggle+ToggleEvent","fieldInfos":[]},{"className":"UnityEngine.UI.ToggleGroup","fieldInfos":[{"name":"m_AllowSwitchOff","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.BaseMeshEffect","fieldInfos":[]},{"className":"UnityEngine.UI.Outline","fieldInfos":[]},{"className":"UnityEngine.UI.Shadow","fieldInfos":[{"name":"m_EffectColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EffectDistance","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseGraphicAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.PositionAsUV1","fieldInfos":[]},{"className":"UnityEngine.EventSystems.EventSystem","fieldInfos":[{"name":"m_FirstSelected","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sendNavigationEvents","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DragThreshold","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.EventTrigger","fieldInfos":[{"name":"m_Delegates","type":"System.Collections.Generic.List`1[UnityEngine.EventSystems.EventTrigger+Entry]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.EventTrigger+TriggerEvent","fieldInfos":[]},{"className":"UnityEngine.EventSystems.EventTrigger+Entry","fieldInfos":[{"name":"eventID","type":"UnityEngine.EventSystems.EventTriggerType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"callback","type":"UnityEngine.EventSystems.EventTrigger+TriggerEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.BaseInput","fieldInfos":[]},{"className":"UnityEngine.EventSystems.BaseInputModule","fieldInfos":[]},{"className":"UnityEngine.EventSystems.PointerInputModule","fieldInfos":[]},{"className":"UnityEngine.EventSystems.StandaloneInputModule","fieldInfos":[{"name":"m_HorizontalAxis","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalAxis","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SubmitButton","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CancelButton","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputActionsPerSecond","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RepeatDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ForceModuleActive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.TouchInputModule","fieldInfos":[{"name":"m_ForceModuleActive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.Physics2DRaycaster","fieldInfos":[]},{"className":"UnityEngine.EventSystems.PhysicsRaycaster","fieldInfos":[{"name":"m_EventMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxRayIntersections","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.Mathematics","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.Mathematics.dll","types":[{"className":"Unity.Mathematics.bool2","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.quaternion","fieldInfos":[{"name":"value","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.Random","fieldInfos":[{"name":"state","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.Multiplayer.MLAPI.Prototyping","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.Multiplayer.MLAPI.Prototyping.dll","types":[{"className":"MLAPI.Prototyping.NetworkAnimator","fieldInfos":[{"name":"SendRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Animator","type":"UnityEngine.Animator","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TrackedParamFlags","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Prototyping.NetworkNavMeshAgent","fieldInfos":[{"name":"EnableProximity","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ProximityRange","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CorrectionDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DriftCorrectionPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"WarpOnDestinationChange","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Prototyping.NetworkTransform","fieldInfos":[{"name":"FixedSendsPerSecond","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AssumeSyncedSends","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"InterpolatePosition","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SnapDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"InterpolateServer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MinMeters","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MinDegrees","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ExtrapolatePosition","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxSendsToExtrapolate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Channel","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableRange","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNonProvokedResendChecks","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DistanceSendrate","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipeline.Universal.ShaderLibrary","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipeline.Universal.ShaderLibrary.dll","types":[]},{"name":"Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll","types":[]},{"name":"Mono.Cecil.Mdb","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Mdb.dll","types":[]},{"name":"Mono.Cecil.Pdb","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Pdb.dll","types":[]},{"name":"Mono.Cecil.Rocks","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Rocks.dll","types":[]},{"name":"nunit.framework","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.ext.nunit@1.0.6\\net35\\unity-custom\\nunit.framework.dll","types":[{"className":"NUnit.Framework.ResultStateException","fieldInfos":[]},{"className":"NUnit.Framework.AssertionException","fieldInfos":[]},{"className":"NUnit.Framework.IgnoreException","fieldInfos":[]},{"className":"NUnit.Framework.InconclusiveException","fieldInfos":[]},{"className":"NUnit.Framework.SuccessException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.InvalidDataSourceException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.InvalidTestFixtureException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.NUnitException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.RuntimeFramework","fieldInfos":[]},{"className":"NUnit.Framework.Internal.TestFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.TestFilter+EmptyFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.PropertyFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.ValueMatchFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.TestNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.ClassNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.MethodNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.IdFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.AndFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.CategoryFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.NotFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.OrFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.FullNameFilter","fieldInfos":[]}]},{"name":"Mono.Cecil","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.dll","types":[{"className":"Mono.Cecil.AssemblyResolutionException","fieldInfos":[]},{"className":"Mono.Cecil.ResolutionException","fieldInfos":[]},{"className":"Mono.Cecil.Cil.SymbolsNotFoundException","fieldInfos":[]},{"className":"Mono.Cecil.Cil.SymbolsNotMatchingException","fieldInfos":[]}]}]}
+{"root":[{"name":"Assembly-CSharp","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Assembly-CSharp.dll","types":[{"className":"FishEntranceEffect","fieldInfos":[]},{"className":"CardEffectTrigger","fieldInfos":[{"name":"trigger","type":"EffectTrigger","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FishermanEntranceEffect","fieldInfos":[]},{"className":"TreeEffect","fieldInfos":[]},{"className":"TreantEntranceEffect","fieldInfos":[]},{"className":"JavelinTosserEntranceEffect","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Card","fieldInfos":[{"name":"cardName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"color","type":"CardColor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardArt","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardType","type":"CardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HeroCard","fieldInfos":[{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"SpellCard","fieldInfos":[{"name":"spell","type":"Spell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"StructureCard","fieldInfos":[{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onPlayEffect","type":"PlayAbility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"staticKeywords","type":"StructureCardStaticKeywords","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnitCard","fieldInfos":[{"name":"strength","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"movementSpeed","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackRange","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"staticKeywords","type":"UnitCardStaticKeywords","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onPlayEffect","type":"PlayAbility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardInstance","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Deck","fieldInfos":[{"name":"hero","type":"HeroCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"deck","type":"System.Collections.Generic.List`1[DeckCard]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DeckCard","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"copies","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"GameDeck","fieldInfos":[{"name":"deck","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HexagonCell","fieldInfos":[{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cellCoordiantes","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HexagonGrid","fieldInfos":[{"name":"width","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"height","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cellPrefab","type":"HexagonCell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardEffectListener","fieldInfos":[{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TheSunListenerEffect","fieldInfos":[]},{"className":"FieldCard","fieldInfos":[{"name":"card","type":"CardInstance","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"toBeRemoved","type":"MLAPI.NetworkVariable.NetworkVariableBool","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"currActionPoints","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"position","type":"MLAPI.NetworkVariable.NetworkVariableVector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tallies","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cell","type":"HexagonCell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"icon","type":"UnityEngine.SpriteRenderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tallyText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"effectTriggers","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"effectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"ActionAbility[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FieldHero","fieldInfos":[{"name":"healthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FieldStructure","fieldInfos":[]},{"className":"FieldUnit","fieldInfos":[{"name":"strength","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"movementSpeed","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackRange","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasMoved","type":"MLAPI.NetworkVariable.NetworkVariableBool","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strengthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"healthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actionPointText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CreateCardInHandAction","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"isBrief","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"ActionAbility","fieldInfos":[{"name":"manaCost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"usesActionPoint","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Targetor","fieldInfos":[{"name":"abilityName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"speed","type":"TargetorPriority","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetTypes","type":"TargetType[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TheSunAction","fieldInfos":[{"name":"tallyAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"AttackAction","fieldInfos":[]},{"className":"MovementAction","fieldInfos":[]},{"className":"SacrificeExtraCost","fieldInfos":[]},{"className":"ExtraCost","fieldInfos":[{"name":"extraManaCost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CrystalizeOnPlay","fieldInfos":[{"name":"rampAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"refills","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayAbility","fieldInfos":[]},{"className":"DamageUnitOnPlay","fieldInfos":[{"name":"damage","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"friendlyFire","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Spell","fieldInfos":[]},{"className":"BuffUnitAndEnergizeSpell","fieldInfos":[]},{"className":"BuffUnitSpell","fieldInfos":[{"name":"canTargetEnemy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strength","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"range","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"moveSpeed","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"duration","type":"StatusDuration","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DamageTargetSpell","fieldInfos":[{"name":"damageAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"friendlyFire","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DrawCardSpell","fieldInfos":[{"name":"drawAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HealTargetDrawSpell","fieldInfos":[{"name":"drawAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HealTargetSpell","fieldInfos":[{"name":"healAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"KillTargetSpell","fieldInfos":[]},{"className":"SunJavelinSpell","fieldInfos":[{"name":"_card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MatchManager","fieldInfos":[{"name":"player1","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player2","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"turnNumber","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerTurn","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerPriority","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasActed","type":"MLAPI.NetworkVariable.NetworkVariableBool","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"localPlayerTurn","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"localPlayerPriority","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldGridPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldHeroPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldUnitPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldStructurePrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetorStack","type":"System.Collections.Generic.List`1[Targetor]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"NetworkConnect","fieldInfos":[{"name":"inputObjs","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"addressInput","type":"TMPro.TMP_InputField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"portInput","type":"TMPro.TMP_InputField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Player","fieldInfos":[{"name":"playerHand","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"startDeck","type":"Deck","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerDeck","type":"GameDeck","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerHero","type":"FieldHero","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"graveyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"junkyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"banishyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"controledUnits","type":"System.Collections.Generic.List`1[FieldUnit]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"controledStructures","type":"System.Collections.Generic.List`1[FieldStructure]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerControllerPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerStatsPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"matchManagerPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"matchManager","type":"MatchManager","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerController","fieldInfos":[{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"handDisplay","type":"PlayerHandDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"turnButton","type":"TurnButton","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusFieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusCard","type":"CardHandController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetor","type":"Targetor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"placement","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targets","type":"UnityEngine.Vector2[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCostTargets","type":"UnityEngine.Vector2[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"selectedTargets","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"selectedExtraCostTargets","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hoverDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hoverobject","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardFocusDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardFocusParent","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldCardActions","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackButton","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"moveButton","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act1Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act2Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act3Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actionN","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stackUI","type":"TargetorStackUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardDisplay","fieldInfos":[{"name":"cardBorder","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardArt","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardName","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cost","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textBox","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textBoxElement","type":"UnityEngine.UI.LayoutElement","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colors","type":"UnityEngine.Color[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"unitStuff","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strength","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"range","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"speed","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardHandController","fieldInfos":[{"name":"rectT","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"originalPos","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusPosition","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerController","type":"PlayerController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"handNumber","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerHandDisplay","fieldInfos":[{"name":"cardDisplays","type":"System.Collections.Generic.List`1[CardHandController]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gridLayoutGroup","type":"UnityEngine.UI.GridLayoutGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerController","type":"PlayerController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerStatsDisplay","fieldInfos":[{"name":"healthNumber","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"manaNumber","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"manaIcons","type":"UnityEngine.UI.Image[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TargetorStackIcon","fieldInfos":[{"name":"icon","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"nameText","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"descText","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetor","type":"Targetor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TargetorStackUI","fieldInfos":[{"name":"stackIcons","type":"TargetorStackIcon[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TurnButton","fieldInfos":[{"name":"button","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"buttonText","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"canPress","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerController","type":"PlayerController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Universal.Shaders","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipelines.Universal.Shaders.dll","types":[]},{"name":"Unity.RenderPipelines.Universal.Runtime","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipelines.Universal.Runtime.dll","types":[{"className":"UnityEngine.Rendering.Universal.PostProcessData","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.PostProcessData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textures","type":"UnityEngine.Rendering.Universal.PostProcessData+TextureResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.PostProcessData+CreatePostProcessDataAsset","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.PostProcessData+ShaderResources","fieldInfos":[{"name":"stopNanPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"subpixelMorphologicalAntialiasingPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianDepthOfFieldPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bokehDepthOfFieldPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraMotionBlurPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"paniniProjectionPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lutBuilderLdrPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lutBuilderHdrPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bloomPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"uberPostPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"finalPostPassPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.PostProcessData+TextureResources","fieldInfos":[{"name":"blueNoise16LTex","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"filmGrainTex","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smaaAreaTex","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smaaSearchTex","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.StencilStateData","fieldInfos":[{"name":"overrideStencilState","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilReference","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilCompareFunction","type":"UnityEngine.Rendering.CompareFunction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"passOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"failOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"zFailOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineAsset","fieldInfos":[{"name":"k_AssetVersion","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"k_AssetPreviousVersion","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererType","type":"UnityEngine.Rendering.Universal.RendererType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererData","type":"UnityEngine.Rendering.Universal.ScriptableRendererData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererDataList","type":"UnityEngine.Rendering.Universal.ScriptableRendererData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultRendererIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequireDepthTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequireOpaqueTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpaqueDownsampling","type":"UnityEngine.Rendering.Universal.Downsampling","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsTerrainHoles","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsHDR","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MSAA","type":"UnityEngine.Rendering.Universal.MsaaQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightRenderingMode","type":"UnityEngine.Rendering.Universal.LightRenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightShadowmapResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsRenderingMode","type":"UnityEngine.Rendering.Universal.LightRenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsPerObjectLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsShadowmapResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowCascadeCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade2Split","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade3Split","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade4Split","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowDepthBias","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowNormalBias","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SoftShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseSRPBatcher","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsDynamicBatching","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixedLightingSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DebugLevel","type":"UnityEngine.Rendering.Universal.PipelineDebugLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseAdaptivePerformance","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorGradingMode","type":"UnityEngine.Rendering.Universal.ColorGradingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorGradingLutSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowType","type":"UnityEngine.Rendering.Universal.ShadowQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LocalShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LocalShadowsAtlasResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxPixelLights","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowAtlasResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShaderVariantLogLevel","type":"UnityEngine.Rendering.Universal.ShaderVariantLogLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowCascades","type":"UnityEngine.Rendering.Universal.ShadowCascadesOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineAsset+CreateUniversalPipelineAsset","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materials","type":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+MaterialResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+ShaderResources","fieldInfos":[{"name":"autodeskInteractivePS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"autodeskInteractiveTransparentPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"autodeskInteractiveMaskedPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailLitPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailGrassPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailGrassBillboardPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"defaultSpeedTree7PS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"defaultSpeedTree8PS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+MaterialResources","fieldInfos":[{"name":"lit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"particleLit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainLit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResourcesEditor","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.XRSystemData","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.XRSystemData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.XRSystemData+CreateXRSystemDataAsset","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.XRSystemData+ShaderResources","fieldInfos":[{"name":"xrOcclusionMeshPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xrMirrorViewPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ForwardRendererData","fieldInfos":[{"name":"postProcessData","type":"UnityEngine.Rendering.Universal.PostProcessData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xrSystemData","type":"UnityEngine.Rendering.Universal.XRSystemData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shaders","type":"UnityEngine.Rendering.Universal.ForwardRendererData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpaqueLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TransparentLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultStencilState","type":"UnityEngine.Rendering.Universal.StencilStateData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowTransparentReceive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderingMode","type":"UnityEngine.Rendering.Universal.RenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AccurateGbufferNormals","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ForwardRendererData+CreateForwardRendererAsset","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.ForwardRendererData+ShaderResources","fieldInfos":[{"name":"blitPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"copyDepthPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"screenSpaceShadowPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"samplingPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tileDepthInfoPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tileDeferredPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilDeferredPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackErrorPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialErrorPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScriptableRendererData","fieldInfos":[{"name":"m_RendererFeatures","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.Universal.ScriptableRendererFeature]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererFeatureMap","type":"System.Collections.Generic.List`1[System.Int64]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.Bloom","fieldInfos":[{"name":"threshold","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scatter","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"clamp","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tint","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highQualityFiltering","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"skipIterations","type":"UnityEngine.Rendering.ClampedIntParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dirtTexture","type":"UnityEngine.Rendering.TextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dirtIntensity","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ChannelMixer","fieldInfos":[{"name":"redOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"redOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"redOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ChromaticAberration","fieldInfos":[{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorAdjustments","fieldInfos":[{"name":"postExposure","type":"UnityEngine.Rendering.FloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"contrast","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorFilter","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueShift","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"saturation","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorCurves","fieldInfos":[{"name":"master","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"red","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"green","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blue","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueVsHue","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"satVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lumVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorLookup","fieldInfos":[{"name":"texture","type":"UnityEngine.Rendering.TextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"contribution","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.DepthOfField","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.DepthOfFieldModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianMaxRadius","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highQualitySampling","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusDistance","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"aperture","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focalLength","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeCount","type":"UnityEngine.Rendering.ClampedIntParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeCurvature","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeRotation","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.DepthOfFieldModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.FilmGrain","fieldInfos":[{"name":"type","type":"UnityEngine.Rendering.Universal.FilmGrainLookupParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"response","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"texture","type":"UnityEngine.Rendering.NoInterpTextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.FilmGrainLookupParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.LensDistortion","fieldInfos":[{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xMultiplier","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yMultiplier","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"center","type":"UnityEngine.Rendering.Vector2Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scale","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.LiftGammaGain","fieldInfos":[{"name":"lift","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gamma","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gain","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.MotionBlur","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.MotionBlurModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"quality","type":"UnityEngine.Rendering.Universal.MotionBlurQualityParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"clamp","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.MotionBlurModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.MotionBlurQualityParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.PaniniProjection","fieldInfos":[{"name":"distance","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cropToFit","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ShadowsMidtonesHighlights","fieldInfos":[{"name":"shadows","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"midtones","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlights","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shadowsStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shadowsEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlightsStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlightsEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.SplitToning","fieldInfos":[{"name":"shadows","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlights","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"balance","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.Tonemapping","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.TonemappingModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.TonemappingModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.Vignette","fieldInfos":[{"name":"color","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"center","type":"UnityEngine.Rendering.Vector2Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smoothness","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"rounded","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.WhiteBalance","fieldInfos":[{"name":"temperature","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tint","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings","fieldInfos":[{"name":"Downsample","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Source","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings+DepthSource","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NormalSamples","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings+NormalQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Intensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DirectLightingStrength","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Radius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SampleCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusion","fieldInfos":[{"name":"m_Shader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Settings","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScriptableRendererFeature","fieldInfos":[{"name":"m_Active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalAdditionalCameraData","fieldInfos":[{"name":"m_RenderShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresDepthTextureOption","type":"UnityEngine.Rendering.Universal.CameraOverrideOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresOpaqueTextureOption","type":"UnityEngine.Rendering.Universal.CameraOverrideOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CameraType","type":"UnityEngine.Rendering.Universal.CameraRenderType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cameras","type":"System.Collections.Generic.List`1[UnityEngine.Camera]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VolumeLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VolumeTrigger","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderPostProcessing","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Antialiasing","type":"UnityEngine.Rendering.Universal.AntialiasingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AntialiasingQuality","type":"UnityEngine.Rendering.Universal.AntialiasingQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StopNaN","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Dithering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClearDepth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AllowXRRendering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresDepthTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresColorTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Version","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalAdditionalLightData","fieldInfos":[{"name":"m_UsePipelineSettings","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.CinemachineUniversalPixelPerfect","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2D","fieldInfos":[{"name":"m_LightType","type":"UnityEngine.Experimental.Rendering.Universal.Light2D+LightType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendStyleIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FalloffIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Color","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Intensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightVolumeOpacity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyToSortingLayers","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightCookieSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseNormalMap","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightOrder","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaBlendOnOverlap","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowVolumeIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightInnerAngle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightOuterAngle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightInnerRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightOuterRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightQuality","type":"UnityEngine.Experimental.Rendering.Universal.Light2D+PointLightQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricSides","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricAngleOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightFalloffSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightFalloffOffset","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePath","type":"UnityEngine.Vector3[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle","fieldInfos":[{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"maskTextureChannel","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+TextureChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"renderTextureScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blendMode","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"customBlendFactors","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendFactors","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendFactors","fieldInfos":[{"name":"multiplicative","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"additive","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.PixelPerfectCamera","fieldInfos":[{"name":"m_AssetsPPU","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RefResolutionX","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RefResolutionY","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UpscaleRT","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PixelSnapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CropFrameX","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CropFrameY","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StretchFill","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.PixelPerfectCameraInternal","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.Renderer2DData","fieldInfos":[{"name":"m_TransparencySortMode","type":"UnityEngine.TransparencySortMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TransparencySortAxis","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HDREmulationScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightBlendStyles","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseDepthStencilBuffer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightVolumeShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightVolumeShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlitShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowGroupShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RemoveSelfShadowShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostProcessData","type":"UnityEngine.Rendering.Universal.PostProcessData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultMaterialType","type":"UnityEngine.Experimental.Rendering.Universal.Renderer2DData+Renderer2DDefaultMaterialType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultCustomMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultLitMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultUnlitMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.CompositeShadowCaster2D","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.ShadowCasterGroup2D","fieldInfos":[{"name":"m_ShadowGroup","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.ShadowCaster2D","fieldInfos":[{"name":"m_HasRenderer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseRendererSilhouette","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CastsShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelfShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyToSortingLayers","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePath","type":"UnityEngine.Vector3[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePathHash","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Mesh","type":"UnityEngine.Mesh","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InstanceId","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects","fieldInfos":[{"name":"settings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+RenderObjectsSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+RenderObjectsSettings","fieldInfos":[{"name":"passTag","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Event","type":"UnityEngine.Rendering.Universal.RenderPassEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"filterSettings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+FilterSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideMaterialPassIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideDepthState","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"depthCompareFunction","type":"UnityEngine.Rendering.CompareFunction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"enableWrite","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilSettings","type":"UnityEngine.Rendering.Universal.StencilStateData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraSettings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+CustomCameraSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+FilterSettings","fieldInfos":[{"name":"RenderQueueType","type":"UnityEngine.Experimental.Rendering.Universal.RenderQueueType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PassNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+CustomCameraSettings","fieldInfos":[{"name":"overrideCamera","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"restoreCamera","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"offset","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraFieldOfView","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"UnityEngine.TestRunner","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\UnityEngine.TestRunner.dll","types":[{"className":"UnityEngine.TestRunner.Utils.TestRunCallbackListener","fieldInfos":[]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestData","fieldInfos":[{"name":"id","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testCaseCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ChildIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasChildren","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"isSuite","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"childrenIds","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testCaseTimeout","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Categories","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"IsTestAssembly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RunState","type":"NUnit.Framework.Interfaces.RunState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SkipReason","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentId","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UniqueName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentUniqueName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentFullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultData","fieldInfos":[{"name":"testId","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"resultState","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testStatus","type":"NUnit.Framework.Interfaces.TestStatus","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"duration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"message","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stackTrace","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"assertCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"failCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"passCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"skipCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"inconclusiveCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasChildren","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"output","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xml","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"childrenIds","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultDataWithTestData","fieldInfos":[{"name":"results","type":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tests","type":"UnityEngine.TestRunner.TestLaunchers.RemoteTestData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.BeforeAfterTestCommandState","fieldInfos":[{"name":"NextBeforeStepIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextBeforeStepPc","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextAfterStepIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextAfterStepPc","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TestHasRun","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultStatus","type":"NUnit.Framework.Interfaces.TestStatus","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultLabel","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultSite","type":"NUnit.Framework.Interfaces.FailureSite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestMessage","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestStrackTrace","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TestAfterStarted","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Timestamp","type":"System.Int64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.EnumerableTestState","fieldInfos":[{"name":"Repeat","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Retry","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.Logging.LogMatch","fieldInfos":[{"name":"m_UseRegex","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Message","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MessageRegex","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LogType","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.TestFinishedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.TestStartedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.RunFinishedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.RunStartedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.PlaymodeTestsController","fieldInfos":[{"name":"m_AssembliesWithTests","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testStartedEvent","type":"UnityEngine.TestTools.TestRunner.TestStartedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testFinishedEvent","type":"UnityEngine.TestTools.TestRunner.TestFinishedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"runStartedEvent","type":"UnityEngine.TestTools.TestRunner.RunStartedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"runFinishedEvent","type":"UnityEngine.TestTools.TestRunner.RunFinishedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"settings","type":"UnityEngine.TestTools.TestRunner.PlaymodeTestsControllerSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.PlaymodeTestsControllerSettings","fieldInfos":[{"name":"filters","type":"UnityEngine.TestTools.TestRunner.GUI.RuntimeTestRunnerFilter[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sceneBased","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"originalScene","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bootstrapScene","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.GUI.RuntimeTestRunnerFilter","fieldInfos":[{"name":"assemblyNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"groupNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"categoryNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"synchronousOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.PlayModeRunnerCallback","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.PlayerQuitHandler","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.RemoteTestResultSender","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.TestResultRendererCallback","fieldInfos":[]}]},{"name":"Unity.Timeline","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.Timeline.dll","types":[{"className":"UnityEngine.Timeline.ActivationPlayableAsset","fieldInfos":[]},{"className":"UnityEngine.Timeline.ActivationTrack","fieldInfos":[{"name":"m_PostPlaybackState","type":"UnityEngine.Timeline.ActivationTrack+PostPlaybackState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TrackAsset","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimClip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Locked","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Muted","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomPlayableFullTypename","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Curves","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Parent","type":"UnityEngine.Playables.PlayableAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Children","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Clips","type":"System.Collections.Generic.List`1[UnityEngine.Timeline.TimelineClip]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Markers","type":"UnityEngine.Timeline.MarkerList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AnimationPlayableAsset","fieldInfos":[{"name":"m_Clip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Position","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseTrackMatchFields","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchTargetFields","type":"UnityEngine.Timeline.MatchTargetFields","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RemoveStartOffset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyFootIK","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"UnityEngine.Timeline.AnimationPlayableAsset+LoopMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Rotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AnimationTrack","fieldInfos":[{"name":"m_InfiniteClipPreExtrapolation","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipPostExtrapolation","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipOffsetPosition","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipOffsetEulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipTimeOffset","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipRemoveOffset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipApplyFootIK","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"mInfiniteClipLoop","type":"UnityEngine.Timeline.AnimationPlayableAsset+LoopMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchTargetFields","type":"UnityEngine.Timeline.MatchTargetFields","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Position","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AvatarMask","type":"UnityEngine.AvatarMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyAvatarMask","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TrackOffset","type":"UnityEngine.Timeline.TrackOffset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpenClipOffsetRotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Rotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyOffsets","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineClip","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Start","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClipIn","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Asset","type":"UnityEngine.Object","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Duration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TimeScale","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ParentTrack","type":"UnityEngine.Timeline.TrackAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EaseInDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EaseOutDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendInDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendOutDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixInCurve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixOutCurve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendInCurveMode","type":"UnityEngine.Timeline.TimelineClip+BlendCurveMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendOutCurveMode","type":"UnityEngine.Timeline.TimelineClip+BlendCurveMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ExposedParameterNames","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimationCurves","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Recordable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostExtrapolationMode","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreExtrapolationMode","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostExtrapolationTime","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreExtrapolationTime","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisplayName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineAsset","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Tracks","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FixedDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EditorSettings","type":"UnityEngine.Timeline.TimelineAsset+EditorSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DurationMode","type":"UnityEngine.Timeline.TimelineAsset+DurationMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MarkerTrack","type":"UnityEngine.Timeline.MarkerTrack","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineAsset+EditorSettings","fieldInfos":[{"name":"m_Framerate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScenePreview","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioClipProperties","fieldInfos":[{"name":"volume","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioMixerProperties","fieldInfos":[{"name":"volume","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stereoPan","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spatialBlend","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioPlayableAsset","fieldInfos":[{"name":"m_Clip","type":"UnityEngine.AudioClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_bufferingTime","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClipProperties","type":"UnityEngine.Timeline.AudioClipProperties","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioTrack","fieldInfos":[{"name":"m_TrackProperties","type":"UnityEngine.Timeline.AudioMixerProperties","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.ControlPlayableAsset","fieldInfos":[{"name":"sourceGameObject","type":"UnityEngine.ExposedReference`1[UnityEngine.GameObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefabGameObject","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateParticle","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"particleRandomSeed","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateDirector","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateITimeControl","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"searchHierarchy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"postPlayback","type":"UnityEngine.Timeline.ActivationControlPlayable+PostPlaybackState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.ControlTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.Marker","fieldInfos":[{"name":"m_Time","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.MarkerList","fieldInfos":[{"name":"m_Objects","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.MarkerTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalAsset","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalEmitter","fieldInfos":[{"name":"m_Retroactive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EmitOnce","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Asset","type":"UnityEngine.Timeline.SignalAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.SignalReceiver","fieldInfos":[{"name":"m_Events","type":"UnityEngine.Timeline.SignalReceiver+EventKeyValue","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.SignalReceiver+EventKeyValue","fieldInfos":[{"name":"m_Signals","type":"System.Collections.Generic.List`1[UnityEngine.Timeline.SignalAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Events","type":"System.Collections.Generic.List`1[UnityEngine.Events.UnityEvent]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.GroupTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.BasicPlayableBehaviour","fieldInfos":[]},{"className":"UnityEngine.Timeline.PlayableTrack","fieldInfos":[]}]},{"name":"Unity.TextMeshPro","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.TextMeshPro.dll","types":[{"className":"TMPro.TMP_Asset","fieldInfos":[{"name":"hashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialHashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Character","fieldInfos":[]},{"className":"TMPro.TMP_TextElement","fieldInfos":[{"name":"m_ElementType","type":"TMPro.TextElementType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Unicode","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphIndex","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_ColorGradient","fieldInfos":[{"name":"colorMode","type":"TMPro.ColorMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown","fieldInfos":[{"name":"m_Template","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionText","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemText","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Options","type":"TMPro.TMP_Dropdown+OptionDataList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"TMPro.TMP_Dropdown+DropdownEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaFadeSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+DropdownItem","fieldInfos":[{"name":"m_Text","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RectTransform","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Toggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+OptionData","fieldInfos":[{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+OptionDataList","fieldInfos":[{"name":"m_Options","type":"System.Collections.Generic.List`1[TMPro.TMP_Dropdown+OptionData]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+DropdownEvent","fieldInfos":[]},{"className":"TMPro.TMP_FontAsset","fieldInfos":[{"name":"m_Version","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SourceFontFileGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SourceFontFile_EditorRef","type":"UnityEngine.Font","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SourceFontFile","type":"UnityEngine.Font","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasPopulationMode","type":"TMPro.AtlasPopulationMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FaceInfo","type":"UnityEngine.TextCore.FaceInfo","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphTable","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.Glyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterTable","type":"System.Collections.Generic.List`1[TMPro.TMP_Character]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasTextures","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasTextureIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsMultiAtlasTexturesEnabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UsedGlyphRects","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.GlyphRect]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FreeGlyphRects","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.GlyphRect]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontInfo","type":"TMPro.FaceInfo_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlas","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasHeight","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasPadding","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasRenderMode","type":"UnityEngine.TextCore.LowLevel.GlyphRenderMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_glyphInfoList","type":"System.Collections.Generic.List`1[TMPro.TMP_Glyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KerningTable","type":"TMPro.KerningTable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontFeatureTable","type":"TMPro.TMP_FontFeatureTable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackFontAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FallbackFontAssetTable","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CreationSettings","type":"TMPro.FontAssetCreationSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontWeightTable","type":"TMPro.TMP_FontWeightPair[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontWeights","type":"TMPro.TMP_FontWeightPair[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"normalStyle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"normalSpacingOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"boldStyle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"boldSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"italicStyle","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tabSize","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.FaceInfo_Legacy","fieldInfos":[{"name":"Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PointSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CharacterCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LineHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Baseline","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Ascender","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CapHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Descender","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CenterLine","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SuperscriptOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SubscriptOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SubSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Underline","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UnderlineThickness","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strikethrough","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strikethroughThickness","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TabWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AtlasWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AtlasHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Glyph","fieldInfos":[]},{"className":"TMPro.TMP_TextElement_Legacy","fieldInfos":[{"name":"id","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"width","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"height","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.FontAssetCreationSettings","fieldInfos":[{"name":"sourceFontFileName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sourceFontFileGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pointSizeSamplingMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pointSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"padding","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"packingMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlasWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlasHeight","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterSetSelectionMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterSequence","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"referencedFontAssetGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"referencedTextAssetGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontStyle","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontStyleModifier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"renderMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"includeFontFeatures","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_FontWeightPair","fieldInfos":[{"name":"regularTypeface","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"italicTypeface","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.GlyphValueRecord_Legacy","fieldInfos":[{"name":"xPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.KerningPair","fieldInfos":[{"name":"m_FirstGlyph","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FirstGlyphAdjustments","type":"TMPro.GlyphValueRecord_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondGlyph","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondGlyphAdjustments","type":"TMPro.GlyphValueRecord_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IgnoreSpacingAdjustments","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.KerningTable","fieldInfos":[{"name":"kerningPairs","type":"System.Collections.Generic.List`1[TMPro.KerningPair]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_FontFeatureTable","fieldInfos":[{"name":"m_GlyphPairAdjustmentRecords","type":"System.Collections.Generic.List`1[TMPro.TMP_GlyphPairAdjustmentRecord]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphValueRecord","fieldInfos":[{"name":"m_XPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_YPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_XAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_YAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphAdjustmentRecord","fieldInfos":[{"name":"m_GlyphIndex","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphValueRecord","type":"TMPro.TMP_GlyphValueRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphPairAdjustmentRecord","fieldInfos":[{"name":"m_FirstAdjustmentRecord","type":"TMPro.TMP_GlyphAdjustmentRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondAdjustmentRecord","type":"TMPro.TMP_GlyphAdjustmentRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FeatureLookupFlags","type":"TMPro.FontFeatureLookupFlags","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_InputField","fieldInfos":[{"name":"m_TextViewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarEventHandler","type":"TMPro.TMP_ScrollbarEventHandler","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LayoutGroup","type":"UnityEngine.UI.LayoutGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScrollSensitivity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ContentType","type":"TMPro.TMP_InputField+ContentType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputType","type":"TMPro.TMP_InputField+InputType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AsteriskChar","type":"System.Char","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KeyboardType","type":"UnityEngine.TouchScreenKeyboardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineType","type":"TMPro.TMP_InputField+LineType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideMobileInput","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideSoftKeyboard","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterValidation","type":"TMPro.TMP_InputField+CharacterValidation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RegexValue","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlobalPointSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndEdit","type":"TMPro.TMP_InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnSubmit","type":"TMPro.TMP_InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnSelect","type":"TMPro.TMP_InputField+SelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnDeselect","type":"TMPro.TMP_InputField+SelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnTextSelection","type":"TMPro.TMP_InputField+TextSelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndTextSelection","type":"TMPro.TMP_InputField+TextSelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"TMPro.TMP_InputField+OnChangeEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnTouchScreenKeyboardStatusChanged","type":"TMPro.TMP_InputField+TouchScreenKeyboardEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomCaretColor","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectionColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretBlinkRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReadOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlobalFontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnFocusSelectAll","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ResetOnDeActivation","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RestoreOriginalTextOnEscape","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRichTextEditingAllowed","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputValidator","type":"TMPro.TMP_InputValidator","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_InputField+SubmitEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+OnChangeEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+SelectionEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+TextSelectionEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+TouchScreenKeyboardEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputValidator","fieldInfos":[]},{"className":"TMPro.TMP_PackageResourceImporter","fieldInfos":[]},{"className":"TMPro.TMP_PackageResourceImporterWindow","fieldInfos":[{"name":"m_ResourceImporter","type":"TMPro.TMP_PackageResourceImporter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_ScrollbarEventHandler","fieldInfos":[{"name":"isSelected","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SelectionCaret","fieldInfos":[]},{"className":"TMPro.TMP_Settings","fieldInfos":[{"name":"m_enableWordWrapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableKerning","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableExtraPadding","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableTintAllSprites","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableParseEscapeCharacters","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EnableRaycastTarget","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GetFontFeaturesAtRuntime","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_missingGlyphCharacter","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_warningsDisabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontAssetPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultAutoSizeMinRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultAutoSizeMaxRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultTextMeshProTextContainerSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultTextMeshProUITextContainerSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_autoSizeTextContainer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsTextObjectScaleStatic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fallbackFontAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_matchMaterialPreset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultSpriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultSpriteAssetPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableEmojiSupport","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MissingCharacterSpriteUnicode","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultColorGradientPresetsPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultStyleSheet","type":"TMPro.TMP_StyleSheet","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StyleSheetsResourcePath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_leadingCharacters","type":"UnityEngine.TextAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_followingCharacters","type":"UnityEngine.TextAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseModernHangulLineBreakingRules","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Sprite","fieldInfos":[{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"unicode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pivot","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteAnimator","fieldInfos":[]},{"className":"TMPro.TMP_SpriteAsset","fieldInfos":[{"name":"m_Version","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FaceInfo","type":"UnityEngine.TextCore.FaceInfo","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteSheet","type":"UnityEngine.Texture","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteCharacterTable","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteCharacter]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteGlyphTable","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteGlyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteInfoList","type":"System.Collections.Generic.List`1[TMPro.TMP_Sprite]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackSpriteAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteCharacter","fieldInfos":[{"name":"m_Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteGlyph","fieldInfos":[{"name":"sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Style","fieldInfos":[{"name":"m_Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpeningDefinition","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClosingDefinition","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpeningTagArray","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClosingTagArray","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_StyleSheet","fieldInfos":[{"name":"m_StyleList","type":"System.Collections.Generic.List`1[TMPro.TMP_Style]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SubMesh","fieldInfos":[{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isDefaultMaterial","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_renderer","type":"UnityEngine.Renderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SubMeshUI","fieldInfos":[{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isDefaultMaterial","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_materialReferenceIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Text","fieldInfos":[{"name":"m_text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRightToLeft","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSharedMaterials","type":"UnityEngine.Material[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontMaterials","type":"UnityEngine.Material[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColor32","type":"UnityEngine.Color32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableVertexGradient","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_colorMode","type":"TMPro.ColorMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColorGradient","type":"TMPro.VertexGradient","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColorGradientPreset","type":"TMPro.TMP_ColorGradient","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_tintAllSprites","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StyleSheet","type":"TMPro.TMP_StyleSheet","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextStyleHashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_overrideHtmlColors","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_faceColor","type":"UnityEngine.Color32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeBase","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontWeight","type":"TMPro.FontWeight","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableAutoSizing","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeMin","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeMax","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontStyle","type":"TMPro.FontStyles","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalAlignment","type":"TMPro.HorizontalAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalAlignment","type":"TMPro.VerticalAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_textAlignment","type":"TMPro.TextAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_characterSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_wordSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_lineSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_lineSpacingMax","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_paragraphSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_charWidthMaxAdj","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableWordWrapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_wordWrappingRatios","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_overflowMode","type":"TMPro.TextOverflowModes","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_linkedTextComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"parentLinkedComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableKerning","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableExtraPadding","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkPaddingRequired","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_parseCtrlCharacters","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isOrthographic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isCullingEnabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_horizontalMapping","type":"TMPro.TextureMappingOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_verticalMapping","type":"TMPro.TextureMappingOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_uvLineOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_geometrySortingOrder","type":"TMPro.VertexSortingOrder","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsTextObjectScaleStatic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VertexBufferAutoSizeReduction","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_useMaxVisibleDescender","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_pageToDisplay","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_margin","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isUsingLegacyAnimationComponent","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isVolumetricText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_TextInfo","fieldInfos":[{"name":"textComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spaceCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"wordCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"linkCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lineCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pageCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.VertexGradient","fieldInfos":[{"name":"topLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.Mesh_Extents","fieldInfos":[{"name":"min","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextMeshPro","fieldInfos":[{"name":"m_hasFontAssetChanged","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_renderer","type":"UnityEngine.Renderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_maskType","type":"TMPro.MaskingTypes","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"_SortingLayerID","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"_SortingOrder","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextMeshProUGUI","fieldInfos":[{"name":"m_hasFontAssetChanged","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_baseMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_maskOffset","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextContainer","fieldInfos":[{"name":"m_pivot","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_anchorPosition","type":"TMPro.TextContainerAnchors","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_rect","type":"UnityEngine.Rect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_margins","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Core.Runtime","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipelines.Core.Runtime.dll","types":[{"className":"SceneRenderPipeline","fieldInfos":[{"name":"renderPipelineAsset","type":"UnityEngine.Rendering.RenderPipelineAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.CameraSwitcher","fieldInfos":[{"name":"m_Cameras","type":"UnityEngine.Camera[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FreeCamera","fieldInfos":[{"name":"m_LookSpeedController","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LookSpeedMouse","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MoveSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MoveSpeedIncrement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Turbo","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.GlobalDynamicResolutionSettings","fieldInfos":[{"name":"enabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"maxPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"minPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dynResType","type":"UnityEngine.Rendering.DynamicResolutionType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"upsampleFilter","type":"UnityEngine.Rendering.DynamicResUpscaleFilter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"forceResolution","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"forcedPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.XRGraphics","fieldInfos":[]},{"className":"UnityEngine.Rendering.DebugUpdater","fieldInfos":[]},{"className":"UnityEngine.Rendering.BitArray8","fieldInfos":[{"name":"data","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray16","fieldInfos":[{"name":"data","type":"System.UInt16","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray32","fieldInfos":[{"name":"data","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray64","fieldInfos":[{"name":"data","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray128","fieldInfos":[{"name":"data1","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data2","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray256","fieldInfos":[{"name":"data1","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data2","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data3","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data4","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.TextureCurve","fieldInfos":[{"name":"k__BackingField","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ZeroValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Range","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Curve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.TextureCurveParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Volume","fieldInfos":[{"name":"isGlobal","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"priority","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blendDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"weight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sharedProfile","type":"UnityEngine.Rendering.VolumeProfile","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.VolumeComponent","fieldInfos":[{"name":"active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdvancedMode","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BoolParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.LayerMaskParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.IntParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpIntParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.MinIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMinIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.MaxIntParameter","fieldInfos":[{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMaxIntParameter","fieldInfos":[{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ClampedIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpClampedIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FloatParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpFloatParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.MinFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMinFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.MaxFloatParameter","fieldInfos":[{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMaxFloatParameter","fieldInfos":[{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ClampedFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpClampedFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FloatRangeParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpFloatRangeParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ColorParameter","fieldInfos":[{"name":"hdr","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showEyeDropper","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpColorParameter","fieldInfos":[{"name":"hdr","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showEyeDropper","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Vector2Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector2Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Vector3Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector3Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Vector4Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector4Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.TextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.RenderTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpRenderTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.CubemapParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpCubemapParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.AnimationCurveParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.VolumeProfile","fieldInfos":[{"name":"components","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.VolumeComponent]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerBitField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"toggles","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.UI.DebugUIHandlerIndirectToggle]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerWidget","fieldInfos":[{"name":"colorDefault","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorSelected","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerButton","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIPrefabBundle","fieldInfos":[{"name":"type","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefab","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerCanvas","fieldInfos":[{"name":"panelPrefab","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefabs","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.UI.DebugUIPrefabBundle]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerColor","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldR","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldG","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldB","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldA","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerContainer","fieldInfos":[{"name":"contentHolder","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerEnumField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerEnumHistory","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerFloatField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerFoldout","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerGroup","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"header","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerHBox","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectToggle","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkmarkImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIntField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerPanel","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scrollRect","type":"UnityEngine.UI.ScrollRect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"viewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerPersistentCanvas","fieldInfos":[{"name":"panel","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valuePrefab","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerRow","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerToggle","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkmarkImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerToggleHistory","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerUIntField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVBox","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerValue","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector2","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector3","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldZ","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector4","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldZ","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldW","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.UIFoldout","fieldInfos":[{"name":"content","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"arrowOpened","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"arrowClosed","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Core.ShaderLibrary","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipelines.Core.ShaderLibrary.dll","types":[]},{"name":"Unity.Multiplayer.MLAPI.Runtime","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.Multiplayer.MLAPI.Runtime.dll","types":[{"className":"MLAPI.NetworkBehaviour","fieldInfos":[]},{"className":"MLAPI.NetworkManager","fieldInfos":[{"name":"DontDestroy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RunInBackground","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LogLevel","type":"MLAPI.Logging.LogLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkConfig","type":"MLAPI.Configuration.NetworkConfig","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.NetworkObject","fieldInfos":[{"name":"NetworkInstanceId","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PrefabHash","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PrefabHashGenerator","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AlwaysReplicateAsRoot","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DontDestroyWithOwner","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.NetworkTransport","fieldInfos":[]},{"className":"MLAPI.Transports.TransportChannel","fieldInfos":[{"name":"Channel","type":"MLAPI.Transports.NetworkChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Delivery","type":"MLAPI.Transports.NetworkDelivery","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.UNetChannel","fieldInfos":[{"name":"Id","type":"MLAPI.Transports.NetworkChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Type","type":"UnityEngine.Networking.QosType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.UNET.UNetTransport","fieldInfos":[{"name":"MessageBufferSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxConnections","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxSentMessageQueueSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectAddress","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ServerListenPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ServerWebsocketListenPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SupportWebsocket","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Channels","type":"System.Collections.Generic.List`1[MLAPI.Transports.UNetChannel]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UseMLAPIRelay","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MLAPIRelayAddress","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MLAPIRelayPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MessageSendMode","type":"MLAPI.Transports.UNET.UNetTransport+SendMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.Multiplex.MultiplexTransportAdapter","fieldInfos":[{"name":"SpreadMethod","type":"MLAPI.Transports.Multiplex.MultiplexTransportAdapter+ConnectionIdSpreadMethod","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Transports","type":"MLAPI.Transports.NetworkTransport[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.NetworkVariable.NetworkVariableString","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableBool","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableByte","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableSByte","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableUShort","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableShort","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableUInt","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableInt","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableULong","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableLong","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableFloat","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableDouble","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector2","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector3","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector4","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableColor","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableColor32","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableRay","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableQuaternion","fieldInfos":[]},{"className":"MLAPI.Configuration.NullableBoolSerializable","fieldInfos":[{"name":"Value","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Configuration.NetworkConfig","fieldInfos":[{"name":"ProtocolVersion","type":"System.UInt16","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkTransport","type":"MLAPI.Transports.NetworkTransport","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RegisteredScenes","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AllowRuntimeSceneChanges","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkPrefabs","type":"System.Collections.Generic.List`1[MLAPI.Configuration.NetworkPrefab]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PlayerPrefabHash","type":"MLAPI.Configuration.NullableBoolSerializable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CreatePlayerPrefab","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ReceiveTickrate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkTickIntervalSec","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxReceiveEventsPerTickRate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EventTickrate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ClientConnectionBufferTimeout","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectionApproval","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectionData","type":"System.Byte[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableTimeResync","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TimeResyncInterval","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNetworkVariable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnsureNetworkVariableLengthSafety","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableSceneManagement","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ForceSamePrefabs","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UsePrefabSync","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RecycleNetworkIds","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkIdRecycleDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RpcHashSize","type":"MLAPI.Configuration.HashSize","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LoadSceneTimeOut","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableMessageBuffering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MessageBufferTimeout","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNetworkLogs","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Configuration.NetworkPrefab","fieldInfos":[{"name":"Prefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PlayerPrefab","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"UnityEngine.UI","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\UnityEngine.UI.dll","types":[{"className":"UnityEngine.UI.AnimationTriggers","fieldInfos":[{"name":"m_NormalTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HighlightedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Button","fieldInfos":[{"name":"m_OnClick","type":"UnityEngine.UI.Button+ButtonClickedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Button+ButtonClickedEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Selectable","fieldInfos":[{"name":"m_Navigation","type":"UnityEngine.UI.Navigation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Transition","type":"UnityEngine.UI.Selectable+Transition","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Colors","type":"UnityEngine.UI.ColorBlock","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteState","type":"UnityEngine.UI.SpriteState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimationTriggers","type":"UnityEngine.UI.AnimationTriggers","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Interactable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TargetGraphic","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.UIBehaviour","fieldInfos":[]},{"className":"UnityEngine.UI.ColorBlock","fieldInfos":[{"name":"m_NormalColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HighlightedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorMultiplier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FadeDuration","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown","fieldInfos":[{"name":"m_Template","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionText","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemText","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Options","type":"UnityEngine.UI.Dropdown+OptionDataList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Dropdown+DropdownEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaFadeSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+DropdownItem","fieldInfos":[{"name":"m_Text","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RectTransform","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Toggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+OptionData","fieldInfos":[{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+OptionDataList","fieldInfos":[{"name":"m_Options","type":"System.Collections.Generic.List`1[UnityEngine.UI.Dropdown+OptionData]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+DropdownEvent","fieldInfos":[]},{"className":"UnityEngine.UI.FontData","fieldInfos":[{"name":"m_Font","type":"UnityEngine.Font","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontStyle","type":"UnityEngine.FontStyle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BestFit","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Alignment","type":"UnityEngine.TextAnchor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlignByGeometry","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalOverflow","type":"UnityEngine.HorizontalWrapMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalOverflow","type":"UnityEngine.VerticalWrapMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Graphic","fieldInfos":[{"name":"m_Material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Color","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RaycastTarget","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RaycastPadding","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.GraphicRaycaster","fieldInfos":[{"name":"m_IgnoreReversedGraphics","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlockingObjects","type":"UnityEngine.UI.GraphicRaycaster+BlockingObjects","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlockingMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.BaseRaycaster","fieldInfos":[]},{"className":"UnityEngine.UI.Image","fieldInfos":[{"name":"m_Sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Type","type":"UnityEngine.UI.Image+Type","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreserveAspect","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillCenter","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillMethod","type":"UnityEngine.UI.Image+FillMethod","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillAmount","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillClockwise","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillOrigin","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseSpriteMesh","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PixelsPerUnitMultiplier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.MaskableGraphic","fieldInfos":[{"name":"m_Maskable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnCullStateChanged","type":"UnityEngine.UI.MaskableGraphic+CullStateChangedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.MaskableGraphic+CullStateChangedEvent","fieldInfos":[]},{"className":"UnityEngine.UI.InputField","fieldInfos":[{"name":"m_TextComponent","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ContentType","type":"UnityEngine.UI.InputField+ContentType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputType","type":"UnityEngine.UI.InputField+InputType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AsteriskChar","type":"System.Char","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KeyboardType","type":"UnityEngine.TouchScreenKeyboardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineType","type":"UnityEngine.UI.InputField+LineType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideMobileInput","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterValidation","type":"UnityEngine.UI.InputField+CharacterValidation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndEdit","type":"UnityEngine.UI.InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.InputField+OnChangeEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomCaretColor","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectionColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretBlinkRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReadOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShouldActivateOnSelect","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.InputField+SubmitEvent","fieldInfos":[]},{"className":"UnityEngine.UI.InputField+OnChangeEvent","fieldInfos":[]},{"className":"UnityEngine.UI.AspectRatioFitter","fieldInfos":[{"name":"m_AspectMode","type":"UnityEngine.UI.AspectRatioFitter+AspectMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AspectRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.CanvasScaler","fieldInfos":[{"name":"m_UiScaleMode","type":"UnityEngine.UI.CanvasScaler+ScaleMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReferencePixelsPerUnit","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScaleFactor","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReferenceResolution","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScreenMatchMode","type":"UnityEngine.UI.CanvasScaler+ScreenMatchMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchWidthOrHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PhysicalUnit","type":"UnityEngine.UI.CanvasScaler+Unit","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FallbackScreenDPI","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultSpriteDPI","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DynamicPixelsPerUnit","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PresetInfoIsWorld","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ContentSizeFitter","fieldInfos":[{"name":"m_HorizontalFit","type":"UnityEngine.UI.ContentSizeFitter+FitMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalFit","type":"UnityEngine.UI.ContentSizeFitter+FitMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.GridLayoutGroup","fieldInfos":[{"name":"m_StartCorner","type":"UnityEngine.UI.GridLayoutGroup+Corner","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StartAxis","type":"UnityEngine.UI.GridLayoutGroup+Axis","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CellSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Spacing","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Constraint","type":"UnityEngine.UI.GridLayoutGroup+Constraint","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ConstraintCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.LayoutGroup","fieldInfos":[{"name":"m_Padding","type":"UnityEngine.RectOffset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildAlignment","type":"UnityEngine.TextAnchor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.HorizontalLayoutGroup","fieldInfos":[]},{"className":"UnityEngine.UI.HorizontalOrVerticalLayoutGroup","fieldInfos":[{"name":"m_Spacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildForceExpandWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildForceExpandHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildControlWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildControlHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildScaleWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildScaleHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReverseArrangement","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.LayoutElement","fieldInfos":[{"name":"m_IgnoreLayout","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreferredWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreferredHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FlexibleWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FlexibleHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LayoutPriority","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.VerticalLayoutGroup","fieldInfos":[]},{"className":"UnityEngine.UI.Mask","fieldInfos":[{"name":"m_ShowMaskGraphic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Navigation","fieldInfos":[{"name":"m_Mode","type":"UnityEngine.UI.Navigation+Mode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_WrapAround","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnUp","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnDown","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnLeft","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnRight","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.RawImage","fieldInfos":[{"name":"m_Texture","type":"UnityEngine.Texture","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UVRect","type":"UnityEngine.Rect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.RectMask2D","fieldInfos":[{"name":"m_Padding","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Softness","type":"UnityEngine.Vector2Int","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ScrollRect","fieldInfos":[{"name":"m_Content","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Horizontal","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Vertical","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MovementType","type":"UnityEngine.UI.ScrollRect+MovementType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Elasticity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Inertia","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DecelerationRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScrollSensitivity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Viewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbarVisibility","type":"UnityEngine.UI.ScrollRect+ScrollbarVisibility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarVisibility","type":"UnityEngine.UI.ScrollRect+ScrollbarVisibility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbarSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.ScrollRect+ScrollRectEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ScrollRect+ScrollRectEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Scrollbar","fieldInfos":[{"name":"m_HandleRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Direction","type":"UnityEngine.UI.Scrollbar+Direction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Size","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_NumberOfSteps","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Scrollbar+ScrollEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Scrollbar+ScrollEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Slider","fieldInfos":[{"name":"m_FillRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HandleRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Direction","type":"UnityEngine.UI.Slider+Direction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_WholeNumbers","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Slider+SliderEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Slider+SliderEvent","fieldInfos":[]},{"className":"UnityEngine.UI.SpriteState","fieldInfos":[{"name":"m_HighlightedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Text","fieldInfos":[{"name":"m_FontData","type":"UnityEngine.UI.FontData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Toggle","fieldInfos":[{"name":"toggleTransition","type":"UnityEngine.UI.Toggle+ToggleTransition","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"graphic","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Group","type":"UnityEngine.UI.ToggleGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onValueChanged","type":"UnityEngine.UI.Toggle+ToggleEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsOn","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Toggle+ToggleEvent","fieldInfos":[]},{"className":"UnityEngine.UI.ToggleGroup","fieldInfos":[{"name":"m_AllowSwitchOff","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.BaseMeshEffect","fieldInfos":[]},{"className":"UnityEngine.UI.Outline","fieldInfos":[]},{"className":"UnityEngine.UI.Shadow","fieldInfos":[{"name":"m_EffectColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EffectDistance","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseGraphicAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.PositionAsUV1","fieldInfos":[]},{"className":"UnityEngine.EventSystems.EventSystem","fieldInfos":[{"name":"m_FirstSelected","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sendNavigationEvents","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DragThreshold","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.EventTrigger","fieldInfos":[{"name":"m_Delegates","type":"System.Collections.Generic.List`1[UnityEngine.EventSystems.EventTrigger+Entry]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.EventTrigger+TriggerEvent","fieldInfos":[]},{"className":"UnityEngine.EventSystems.EventTrigger+Entry","fieldInfos":[{"name":"eventID","type":"UnityEngine.EventSystems.EventTriggerType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"callback","type":"UnityEngine.EventSystems.EventTrigger+TriggerEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.BaseInput","fieldInfos":[]},{"className":"UnityEngine.EventSystems.BaseInputModule","fieldInfos":[]},{"className":"UnityEngine.EventSystems.PointerInputModule","fieldInfos":[]},{"className":"UnityEngine.EventSystems.StandaloneInputModule","fieldInfos":[{"name":"m_HorizontalAxis","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalAxis","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SubmitButton","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CancelButton","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputActionsPerSecond","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RepeatDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ForceModuleActive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.TouchInputModule","fieldInfos":[{"name":"m_ForceModuleActive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.Physics2DRaycaster","fieldInfos":[]},{"className":"UnityEngine.EventSystems.PhysicsRaycaster","fieldInfos":[{"name":"m_EventMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxRayIntersections","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.Mathematics","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.Mathematics.dll","types":[{"className":"Unity.Mathematics.bool2","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.quaternion","fieldInfos":[{"name":"value","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.Random","fieldInfos":[{"name":"state","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.Multiplayer.MLAPI.Prototyping","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.Multiplayer.MLAPI.Prototyping.dll","types":[{"className":"MLAPI.Prototyping.NetworkAnimator","fieldInfos":[{"name":"SendRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Animator","type":"UnityEngine.Animator","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TrackedParamFlags","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Prototyping.NetworkNavMeshAgent","fieldInfos":[{"name":"EnableProximity","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ProximityRange","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CorrectionDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DriftCorrectionPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"WarpOnDestinationChange","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Prototyping.NetworkTransform","fieldInfos":[{"name":"FixedSendsPerSecond","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AssumeSyncedSends","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"InterpolatePosition","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SnapDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"InterpolateServer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MinMeters","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MinDegrees","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ExtrapolatePosition","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxSendsToExtrapolate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Channel","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableRange","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNonProvokedResendChecks","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DistanceSendrate","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipeline.Universal.ShaderLibrary","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipeline.Universal.ShaderLibrary.dll","types":[]},{"name":"Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary","path":"D:\\TCG\\TCG\\TCG\\Library\\ScriptAssemblies\\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll","types":[]},{"name":"Mono.Cecil.Mdb","path":"D:\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Mdb.dll","types":[]},{"name":"Mono.Cecil.Pdb","path":"D:\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Pdb.dll","types":[]},{"name":"Mono.Cecil.Rocks","path":"D:\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Rocks.dll","types":[]},{"name":"nunit.framework","path":"D:\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.ext.nunit@1.0.6\\net35\\unity-custom\\nunit.framework.dll","types":[{"className":"NUnit.Framework.ResultStateException","fieldInfos":[]},{"className":"NUnit.Framework.AssertionException","fieldInfos":[]},{"className":"NUnit.Framework.IgnoreException","fieldInfos":[]},{"className":"NUnit.Framework.InconclusiveException","fieldInfos":[]},{"className":"NUnit.Framework.SuccessException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.InvalidDataSourceException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.InvalidTestFixtureException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.NUnitException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.RuntimeFramework","fieldInfos":[]},{"className":"NUnit.Framework.Internal.TestFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.TestFilter+EmptyFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.PropertyFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.ValueMatchFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.TestNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.ClassNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.MethodNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.IdFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.AndFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.CategoryFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.NotFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.OrFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.FullNameFilter","fieldInfos":[]}]},{"name":"Mono.Cecil","path":"D:\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.dll","types":[{"className":"Mono.Cecil.AssemblyResolutionException","fieldInfos":[]},{"className":"Mono.Cecil.ResolutionException","fieldInfos":[]},{"className":"Mono.Cecil.Cil.SymbolsNotFoundException","fieldInfos":[]},{"className":"Mono.Cecil.Cil.SymbolsNotMatchingException","fieldInfos":[]}]}]}
diff --git a/TCG/Library/BuildPlayerData/Player/TypeDb-All.json b/TCG/Library/BuildPlayerData/Player/TypeDb-All.json
index 9e38c684..5e6de4e6 100644
--- a/TCG/Library/BuildPlayerData/Player/TypeDb-All.json
+++ b/TCG/Library/BuildPlayerData/Player/TypeDb-All.json
@@ -1 +1 @@
-{"root":[{"name":"Assembly-CSharp","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Assembly-CSharp.dll","types":[{"className":"FishEntranceEffect","fieldInfos":[]},{"className":"CardEffectTrigger","fieldInfos":[{"name":"trigger","type":"EffectTrigger","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FishermanEntranceEffect","fieldInfos":[]},{"className":"TreeEffect","fieldInfos":[]},{"className":"TreantEntranceEffect","fieldInfos":[]},{"className":"Card","fieldInfos":[{"name":"cardName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"color","type":"CardColor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardArt","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardType","type":"CardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HeroCard","fieldInfos":[{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"SpellCard","fieldInfos":[{"name":"spell","type":"Spell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"StructureCard","fieldInfos":[{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onPlayEffect","type":"PlayAbility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"staticKeywords","type":"StructureCardStaticKeywords","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnitCard","fieldInfos":[{"name":"strength","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"movementSpeed","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackRange","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"staticKeywords","type":"UnitCardStaticKeywords","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onPlayEffect","type":"PlayAbility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardInstance","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Deck","fieldInfos":[{"name":"hero","type":"HeroCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"deck","type":"System.Collections.Generic.List`1[DeckCard]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DeckCard","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"copies","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"GameDeck","fieldInfos":[{"name":"deck","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HexagonCell","fieldInfos":[{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cellCoordiantes","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HexagonGrid","fieldInfos":[{"name":"width","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"height","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cellPrefab","type":"HexagonCell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"GameManager","fieldInfos":[]},{"className":"CardEffectListener","fieldInfos":[{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TheSunListenerEffect","fieldInfos":[]},{"className":"FieldCard","fieldInfos":[{"name":"card","type":"CardInstance","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"toBeRemoved","type":"MLAPI.NetworkVariable.NetworkVariableBool","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"currActionPoints","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"position","type":"MLAPI.NetworkVariable.NetworkVariableVector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tallies","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cell","type":"HexagonCell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"icon","type":"UnityEngine.SpriteRenderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tallyText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"effectTriggers","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"effectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"ActionAbility[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FieldHero","fieldInfos":[{"name":"healthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FieldStructure","fieldInfos":[]},{"className":"FieldUnit","fieldInfos":[{"name":"strength","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"movementSpeed","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackRange","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasMoved","type":"MLAPI.NetworkVariable.NetworkVariableBool","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strengthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"healthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actionPointText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TheSunAction","fieldInfos":[{"name":"tallyAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"ActionAbility","fieldInfos":[{"name":"manaCost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"usesActionPoint","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Targetor","fieldInfos":[{"name":"abilityName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"speed","type":"TargetorPriority","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetTypes","type":"TargetType[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"AttackAction","fieldInfos":[]},{"className":"MovementAction","fieldInfos":[]},{"className":"SacrificeExtraCost","fieldInfos":[]},{"className":"ExtraCost","fieldInfos":[{"name":"extraManaCost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CrystalizeOnPlay","fieldInfos":[{"name":"rampAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"refills","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayAbility","fieldInfos":[]},{"className":"DamageUnitOnPlay","fieldInfos":[{"name":"damage","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"friendlyFire","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Spell","fieldInfos":[]},{"className":"BuffUnitAndEnergizeSpell","fieldInfos":[]},{"className":"BuffUnitSpell","fieldInfos":[{"name":"canTargetEnemy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strength","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"range","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"moveSpeed","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"duration","type":"StatusDuration","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DamageTargetSpell","fieldInfos":[{"name":"damageAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"friendlyFire","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DrawCardSpell","fieldInfos":[{"name":"drawAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HealTargetDrawSpell","fieldInfos":[{"name":"drawAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HealTargetSpell","fieldInfos":[{"name":"healAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"KillTargetSpell","fieldInfos":[]},{"className":"SunJavelinSpell","fieldInfos":[{"name":"_card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MatchManager","fieldInfos":[{"name":"player1","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player2","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"turnNumber","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerTurn","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerPriority","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasActed","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"localPlayerTurn","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"localPlayerPriority","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldGridPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldHeroPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldUnitPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldStructurePrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetorStack","type":"System.Collections.Generic.List`1[Targetor]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Player","fieldInfos":[{"name":"playerHand","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"startDeck","type":"Deck","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerDeck","type":"GameDeck","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerHero","type":"FieldHero","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"graveyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"junkyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"banishyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"controledUnits","type":"System.Collections.Generic.List`1[FieldUnit]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"controledStructures","type":"System.Collections.Generic.List`1[FieldStructure]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerControllerPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerStatsPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"matchManagerPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"matchManager","type":"MatchManager","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerController","fieldInfos":[{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"handDisplay","type":"PlayerHandDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"turnButton","type":"TurnButton","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusFieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusCard","type":"CardHandController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetor","type":"Targetor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"placement","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targets","type":"UnityEngine.Vector2[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCostTargets","type":"UnityEngine.Vector2[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"selectedTargets","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"selectedExtraCostTargets","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hoverDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hoverobject","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardFocusDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardFocusParent","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldCardActions","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackButton","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"moveButton","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act1Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act2Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act3Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actionN","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stackUI","type":"TargetorStackUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardDisplay","fieldInfos":[{"name":"cardBorder","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardArt","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardName","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cost","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textBox","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textBoxElement","type":"UnityEngine.UI.LayoutElement","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colors","type":"UnityEngine.Color[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"unitStuff","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strength","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"range","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"speed","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardHandController","fieldInfos":[{"name":"rectT","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"originalPos","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusPosition","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerController","type":"PlayerController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"handNumber","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerHandDisplay","fieldInfos":[{"name":"cardDisplays","type":"System.Collections.Generic.List`1[CardHandController]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gridLayoutGroup","type":"UnityEngine.UI.GridLayoutGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerController","type":"PlayerController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerStatsDisplay","fieldInfos":[{"name":"healthNumber","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"manaNumber","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"manaIcons","type":"UnityEngine.UI.Image[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TargetorStackIcon","fieldInfos":[{"name":"icon","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"nameText","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"descText","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetor","type":"Targetor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TargetorStackUI","fieldInfos":[{"name":"stackIcons","type":"TargetorStackIcon[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TurnButton","fieldInfos":[{"name":"button","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Universal.Shaders","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipelines.Universal.Shaders.dll","types":[]},{"name":"Unity.RenderPipelines.Universal.Runtime","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipelines.Universal.Runtime.dll","types":[{"className":"UnityEngine.Rendering.Universal.PostProcessData","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.PostProcessData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textures","type":"UnityEngine.Rendering.Universal.PostProcessData+TextureResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.PostProcessData+ShaderResources","fieldInfos":[{"name":"stopNanPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"subpixelMorphologicalAntialiasingPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianDepthOfFieldPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bokehDepthOfFieldPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraMotionBlurPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"paniniProjectionPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lutBuilderLdrPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lutBuilderHdrPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bloomPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"uberPostPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"finalPostPassPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.PostProcessData+TextureResources","fieldInfos":[{"name":"blueNoise16LTex","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"filmGrainTex","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smaaAreaTex","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smaaSearchTex","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.StencilStateData","fieldInfos":[{"name":"overrideStencilState","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilReference","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilCompareFunction","type":"UnityEngine.Rendering.CompareFunction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"passOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"failOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"zFailOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineAsset","fieldInfos":[{"name":"k_AssetVersion","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"k_AssetPreviousVersion","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererType","type":"UnityEngine.Rendering.Universal.RendererType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererData","type":"UnityEngine.Rendering.Universal.ScriptableRendererData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererDataList","type":"UnityEngine.Rendering.Universal.ScriptableRendererData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultRendererIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequireDepthTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequireOpaqueTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpaqueDownsampling","type":"UnityEngine.Rendering.Universal.Downsampling","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsTerrainHoles","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsHDR","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MSAA","type":"UnityEngine.Rendering.Universal.MsaaQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightRenderingMode","type":"UnityEngine.Rendering.Universal.LightRenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightShadowmapResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsRenderingMode","type":"UnityEngine.Rendering.Universal.LightRenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsPerObjectLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsShadowmapResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowCascadeCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade2Split","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade3Split","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade4Split","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowDepthBias","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowNormalBias","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SoftShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseSRPBatcher","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsDynamicBatching","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixedLightingSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DebugLevel","type":"UnityEngine.Rendering.Universal.PipelineDebugLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseAdaptivePerformance","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorGradingMode","type":"UnityEngine.Rendering.Universal.ColorGradingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorGradingLutSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowType","type":"UnityEngine.Rendering.Universal.ShadowQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LocalShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LocalShadowsAtlasResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxPixelLights","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowAtlasResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShaderVariantLogLevel","type":"UnityEngine.Rendering.Universal.ShaderVariantLogLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowCascades","type":"UnityEngine.Rendering.Universal.ShadowCascadesOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materials","type":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+MaterialResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+ShaderResources","fieldInfos":[{"name":"autodeskInteractivePS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"autodeskInteractiveTransparentPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"autodeskInteractiveMaskedPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailLitPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailGrassPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailGrassBillboardPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"defaultSpeedTree7PS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"defaultSpeedTree8PS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+MaterialResources","fieldInfos":[{"name":"lit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"particleLit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainLit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.XRSystemData","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.XRSystemData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.XRSystemData+ShaderResources","fieldInfos":[{"name":"xrOcclusionMeshPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xrMirrorViewPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ForwardRendererData","fieldInfos":[{"name":"postProcessData","type":"UnityEngine.Rendering.Universal.PostProcessData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xrSystemData","type":"UnityEngine.Rendering.Universal.XRSystemData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shaders","type":"UnityEngine.Rendering.Universal.ForwardRendererData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpaqueLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TransparentLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultStencilState","type":"UnityEngine.Rendering.Universal.StencilStateData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowTransparentReceive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderingMode","type":"UnityEngine.Rendering.Universal.RenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AccurateGbufferNormals","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ForwardRendererData+ShaderResources","fieldInfos":[{"name":"blitPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"copyDepthPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"screenSpaceShadowPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"samplingPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tileDepthInfoPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tileDeferredPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilDeferredPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackErrorPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialErrorPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScriptableRendererData","fieldInfos":[{"name":"m_RendererFeatures","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.Universal.ScriptableRendererFeature]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererFeatureMap","type":"System.Collections.Generic.List`1[System.Int64]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.Bloom","fieldInfos":[{"name":"threshold","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scatter","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"clamp","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tint","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highQualityFiltering","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"skipIterations","type":"UnityEngine.Rendering.ClampedIntParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dirtTexture","type":"UnityEngine.Rendering.TextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dirtIntensity","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ChannelMixer","fieldInfos":[{"name":"redOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"redOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"redOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ChromaticAberration","fieldInfos":[{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorAdjustments","fieldInfos":[{"name":"postExposure","type":"UnityEngine.Rendering.FloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"contrast","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorFilter","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueShift","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"saturation","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorCurves","fieldInfos":[{"name":"master","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"red","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"green","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blue","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueVsHue","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"satVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lumVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorLookup","fieldInfos":[{"name":"texture","type":"UnityEngine.Rendering.TextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"contribution","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.DepthOfField","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.DepthOfFieldModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianMaxRadius","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highQualitySampling","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusDistance","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"aperture","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focalLength","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeCount","type":"UnityEngine.Rendering.ClampedIntParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeCurvature","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeRotation","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.DepthOfFieldModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.FilmGrain","fieldInfos":[{"name":"type","type":"UnityEngine.Rendering.Universal.FilmGrainLookupParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"response","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"texture","type":"UnityEngine.Rendering.NoInterpTextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.FilmGrainLookupParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.LensDistortion","fieldInfos":[{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xMultiplier","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yMultiplier","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"center","type":"UnityEngine.Rendering.Vector2Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scale","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.LiftGammaGain","fieldInfos":[{"name":"lift","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gamma","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gain","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.MotionBlur","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.MotionBlurModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"quality","type":"UnityEngine.Rendering.Universal.MotionBlurQualityParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"clamp","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.MotionBlurModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.MotionBlurQualityParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.PaniniProjection","fieldInfos":[{"name":"distance","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cropToFit","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ShadowsMidtonesHighlights","fieldInfos":[{"name":"shadows","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"midtones","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlights","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shadowsStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shadowsEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlightsStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlightsEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.SplitToning","fieldInfos":[{"name":"shadows","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlights","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"balance","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.Tonemapping","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.TonemappingModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.TonemappingModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.Vignette","fieldInfos":[{"name":"color","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"center","type":"UnityEngine.Rendering.Vector2Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smoothness","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"rounded","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.WhiteBalance","fieldInfos":[{"name":"temperature","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tint","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings","fieldInfos":[{"name":"Downsample","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Source","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings+DepthSource","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NormalSamples","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings+NormalQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Intensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DirectLightingStrength","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Radius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SampleCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusion","fieldInfos":[{"name":"m_Shader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Settings","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScriptableRendererFeature","fieldInfos":[{"name":"m_Active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalAdditionalCameraData","fieldInfos":[{"name":"m_RenderShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresDepthTextureOption","type":"UnityEngine.Rendering.Universal.CameraOverrideOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresOpaqueTextureOption","type":"UnityEngine.Rendering.Universal.CameraOverrideOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CameraType","type":"UnityEngine.Rendering.Universal.CameraRenderType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cameras","type":"System.Collections.Generic.List`1[UnityEngine.Camera]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VolumeLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VolumeTrigger","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderPostProcessing","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Antialiasing","type":"UnityEngine.Rendering.Universal.AntialiasingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AntialiasingQuality","type":"UnityEngine.Rendering.Universal.AntialiasingQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StopNaN","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Dithering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClearDepth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AllowXRRendering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresDepthTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresColorTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Version","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalAdditionalLightData","fieldInfos":[{"name":"m_UsePipelineSettings","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.CinemachineUniversalPixelPerfect","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2D","fieldInfos":[{"name":"m_LightType","type":"UnityEngine.Experimental.Rendering.Universal.Light2D+LightType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendStyleIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FalloffIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Color","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Intensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightVolumeOpacity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyToSortingLayers","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightCookieSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseNormalMap","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightOrder","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaBlendOnOverlap","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowVolumeIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightInnerAngle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightOuterAngle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightInnerRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightOuterRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightQuality","type":"UnityEngine.Experimental.Rendering.Universal.Light2D+PointLightQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricSides","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricAngleOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightFalloffSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightFalloffOffset","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePath","type":"UnityEngine.Vector3[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle","fieldInfos":[{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"maskTextureChannel","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+TextureChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"renderTextureScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blendMode","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"customBlendFactors","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendFactors","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendFactors","fieldInfos":[{"name":"multiplicative","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"additive","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.PixelPerfectCamera","fieldInfos":[{"name":"m_AssetsPPU","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RefResolutionX","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RefResolutionY","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UpscaleRT","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PixelSnapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CropFrameX","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CropFrameY","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StretchFill","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.PixelPerfectCameraInternal","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.Renderer2DData","fieldInfos":[{"name":"m_TransparencySortMode","type":"UnityEngine.TransparencySortMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TransparencySortAxis","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HDREmulationScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightBlendStyles","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseDepthStencilBuffer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightVolumeShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightVolumeShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlitShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowGroupShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RemoveSelfShadowShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostProcessData","type":"UnityEngine.Rendering.Universal.PostProcessData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.CompositeShadowCaster2D","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.ShadowCasterGroup2D","fieldInfos":[{"name":"m_ShadowGroup","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.ShadowCaster2D","fieldInfos":[{"name":"m_HasRenderer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseRendererSilhouette","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CastsShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelfShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyToSortingLayers","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePath","type":"UnityEngine.Vector3[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePathHash","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Mesh","type":"UnityEngine.Mesh","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InstanceId","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects","fieldInfos":[{"name":"settings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+RenderObjectsSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+RenderObjectsSettings","fieldInfos":[{"name":"passTag","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Event","type":"UnityEngine.Rendering.Universal.RenderPassEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"filterSettings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+FilterSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideMaterialPassIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideDepthState","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"depthCompareFunction","type":"UnityEngine.Rendering.CompareFunction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"enableWrite","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilSettings","type":"UnityEngine.Rendering.Universal.StencilStateData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraSettings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+CustomCameraSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+FilterSettings","fieldInfos":[{"name":"RenderQueueType","type":"UnityEngine.Experimental.Rendering.Universal.RenderQueueType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PassNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+CustomCameraSettings","fieldInfos":[{"name":"overrideCamera","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"restoreCamera","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"offset","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraFieldOfView","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"UnityEngine.TestRunner","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\UnityEngine.TestRunner.dll","types":[{"className":"UnityEngine.TestRunner.Utils.TestRunCallbackListener","fieldInfos":[]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestData","fieldInfos":[{"name":"id","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testCaseCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ChildIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasChildren","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"isSuite","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"childrenIds","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testCaseTimeout","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Categories","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"IsTestAssembly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RunState","type":"NUnit.Framework.Interfaces.RunState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SkipReason","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentId","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UniqueName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentUniqueName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentFullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultData","fieldInfos":[{"name":"testId","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"resultState","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testStatus","type":"NUnit.Framework.Interfaces.TestStatus","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"duration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"message","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stackTrace","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"assertCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"failCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"passCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"skipCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"inconclusiveCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasChildren","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"output","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xml","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"childrenIds","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultDataWithTestData","fieldInfos":[{"name":"results","type":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tests","type":"UnityEngine.TestRunner.TestLaunchers.RemoteTestData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.BeforeAfterTestCommandState","fieldInfos":[{"name":"NextBeforeStepIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextBeforeStepPc","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextAfterStepIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextAfterStepPc","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TestHasRun","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultStatus","type":"NUnit.Framework.Interfaces.TestStatus","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultLabel","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultSite","type":"NUnit.Framework.Interfaces.FailureSite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestMessage","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestStrackTrace","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TestAfterStarted","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Timestamp","type":"System.Int64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.EnumerableTestState","fieldInfos":[{"name":"Repeat","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Retry","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.Logging.LogMatch","fieldInfos":[{"name":"m_UseRegex","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Message","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MessageRegex","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LogType","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.TestFinishedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.TestStartedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.RunFinishedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.RunStartedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.PlaymodeTestsController","fieldInfos":[{"name":"m_AssembliesWithTests","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testStartedEvent","type":"UnityEngine.TestTools.TestRunner.TestStartedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testFinishedEvent","type":"UnityEngine.TestTools.TestRunner.TestFinishedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"runStartedEvent","type":"UnityEngine.TestTools.TestRunner.RunStartedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"runFinishedEvent","type":"UnityEngine.TestTools.TestRunner.RunFinishedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"settings","type":"UnityEngine.TestTools.TestRunner.PlaymodeTestsControllerSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.PlaymodeTestsControllerSettings","fieldInfos":[{"name":"filters","type":"UnityEngine.TestTools.TestRunner.GUI.RuntimeTestRunnerFilter[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sceneBased","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"originalScene","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bootstrapScene","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.GUI.RuntimeTestRunnerFilter","fieldInfos":[{"name":"assemblyNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"groupNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"categoryNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"synchronousOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.PlayModeRunnerCallback","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.PlayerQuitHandler","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.RemoteTestResultSender","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.TestResultRendererCallback","fieldInfos":[]}]},{"name":"Unity.Timeline","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.Timeline.dll","types":[{"className":"UnityEngine.Timeline.ActivationPlayableAsset","fieldInfos":[]},{"className":"UnityEngine.Timeline.ActivationTrack","fieldInfos":[{"name":"m_PostPlaybackState","type":"UnityEngine.Timeline.ActivationTrack+PostPlaybackState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TrackAsset","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimClip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Locked","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Muted","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomPlayableFullTypename","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Curves","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Parent","type":"UnityEngine.Playables.PlayableAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Children","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Clips","type":"System.Collections.Generic.List`1[UnityEngine.Timeline.TimelineClip]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Markers","type":"UnityEngine.Timeline.MarkerList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AnimationPlayableAsset","fieldInfos":[{"name":"m_Clip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Position","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseTrackMatchFields","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchTargetFields","type":"UnityEngine.Timeline.MatchTargetFields","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RemoveStartOffset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyFootIK","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"UnityEngine.Timeline.AnimationPlayableAsset+LoopMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Rotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AnimationTrack","fieldInfos":[{"name":"m_InfiniteClipPreExtrapolation","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipPostExtrapolation","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipOffsetPosition","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipOffsetEulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipTimeOffset","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipRemoveOffset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipApplyFootIK","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"mInfiniteClipLoop","type":"UnityEngine.Timeline.AnimationPlayableAsset+LoopMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchTargetFields","type":"UnityEngine.Timeline.MatchTargetFields","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Position","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AvatarMask","type":"UnityEngine.AvatarMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyAvatarMask","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TrackOffset","type":"UnityEngine.Timeline.TrackOffset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpenClipOffsetRotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Rotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyOffsets","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineClip","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Start","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClipIn","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Asset","type":"UnityEngine.Object","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Duration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TimeScale","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ParentTrack","type":"UnityEngine.Timeline.TrackAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EaseInDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EaseOutDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendInDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendOutDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixInCurve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixOutCurve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendInCurveMode","type":"UnityEngine.Timeline.TimelineClip+BlendCurveMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendOutCurveMode","type":"UnityEngine.Timeline.TimelineClip+BlendCurveMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ExposedParameterNames","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimationCurves","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Recordable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostExtrapolationMode","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreExtrapolationMode","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostExtrapolationTime","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreExtrapolationTime","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisplayName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineAsset","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Tracks","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FixedDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EditorSettings","type":"UnityEngine.Timeline.TimelineAsset+EditorSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DurationMode","type":"UnityEngine.Timeline.TimelineAsset+DurationMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MarkerTrack","type":"UnityEngine.Timeline.MarkerTrack","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineAsset+EditorSettings","fieldInfos":[{"name":"m_Framerate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScenePreview","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioClipProperties","fieldInfos":[{"name":"volume","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioMixerProperties","fieldInfos":[{"name":"volume","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stereoPan","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spatialBlend","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioPlayableAsset","fieldInfos":[{"name":"m_Clip","type":"UnityEngine.AudioClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_bufferingTime","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClipProperties","type":"UnityEngine.Timeline.AudioClipProperties","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioTrack","fieldInfos":[{"name":"m_TrackProperties","type":"UnityEngine.Timeline.AudioMixerProperties","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.ControlPlayableAsset","fieldInfos":[{"name":"sourceGameObject","type":"UnityEngine.ExposedReference`1[UnityEngine.GameObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefabGameObject","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateParticle","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"particleRandomSeed","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateDirector","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateITimeControl","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"searchHierarchy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"postPlayback","type":"UnityEngine.Timeline.ActivationControlPlayable+PostPlaybackState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.ControlTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.Marker","fieldInfos":[{"name":"m_Time","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.MarkerList","fieldInfos":[{"name":"m_Objects","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.MarkerTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalAsset","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalEmitter","fieldInfos":[{"name":"m_Retroactive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EmitOnce","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Asset","type":"UnityEngine.Timeline.SignalAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.SignalReceiver","fieldInfos":[{"name":"m_Events","type":"UnityEngine.Timeline.SignalReceiver+EventKeyValue","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.SignalReceiver+EventKeyValue","fieldInfos":[{"name":"m_Signals","type":"System.Collections.Generic.List`1[UnityEngine.Timeline.SignalAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Events","type":"System.Collections.Generic.List`1[UnityEngine.Events.UnityEvent]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.GroupTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.BasicPlayableBehaviour","fieldInfos":[]},{"className":"UnityEngine.Timeline.PlayableTrack","fieldInfos":[]}]},{"name":"Unity.TextMeshPro","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.TextMeshPro.dll","types":[{"className":"TMPro.TMP_Asset","fieldInfos":[{"name":"hashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialHashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Character","fieldInfos":[]},{"className":"TMPro.TMP_TextElement","fieldInfos":[{"name":"m_ElementType","type":"TMPro.TextElementType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Unicode","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphIndex","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_ColorGradient","fieldInfos":[{"name":"colorMode","type":"TMPro.ColorMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown","fieldInfos":[{"name":"m_Template","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionText","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemText","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Options","type":"TMPro.TMP_Dropdown+OptionDataList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"TMPro.TMP_Dropdown+DropdownEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaFadeSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+DropdownItem","fieldInfos":[{"name":"m_Text","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RectTransform","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Toggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+OptionData","fieldInfos":[{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+OptionDataList","fieldInfos":[{"name":"m_Options","type":"System.Collections.Generic.List`1[TMPro.TMP_Dropdown+OptionData]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+DropdownEvent","fieldInfos":[]},{"className":"TMPro.TMP_FontAsset","fieldInfos":[{"name":"m_Version","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SourceFontFileGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SourceFontFile","type":"UnityEngine.Font","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasPopulationMode","type":"TMPro.AtlasPopulationMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FaceInfo","type":"UnityEngine.TextCore.FaceInfo","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphTable","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.Glyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterTable","type":"System.Collections.Generic.List`1[TMPro.TMP_Character]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasTextures","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasTextureIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsMultiAtlasTexturesEnabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UsedGlyphRects","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.GlyphRect]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FreeGlyphRects","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.GlyphRect]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontInfo","type":"TMPro.FaceInfo_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlas","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasHeight","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasPadding","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasRenderMode","type":"UnityEngine.TextCore.LowLevel.GlyphRenderMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_glyphInfoList","type":"System.Collections.Generic.List`1[TMPro.TMP_Glyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KerningTable","type":"TMPro.KerningTable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontFeatureTable","type":"TMPro.TMP_FontFeatureTable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackFontAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FallbackFontAssetTable","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CreationSettings","type":"TMPro.FontAssetCreationSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontWeightTable","type":"TMPro.TMP_FontWeightPair[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontWeights","type":"TMPro.TMP_FontWeightPair[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"normalStyle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"normalSpacingOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"boldStyle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"boldSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"italicStyle","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tabSize","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.FaceInfo_Legacy","fieldInfos":[{"name":"Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PointSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CharacterCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LineHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Baseline","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Ascender","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CapHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Descender","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CenterLine","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SuperscriptOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SubscriptOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SubSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Underline","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UnderlineThickness","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strikethrough","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strikethroughThickness","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TabWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AtlasWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AtlasHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Glyph","fieldInfos":[]},{"className":"TMPro.TMP_TextElement_Legacy","fieldInfos":[{"name":"id","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"width","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"height","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.FontAssetCreationSettings","fieldInfos":[{"name":"sourceFontFileName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sourceFontFileGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pointSizeSamplingMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pointSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"padding","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"packingMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlasWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlasHeight","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterSetSelectionMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterSequence","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"referencedFontAssetGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"referencedTextAssetGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontStyle","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontStyleModifier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"renderMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"includeFontFeatures","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_FontWeightPair","fieldInfos":[{"name":"regularTypeface","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"italicTypeface","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.GlyphValueRecord_Legacy","fieldInfos":[{"name":"xPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.KerningPair","fieldInfos":[{"name":"m_FirstGlyph","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FirstGlyphAdjustments","type":"TMPro.GlyphValueRecord_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondGlyph","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondGlyphAdjustments","type":"TMPro.GlyphValueRecord_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IgnoreSpacingAdjustments","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.KerningTable","fieldInfos":[{"name":"kerningPairs","type":"System.Collections.Generic.List`1[TMPro.KerningPair]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_FontFeatureTable","fieldInfos":[{"name":"m_GlyphPairAdjustmentRecords","type":"System.Collections.Generic.List`1[TMPro.TMP_GlyphPairAdjustmentRecord]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphValueRecord","fieldInfos":[{"name":"m_XPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_YPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_XAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_YAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphAdjustmentRecord","fieldInfos":[{"name":"m_GlyphIndex","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphValueRecord","type":"TMPro.TMP_GlyphValueRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphPairAdjustmentRecord","fieldInfos":[{"name":"m_FirstAdjustmentRecord","type":"TMPro.TMP_GlyphAdjustmentRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondAdjustmentRecord","type":"TMPro.TMP_GlyphAdjustmentRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FeatureLookupFlags","type":"TMPro.FontFeatureLookupFlags","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_InputField","fieldInfos":[{"name":"m_TextViewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarEventHandler","type":"TMPro.TMP_ScrollbarEventHandler","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LayoutGroup","type":"UnityEngine.UI.LayoutGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScrollSensitivity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ContentType","type":"TMPro.TMP_InputField+ContentType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputType","type":"TMPro.TMP_InputField+InputType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AsteriskChar","type":"System.Char","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KeyboardType","type":"UnityEngine.TouchScreenKeyboardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineType","type":"TMPro.TMP_InputField+LineType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideMobileInput","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideSoftKeyboard","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterValidation","type":"TMPro.TMP_InputField+CharacterValidation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RegexValue","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlobalPointSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndEdit","type":"TMPro.TMP_InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnSubmit","type":"TMPro.TMP_InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnSelect","type":"TMPro.TMP_InputField+SelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnDeselect","type":"TMPro.TMP_InputField+SelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnTextSelection","type":"TMPro.TMP_InputField+TextSelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndTextSelection","type":"TMPro.TMP_InputField+TextSelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"TMPro.TMP_InputField+OnChangeEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnTouchScreenKeyboardStatusChanged","type":"TMPro.TMP_InputField+TouchScreenKeyboardEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomCaretColor","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectionColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretBlinkRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReadOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlobalFontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnFocusSelectAll","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ResetOnDeActivation","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RestoreOriginalTextOnEscape","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRichTextEditingAllowed","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputValidator","type":"TMPro.TMP_InputValidator","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_InputField+SubmitEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+OnChangeEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+SelectionEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+TextSelectionEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+TouchScreenKeyboardEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputValidator","fieldInfos":[]},{"className":"TMPro.TMP_ScrollbarEventHandler","fieldInfos":[{"name":"isSelected","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SelectionCaret","fieldInfos":[]},{"className":"TMPro.TMP_Settings","fieldInfos":[{"name":"m_enableWordWrapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableKerning","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableExtraPadding","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableTintAllSprites","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableParseEscapeCharacters","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EnableRaycastTarget","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GetFontFeaturesAtRuntime","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_missingGlyphCharacter","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_warningsDisabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontAssetPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultAutoSizeMinRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultAutoSizeMaxRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultTextMeshProTextContainerSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultTextMeshProUITextContainerSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_autoSizeTextContainer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsTextObjectScaleStatic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fallbackFontAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_matchMaterialPreset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultSpriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultSpriteAssetPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableEmojiSupport","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MissingCharacterSpriteUnicode","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultColorGradientPresetsPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultStyleSheet","type":"TMPro.TMP_StyleSheet","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StyleSheetsResourcePath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_leadingCharacters","type":"UnityEngine.TextAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_followingCharacters","type":"UnityEngine.TextAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseModernHangulLineBreakingRules","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Sprite","fieldInfos":[{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"unicode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pivot","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteAnimator","fieldInfos":[]},{"className":"TMPro.TMP_SpriteAsset","fieldInfos":[{"name":"m_Version","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FaceInfo","type":"UnityEngine.TextCore.FaceInfo","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteSheet","type":"UnityEngine.Texture","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteCharacterTable","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteCharacter]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteGlyphTable","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteGlyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteInfoList","type":"System.Collections.Generic.List`1[TMPro.TMP_Sprite]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackSpriteAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteCharacter","fieldInfos":[{"name":"m_Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteGlyph","fieldInfos":[{"name":"sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Style","fieldInfos":[{"name":"m_Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpeningDefinition","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClosingDefinition","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpeningTagArray","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClosingTagArray","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_StyleSheet","fieldInfos":[{"name":"m_StyleList","type":"System.Collections.Generic.List`1[TMPro.TMP_Style]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SubMesh","fieldInfos":[{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isDefaultMaterial","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_renderer","type":"UnityEngine.Renderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SubMeshUI","fieldInfos":[{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isDefaultMaterial","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_materialReferenceIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Text","fieldInfos":[{"name":"m_text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRightToLeft","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSharedMaterials","type":"UnityEngine.Material[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontMaterials","type":"UnityEngine.Material[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColor32","type":"UnityEngine.Color32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableVertexGradient","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_colorMode","type":"TMPro.ColorMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColorGradient","type":"TMPro.VertexGradient","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColorGradientPreset","type":"TMPro.TMP_ColorGradient","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_tintAllSprites","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StyleSheet","type":"TMPro.TMP_StyleSheet","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextStyleHashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_overrideHtmlColors","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_faceColor","type":"UnityEngine.Color32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeBase","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontWeight","type":"TMPro.FontWeight","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableAutoSizing","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeMin","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeMax","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontStyle","type":"TMPro.FontStyles","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalAlignment","type":"TMPro.HorizontalAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalAlignment","type":"TMPro.VerticalAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_textAlignment","type":"TMPro.TextAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_characterSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_wordSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_lineSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_lineSpacingMax","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_paragraphSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_charWidthMaxAdj","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableWordWrapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_wordWrappingRatios","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_overflowMode","type":"TMPro.TextOverflowModes","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_linkedTextComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"parentLinkedComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableKerning","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableExtraPadding","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkPaddingRequired","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_parseCtrlCharacters","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isOrthographic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isCullingEnabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_horizontalMapping","type":"TMPro.TextureMappingOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_verticalMapping","type":"TMPro.TextureMappingOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_uvLineOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_geometrySortingOrder","type":"TMPro.VertexSortingOrder","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsTextObjectScaleStatic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VertexBufferAutoSizeReduction","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_useMaxVisibleDescender","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_pageToDisplay","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_margin","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isUsingLegacyAnimationComponent","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isVolumetricText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_TextInfo","fieldInfos":[{"name":"textComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spaceCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"wordCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"linkCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lineCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pageCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.VertexGradient","fieldInfos":[{"name":"topLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.Mesh_Extents","fieldInfos":[{"name":"min","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextMeshPro","fieldInfos":[{"name":"m_hasFontAssetChanged","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_renderer","type":"UnityEngine.Renderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_maskType","type":"TMPro.MaskingTypes","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"_SortingLayerID","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"_SortingOrder","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextMeshProUGUI","fieldInfos":[{"name":"m_hasFontAssetChanged","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_baseMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_maskOffset","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextContainer","fieldInfos":[{"name":"m_pivot","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_anchorPosition","type":"TMPro.TextContainerAnchors","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_rect","type":"UnityEngine.Rect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_margins","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Core.Runtime","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipelines.Core.Runtime.dll","types":[{"className":"SceneRenderPipeline","fieldInfos":[{"name":"renderPipelineAsset","type":"UnityEngine.Rendering.RenderPipelineAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.CameraSwitcher","fieldInfos":[{"name":"m_Cameras","type":"UnityEngine.Camera[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FreeCamera","fieldInfos":[{"name":"m_LookSpeedController","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LookSpeedMouse","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MoveSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MoveSpeedIncrement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Turbo","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.GlobalDynamicResolutionSettings","fieldInfos":[{"name":"enabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"maxPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"minPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dynResType","type":"UnityEngine.Rendering.DynamicResolutionType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"upsampleFilter","type":"UnityEngine.Rendering.DynamicResUpscaleFilter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"forceResolution","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"forcedPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.XRGraphics","fieldInfos":[]},{"className":"UnityEngine.Rendering.DebugUpdater","fieldInfos":[]},{"className":"UnityEngine.Rendering.BitArray8","fieldInfos":[{"name":"data","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray16","fieldInfos":[{"name":"data","type":"System.UInt16","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray32","fieldInfos":[{"name":"data","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray64","fieldInfos":[{"name":"data","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray128","fieldInfos":[{"name":"data1","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data2","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray256","fieldInfos":[{"name":"data1","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data2","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data3","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data4","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.TextureCurve","fieldInfos":[{"name":"k__BackingField","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ZeroValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Range","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Curve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.TextureCurveParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Volume","fieldInfos":[{"name":"isGlobal","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"priority","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blendDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"weight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sharedProfile","type":"UnityEngine.Rendering.VolumeProfile","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.VolumeComponent","fieldInfos":[{"name":"active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdvancedMode","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BoolParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.LayerMaskParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.IntParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpIntParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.MinIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMinIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.MaxIntParameter","fieldInfos":[{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMaxIntParameter","fieldInfos":[{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ClampedIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpClampedIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FloatParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpFloatParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.MinFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMinFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.MaxFloatParameter","fieldInfos":[{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMaxFloatParameter","fieldInfos":[{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ClampedFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpClampedFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FloatRangeParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpFloatRangeParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ColorParameter","fieldInfos":[{"name":"hdr","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showEyeDropper","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpColorParameter","fieldInfos":[{"name":"hdr","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showEyeDropper","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Vector2Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector2Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Vector3Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector3Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Vector4Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector4Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.TextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.RenderTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpRenderTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.CubemapParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpCubemapParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.AnimationCurveParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.VolumeProfile","fieldInfos":[{"name":"components","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.VolumeComponent]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerBitField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"toggles","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.UI.DebugUIHandlerIndirectToggle]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerWidget","fieldInfos":[{"name":"colorDefault","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorSelected","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerButton","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIPrefabBundle","fieldInfos":[{"name":"type","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefab","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerCanvas","fieldInfos":[{"name":"panelPrefab","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefabs","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.UI.DebugUIPrefabBundle]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerColor","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldR","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldG","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldB","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldA","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerContainer","fieldInfos":[{"name":"contentHolder","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerEnumField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerEnumHistory","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerFloatField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerFoldout","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerGroup","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"header","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerHBox","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectToggle","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkmarkImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIntField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerPanel","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scrollRect","type":"UnityEngine.UI.ScrollRect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"viewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerPersistentCanvas","fieldInfos":[{"name":"panel","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valuePrefab","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerRow","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerToggle","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkmarkImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerToggleHistory","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerUIntField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVBox","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerValue","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector2","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector3","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldZ","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector4","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldZ","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldW","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.UIFoldout","fieldInfos":[{"name":"content","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"arrowOpened","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"arrowClosed","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Core.ShaderLibrary","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipelines.Core.ShaderLibrary.dll","types":[]},{"name":"Unity.Multiplayer.MLAPI.Runtime","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.Multiplayer.MLAPI.Runtime.dll","types":[{"className":"MLAPI.NetworkBehaviour","fieldInfos":[]},{"className":"MLAPI.NetworkManager","fieldInfos":[{"name":"DontDestroy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RunInBackground","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LogLevel","type":"MLAPI.Logging.LogLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkConfig","type":"MLAPI.Configuration.NetworkConfig","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.NetworkObject","fieldInfos":[{"name":"NetworkInstanceId","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PrefabHash","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PrefabHashGenerator","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AlwaysReplicateAsRoot","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DontDestroyWithOwner","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.NetworkTransport","fieldInfos":[]},{"className":"MLAPI.Transports.TransportChannel","fieldInfos":[{"name":"Channel","type":"MLAPI.Transports.NetworkChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Delivery","type":"MLAPI.Transports.NetworkDelivery","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.UNetChannel","fieldInfos":[{"name":"Id","type":"MLAPI.Transports.NetworkChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Type","type":"UnityEngine.Networking.QosType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.UNET.UNetTransport","fieldInfos":[{"name":"MessageBufferSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxConnections","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxSentMessageQueueSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectAddress","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ServerListenPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ServerWebsocketListenPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SupportWebsocket","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Channels","type":"System.Collections.Generic.List`1[MLAPI.Transports.UNetChannel]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UseMLAPIRelay","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MLAPIRelayAddress","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MLAPIRelayPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MessageSendMode","type":"MLAPI.Transports.UNET.UNetTransport+SendMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.Multiplex.MultiplexTransportAdapter","fieldInfos":[{"name":"SpreadMethod","type":"MLAPI.Transports.Multiplex.MultiplexTransportAdapter+ConnectionIdSpreadMethod","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Transports","type":"MLAPI.Transports.NetworkTransport[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.NetworkVariable.NetworkVariableString","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableBool","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableByte","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableSByte","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableUShort","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableShort","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableUInt","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableInt","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableULong","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableLong","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableFloat","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableDouble","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector2","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector3","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector4","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableColor","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableColor32","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableRay","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableQuaternion","fieldInfos":[]},{"className":"MLAPI.Configuration.NullableBoolSerializable","fieldInfos":[{"name":"Value","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Configuration.NetworkConfig","fieldInfos":[{"name":"ProtocolVersion","type":"System.UInt16","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkTransport","type":"MLAPI.Transports.NetworkTransport","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RegisteredScenes","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AllowRuntimeSceneChanges","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkPrefabs","type":"System.Collections.Generic.List`1[MLAPI.Configuration.NetworkPrefab]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PlayerPrefabHash","type":"MLAPI.Configuration.NullableBoolSerializable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CreatePlayerPrefab","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ReceiveTickrate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkTickIntervalSec","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxReceiveEventsPerTickRate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EventTickrate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ClientConnectionBufferTimeout","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectionApproval","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectionData","type":"System.Byte[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableTimeResync","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TimeResyncInterval","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNetworkVariable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnsureNetworkVariableLengthSafety","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableSceneManagement","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ForceSamePrefabs","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UsePrefabSync","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RecycleNetworkIds","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkIdRecycleDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RpcHashSize","type":"MLAPI.Configuration.HashSize","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LoadSceneTimeOut","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableMessageBuffering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MessageBufferTimeout","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNetworkLogs","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Configuration.NetworkPrefab","fieldInfos":[{"name":"Prefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PlayerPrefab","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"UnityEngine.UI","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\UnityEngine.UI.dll","types":[{"className":"UnityEngine.UI.AnimationTriggers","fieldInfos":[{"name":"m_NormalTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HighlightedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Button","fieldInfos":[{"name":"m_OnClick","type":"UnityEngine.UI.Button+ButtonClickedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Button+ButtonClickedEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Selectable","fieldInfos":[{"name":"m_Navigation","type":"UnityEngine.UI.Navigation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Transition","type":"UnityEngine.UI.Selectable+Transition","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Colors","type":"UnityEngine.UI.ColorBlock","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteState","type":"UnityEngine.UI.SpriteState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimationTriggers","type":"UnityEngine.UI.AnimationTriggers","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Interactable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TargetGraphic","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.UIBehaviour","fieldInfos":[]},{"className":"UnityEngine.UI.ColorBlock","fieldInfos":[{"name":"m_NormalColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HighlightedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorMultiplier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FadeDuration","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown","fieldInfos":[{"name":"m_Template","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionText","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemText","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Options","type":"UnityEngine.UI.Dropdown+OptionDataList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Dropdown+DropdownEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaFadeSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+DropdownItem","fieldInfos":[{"name":"m_Text","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RectTransform","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Toggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+OptionData","fieldInfos":[{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+OptionDataList","fieldInfos":[{"name":"m_Options","type":"System.Collections.Generic.List`1[UnityEngine.UI.Dropdown+OptionData]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+DropdownEvent","fieldInfos":[]},{"className":"UnityEngine.UI.FontData","fieldInfos":[{"name":"m_Font","type":"UnityEngine.Font","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontStyle","type":"UnityEngine.FontStyle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BestFit","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Alignment","type":"UnityEngine.TextAnchor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlignByGeometry","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalOverflow","type":"UnityEngine.HorizontalWrapMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalOverflow","type":"UnityEngine.VerticalWrapMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Graphic","fieldInfos":[{"name":"m_Material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Color","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RaycastTarget","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RaycastPadding","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.GraphicRaycaster","fieldInfos":[{"name":"m_IgnoreReversedGraphics","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlockingObjects","type":"UnityEngine.UI.GraphicRaycaster+BlockingObjects","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlockingMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.BaseRaycaster","fieldInfos":[]},{"className":"UnityEngine.UI.Image","fieldInfos":[{"name":"m_Sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Type","type":"UnityEngine.UI.Image+Type","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreserveAspect","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillCenter","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillMethod","type":"UnityEngine.UI.Image+FillMethod","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillAmount","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillClockwise","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillOrigin","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseSpriteMesh","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PixelsPerUnitMultiplier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.MaskableGraphic","fieldInfos":[{"name":"m_Maskable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnCullStateChanged","type":"UnityEngine.UI.MaskableGraphic+CullStateChangedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.MaskableGraphic+CullStateChangedEvent","fieldInfos":[]},{"className":"UnityEngine.UI.InputField","fieldInfos":[{"name":"m_TextComponent","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ContentType","type":"UnityEngine.UI.InputField+ContentType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputType","type":"UnityEngine.UI.InputField+InputType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AsteriskChar","type":"System.Char","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KeyboardType","type":"UnityEngine.TouchScreenKeyboardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineType","type":"UnityEngine.UI.InputField+LineType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideMobileInput","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterValidation","type":"UnityEngine.UI.InputField+CharacterValidation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndEdit","type":"UnityEngine.UI.InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.InputField+OnChangeEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomCaretColor","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectionColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretBlinkRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReadOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShouldActivateOnSelect","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.InputField+SubmitEvent","fieldInfos":[]},{"className":"UnityEngine.UI.InputField+OnChangeEvent","fieldInfos":[]},{"className":"UnityEngine.UI.AspectRatioFitter","fieldInfos":[{"name":"m_AspectMode","type":"UnityEngine.UI.AspectRatioFitter+AspectMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AspectRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.CanvasScaler","fieldInfos":[{"name":"m_UiScaleMode","type":"UnityEngine.UI.CanvasScaler+ScaleMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReferencePixelsPerUnit","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScaleFactor","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReferenceResolution","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScreenMatchMode","type":"UnityEngine.UI.CanvasScaler+ScreenMatchMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchWidthOrHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PhysicalUnit","type":"UnityEngine.UI.CanvasScaler+Unit","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FallbackScreenDPI","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultSpriteDPI","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DynamicPixelsPerUnit","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PresetInfoIsWorld","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ContentSizeFitter","fieldInfos":[{"name":"m_HorizontalFit","type":"UnityEngine.UI.ContentSizeFitter+FitMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalFit","type":"UnityEngine.UI.ContentSizeFitter+FitMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.GridLayoutGroup","fieldInfos":[{"name":"m_StartCorner","type":"UnityEngine.UI.GridLayoutGroup+Corner","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StartAxis","type":"UnityEngine.UI.GridLayoutGroup+Axis","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CellSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Spacing","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Constraint","type":"UnityEngine.UI.GridLayoutGroup+Constraint","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ConstraintCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.LayoutGroup","fieldInfos":[{"name":"m_Padding","type":"UnityEngine.RectOffset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildAlignment","type":"UnityEngine.TextAnchor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.HorizontalLayoutGroup","fieldInfos":[]},{"className":"UnityEngine.UI.HorizontalOrVerticalLayoutGroup","fieldInfos":[{"name":"m_Spacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildForceExpandWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildForceExpandHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildControlWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildControlHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildScaleWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildScaleHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReverseArrangement","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.LayoutElement","fieldInfos":[{"name":"m_IgnoreLayout","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreferredWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreferredHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FlexibleWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FlexibleHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LayoutPriority","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.VerticalLayoutGroup","fieldInfos":[]},{"className":"UnityEngine.UI.Mask","fieldInfos":[{"name":"m_ShowMaskGraphic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Navigation","fieldInfos":[{"name":"m_Mode","type":"UnityEngine.UI.Navigation+Mode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_WrapAround","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnUp","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnDown","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnLeft","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnRight","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.RawImage","fieldInfos":[{"name":"m_Texture","type":"UnityEngine.Texture","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UVRect","type":"UnityEngine.Rect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.RectMask2D","fieldInfos":[{"name":"m_Padding","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Softness","type":"UnityEngine.Vector2Int","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ScrollRect","fieldInfos":[{"name":"m_Content","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Horizontal","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Vertical","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MovementType","type":"UnityEngine.UI.ScrollRect+MovementType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Elasticity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Inertia","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DecelerationRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScrollSensitivity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Viewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbarVisibility","type":"UnityEngine.UI.ScrollRect+ScrollbarVisibility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarVisibility","type":"UnityEngine.UI.ScrollRect+ScrollbarVisibility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbarSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.ScrollRect+ScrollRectEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ScrollRect+ScrollRectEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Scrollbar","fieldInfos":[{"name":"m_HandleRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Direction","type":"UnityEngine.UI.Scrollbar+Direction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Size","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_NumberOfSteps","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Scrollbar+ScrollEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Scrollbar+ScrollEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Slider","fieldInfos":[{"name":"m_FillRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HandleRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Direction","type":"UnityEngine.UI.Slider+Direction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_WholeNumbers","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Slider+SliderEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Slider+SliderEvent","fieldInfos":[]},{"className":"UnityEngine.UI.SpriteState","fieldInfos":[{"name":"m_HighlightedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Text","fieldInfos":[{"name":"m_FontData","type":"UnityEngine.UI.FontData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Toggle","fieldInfos":[{"name":"toggleTransition","type":"UnityEngine.UI.Toggle+ToggleTransition","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"graphic","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Group","type":"UnityEngine.UI.ToggleGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onValueChanged","type":"UnityEngine.UI.Toggle+ToggleEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsOn","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Toggle+ToggleEvent","fieldInfos":[]},{"className":"UnityEngine.UI.ToggleGroup","fieldInfos":[{"name":"m_AllowSwitchOff","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.BaseMeshEffect","fieldInfos":[]},{"className":"UnityEngine.UI.Outline","fieldInfos":[]},{"className":"UnityEngine.UI.Shadow","fieldInfos":[{"name":"m_EffectColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EffectDistance","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseGraphicAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.PositionAsUV1","fieldInfos":[]},{"className":"UnityEngine.EventSystems.EventSystem","fieldInfos":[{"name":"m_FirstSelected","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sendNavigationEvents","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DragThreshold","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.EventTrigger","fieldInfos":[{"name":"m_Delegates","type":"System.Collections.Generic.List`1[UnityEngine.EventSystems.EventTrigger+Entry]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.EventTrigger+TriggerEvent","fieldInfos":[]},{"className":"UnityEngine.EventSystems.EventTrigger+Entry","fieldInfos":[{"name":"eventID","type":"UnityEngine.EventSystems.EventTriggerType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"callback","type":"UnityEngine.EventSystems.EventTrigger+TriggerEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.BaseInput","fieldInfos":[]},{"className":"UnityEngine.EventSystems.BaseInputModule","fieldInfos":[]},{"className":"UnityEngine.EventSystems.PointerInputModule","fieldInfos":[]},{"className":"UnityEngine.EventSystems.StandaloneInputModule","fieldInfos":[{"name":"m_HorizontalAxis","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalAxis","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SubmitButton","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CancelButton","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputActionsPerSecond","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RepeatDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ForceModuleActive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.TouchInputModule","fieldInfos":[{"name":"m_ForceModuleActive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.Physics2DRaycaster","fieldInfos":[]},{"className":"UnityEngine.EventSystems.PhysicsRaycaster","fieldInfos":[{"name":"m_EventMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxRayIntersections","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.Mathematics","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.Mathematics.dll","types":[{"className":"Unity.Mathematics.bool2","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.quaternion","fieldInfos":[{"name":"value","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.Random","fieldInfos":[{"name":"state","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.Multiplayer.MLAPI.Prototyping","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.Multiplayer.MLAPI.Prototyping.dll","types":[{"className":"MLAPI.Prototyping.NetworkAnimator","fieldInfos":[{"name":"SendRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Animator","type":"UnityEngine.Animator","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TrackedParamFlags","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Prototyping.NetworkNavMeshAgent","fieldInfos":[{"name":"EnableProximity","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ProximityRange","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CorrectionDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DriftCorrectionPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"WarpOnDestinationChange","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Prototyping.NetworkTransform","fieldInfos":[{"name":"FixedSendsPerSecond","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AssumeSyncedSends","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"InterpolatePosition","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SnapDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"InterpolateServer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MinMeters","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MinDegrees","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ExtrapolatePosition","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxSendsToExtrapolate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Channel","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableRange","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNonProvokedResendChecks","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DistanceSendrate","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipeline.Universal.ShaderLibrary","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipeline.Universal.ShaderLibrary.dll","types":[]},{"name":"Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll","types":[]},{"name":"Mono.Cecil.Mdb","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Mdb.dll","types":[]},{"name":"Mono.Cecil.Pdb","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Pdb.dll","types":[]},{"name":"Mono.Cecil.Rocks","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Rocks.dll","types":[]},{"name":"nunit.framework","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.ext.nunit@1.0.6\\net35\\unity-custom\\nunit.framework.dll","types":[{"className":"NUnit.Framework.ResultStateException","fieldInfos":[]},{"className":"NUnit.Framework.AssertionException","fieldInfos":[]},{"className":"NUnit.Framework.IgnoreException","fieldInfos":[]},{"className":"NUnit.Framework.InconclusiveException","fieldInfos":[]},{"className":"NUnit.Framework.SuccessException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.InvalidDataSourceException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.InvalidTestFixtureException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.NUnitException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.RuntimeFramework","fieldInfos":[]},{"className":"NUnit.Framework.Internal.TestFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.TestFilter+EmptyFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.PropertyFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.ValueMatchFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.TestNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.ClassNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.MethodNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.IdFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.AndFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.CategoryFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.NotFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.OrFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.FullNameFilter","fieldInfos":[]}]},{"name":"Mono.Cecil","path":"E:\\Git\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.dll","types":[{"className":"Mono.Cecil.AssemblyResolutionException","fieldInfos":[]},{"className":"Mono.Cecil.ResolutionException","fieldInfos":[]},{"className":"Mono.Cecil.Cil.SymbolsNotFoundException","fieldInfos":[]},{"className":"Mono.Cecil.Cil.SymbolsNotMatchingException","fieldInfos":[]}]}]}
+{"root":[{"name":"Assembly-CSharp","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Assembly-CSharp.dll","types":[{"className":"FishEntranceEffect","fieldInfos":[]},{"className":"CardEffectTrigger","fieldInfos":[{"name":"trigger","type":"EffectTrigger","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FishermanEntranceEffect","fieldInfos":[]},{"className":"TreeEffect","fieldInfos":[]},{"className":"TreantEntranceEffect","fieldInfos":[]},{"className":"JavelinTosserEntranceEffect","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Card","fieldInfos":[{"name":"cardName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"color","type":"CardColor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardArt","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardType","type":"CardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HeroCard","fieldInfos":[{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"SpellCard","fieldInfos":[{"name":"spell","type":"Spell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"StructureCard","fieldInfos":[{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onPlayEffect","type":"PlayAbility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"staticKeywords","type":"StructureCardStaticKeywords","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnitCard","fieldInfos":[{"name":"strength","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"movementSpeed","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackRange","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffects","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardEffectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"staticKeywords","type":"UnitCardStaticKeywords","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onPlayEffect","type":"PlayAbility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"System.Collections.Generic.List`1[ActionAbility]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardInstance","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Deck","fieldInfos":[{"name":"hero","type":"HeroCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"deck","type":"System.Collections.Generic.List`1[DeckCard]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DeckCard","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"copies","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"GameDeck","fieldInfos":[{"name":"deck","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HexagonCell","fieldInfos":[{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cellCoordiantes","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HexagonGrid","fieldInfos":[{"name":"width","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"height","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cellPrefab","type":"HexagonCell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardEffectListener","fieldInfos":[{"name":"fieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TheSunListenerEffect","fieldInfos":[]},{"className":"FieldCard","fieldInfos":[{"name":"card","type":"CardInstance","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"toBeRemoved","type":"MLAPI.NetworkVariable.NetworkVariableBool","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"currActionPoints","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"position","type":"MLAPI.NetworkVariable.NetworkVariableVector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tallies","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cell","type":"HexagonCell","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"icon","type":"UnityEngine.SpriteRenderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tallyText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"effectTriggers","type":"CardEffectTrigger[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"effectListeners","type":"CardEffectListener[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actions","type":"ActionAbility[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FieldHero","fieldInfos":[{"name":"healthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"FieldStructure","fieldInfos":[]},{"className":"FieldUnit","fieldInfos":[{"name":"strength","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"movementSpeed","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackRange","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasMoved","type":"MLAPI.NetworkVariable.NetworkVariableBool","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strengthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"healthText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actionPointText","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CreateCardInHandAction","fieldInfos":[{"name":"card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"isBrief","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"ActionAbility","fieldInfos":[{"name":"manaCost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"usesActionPoint","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Targetor","fieldInfos":[{"name":"abilityName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"speed","type":"TargetorPriority","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetTypes","type":"TargetType[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TheSunAction","fieldInfos":[{"name":"tallyAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"AttackAction","fieldInfos":[]},{"className":"MovementAction","fieldInfos":[]},{"className":"SacrificeExtraCost","fieldInfos":[]},{"className":"ExtraCost","fieldInfos":[{"name":"extraManaCost","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CrystalizeOnPlay","fieldInfos":[{"name":"rampAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"refills","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayAbility","fieldInfos":[]},{"className":"DamageUnitOnPlay","fieldInfos":[{"name":"damage","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"friendlyFire","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Spell","fieldInfos":[]},{"className":"BuffUnitAndEnergizeSpell","fieldInfos":[]},{"className":"BuffUnitSpell","fieldInfos":[{"name":"canTargetEnemy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strength","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"range","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"moveSpeed","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"duration","type":"StatusDuration","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DamageTargetSpell","fieldInfos":[{"name":"damageAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"friendlyFire","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"DrawCardSpell","fieldInfos":[{"name":"drawAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HealTargetDrawSpell","fieldInfos":[{"name":"drawAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"HealTargetSpell","fieldInfos":[{"name":"healAmount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"KillTargetSpell","fieldInfos":[]},{"className":"SunJavelinSpell","fieldInfos":[{"name":"_card","type":"Card","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MatchManager","fieldInfos":[{"name":"player1","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player2","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"turnNumber","type":"MLAPI.NetworkVariable.NetworkVariableInt","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerTurn","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerPriority","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasActed","type":"MLAPI.NetworkVariable.NetworkVariableBool","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"localPlayerTurn","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"localPlayerPriority","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldGridPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldHeroPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldUnitPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldStructurePrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetorStack","type":"System.Collections.Generic.List`1[Targetor]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"NetworkConnect","fieldInfos":[{"name":"inputObjs","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"addressInput","type":"TMPro.TMP_InputField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"portInput","type":"TMPro.TMP_InputField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Player","fieldInfos":[{"name":"playerHand","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"startDeck","type":"Deck","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerDeck","type":"GameDeck","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerHero","type":"FieldHero","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"graveyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"junkyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"banishyard","type":"System.Collections.Generic.List`1[CardInstance]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"controledUnits","type":"System.Collections.Generic.List`1[FieldUnit]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"controledStructures","type":"System.Collections.Generic.List`1[FieldStructure]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerControllerPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerStatsPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"matchManagerPrefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"matchManager","type":"MatchManager","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerController","fieldInfos":[{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"handDisplay","type":"PlayerHandDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"turnButton","type":"TurnButton","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusFieldCard","type":"FieldCard","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusCard","type":"CardHandController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetor","type":"Targetor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCost","type":"ExtraCost","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"placement","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targets","type":"UnityEngine.Vector2[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"extraCostTargets","type":"UnityEngine.Vector2[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"selectedTargets","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"selectedExtraCostTargets","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hoverDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hoverobject","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardFocusDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardFocusParent","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldCardActions","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"attackButton","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"moveButton","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act1Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act2Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"act3Button","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"actionN","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stackUI","type":"TargetorStackUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardDisplay","fieldInfos":[{"name":"cardBorder","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardArt","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardName","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cost","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"description","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textBox","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textBoxElement","type":"UnityEngine.UI.LayoutElement","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colors","type":"UnityEngine.Color[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"unitStuff","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strength","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"health","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"range","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"speed","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"CardHandController","fieldInfos":[{"name":"rectT","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"originalPos","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusPosition","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerController","type":"PlayerController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"handNumber","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cardDisplay","type":"CardDisplay","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerHandDisplay","fieldInfos":[{"name":"cardDisplays","type":"System.Collections.Generic.List`1[CardHandController]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gridLayoutGroup","type":"UnityEngine.UI.GridLayoutGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerController","type":"PlayerController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"PlayerStatsDisplay","fieldInfos":[{"name":"healthNumber","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"manaNumber","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"manaIcons","type":"UnityEngine.UI.Image[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TargetorStackIcon","fieldInfos":[{"name":"icon","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"nameText","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"descText","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"targetor","type":"Targetor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TargetorStackUI","fieldInfos":[{"name":"stackIcons","type":"TargetorStackIcon[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TurnButton","fieldInfos":[{"name":"button","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"buttonText","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"player","type":"Player","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"canPress","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"playerController","type":"PlayerController","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Universal.Shaders","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipelines.Universal.Shaders.dll","types":[]},{"name":"Unity.RenderPipelines.Universal.Runtime","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipelines.Universal.Runtime.dll","types":[{"className":"UnityEngine.Rendering.Universal.PostProcessData","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.PostProcessData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"textures","type":"UnityEngine.Rendering.Universal.PostProcessData+TextureResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.PostProcessData+ShaderResources","fieldInfos":[{"name":"stopNanPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"subpixelMorphologicalAntialiasingPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianDepthOfFieldPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bokehDepthOfFieldPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraMotionBlurPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"paniniProjectionPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lutBuilderLdrPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lutBuilderHdrPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bloomPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"uberPostPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"finalPostPassPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.PostProcessData+TextureResources","fieldInfos":[{"name":"blueNoise16LTex","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"filmGrainTex","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smaaAreaTex","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smaaSearchTex","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.StencilStateData","fieldInfos":[{"name":"overrideStencilState","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilReference","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilCompareFunction","type":"UnityEngine.Rendering.CompareFunction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"passOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"failOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"zFailOperation","type":"UnityEngine.Rendering.StencilOp","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineAsset","fieldInfos":[{"name":"k_AssetVersion","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"k_AssetPreviousVersion","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererType","type":"UnityEngine.Rendering.Universal.RendererType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererData","type":"UnityEngine.Rendering.Universal.ScriptableRendererData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererDataList","type":"UnityEngine.Rendering.Universal.ScriptableRendererData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultRendererIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequireDepthTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequireOpaqueTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpaqueDownsampling","type":"UnityEngine.Rendering.Universal.Downsampling","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsTerrainHoles","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsHDR","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MSAA","type":"UnityEngine.Rendering.Universal.MsaaQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightRenderingMode","type":"UnityEngine.Rendering.Universal.LightRenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MainLightShadowmapResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsRenderingMode","type":"UnityEngine.Rendering.Universal.LightRenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsPerObjectLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdditionalLightsShadowmapResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowCascadeCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade2Split","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade3Split","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cascade4Split","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowDepthBias","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowNormalBias","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SoftShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseSRPBatcher","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SupportsDynamicBatching","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixedLightingSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DebugLevel","type":"UnityEngine.Rendering.Universal.PipelineDebugLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseAdaptivePerformance","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorGradingMode","type":"UnityEngine.Rendering.Universal.ColorGradingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorGradingLutSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowType","type":"UnityEngine.Rendering.Universal.ShadowQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LocalShadowsSupported","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LocalShadowsAtlasResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxPixelLights","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowAtlasResolution","type":"UnityEngine.Rendering.Universal.ShadowResolution","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShaderVariantLogLevel","type":"UnityEngine.Rendering.Universal.ShaderVariantLogLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowCascades","type":"UnityEngine.Rendering.Universal.ShadowCascadesOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materials","type":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+MaterialResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+ShaderResources","fieldInfos":[{"name":"autodeskInteractivePS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"autodeskInteractiveTransparentPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"autodeskInteractiveMaskedPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailLitPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailGrassPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainDetailGrassBillboardPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"defaultSpeedTree7PS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"defaultSpeedTree8PS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalRenderPipelineEditorResources+MaterialResources","fieldInfos":[{"name":"lit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"particleLit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"terrainLit","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.XRSystemData","fieldInfos":[{"name":"shaders","type":"UnityEngine.Rendering.Universal.XRSystemData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.XRSystemData+ShaderResources","fieldInfos":[{"name":"xrOcclusionMeshPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xrMirrorViewPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ForwardRendererData","fieldInfos":[{"name":"postProcessData","type":"UnityEngine.Rendering.Universal.PostProcessData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xrSystemData","type":"UnityEngine.Rendering.Universal.XRSystemData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shaders","type":"UnityEngine.Rendering.Universal.ForwardRendererData+ShaderResources","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpaqueLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TransparentLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultStencilState","type":"UnityEngine.Rendering.Universal.StencilStateData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowTransparentReceive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderingMode","type":"UnityEngine.Rendering.Universal.RenderingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AccurateGbufferNormals","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ForwardRendererData+ShaderResources","fieldInfos":[{"name":"blitPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"copyDepthPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"screenSpaceShadowPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"samplingPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tileDepthInfoPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tileDeferredPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilDeferredPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackErrorPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialErrorPS","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScriptableRendererData","fieldInfos":[{"name":"m_RendererFeatures","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.Universal.ScriptableRendererFeature]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererFeatureMap","type":"System.Collections.Generic.List`1[System.Int64]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.Bloom","fieldInfos":[{"name":"threshold","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scatter","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"clamp","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tint","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highQualityFiltering","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"skipIterations","type":"UnityEngine.Rendering.ClampedIntParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dirtTexture","type":"UnityEngine.Rendering.TextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dirtIntensity","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ChannelMixer","fieldInfos":[{"name":"redOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"redOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"redOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"greenOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutRedIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutGreenIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blueOutBlueIn","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ChromaticAberration","fieldInfos":[{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorAdjustments","fieldInfos":[{"name":"postExposure","type":"UnityEngine.Rendering.FloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"contrast","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorFilter","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueShift","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"saturation","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorCurves","fieldInfos":[{"name":"master","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"red","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"green","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blue","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueVsHue","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hueVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"satVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lumVsSat","type":"UnityEngine.Rendering.TextureCurveParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ColorLookup","fieldInfos":[{"name":"texture","type":"UnityEngine.Rendering.TextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"contribution","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.DepthOfField","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.DepthOfFieldModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gaussianMaxRadius","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highQualitySampling","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focusDistance","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"aperture","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"focalLength","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeCount","type":"UnityEngine.Rendering.ClampedIntParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeCurvature","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bladeRotation","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.DepthOfFieldModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.FilmGrain","fieldInfos":[{"name":"type","type":"UnityEngine.Rendering.Universal.FilmGrainLookupParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"response","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"texture","type":"UnityEngine.Rendering.NoInterpTextureParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.FilmGrainLookupParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.LensDistortion","fieldInfos":[{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xMultiplier","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yMultiplier","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"center","type":"UnityEngine.Rendering.Vector2Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scale","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.LiftGammaGain","fieldInfos":[{"name":"lift","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gamma","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"gain","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.MotionBlur","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.MotionBlurModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"quality","type":"UnityEngine.Rendering.Universal.MotionBlurQualityParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"clamp","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.MotionBlurModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.MotionBlurQualityParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.PaniniProjection","fieldInfos":[{"name":"distance","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cropToFit","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ShadowsMidtonesHighlights","fieldInfos":[{"name":"shadows","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"midtones","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlights","type":"UnityEngine.Rendering.Vector4Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shadowsStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"shadowsEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlightsStart","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlightsEnd","type":"UnityEngine.Rendering.MinFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.SplitToning","fieldInfos":[{"name":"shadows","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"highlights","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"balance","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.Tonemapping","fieldInfos":[{"name":"mode","type":"UnityEngine.Rendering.Universal.TonemappingModeParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.TonemappingModeParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Universal.Vignette","fieldInfos":[{"name":"color","type":"UnityEngine.Rendering.ColorParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"center","type":"UnityEngine.Rendering.Vector2Parameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"intensity","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"smoothness","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"rounded","type":"UnityEngine.Rendering.BoolParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.WhiteBalance","fieldInfos":[{"name":"temperature","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tint","type":"UnityEngine.Rendering.ClampedFloatParameter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings","fieldInfos":[{"name":"Downsample","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Source","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings+DepthSource","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NormalSamples","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings+NormalQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Intensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DirectLightingStrength","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Radius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SampleCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusion","fieldInfos":[{"name":"m_Shader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Settings","type":"UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusionSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.ScriptableRendererFeature","fieldInfos":[{"name":"m_Active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalAdditionalCameraData","fieldInfos":[{"name":"m_RenderShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresDepthTextureOption","type":"UnityEngine.Rendering.Universal.CameraOverrideOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresOpaqueTextureOption","type":"UnityEngine.Rendering.Universal.CameraOverrideOption","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CameraType","type":"UnityEngine.Rendering.Universal.CameraRenderType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Cameras","type":"System.Collections.Generic.List`1[UnityEngine.Camera]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RendererIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VolumeLayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VolumeTrigger","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RenderPostProcessing","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Antialiasing","type":"UnityEngine.Rendering.Universal.AntialiasingMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AntialiasingQuality","type":"UnityEngine.Rendering.Universal.AntialiasingQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StopNaN","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Dithering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClearDepth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AllowXRRendering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresDepthTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RequiresColorTexture","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Version","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Universal.UniversalAdditionalLightData","fieldInfos":[{"name":"m_UsePipelineSettings","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.CinemachineUniversalPixelPerfect","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2D","fieldInfos":[{"name":"m_LightType","type":"UnityEngine.Experimental.Rendering.Universal.Light2D+LightType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendStyleIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FalloffIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Color","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Intensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightVolumeOpacity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyToSortingLayers","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightCookieSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseNormalMap","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightOrder","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaBlendOnOverlap","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowVolumeIntensity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightInnerAngle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightOuterAngle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightInnerRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightOuterRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightQuality","type":"UnityEngine.Experimental.Rendering.Universal.Light2D+PointLightQuality","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricSides","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricAngleOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightParametricRadius","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightFalloffSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightFalloffOffset","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePath","type":"UnityEngine.Vector3[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle","fieldInfos":[{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"maskTextureChannel","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+TextureChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"renderTextureScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blendMode","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"customBlendFactors","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendFactors","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle+BlendFactors","fieldInfos":[{"name":"multiplicative","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"additive","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.PixelPerfectCamera","fieldInfos":[{"name":"m_AssetsPPU","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RefResolutionX","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RefResolutionY","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UpscaleRT","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PixelSnapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CropFrameX","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CropFrameY","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StretchFill","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.PixelPerfectCameraInternal","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.Renderer2DData","fieldInfos":[{"name":"m_TransparencySortMode","type":"UnityEngine.TransparencySortMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TransparencySortAxis","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HDREmulationScale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LightBlendStyles","type":"UnityEngine.Experimental.Rendering.Universal.Light2DBlendStyle[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseDepthStencilBuffer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapeLightVolumeShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PointLightVolumeShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlitShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShadowGroupShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RemoveSelfShadowShader","type":"UnityEngine.Shader","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostProcessData","type":"UnityEngine.Rendering.Universal.PostProcessData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.CompositeShadowCaster2D","fieldInfos":[]},{"className":"UnityEngine.Experimental.Rendering.Universal.ShadowCasterGroup2D","fieldInfos":[{"name":"m_ShadowGroup","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.ShadowCaster2D","fieldInfos":[{"name":"m_HasRenderer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseRendererSilhouette","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CastsShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelfShadows","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyToSortingLayers","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePath","type":"UnityEngine.Vector3[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShapePathHash","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Mesh","type":"UnityEngine.Mesh","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InstanceId","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects","fieldInfos":[{"name":"settings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+RenderObjectsSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+RenderObjectsSettings","fieldInfos":[{"name":"passTag","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Event","type":"UnityEngine.Rendering.Universal.RenderPassEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"filterSettings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+FilterSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideMaterialPassIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"overrideDepthState","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"depthCompareFunction","type":"UnityEngine.Rendering.CompareFunction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"enableWrite","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stencilSettings","type":"UnityEngine.Rendering.Universal.StencilStateData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraSettings","type":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+CustomCameraSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+FilterSettings","fieldInfos":[{"name":"RenderQueueType","type":"UnityEngine.Experimental.Rendering.Universal.RenderQueueType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LayerMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PassNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Experimental.Rendering.Universal.RenderObjects+CustomCameraSettings","fieldInfos":[{"name":"overrideCamera","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"restoreCamera","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"offset","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"cameraFieldOfView","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"UnityEngine.TestRunner","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\UnityEngine.TestRunner.dll","types":[{"className":"UnityEngine.TestRunner.Utils.TestRunCallbackListener","fieldInfos":[]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestData","fieldInfos":[{"name":"id","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testCaseCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ChildIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasChildren","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"isSuite","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"childrenIds","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testCaseTimeout","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Categories","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"IsTestAssembly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RunState","type":"NUnit.Framework.Interfaces.RunState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Description","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SkipReason","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentId","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UniqueName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentUniqueName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ParentFullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultData","fieldInfos":[{"name":"testId","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fullName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"resultState","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testStatus","type":"NUnit.Framework.Interfaces.TestStatus","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"duration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"message","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stackTrace","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"assertCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"failCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"passCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"skipCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"inconclusiveCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hasChildren","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"output","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xml","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"childrenIds","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultDataWithTestData","fieldInfos":[{"name":"results","type":"UnityEngine.TestRunner.TestLaunchers.RemoteTestResultData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tests","type":"UnityEngine.TestRunner.TestLaunchers.RemoteTestData[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.BeforeAfterTestCommandState","fieldInfos":[{"name":"NextBeforeStepIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextBeforeStepPc","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextAfterStepIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NextAfterStepPc","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TestHasRun","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultStatus","type":"NUnit.Framework.Interfaces.TestStatus","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultLabel","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestResultSite","type":"NUnit.Framework.Interfaces.FailureSite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestMessage","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CurrentTestStrackTrace","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TestAfterStarted","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Timestamp","type":"System.Int64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.EnumerableTestState","fieldInfos":[{"name":"Repeat","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Retry","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.Logging.LogMatch","fieldInfos":[{"name":"m_UseRegex","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Message","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MessageRegex","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LogType","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.TestFinishedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.TestStartedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.RunFinishedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.RunStartedEvent","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.PlaymodeTestsController","fieldInfos":[{"name":"m_AssembliesWithTests","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testStartedEvent","type":"UnityEngine.TestTools.TestRunner.TestStartedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testFinishedEvent","type":"UnityEngine.TestTools.TestRunner.TestFinishedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"runStartedEvent","type":"UnityEngine.TestTools.TestRunner.RunStartedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"runFinishedEvent","type":"UnityEngine.TestTools.TestRunner.RunFinishedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"settings","type":"UnityEngine.TestTools.TestRunner.PlaymodeTestsControllerSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.PlaymodeTestsControllerSettings","fieldInfos":[{"name":"filters","type":"UnityEngine.TestTools.TestRunner.GUI.RuntimeTestRunnerFilter[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sceneBased","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"originalScene","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bootstrapScene","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.GUI.RuntimeTestRunnerFilter","fieldInfos":[{"name":"assemblyNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"groupNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"categoryNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"testNames","type":"System.String[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"synchronousOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.PlayModeRunnerCallback","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.PlayerQuitHandler","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.RemoteTestResultSender","fieldInfos":[]},{"className":"UnityEngine.TestTools.TestRunner.Callbacks.TestResultRendererCallback","fieldInfos":[]}]},{"name":"Unity.Timeline","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.Timeline.dll","types":[{"className":"UnityEngine.Timeline.ActivationPlayableAsset","fieldInfos":[]},{"className":"UnityEngine.Timeline.ActivationTrack","fieldInfos":[{"name":"m_PostPlaybackState","type":"UnityEngine.Timeline.ActivationTrack+PostPlaybackState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TrackAsset","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimClip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Locked","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Muted","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomPlayableFullTypename","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Curves","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Parent","type":"UnityEngine.Playables.PlayableAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Children","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Clips","type":"System.Collections.Generic.List`1[UnityEngine.Timeline.TimelineClip]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Markers","type":"UnityEngine.Timeline.MarkerList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AnimationPlayableAsset","fieldInfos":[{"name":"m_Clip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Position","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseTrackMatchFields","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchTargetFields","type":"UnityEngine.Timeline.MatchTargetFields","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RemoveStartOffset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyFootIK","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"UnityEngine.Timeline.AnimationPlayableAsset+LoopMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Rotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AnimationTrack","fieldInfos":[{"name":"m_InfiniteClipPreExtrapolation","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipPostExtrapolation","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipOffsetPosition","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipOffsetEulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipTimeOffset","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipRemoveOffset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClipApplyFootIK","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"mInfiniteClipLoop","type":"UnityEngine.Timeline.AnimationPlayableAsset+LoopMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchTargetFields","type":"UnityEngine.Timeline.MatchTargetFields","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Position","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EulerAngles","type":"UnityEngine.Vector3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AvatarMask","type":"UnityEngine.AvatarMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyAvatarMask","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TrackOffset","type":"UnityEngine.Timeline.TrackOffset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InfiniteClip","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpenClipOffsetRotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Rotation","type":"UnityEngine.Quaternion","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ApplyOffsets","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineClip","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Start","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClipIn","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Asset","type":"UnityEngine.Object","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Duration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TimeScale","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ParentTrack","type":"UnityEngine.Timeline.TrackAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EaseInDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EaseOutDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendInDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendOutDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixInCurve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MixOutCurve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendInCurveMode","type":"UnityEngine.Timeline.TimelineClip+BlendCurveMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlendOutCurveMode","type":"UnityEngine.Timeline.TimelineClip+BlendCurveMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ExposedParameterNames","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimationCurves","type":"UnityEngine.AnimationClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Recordable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostExtrapolationMode","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreExtrapolationMode","type":"UnityEngine.Timeline.TimelineClip+ClipExtrapolation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PostExtrapolationTime","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreExtrapolationTime","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisplayName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineAsset","fieldInfos":[{"name":"m_Version","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Tracks","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FixedDuration","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EditorSettings","type":"UnityEngine.Timeline.TimelineAsset+EditorSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DurationMode","type":"UnityEngine.Timeline.TimelineAsset+DurationMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MarkerTrack","type":"UnityEngine.Timeline.MarkerTrack","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.TimelineAsset+EditorSettings","fieldInfos":[{"name":"m_Framerate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScenePreview","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioClipProperties","fieldInfos":[{"name":"volume","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioMixerProperties","fieldInfos":[{"name":"volume","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"stereoPan","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spatialBlend","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioPlayableAsset","fieldInfos":[{"name":"m_Clip","type":"UnityEngine.AudioClip","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_bufferingTime","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClipProperties","type":"UnityEngine.Timeline.AudioClipProperties","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.AudioTrack","fieldInfos":[{"name":"m_TrackProperties","type":"UnityEngine.Timeline.AudioMixerProperties","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.ControlPlayableAsset","fieldInfos":[{"name":"sourceGameObject","type":"UnityEngine.ExposedReference`1[UnityEngine.GameObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefabGameObject","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateParticle","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"particleRandomSeed","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateDirector","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"updateITimeControl","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"searchHierarchy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"postPlayback","type":"UnityEngine.Timeline.ActivationControlPlayable+PostPlaybackState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.ControlTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.Marker","fieldInfos":[{"name":"m_Time","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.MarkerList","fieldInfos":[{"name":"m_Objects","type":"System.Collections.Generic.List`1[UnityEngine.ScriptableObject]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.MarkerTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalAsset","fieldInfos":[]},{"className":"UnityEngine.Timeline.SignalEmitter","fieldInfos":[{"name":"m_Retroactive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EmitOnce","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Asset","type":"UnityEngine.Timeline.SignalAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.SignalReceiver","fieldInfos":[{"name":"m_Events","type":"UnityEngine.Timeline.SignalReceiver+EventKeyValue","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.SignalReceiver+EventKeyValue","fieldInfos":[{"name":"m_Signals","type":"System.Collections.Generic.List`1[UnityEngine.Timeline.SignalAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Events","type":"System.Collections.Generic.List`1[UnityEngine.Events.UnityEvent]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Timeline.GroupTrack","fieldInfos":[]},{"className":"UnityEngine.Timeline.BasicPlayableBehaviour","fieldInfos":[]},{"className":"UnityEngine.Timeline.PlayableTrack","fieldInfos":[]}]},{"name":"Unity.TextMeshPro","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.TextMeshPro.dll","types":[{"className":"TMPro.TMP_Asset","fieldInfos":[{"name":"hashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialHashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Character","fieldInfos":[]},{"className":"TMPro.TMP_TextElement","fieldInfos":[{"name":"m_ElementType","type":"TMPro.TextElementType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Unicode","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphIndex","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_ColorGradient","fieldInfos":[{"name":"colorMode","type":"TMPro.ColorMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown","fieldInfos":[{"name":"m_Template","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionText","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemText","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Options","type":"TMPro.TMP_Dropdown+OptionDataList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"TMPro.TMP_Dropdown+DropdownEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaFadeSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+DropdownItem","fieldInfos":[{"name":"m_Text","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RectTransform","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Toggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+OptionData","fieldInfos":[{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+OptionDataList","fieldInfos":[{"name":"m_Options","type":"System.Collections.Generic.List`1[TMPro.TMP_Dropdown+OptionData]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Dropdown+DropdownEvent","fieldInfos":[]},{"className":"TMPro.TMP_FontAsset","fieldInfos":[{"name":"m_Version","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SourceFontFileGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SourceFontFile","type":"UnityEngine.Font","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasPopulationMode","type":"TMPro.AtlasPopulationMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FaceInfo","type":"UnityEngine.TextCore.FaceInfo","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphTable","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.Glyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterTable","type":"System.Collections.Generic.List`1[TMPro.TMP_Character]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasTextures","type":"UnityEngine.Texture2D[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasTextureIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsMultiAtlasTexturesEnabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UsedGlyphRects","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.GlyphRect]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FreeGlyphRects","type":"System.Collections.Generic.List`1[UnityEngine.TextCore.GlyphRect]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontInfo","type":"TMPro.FaceInfo_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlas","type":"UnityEngine.Texture2D","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasHeight","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasPadding","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AtlasRenderMode","type":"UnityEngine.TextCore.LowLevel.GlyphRenderMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_glyphInfoList","type":"System.Collections.Generic.List`1[TMPro.TMP_Glyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KerningTable","type":"TMPro.KerningTable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontFeatureTable","type":"TMPro.TMP_FontFeatureTable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackFontAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FallbackFontAssetTable","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CreationSettings","type":"TMPro.FontAssetCreationSettings","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontWeightTable","type":"TMPro.TMP_FontWeightPair[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontWeights","type":"TMPro.TMP_FontWeightPair[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"normalStyle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"normalSpacingOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"boldStyle","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"boldSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"italicStyle","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"tabSize","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.FaceInfo_Legacy","fieldInfos":[{"name":"Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PointSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CharacterCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LineHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Baseline","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Ascender","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CapHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Descender","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CenterLine","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SuperscriptOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SubscriptOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SubSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Underline","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UnderlineThickness","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strikethrough","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"strikethroughThickness","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TabWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AtlasWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AtlasHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Glyph","fieldInfos":[]},{"className":"TMPro.TMP_TextElement_Legacy","fieldInfos":[{"name":"id","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"width","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"height","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scale","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.FontAssetCreationSettings","fieldInfos":[{"name":"sourceFontFileName","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sourceFontFileGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pointSizeSamplingMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pointSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"padding","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"packingMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlasWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"atlasHeight","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterSetSelectionMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterSequence","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"referencedFontAssetGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"referencedTextAssetGUID","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontStyle","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fontStyleModifier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"renderMode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"includeFontFeatures","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_FontWeightPair","fieldInfos":[{"name":"regularTypeface","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"italicTypeface","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.GlyphValueRecord_Legacy","fieldInfos":[{"name":"xPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"yAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.KerningPair","fieldInfos":[{"name":"m_FirstGlyph","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FirstGlyphAdjustments","type":"TMPro.GlyphValueRecord_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondGlyph","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondGlyphAdjustments","type":"TMPro.GlyphValueRecord_Legacy","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"xOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IgnoreSpacingAdjustments","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.KerningTable","fieldInfos":[{"name":"kerningPairs","type":"System.Collections.Generic.List`1[TMPro.KerningPair]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_FontFeatureTable","fieldInfos":[{"name":"m_GlyphPairAdjustmentRecords","type":"System.Collections.Generic.List`1[TMPro.TMP_GlyphPairAdjustmentRecord]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphValueRecord","fieldInfos":[{"name":"m_XPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_YPlacement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_XAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_YAdvance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphAdjustmentRecord","fieldInfos":[{"name":"m_GlyphIndex","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlyphValueRecord","type":"TMPro.TMP_GlyphValueRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_GlyphPairAdjustmentRecord","fieldInfos":[{"name":"m_FirstAdjustmentRecord","type":"TMPro.TMP_GlyphAdjustmentRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SecondAdjustmentRecord","type":"TMPro.TMP_GlyphAdjustmentRecord","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FeatureLookupFlags","type":"TMPro.FontFeatureLookupFlags","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_InputField","fieldInfos":[{"name":"m_TextViewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarEventHandler","type":"TMPro.TMP_ScrollbarEventHandler","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LayoutGroup","type":"UnityEngine.UI.LayoutGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScrollSensitivity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ContentType","type":"TMPro.TMP_InputField+ContentType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputType","type":"TMPro.TMP_InputField+InputType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AsteriskChar","type":"System.Char","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KeyboardType","type":"UnityEngine.TouchScreenKeyboardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineType","type":"TMPro.TMP_InputField+LineType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideMobileInput","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideSoftKeyboard","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterValidation","type":"TMPro.TMP_InputField+CharacterValidation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RegexValue","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlobalPointSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndEdit","type":"TMPro.TMP_InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnSubmit","type":"TMPro.TMP_InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnSelect","type":"TMPro.TMP_InputField+SelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnDeselect","type":"TMPro.TMP_InputField+SelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnTextSelection","type":"TMPro.TMP_InputField+TextSelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndTextSelection","type":"TMPro.TMP_InputField+TextSelectionEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"TMPro.TMP_InputField+OnChangeEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnTouchScreenKeyboardStatusChanged","type":"TMPro.TMP_InputField+TouchScreenKeyboardEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomCaretColor","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectionColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretBlinkRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReadOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GlobalFontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnFocusSelectAll","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ResetOnDeActivation","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RestoreOriginalTextOnEscape","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRichTextEditingAllowed","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputValidator","type":"TMPro.TMP_InputValidator","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_InputField+SubmitEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+OnChangeEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+SelectionEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+TextSelectionEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputField+TouchScreenKeyboardEvent","fieldInfos":[]},{"className":"TMPro.TMP_InputValidator","fieldInfos":[]},{"className":"TMPro.TMP_ScrollbarEventHandler","fieldInfos":[{"name":"isSelected","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SelectionCaret","fieldInfos":[]},{"className":"TMPro.TMP_Settings","fieldInfos":[{"name":"m_enableWordWrapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableKerning","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableExtraPadding","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableTintAllSprites","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableParseEscapeCharacters","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EnableRaycastTarget","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_GetFontFeaturesAtRuntime","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_missingGlyphCharacter","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_warningsDisabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontAssetPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultFontSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultAutoSizeMinRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultAutoSizeMaxRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultTextMeshProTextContainerSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultTextMeshProUITextContainerSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_autoSizeTextContainer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsTextObjectScaleStatic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fallbackFontAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_FontAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_matchMaterialPreset","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultSpriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultSpriteAssetPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableEmojiSupport","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MissingCharacterSpriteUnicode","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultColorGradientPresetsPath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_defaultStyleSheet","type":"TMPro.TMP_StyleSheet","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StyleSheetsResourcePath","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_leadingCharacters","type":"UnityEngine.TextAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_followingCharacters","type":"UnityEngine.TextAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseModernHangulLineBreakingRules","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Sprite","fieldInfos":[{"name":"name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"hashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"unicode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pivot","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteAnimator","fieldInfos":[]},{"className":"TMPro.TMP_SpriteAsset","fieldInfos":[{"name":"m_Version","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FaceInfo","type":"UnityEngine.TextCore.FaceInfo","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteSheet","type":"UnityEngine.Texture","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteCharacterTable","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteCharacter]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteGlyphTable","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteGlyph]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteInfoList","type":"System.Collections.Generic.List`1[TMPro.TMP_Sprite]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fallbackSpriteAssets","type":"System.Collections.Generic.List`1[TMPro.TMP_SpriteAsset]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteCharacter","fieldInfos":[{"name":"m_Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SpriteGlyph","fieldInfos":[{"name":"sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Style","fieldInfos":[{"name":"m_Name","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpeningDefinition","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClosingDefinition","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OpeningTagArray","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ClosingTagArray","type":"System.Int32[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_StyleSheet","fieldInfos":[{"name":"m_StyleList","type":"System.Collections.Generic.List`1[TMPro.TMP_Style]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SubMesh","fieldInfos":[{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isDefaultMaterial","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_renderer","type":"UnityEngine.Renderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TextMeshPro","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_SubMeshUI","fieldInfos":[{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isDefaultMaterial","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_padding","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextComponent","type":"TMPro.TextMeshProUGUI","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_materialReferenceIndex","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_Text","fieldInfos":[{"name":"m_text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRightToLeft","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontAsset","type":"TMPro.TMP_FontAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sharedMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSharedMaterials","type":"UnityEngine.Material[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontMaterials","type":"UnityEngine.Material[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColor32","type":"UnityEngine.Color32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableVertexGradient","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_colorMode","type":"TMPro.ColorMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColorGradient","type":"TMPro.VertexGradient","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontColorGradientPreset","type":"TMPro.TMP_ColorGradient","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_spriteAsset","type":"TMPro.TMP_SpriteAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_tintAllSprites","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StyleSheet","type":"TMPro.TMP_StyleSheet","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TextStyleHashCode","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_overrideHtmlColors","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_faceColor","type":"UnityEngine.Color32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSize","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeBase","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontWeight","type":"TMPro.FontWeight","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableAutoSizing","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeMin","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontSizeMax","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_fontStyle","type":"TMPro.FontStyles","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalAlignment","type":"TMPro.HorizontalAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalAlignment","type":"TMPro.VerticalAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_textAlignment","type":"TMPro.TextAlignmentOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_characterSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_wordSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_lineSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_lineSpacingMax","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_paragraphSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_charWidthMaxAdj","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableWordWrapping","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_wordWrappingRatios","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_overflowMode","type":"TMPro.TextOverflowModes","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_linkedTextComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"parentLinkedComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableKerning","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_enableExtraPadding","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkPaddingRequired","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isRichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_parseCtrlCharacters","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isOrthographic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isCullingEnabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_horizontalMapping","type":"TMPro.TextureMappingOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_verticalMapping","type":"TMPro.TextureMappingOptions","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_uvLineOffset","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_geometrySortingOrder","type":"TMPro.VertexSortingOrder","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsTextObjectScaleStatic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VertexBufferAutoSizeReduction","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_useMaxVisibleDescender","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_pageToDisplay","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_margin","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isUsingLegacyAnimationComponent","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_isVolumetricText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TMP_TextInfo","fieldInfos":[{"name":"textComponent","type":"TMPro.TMP_Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"characterCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spriteCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"spaceCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"wordCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"linkCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"lineCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"pageCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"materialCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.VertexGradient","fieldInfos":[{"name":"topLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"topRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomLeft","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"bottomRight","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.Mesh_Extents","fieldInfos":[{"name":"min","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextMeshPro","fieldInfos":[{"name":"m_hasFontAssetChanged","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_renderer","type":"UnityEngine.Renderer","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_maskType","type":"TMPro.MaskingTypes","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"_SortingLayerID","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"_SortingOrder","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextMeshProUGUI","fieldInfos":[{"name":"m_hasFontAssetChanged","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_baseMaterial","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_maskOffset","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"TMPro.TextContainer","fieldInfos":[{"name":"m_pivot","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_anchorPosition","type":"TMPro.TextContainerAnchors","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_rect","type":"UnityEngine.Rect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_margins","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Core.Runtime","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipelines.Core.Runtime.dll","types":[{"className":"SceneRenderPipeline","fieldInfos":[{"name":"renderPipelineAsset","type":"UnityEngine.Rendering.RenderPipelineAsset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.CameraSwitcher","fieldInfos":[{"name":"m_Cameras","type":"UnityEngine.Camera[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FreeCamera","fieldInfos":[{"name":"m_LookSpeedController","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LookSpeedMouse","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MoveSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MoveSpeedIncrement","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Turbo","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.GlobalDynamicResolutionSettings","fieldInfos":[{"name":"enabled","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"maxPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"minPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"dynResType","type":"UnityEngine.Rendering.DynamicResolutionType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"upsampleFilter","type":"UnityEngine.Rendering.DynamicResUpscaleFilter","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"forceResolution","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"forcedPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.XRGraphics","fieldInfos":[]},{"className":"UnityEngine.Rendering.DebugUpdater","fieldInfos":[]},{"className":"UnityEngine.Rendering.BitArray8","fieldInfos":[{"name":"data","type":"System.Byte","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray16","fieldInfos":[{"name":"data","type":"System.UInt16","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray32","fieldInfos":[{"name":"data","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray64","fieldInfos":[{"name":"data","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray128","fieldInfos":[{"name":"data1","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data2","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BitArray256","fieldInfos":[{"name":"data1","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data2","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data3","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"data4","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.TextureCurve","fieldInfos":[{"name":"k__BackingField","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Loop","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ZeroValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Range","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Curve","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.TextureCurveParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Volume","fieldInfos":[{"name":"isGlobal","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"priority","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"blendDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"weight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"sharedProfile","type":"UnityEngine.Rendering.VolumeProfile","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.VolumeComponent","fieldInfos":[{"name":"active","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AdvancedMode","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.BoolParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.LayerMaskParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.IntParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpIntParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.MinIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMinIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.MaxIntParameter","fieldInfos":[{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMaxIntParameter","fieldInfos":[{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ClampedIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpClampedIntParameter","fieldInfos":[{"name":"min","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FloatParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpFloatParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.MinFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMinFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.MaxFloatParameter","fieldInfos":[{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpMaxFloatParameter","fieldInfos":[{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ClampedFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpClampedFloatParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.FloatRangeParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpFloatRangeParameter","fieldInfos":[{"name":"min","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"max","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.ColorParameter","fieldInfos":[{"name":"hdr","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showEyeDropper","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.NoInterpColorParameter","fieldInfos":[{"name":"hdr","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"showEyeDropper","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.Vector2Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector2Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Vector3Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector3Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.Vector4Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpVector4Parameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.TextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.RenderTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpRenderTextureParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.CubemapParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.NoInterpCubemapParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.AnimationCurveParameter","fieldInfos":[]},{"className":"UnityEngine.Rendering.VolumeProfile","fieldInfos":[{"name":"components","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.VolumeComponent]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerBitField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"toggles","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.UI.DebugUIHandlerIndirectToggle]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerWidget","fieldInfos":[{"name":"colorDefault","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorSelected","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerButton","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIPrefabBundle","fieldInfos":[{"name":"type","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefab","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerCanvas","fieldInfos":[{"name":"panelPrefab","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"prefabs","type":"System.Collections.Generic.List`1[UnityEngine.Rendering.UI.DebugUIPrefabBundle]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerColor","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"colorImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldR","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldG","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldB","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldA","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerContainer","fieldInfos":[{"name":"contentHolder","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerEnumField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerEnumHistory","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerFloatField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerFoldout","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerGroup","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"header","type":"UnityEngine.Transform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerHBox","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectToggle","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkmarkImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerIntField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerPanel","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"scrollRect","type":"UnityEngine.UI.ScrollRect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"viewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerPersistentCanvas","fieldInfos":[{"name":"panel","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valuePrefab","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerRow","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerToggle","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"checkmarkImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerToggleHistory","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerUIntField","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVBox","fieldInfos":[]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerValue","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector2","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector3","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldZ","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.DebugUIHandlerVector4","fieldInfos":[{"name":"nameLabel","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"valueToggle","type":"UnityEngine.Rendering.UI.UIFoldout","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldX","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldY","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldZ","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"fieldW","type":"UnityEngine.Rendering.UI.DebugUIHandlerIndirectFloatField","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.Rendering.UI.UIFoldout","fieldInfos":[{"name":"content","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"arrowOpened","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"arrowClosed","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipelines.Core.ShaderLibrary","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipelines.Core.ShaderLibrary.dll","types":[]},{"name":"Unity.Multiplayer.MLAPI.Runtime","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.Multiplayer.MLAPI.Runtime.dll","types":[{"className":"MLAPI.NetworkBehaviour","fieldInfos":[]},{"className":"MLAPI.NetworkManager","fieldInfos":[{"name":"DontDestroy","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RunInBackground","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LogLevel","type":"MLAPI.Logging.LogLevel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkConfig","type":"MLAPI.Configuration.NetworkConfig","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.NetworkObject","fieldInfos":[{"name":"NetworkInstanceId","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PrefabHash","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PrefabHashGenerator","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AlwaysReplicateAsRoot","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DontDestroyWithOwner","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.NetworkTransport","fieldInfos":[]},{"className":"MLAPI.Transports.TransportChannel","fieldInfos":[{"name":"Channel","type":"MLAPI.Transports.NetworkChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Delivery","type":"MLAPI.Transports.NetworkDelivery","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.UNetChannel","fieldInfos":[{"name":"Id","type":"MLAPI.Transports.NetworkChannel","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Type","type":"UnityEngine.Networking.QosType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.UNET.UNetTransport","fieldInfos":[{"name":"MessageBufferSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxConnections","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxSentMessageQueueSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectAddress","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ServerListenPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ServerWebsocketListenPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SupportWebsocket","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Channels","type":"System.Collections.Generic.List`1[MLAPI.Transports.UNetChannel]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UseMLAPIRelay","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MLAPIRelayAddress","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MLAPIRelayPort","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MessageSendMode","type":"MLAPI.Transports.UNET.UNetTransport+SendMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Transports.Multiplex.MultiplexTransportAdapter","fieldInfos":[{"name":"SpreadMethod","type":"MLAPI.Transports.Multiplex.MultiplexTransportAdapter+ConnectionIdSpreadMethod","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Transports","type":"MLAPI.Transports.NetworkTransport[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.NetworkVariable.NetworkVariableString","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableBool","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableByte","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableSByte","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableUShort","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableShort","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableUInt","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableInt","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableULong","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableLong","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableFloat","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableDouble","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector2","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector3","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableVector4","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableColor","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableColor32","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableRay","fieldInfos":[]},{"className":"MLAPI.NetworkVariable.NetworkVariableQuaternion","fieldInfos":[]},{"className":"MLAPI.Configuration.NullableBoolSerializable","fieldInfos":[{"name":"Value","type":"System.UInt64","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Configuration.NetworkConfig","fieldInfos":[{"name":"ProtocolVersion","type":"System.UInt16","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkTransport","type":"MLAPI.Transports.NetworkTransport","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RegisteredScenes","type":"System.Collections.Generic.List`1[System.String]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AllowRuntimeSceneChanges","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkPrefabs","type":"System.Collections.Generic.List`1[MLAPI.Configuration.NetworkPrefab]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PlayerPrefabHash","type":"MLAPI.Configuration.NullableBoolSerializable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CreatePlayerPrefab","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ReceiveTickrate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkTickIntervalSec","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxReceiveEventsPerTickRate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EventTickrate","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ClientConnectionBufferTimeout","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectionApproval","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ConnectionData","type":"System.Byte[]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableTimeResync","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"TimeResyncInterval","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNetworkVariable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnsureNetworkVariableLengthSafety","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableSceneManagement","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ForceSamePrefabs","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"UsePrefabSync","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RecycleNetworkIds","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"NetworkIdRecycleDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"RpcHashSize","type":"MLAPI.Configuration.HashSize","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"LoadSceneTimeOut","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableMessageBuffering","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MessageBufferTimeout","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNetworkLogs","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Configuration.NetworkPrefab","fieldInfos":[{"name":"Prefab","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"PlayerPrefab","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"UnityEngine.UI","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\UnityEngine.UI.dll","types":[{"className":"UnityEngine.UI.AnimationTriggers","fieldInfos":[{"name":"m_NormalTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HighlightedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledTrigger","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Button","fieldInfos":[{"name":"m_OnClick","type":"UnityEngine.UI.Button+ButtonClickedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Button+ButtonClickedEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Selectable","fieldInfos":[{"name":"m_Navigation","type":"UnityEngine.UI.Navigation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Transition","type":"UnityEngine.UI.Selectable+Transition","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Colors","type":"UnityEngine.UI.ColorBlock","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SpriteState","type":"UnityEngine.UI.SpriteState","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AnimationTriggers","type":"UnityEngine.UI.AnimationTriggers","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Interactable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TargetGraphic","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.UIBehaviour","fieldInfos":[]},{"className":"UnityEngine.UI.ColorBlock","fieldInfos":[{"name":"m_NormalColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HighlightedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ColorMultiplier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FadeDuration","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown","fieldInfos":[{"name":"m_Template","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionText","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaptionImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemText","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ItemImage","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Options","type":"UnityEngine.UI.Dropdown+OptionDataList","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Dropdown+DropdownEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlphaFadeSpeed","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+DropdownItem","fieldInfos":[{"name":"m_Text","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.UI.Image","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RectTransform","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Toggle","type":"UnityEngine.UI.Toggle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+OptionData","fieldInfos":[{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Image","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+OptionDataList","fieldInfos":[{"name":"m_Options","type":"System.Collections.Generic.List`1[UnityEngine.UI.Dropdown+OptionData]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Dropdown+DropdownEvent","fieldInfos":[]},{"className":"UnityEngine.UI.FontData","fieldInfos":[{"name":"m_Font","type":"UnityEngine.Font","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FontStyle","type":"UnityEngine.FontStyle","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BestFit","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxSize","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Alignment","type":"UnityEngine.TextAnchor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AlignByGeometry","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RichText","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalOverflow","type":"UnityEngine.HorizontalWrapMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalOverflow","type":"UnityEngine.VerticalWrapMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Graphic","fieldInfos":[{"name":"m_Material","type":"UnityEngine.Material","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Color","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RaycastTarget","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RaycastPadding","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.GraphicRaycaster","fieldInfos":[{"name":"m_IgnoreReversedGraphics","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlockingObjects","type":"UnityEngine.UI.GraphicRaycaster+BlockingObjects","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_BlockingMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.BaseRaycaster","fieldInfos":[]},{"className":"UnityEngine.UI.Image","fieldInfos":[{"name":"m_Sprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Type","type":"UnityEngine.UI.Image+Type","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreserveAspect","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillCenter","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillMethod","type":"UnityEngine.UI.Image+FillMethod","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillAmount","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillClockwise","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FillOrigin","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseSpriteMesh","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PixelsPerUnitMultiplier","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.MaskableGraphic","fieldInfos":[{"name":"m_Maskable","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnCullStateChanged","type":"UnityEngine.UI.MaskableGraphic+CullStateChangedEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.MaskableGraphic+CullStateChangedEvent","fieldInfos":[]},{"className":"UnityEngine.UI.InputField","fieldInfos":[{"name":"m_TextComponent","type":"UnityEngine.UI.Text","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Placeholder","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ContentType","type":"UnityEngine.UI.InputField+ContentType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputType","type":"UnityEngine.UI.InputField+InputType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AsteriskChar","type":"System.Char","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_KeyboardType","type":"UnityEngine.TouchScreenKeyboardType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LineType","type":"UnityEngine.UI.InputField+LineType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HideMobileInput","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterValidation","type":"UnityEngine.UI.InputField+CharacterValidation","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CharacterLimit","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnEndEdit","type":"UnityEngine.UI.InputField+SubmitEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.InputField+OnChangeEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CustomCaretColor","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectionColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretBlinkRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CaretWidth","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReadOnly","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ShouldActivateOnSelect","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.InputField+SubmitEvent","fieldInfos":[]},{"className":"UnityEngine.UI.InputField+OnChangeEvent","fieldInfos":[]},{"className":"UnityEngine.UI.AspectRatioFitter","fieldInfos":[{"name":"m_AspectMode","type":"UnityEngine.UI.AspectRatioFitter+AspectMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_AspectRatio","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.CanvasScaler","fieldInfos":[{"name":"m_UiScaleMode","type":"UnityEngine.UI.CanvasScaler+ScaleMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReferencePixelsPerUnit","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScaleFactor","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReferenceResolution","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScreenMatchMode","type":"UnityEngine.UI.CanvasScaler+ScreenMatchMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MatchWidthOrHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PhysicalUnit","type":"UnityEngine.UI.CanvasScaler+Unit","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FallbackScreenDPI","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DefaultSpriteDPI","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DynamicPixelsPerUnit","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PresetInfoIsWorld","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ContentSizeFitter","fieldInfos":[{"name":"m_HorizontalFit","type":"UnityEngine.UI.ContentSizeFitter+FitMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalFit","type":"UnityEngine.UI.ContentSizeFitter+FitMode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.GridLayoutGroup","fieldInfos":[{"name":"m_StartCorner","type":"UnityEngine.UI.GridLayoutGroup+Corner","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_StartAxis","type":"UnityEngine.UI.GridLayoutGroup+Axis","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CellSize","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Spacing","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Constraint","type":"UnityEngine.UI.GridLayoutGroup+Constraint","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ConstraintCount","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.LayoutGroup","fieldInfos":[{"name":"m_Padding","type":"UnityEngine.RectOffset","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildAlignment","type":"UnityEngine.TextAnchor","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.HorizontalLayoutGroup","fieldInfos":[]},{"className":"UnityEngine.UI.HorizontalOrVerticalLayoutGroup","fieldInfos":[{"name":"m_Spacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildForceExpandWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildForceExpandHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildControlWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildControlHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildScaleWidth","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ChildScaleHeight","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ReverseArrangement","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.LayoutElement","fieldInfos":[{"name":"m_IgnoreLayout","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreferredWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PreferredHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FlexibleWidth","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_FlexibleHeight","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_LayoutPriority","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.VerticalLayoutGroup","fieldInfos":[]},{"className":"UnityEngine.UI.Mask","fieldInfos":[{"name":"m_ShowMaskGraphic","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Navigation","fieldInfos":[{"name":"m_Mode","type":"UnityEngine.UI.Navigation+Mode","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_WrapAround","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnUp","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnDown","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnLeft","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectOnRight","type":"UnityEngine.UI.Selectable","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.RawImage","fieldInfos":[{"name":"m_Texture","type":"UnityEngine.Texture","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UVRect","type":"UnityEngine.Rect","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.RectMask2D","fieldInfos":[{"name":"m_Padding","type":"UnityEngine.Vector4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Softness","type":"UnityEngine.Vector2Int","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ScrollRect","fieldInfos":[{"name":"m_Content","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Horizontal","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Vertical","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MovementType","type":"UnityEngine.UI.ScrollRect+MovementType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Elasticity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Inertia","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DecelerationRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ScrollSensitivity","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Viewport","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbar","type":"UnityEngine.UI.Scrollbar","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbarVisibility","type":"UnityEngine.UI.ScrollRect+ScrollbarVisibility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarVisibility","type":"UnityEngine.UI.ScrollRect+ScrollbarVisibility","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HorizontalScrollbarSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalScrollbarSpacing","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.ScrollRect+ScrollRectEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.ScrollRect+ScrollRectEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Scrollbar","fieldInfos":[{"name":"m_HandleRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Direction","type":"UnityEngine.UI.Scrollbar+Direction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Size","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_NumberOfSteps","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Scrollbar+ScrollEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Scrollbar+ScrollEvent","fieldInfos":[]},{"className":"UnityEngine.UI.Slider","fieldInfos":[{"name":"m_FillRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_HandleRect","type":"UnityEngine.RectTransform","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Direction","type":"UnityEngine.UI.Slider+Direction","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MinValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxValue","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_WholeNumbers","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Value","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_OnValueChanged","type":"UnityEngine.UI.Slider+SliderEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Slider+SliderEvent","fieldInfos":[]},{"className":"UnityEngine.UI.SpriteState","fieldInfos":[{"name":"m_HighlightedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_PressedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SelectedSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DisabledSprite","type":"UnityEngine.Sprite","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Text","fieldInfos":[{"name":"m_FontData","type":"UnityEngine.UI.FontData","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Text","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Toggle","fieldInfos":[{"name":"toggleTransition","type":"UnityEngine.UI.Toggle+ToggleTransition","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"graphic","type":"UnityEngine.UI.Graphic","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Group","type":"UnityEngine.UI.ToggleGroup","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"onValueChanged","type":"UnityEngine.UI.Toggle+ToggleEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_IsOn","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.Toggle+ToggleEvent","fieldInfos":[]},{"className":"UnityEngine.UI.ToggleGroup","fieldInfos":[{"name":"m_AllowSwitchOff","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.BaseMeshEffect","fieldInfos":[]},{"className":"UnityEngine.UI.Outline","fieldInfos":[]},{"className":"UnityEngine.UI.Shadow","fieldInfos":[{"name":"m_EffectColor","type":"UnityEngine.Color","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_EffectDistance","type":"UnityEngine.Vector2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_UseGraphicAlpha","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.UI.PositionAsUV1","fieldInfos":[]},{"className":"UnityEngine.EventSystems.EventSystem","fieldInfos":[{"name":"m_FirstSelected","type":"UnityEngine.GameObject","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_sendNavigationEvents","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_DragThreshold","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.EventTrigger","fieldInfos":[{"name":"m_Delegates","type":"System.Collections.Generic.List`1[UnityEngine.EventSystems.EventTrigger+Entry]","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.EventTrigger+TriggerEvent","fieldInfos":[]},{"className":"UnityEngine.EventSystems.EventTrigger+Entry","fieldInfos":[{"name":"eventID","type":"UnityEngine.EventSystems.EventTriggerType","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"callback","type":"UnityEngine.EventSystems.EventTrigger+TriggerEvent","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.BaseInput","fieldInfos":[]},{"className":"UnityEngine.EventSystems.BaseInputModule","fieldInfos":[]},{"className":"UnityEngine.EventSystems.PointerInputModule","fieldInfos":[]},{"className":"UnityEngine.EventSystems.StandaloneInputModule","fieldInfos":[{"name":"m_HorizontalAxis","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_VerticalAxis","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_SubmitButton","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_CancelButton","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_InputActionsPerSecond","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_RepeatDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_ForceModuleActive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.TouchInputModule","fieldInfos":[{"name":"m_ForceModuleActive","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"UnityEngine.EventSystems.Physics2DRaycaster","fieldInfos":[]},{"className":"UnityEngine.EventSystems.PhysicsRaycaster","fieldInfos":[{"name":"m_EventMask","type":"UnityEngine.LayerMask","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_MaxRayIntersections","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.Mathematics","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.Mathematics.dll","types":[{"className":"Unity.Mathematics.bool2","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4","fieldInfos":[{"name":"x","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.bool4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.bool4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4","fieldInfos":[{"name":"x","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Double","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.double4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.double4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4","fieldInfos":[{"name":"x","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.float4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4","fieldInfos":[{"name":"x","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.Int32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.int4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.int4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.quaternion","fieldInfos":[{"name":"value","type":"Unity.Mathematics.float4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.Random","fieldInfos":[{"name":"state","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint2x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint2","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint3x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint3","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4","fieldInfos":[{"name":"x","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"y","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"z","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"w","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x2","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x3","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"Unity.Mathematics.uint4x4","fieldInfos":[{"name":"c0","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c1","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c2","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"c3","type":"Unity.Mathematics.uint4","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.Multiplayer.MLAPI.Prototyping","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.Multiplayer.MLAPI.Prototyping.dll","types":[{"className":"MLAPI.Prototyping.NetworkAnimator","fieldInfos":[{"name":"SendRate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_Animator","type":"UnityEngine.Animator","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"m_TrackedParamFlags","type":"System.UInt32","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Prototyping.NetworkNavMeshAgent","fieldInfos":[{"name":"EnableProximity","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ProximityRange","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"CorrectionDelay","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DriftCorrectionPercentage","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"WarpOnDestinationChange","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]},{"className":"MLAPI.Prototyping.NetworkTransform","fieldInfos":[{"name":"FixedSendsPerSecond","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"AssumeSyncedSends","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"InterpolatePosition","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"SnapDistance","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"InterpolateServer","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MinMeters","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MinDegrees","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"ExtrapolatePosition","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"MaxSendsToExtrapolate","type":"System.Single","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"Channel","type":"System.String","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableRange","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"EnableNonProvokedResendChecks","type":"System.Boolean","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null},{"name":"DistanceSendrate","type":"UnityEngine.AnimationCurve","flags":{"value__":0},"fixedBufferLength":0,"fixedBufferTypename":null}]}]},{"name":"Unity.RenderPipeline.Universal.ShaderLibrary","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipeline.Universal.ShaderLibrary.dll","types":[]},{"name":"Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary","path":"D:\\TCG\\TCG\\TCG\\Library\\PlayerScriptAssemblies\\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll","types":[]},{"name":"Mono.Cecil.Mdb","path":"D:\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Mdb.dll","types":[]},{"name":"Mono.Cecil.Pdb","path":"D:\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Pdb.dll","types":[]},{"name":"Mono.Cecil.Rocks","path":"D:\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.Rocks.dll","types":[]},{"name":"nunit.framework","path":"D:\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.ext.nunit@1.0.6\\net35\\unity-custom\\nunit.framework.dll","types":[{"className":"NUnit.Framework.ResultStateException","fieldInfos":[]},{"className":"NUnit.Framework.AssertionException","fieldInfos":[]},{"className":"NUnit.Framework.IgnoreException","fieldInfos":[]},{"className":"NUnit.Framework.InconclusiveException","fieldInfos":[]},{"className":"NUnit.Framework.SuccessException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.InvalidDataSourceException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.InvalidTestFixtureException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.NUnitException","fieldInfos":[]},{"className":"NUnit.Framework.Internal.RuntimeFramework","fieldInfos":[]},{"className":"NUnit.Framework.Internal.TestFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.TestFilter+EmptyFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.PropertyFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.ValueMatchFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.TestNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.ClassNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.MethodNameFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.IdFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.AndFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.CategoryFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.NotFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.OrFilter","fieldInfos":[]},{"className":"NUnit.Framework.Internal.Filters.FullNameFilter","fieldInfos":[]}]},{"name":"Mono.Cecil","path":"D:\\TCG\\TCG\\TCG\\Library\\PackageCache\\com.unity.nuget.mono-cecil@1.10.1-preview.1\\Mono.Cecil.dll","types":[{"className":"Mono.Cecil.AssemblyResolutionException","fieldInfos":[]},{"className":"Mono.Cecil.ResolutionException","fieldInfos":[]},{"className":"Mono.Cecil.Cil.SymbolsNotFoundException","fieldInfos":[]},{"className":"Mono.Cecil.Cil.SymbolsNotMatchingException","fieldInfos":[]}]}]}
diff --git a/TCG/Library/BuildPlayerData/response.rsp b/TCG/Library/BuildPlayerData/response.rsp
index 026a7364..28c1d225 100644
--- a/TCG/Library/BuildPlayerData/response.rsp
+++ b/TCG/Library/BuildPlayerData/response.rsp
@@ -1 +1 @@
--a "E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Assembly-CSharp.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipelines.Universal.Shaders.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipelines.Universal.Runtime.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\UnityEngine.TestRunner.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.Timeline.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.TextMeshPro.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipelines.Core.Runtime.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipelines.Core.ShaderLibrary.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.Multiplayer.MLAPI.Runtime.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\UnityEngine.UI.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.Mathematics.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.Multiplayer.MLAPI.Prototyping.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipeline.Universal.ShaderLibrary.dll,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll,E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1\Mono.Cecil.Mdb.dll,E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1\Mono.Cecil.Pdb.dll,E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1\Mono.Cecil.Rocks.dll,E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll,E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1\Mono.Cecil.dll" -s "E:\Unity Projects\2020.2.6f1\Editor\Data\Managed\UnityEngine,E:\Git\TCG\TCG\TCG\Library\PlayerScriptAssemblies,E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1,E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom,E:\Unity Projects\2020.2.6f1\Editor\Data\Managed\UnityEngine,E:\Unity Projects\2020.2.6f1\Editor\Data\NetStandard\ref\2.0.0,E:\Unity Projects\2020.2.6f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard,E:\Unity Projects\2020.2.6f1\Editor\Data\NetStandard\Extensions\2.0.0,E:\Unity Projects\2020.2.6f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx" -o "E:\Git\TCG\TCG\TCG\Library\BuildPlayerData\Player" -rn="RuntimeInitializeOnLoads.json" -tn="TypeDb-All.json"
\ No newline at end of file
+-a "D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Assembly-CSharp.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipelines.Universal.Shaders.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipelines.Universal.Runtime.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\UnityEngine.TestRunner.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.Timeline.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.TextMeshPro.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipelines.Core.Runtime.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipelines.Core.ShaderLibrary.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.Multiplayer.MLAPI.Runtime.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\UnityEngine.UI.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.Mathematics.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.Multiplayer.MLAPI.Prototyping.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipeline.Universal.ShaderLibrary.dll,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies\Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll,D:\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1\Mono.Cecil.Mdb.dll,D:\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1\Mono.Cecil.Pdb.dll,D:\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1\Mono.Cecil.Rocks.dll,D:\TCG\TCG\TCG\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom\nunit.framework.dll,D:\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1\Mono.Cecil.dll" -s "C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Managed\UnityEngine,D:\TCG\TCG\TCG\Library\PlayerScriptAssemblies,D:\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1,D:\TCG\TCG\TCG\Library\PackageCache\com.unity.ext.nunit@1.0.6\net35\unity-custom,C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Managed\UnityEngine,C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\NetStandard\ref\2.0.0,C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\NetStandard\compat\2.0.0\shims\netstandard,C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\NetStandard\Extensions\2.0.0,C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\NetStandard\compat\2.0.0\shims\netfx" -o "D:\TCG\TCG\TCG\Library\BuildPlayerData\Player" -rn="RuntimeInitializeOnLoads.json" -tn="TypeDb-All.json"
\ No newline at end of file
diff --git a/TCG/Library/CurrentLayout-default.dwlt b/TCG/Library/CurrentLayout-default.dwlt
index 46b06255..53b302d3 100644
--- a/TCG/Library/CurrentLayout-default.dwlt
+++ b/TCG/Library/CurrentLayout-default.dwlt
@@ -15,13 +15,13 @@ MonoBehaviour:
m_PixelRect:
serializedVersion: 2
x: 0
- y: 43
- width: 1920
- height: 997
+ y: 42.666668
+ width: 1280
+ height: 637.3334
m_ShowMode: 4
m_Title: Game
m_RootView: {fileID: 2}
- m_MinSize: {x: 875, y: 300}
+ m_MinSize: {x: 875, y: 392}
m_MaxSize: {x: 10000, y: 10000}
m_Maximized: 1
--- !u!114 &2
@@ -44,9 +44,9 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
- width: 1920
- height: 997
- m_MinSize: {x: 875, y: 300}
+ width: 1280
+ height: 637
+ m_MinSize: {x: 875, y: 392}
m_MaxSize: {x: 10000, y: 10000}
m_UseTopView: 1
m_TopViewHeight: 30
@@ -69,13 +69,13 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
- width: 1920
+ width: 1280
height: 30
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
m_LoadedToolbars:
- - {fileID: 23}
- m_MainToolbar: {fileID: 23}
+ - {fileID: 21}
+ m_MainToolbar: {fileID: 21}
m_LastLoadedLayoutName:
--- !u!114 &4
MonoBehaviour:
@@ -93,8 +93,8 @@ MonoBehaviour:
m_Position:
serializedVersion: 2
x: 0
- y: 977
- width: 1920
+ y: 617
+ width: 1280
height: 20
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
@@ -116,12 +116,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 30
- width: 1920
- height: 947
- m_MinSize: {x: 678, y: 342}
- m_MaxSize: {x: 12003, y: 8042}
+ width: 1280
+ height: 587
+ m_MinSize: {x: 677, y: 342}
+ m_MaxSize: {x: 12002, y: 8042}
vertical: 1
- controlID: 106
+ controlID: 2299
--- !u!114 &6
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -141,12 +141,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
- width: 1920
- height: 947
- m_MinSize: {x: 678, y: 342}
- m_MaxSize: {x: 12003, y: 8042}
+ width: 1280
+ height: 587
+ m_MinSize: {x: 677, y: 342}
+ m_MaxSize: {x: 12002, y: 8042}
vertical: 0
- controlID: 107
+ controlID: 2300
--- !u!114 &7
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -166,12 +166,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
- width: 1642
- height: 947
- m_MinSize: {x: 403, y: 342}
- m_MaxSize: {x: 8003, y: 8042}
+ width: 1004
+ height: 587
+ m_MinSize: {x: 401, y: 342}
+ m_MaxSize: {x: 8001, y: 8042}
vertical: 1
- controlID: 108
+ controlID: 2301
--- !u!114 &8
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -191,12 +191,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
- width: 1642
- height: 676
- m_MinSize: {x: 403, y: 221}
- m_MaxSize: {x: 8003, y: 4021}
+ width: 1004
+ height: 466
+ m_MinSize: {x: 401, y: 221}
+ m_MaxSize: {x: 8001, y: 4021}
vertical: 0
- controlID: 109
+ controlID: 2302
--- !u!114 &9
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -214,8 +214,8 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
- width: 203
- height: 676
+ width: 200.66667
+ height: 466
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
m_ActualView: {fileID: 14}
@@ -233,25 +233,24 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
- m_Name: SceneView
+ m_Name: GameView
m_EditorClassIdentifier:
m_Children: []
m_Position:
serializedVersion: 2
- x: 203
+ x: 200.66667
y: 0
- width: 1439
- height: 676
+ width: 803.3333
+ height: 466
m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 4002, y: 4021}
- m_ActualView: {fileID: 15}
+ m_ActualView: {fileID: 13}
m_Panes:
- {fileID: 15}
- {fileID: 16}
- - {fileID: 17}
- {fileID: 13}
- m_Selected: 0
- m_LastSelected: 3
+ m_Selected: 2
+ m_LastSelected: 0
--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -268,18 +267,17 @@ MonoBehaviour:
m_Position:
serializedVersion: 2
x: 0
- y: 676
- width: 1642
- height: 271
+ y: 466
+ width: 1004
+ height: 121
m_MinSize: {x: 101, y: 121}
m_MaxSize: {x: 4001, y: 4021}
- m_ActualView: {fileID: 18}
+ m_ActualView: {fileID: 17}
m_Panes:
+ - {fileID: 17}
- {fileID: 18}
- - {fileID: 19}
- - {fileID: 20}
m_Selected: 0
- m_LastSelected: 2
+ m_LastSelected: 1
--- !u!114 &12
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -295,18 +293,18 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
- x: 1642
+ x: 1004
y: 0
- width: 278
- height: 947
- m_MinSize: {x: 275, y: 50}
- m_MaxSize: {x: 4000, y: 4000}
- m_ActualView: {fileID: 21}
+ width: 276
+ height: 587
+ m_MinSize: {x: 276, y: 71}
+ m_MaxSize: {x: 4001, y: 4021}
+ m_ActualView: {fileID: 19}
m_Panes:
- - {fileID: 21}
- - {fileID: 22}
+ - {fileID: 19}
+ - {fileID: 20}
m_Selected: 0
- m_LastSelected: 1
+ m_LastSelected: 0
--- !u!114 &13
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -323,15 +321,15 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Game
- m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: 257045534191678443, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 2123
- y: 73
- width: 1437
- height: 655
+ x: 200.66667
+ y: 72.66667
+ width: 801.3333
+ height: 445
m_ViewDataDictionary: {fileID: 0}
m_SerializedViewNames: []
m_SerializedViewValues: []
@@ -343,7 +341,7 @@ MonoBehaviour:
m_TextureFilterMode: 0
m_TextureHideFlags: 61
m_RenderIMGUI: 1
- m_MaximizeOnPlay: 0
+ m_MaximizeOnPlay: 1
m_UseMipMap: 0
m_VSyncEnabled: 0
m_Gizmos: 0
@@ -354,10 +352,10 @@ MonoBehaviour:
m_VRangeLocked: 0
hZoomLockedByDefault: 0
vZoomLockedByDefault: 0
- m_HBaseRangeMin: -960
- m_HBaseRangeMax: 960
- m_VBaseRangeMin: -540
- m_VBaseRangeMax: 540
+ m_HBaseRangeMin: -640
+ m_HBaseRangeMax: 640
+ m_VBaseRangeMin: -360
+ m_VBaseRangeMax: 360
m_HAllowExceedBaseRangeMin: 1
m_HAllowExceedBaseRangeMax: 1
m_VAllowExceedBaseRangeMin: 1
@@ -366,7 +364,7 @@ MonoBehaviour:
m_HSlider: 0
m_VSlider: 0
m_IgnoreScrollWheelUntilClicked: 0
- m_EnableMouseInput: 0
+ m_EnableMouseInput: 1
m_EnableSliderZoomHorizontal: 0
m_EnableSliderZoomVertical: 0
m_UniformScale: 1
@@ -375,23 +373,23 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 21
- width: 1437
- height: 634
- m_Scale: {x: 0.587037, y: 0.587037}
- m_Translation: {x: 718.5, y: 317}
+ width: 801.3333
+ height: 424
+ m_Scale: {x: 0.5888889, y: 0.5888889}
+ m_Translation: {x: 400.66663, y: 212}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
m_MarginBottom: 0
m_LastShownAreaInsideMargins:
serializedVersion: 2
- x: -1223.9432
- y: -540
- width: 2447.8865
- height: 1080
+ x: -680.3773
+ y: -360
+ width: 1360.7546
+ height: 720
m_MinimalGUI: 1
- m_defaultScale: 0.587037
- m_LastWindowPixelSize: {x: 1437, y: 655}
+ m_defaultScale: 0.5888889
+ m_LastWindowPixelSize: {x: 1202, y: 667.5}
m_ClearInEditMode: 1
m_NoCameraWarning: 0
m_LowResolutionForAspectRatios: 01000000000000000000
@@ -413,22 +411,22 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Hierarchy
- m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: -9000905672528348964, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 0
- y: 73
- width: 202
- height: 655
+ y: 72.66667
+ width: 199.66667
+ height: 445
m_ViewDataDictionary: {fileID: 0}
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
- m_ExpandedIDs: 1ed0ffff98d0ffff0ed2ffff6ae2ffffe4e2ffff5ee4ffffdcf7ffff56f8ffffccf9ffff54fbffff
+ m_ExpandedIDs: e84affff4c4bffffc64cffff9e5dffff025effff665fffff088bffff6c8bffffe68cffff5a8fffffd2b2ffff36b3ffff34ebffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -468,15 +466,15 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Scene
- m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: -131512000283675692, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 203
- y: 73
- width: 1437
- height: 655
+ x: 270
+ y: 72.66667
+ width: 732
+ height: 385
m_ViewDataDictionary: {fileID: 0}
m_ShowContextualTools: 0
m_WindowGUID: 28b8fe5d0a69a304aa7808261f67bc5d
@@ -520,27 +518,27 @@ MonoBehaviour:
m_Size: {x: 0.5, y: 0.5}
yGrid:
m_Fade:
- m_Target: 1
+ m_Target: 0
speed: 2
- m_Value: 1
+ m_Value: 0
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
m_Pivot: {x: 0, y: 0, z: 0}
- m_Size: {x: 0.5, y: 0.5}
+ m_Size: {x: 1, y: 1}
zGrid:
m_Fade:
- m_Target: 0
+ m_Target: 1
speed: 2
- m_Value: 0
+ m_Value: 1
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
m_Pivot: {x: 0, y: 0, z: 0}
- m_Size: {x: 0.5, y: 0.5}
+ m_Size: {x: 1, y: 1}
m_ShowGrid: 1
m_GridAxis: 1
m_gridOpacity: 0.5
m_Rotation:
m_Target: {x: 0.38992172, y: 0.041519694, z: -0.019754592, w: 0.92040986}
speed: 2
- m_Value: {x: 0.38966706, y: 0.041492578, z: -0.019741692, w: 0.91980875}
+ m_Value: {x: -0.3899217, y: -0.041519694, z: 0.019754592, w: -0.92040986}
m_Size:
m_Target: 1.701529
speed: 2
@@ -562,7 +560,7 @@ MonoBehaviour:
m_FarClip: 10000
m_DynamicClip: 1
m_OcclusionCulling: 0
- m_LastSceneViewRotation: {x: 0.42306817, y: 0.027229887, z: -0.014808995, w: 0.9062835}
+ m_LastSceneViewRotation: {x: 0.38992172, y: 0.041519694, z: -0.019754592, w: 0.92040986}
m_LastSceneViewOrtho: 0
m_ReplacementShader: {fileID: 0}
m_ReplacementString:
@@ -585,7 +583,7 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Asset Store
- m_Image: {fileID: -8693916549880196297, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: -4391848389275900105, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
@@ -596,307 +594,6 @@ MonoBehaviour:
height: 655
m_ViewDataDictionary: {fileID: 0}
--- !u!114 &17
-MonoBehaviour:
- m_ObjectHideFlags: 52
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 0}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 924ffcbe75518854f97b48776d0f1939, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_MinSize: {x: 100, y: 100}
- m_MaxSize: {x: 4000, y: 4000}
- m_TitleContent:
- m_Text: FieldCardHex
- m_Image: {fileID: 2800000, guid: 7129268cf102b2f45809905bcb27ce8b, type: 3}
- m_Tooltip:
- m_Pos:
- serializedVersion: 2
- x: 2149
- y: 73
- width: 1411
- height: 655
- m_ViewDataDictionary: {fileID: 0}
- m_Selected: 4599514e14b6a2b44ac7e9136731d9db
- m_GraphObject: {fileID: 0}
- m_LastSerializedFileContents: "{\n \"m_SGVersion\": 2,\n \"m_Type\": \"UnityEditor.ShaderGraph.GraphData\",\n
- \"m_ObjectId\": \"b7da053f127744faa64aec494fbbef17\",\n \"m_Properties\":
- [\n {\n \"m_Id\": \"2fa88b09cbca4c3bbc47b1984362e978\"\n
- }\n ],\n \"m_Keywords\": [],\n \"m_Nodes\": [\n {\n
- \"m_Id\": \"13f3d55eb75c4ec5addb35a5cea9e9dc\"\n },\n {\n
- \"m_Id\": \"2d23bddcf94e48f1aef8d767cd214eaa\"\n },\n {\n
- \"m_Id\": \"0613b641eae34569bcec6e6e35147159\"\n },\n {\n
- \"m_Id\": \"3481945d2a5a4695a4b618d790f26f9c\"\n },\n {\n
- \"m_Id\": \"5f975d256be445e69278daac54a72157\"\n },\n {\n
- \"m_Id\": \"04f7e2482a464fa9a19fb24e3094b068\"\n },\n {\n
- \"m_Id\": \"1ed2268823554af78df9c88f54be3d60\"\n },\n {\n
- \"m_Id\": \"3a5da0edb4684af2b08944ec1b4c86af\"\n }\n ],\n \"m_GroupDatas\":
- [],\n \"m_StickyNoteDatas\": [],\n \"m_Edges\": [\n {\n
- \"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
- \"04f7e2482a464fa9a19fb24e3094b068\"\n },\n \"m_SlotId\":
- 3\n },\n \"m_InputSlot\": {\n \"m_Node\":
- {\n \"m_Id\": \"1ed2268823554af78df9c88f54be3d60\"\n
- },\n \"m_SlotId\": 0\n }\n },\n {\n
- \"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
- \"1ed2268823554af78df9c88f54be3d60\"\n },\n \"m_SlotId\":
- 3\n },\n \"m_InputSlot\": {\n \"m_Node\":
- {\n \"m_Id\": \"5f975d256be445e69278daac54a72157\"\n
- },\n \"m_SlotId\": 2\n }\n },\n {\n
- \"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
- \"3a5da0edb4684af2b08944ec1b4c86af\"\n },\n \"m_SlotId\":
- 0\n },\n \"m_InputSlot\": {\n \"m_Node\":
- {\n \"m_Id\": \"5f975d256be445e69278daac54a72157\"\n
- },\n \"m_SlotId\": 1\n }\n },\n {\n
- \"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
- \"5f975d256be445e69278daac54a72157\"\n },\n \"m_SlotId\":
- 0\n },\n \"m_InputSlot\": {\n \"m_Node\":
- {\n \"m_Id\": \"3481945d2a5a4695a4b618d790f26f9c\"\n
- },\n \"m_SlotId\": 0\n }\n }\n ],\n \"m_VertexContext\":
- {\n \"m_Position\": {\n \"x\": 0.0,\n \"y\": 0.0\n
- },\n \"m_Blocks\": [\n {\n \"m_Id\": \"13f3d55eb75c4ec5addb35a5cea9e9dc\"\n
- },\n {\n \"m_Id\": \"2d23bddcf94e48f1aef8d767cd214eaa\"\n
- },\n {\n \"m_Id\": \"0613b641eae34569bcec6e6e35147159\"\n
- }\n ]\n },\n \"m_FragmentContext\": {\n \"m_Position\": {\n
- \"x\": 0.0,\n \"y\": 200.0\n },\n \"m_Blocks\": [\n
- {\n \"m_Id\": \"3481945d2a5a4695a4b618d790f26f9c\"\n
- }\n ]\n },\n \"m_PreviewData\": {\n \"serializedMesh\": {\n
- \"m_SerializedMesh\": \"{\\\"mesh\\\":{\\\"fileID\\\":-2432090755550338912,\\\"guid\\\":\\\"5f1522b3987f1014bba54a8571d54ab0\\\",\\\"type\\\":3}}\",\n
- \"m_Guid\": \"\"\n }\n },\n \"m_Path\": \"Shader Graphs\",\n
- \"m_ConcretePrecision\": 0,\n \"m_PreviewMode\": 2,\n \"m_OutputNode\":
- {\n \"m_Id\": \"\"\n },\n \"m_ActiveTargets\": [\n {\n
- \"m_Id\": \"e9a6471121c04a5ca173292558be6191\"\n }\n ]\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.TilingAndOffsetNode\",\n
- \"m_ObjectId\": \"04f7e2482a464fa9a19fb24e3094b068\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"Tiling And Offset\",\n \"m_DrawState\":
- {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
- \"2\",\n \"x\": -1146.0,\n \"y\": -322.0,\n
- \"width\": 208.0,\n \"height\": 326.0\n }\n },\n \"m_Slots\":
- [\n {\n \"m_Id\": \"2feaa8e217cf49ca9318632fc98c2af7\"\n
- },\n {\n \"m_Id\": \"9db469cd47fc4d048ba2657a1b97eb18\"\n
- },\n {\n \"m_Id\": \"14379a7c2ba342f2a1f4ae965a194f33\"\n
- },\n {\n \"m_Id\": \"bb769500be8e42779e3e19ab276aad53\"\n
- }\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n }\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.BlockNode\",\n
- \"m_ObjectId\": \"0613b641eae34569bcec6e6e35147159\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"VertexDescription.Tangent\",\n \"m_DrawState\":
- {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
- \"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n \"width\":
- 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\": [\n
- {\n \"m_Id\": \"48a5c66bf8cb4b2eb46c8a0d85fe0fa7\"\n }\n
- ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_SerializedDescriptor\": \"VertexDescription.Tangent\"\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.BlockNode\",\n
- \"m_ObjectId\": \"13f3d55eb75c4ec5addb35a5cea9e9dc\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"VertexDescription.Position\",\n
- \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n
- \"serializedVersion\": \"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n
- \"width\": 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\":
- [\n {\n \"m_Id\": \"8e8b15eb88914468a65658369f153546\"\n
- }\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_SerializedDescriptor\": \"VertexDescription.Position\"\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\",\n
- \"m_ObjectId\": \"14379a7c2ba342f2a1f4ae965a194f33\",\n \"m_Id\": 2,\n
- \"m_DisplayName\": \"Offset\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"Offset\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- {\n \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_DefaultValue\": {\n
- \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.RotateNode\",\n \"m_ObjectId\":
- \"1ed2268823554af78df9c88f54be3d60\",\n \"m_Group\": {\n \"m_Id\":
- \"\"\n },\n \"m_Name\": \"Rotate\",\n \"m_DrawState\": {\n \"m_Expanded\":
- true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n
- \"x\": -848.0,\n \"y\": -214.0,\n \"width\": 208.0,\n
- \"height\": 362.0\n }\n },\n \"m_Slots\": [\n {\n
- \"m_Id\": \"67cdce6b55074a53b1e386d3c9d1fb1d\"\n },\n {\n
- \"m_Id\": \"a8d40f3b1ee44da0aca9c3429555bda1\"\n },\n {\n
- \"m_Id\": \"820944b7452f4f13bc51f4ae17646dc4\"\n },\n {\n
- \"m_Id\": \"3e8fda5b79414f17a20a7e57f1c17478\"\n }\n ],\n \"synonyms\":
- [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_PreviewMode\":
- 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n },\n
- \"m_Unit\": 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.BlockNode\",\n
- \"m_ObjectId\": \"2d23bddcf94e48f1aef8d767cd214eaa\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"VertexDescription.Normal\",\n \"m_DrawState\":
- {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
- \"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n \"width\":
- 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\": [\n
- {\n \"m_Id\": \"97f8a59a5b9840cdbcd29a5a6f392d39\"\n }\n
- ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_SerializedDescriptor\": \"VertexDescription.Normal\"\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty\",\n
- \"m_ObjectId\": \"2fa88b09cbca4c3bbc47b1984362e978\",\n \"m_Guid\": {\n
- \"m_GuidSerialized\": \"679ed42e-fa6c-4c6b-ba64-2e06ddf80934\"\n },\n \"m_Name\":
- \"_CardArt\",\n \"m_DefaultReferenceName\": \"Texture2D_2fa88b09cbca4c3bbc47b1984362e978\",\n
- \"m_OverrideReferenceName\": \"\",\n \"m_GeneratePropertyBlock\": true,\n
- \"m_Precision\": 0,\n \"overrideHLSLDeclaration\": true,\n \"hlslDeclarationOverride\":
- 2,\n \"m_Hidden\": false,\n \"m_Value\": {\n \"m_SerializedTexture\":
- \"{\\\"texture\\\":{\\\"fileID\\\":10309,\\\"guid\\\":\\\"0000000000000000f000000000000000\\\",\\\"type\\\":0}}\",\n
- \"m_Guid\": \"\"\n },\n \"m_Modifiable\": true,\n \"m_DefaultType\":
- 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.UVMaterialSlot\",\n
- \"m_ObjectId\": \"2feaa8e217cf49ca9318632fc98c2af7\",\n \"m_Id\": 0,\n
- \"m_DisplayName\": \"UV\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"UV\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- {\n \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_DefaultValue\": {\n
- \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_Labels\": [],\n \"m_Channel\":
- 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget\",\n
- \"m_ObjectId\": \"31a5e0dd1a5d4cb1a7d432b3a6028dcb\"\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n \"m_ObjectId\":
- \"32c7d73be6584cb399dd947be37fbb42\",\n \"m_Id\": 7,\n \"m_DisplayName\":
- \"A\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"A\",\n \"m_StageCapability\": 2,\n \"m_Value\": 0.0,\n \"m_DefaultValue\":
- 0.0,\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.ShaderGraph.BlockNode\",\n \"m_ObjectId\": \"3481945d2a5a4695a4b618d790f26f9c\",\n
- \"m_Group\": {\n \"m_Id\": \"\"\n },\n \"m_Name\": \"SurfaceDescription.BaseColor\",\n
- \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n
- \"serializedVersion\": \"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n
- \"width\": 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\":
- [\n {\n \"m_Id\": \"a1ce6de68f634de0ab50be1602d48f14\"\n
- }\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_SerializedDescriptor\": \"SurfaceDescription.BaseColor\"\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.PropertyNode\",\n
- \"m_ObjectId\": \"3a5da0edb4684af2b08944ec1b4c86af\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"Property\",\n \"m_DrawState\": {\n
- \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
- \"2\",\n \"x\": -753.0,\n \"y\": -359.0,\n \"width\":
- 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\": [\n
- {\n \"m_Id\": \"b0e7ce4cb4234af0a10371c0292b83f1\"\n }\n
- ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_Property\": {\n \"m_Id\": \"2fa88b09cbca4c3bbc47b1984362e978\"\n
- }\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\",\n
- \"m_ObjectId\": \"3e8fda5b79414f17a20a7e57f1c17478\",\n \"m_Id\": 3,\n
- \"m_DisplayName\": \"Out\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"Out\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- {\n \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_DefaultValue\": {\n
- \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.UVMaterialSlot\",\n \"m_ObjectId\":
- \"413293df8b324fad8bac7ce959118705\",\n \"m_Id\": 2,\n \"m_DisplayName\":
- \"UV\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"UV\",\n \"m_StageCapability\": 3,\n \"m_Value\": {\n \"x\": 0.0,\n
- \"y\": 0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\":
- 0.0\n },\n \"m_Labels\": [],\n \"m_Channel\": 0\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.TangentMaterialSlot\",\n \"m_ObjectId\":
- \"48a5c66bf8cb4b2eb46c8a0d85fe0fa7\",\n \"m_Id\": 0,\n \"m_DisplayName\":
- \"Tangent\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"Tangent\",\n \"m_StageCapability\": 1,\n \"m_Value\": {\n \"x\":
- 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n \"m_DefaultValue\":
- {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n
- \"m_Labels\": [],\n \"m_Space\": 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.ShaderGraph.Vector4MaterialSlot\",\n \"m_ObjectId\": \"4cf0bdc3a4f447049df4f0a6b381c963\",\n
- \"m_Id\": 0,\n \"m_DisplayName\": \"RGBA\",\n \"m_SlotType\": 1,\n \"m_Hidden\":
- false,\n \"m_ShaderOutputName\": \"RGBA\",\n \"m_StageCapability\": 2,\n
- \"m_Value\": {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0,\n
- \"w\": 0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\":
- 0.0,\n \"z\": 0.0,\n \"w\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.SampleTexture2DNode\",\n
- \"m_ObjectId\": \"5f975d256be445e69278daac54a72157\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"Sample Texture 2D\",\n \"m_DrawState\":
- {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
- \"2\",\n \"x\": -587.0000610351563,\n \"y\": -300.0,\n
- \"width\": 208.0,\n \"height\": 437.0\n }\n },\n \"m_Slots\":
- [\n {\n \"m_Id\": \"4cf0bdc3a4f447049df4f0a6b381c963\"\n
- },\n {\n \"m_Id\": \"bf0003df1dae468886b8ffceb1ec78a5\"\n
- },\n {\n \"m_Id\": \"d72103375eb34bd682b026206193fe67\"\n
- },\n {\n \"m_Id\": \"b61c24bc5d024c63bf6ada75a89c0fb1\"\n
- },\n {\n \"m_Id\": \"32c7d73be6584cb399dd947be37fbb42\"\n
- },\n {\n \"m_Id\": \"c80d599969ee4bc692a65b24f45a2408\"\n
- },\n {\n \"m_Id\": \"413293df8b324fad8bac7ce959118705\"\n
- },\n {\n \"m_Id\": \"97218ce4e7a5436aacd7a49f9c5d9c12\"\n
- }\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_TextureType\": 0,\n \"m_NormalMapSpace\": 0\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.UVMaterialSlot\",\n
- \"m_ObjectId\": \"67cdce6b55074a53b1e386d3c9d1fb1d\",\n \"m_Id\": 0,\n
- \"m_DisplayName\": \"UV\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"UV\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- {\n \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_DefaultValue\": {\n
- \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_Labels\": [],\n \"m_Channel\":
- 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n
- \"m_ObjectId\": \"820944b7452f4f13bc51f4ae17646dc4\",\n \"m_Id\": 2,\n
- \"m_DisplayName\": \"Rotation\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"Rotation\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- 0.0,\n \"m_DefaultValue\": 0.0,\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.PositionMaterialSlot\",\n \"m_ObjectId\":
- \"8e8b15eb88914468a65658369f153546\",\n \"m_Id\": 0,\n \"m_DisplayName\":
- \"Position\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"Position\",\n \"m_StageCapability\": 1,\n \"m_Value\": {\n \"x\":
- 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n \"m_DefaultValue\":
- {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n
- \"m_Labels\": [],\n \"m_Space\": 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.ShaderGraph.SamplerStateMaterialSlot\",\n \"m_ObjectId\": \"97218ce4e7a5436aacd7a49f9c5d9c12\",\n
- \"m_Id\": 3,\n \"m_DisplayName\": \"Sampler\",\n \"m_SlotType\": 0,\n
- \"m_Hidden\": false,\n \"m_ShaderOutputName\": \"Sampler\",\n \"m_StageCapability\":
- 3,\n \"m_BareResource\": false\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.ShaderGraph.NormalMaterialSlot\",\n \"m_ObjectId\": \"97f8a59a5b9840cdbcd29a5a6f392d39\",\n
- \"m_Id\": 0,\n \"m_DisplayName\": \"Normal\",\n \"m_SlotType\": 0,\n
- \"m_Hidden\": false,\n \"m_ShaderOutputName\": \"Normal\",\n \"m_StageCapability\":
- 1,\n \"m_Value\": {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\":
- 0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\": 0.0,\n
- \"z\": 0.0\n },\n \"m_Labels\": [],\n \"m_Space\": 0\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\",\n \"m_ObjectId\":
- \"9db469cd47fc4d048ba2657a1b97eb18\",\n \"m_Id\": 1,\n \"m_DisplayName\":
- \"Tiling\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"Tiling\",\n \"m_StageCapability\": 3,\n \"m_Value\": {\n \"x\":
- 2.0,\n \"y\": 2.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n
- \"y\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\": 0,\n
- \"m_Type\": \"UnityEditor.ShaderGraph.ColorRGBMaterialSlot\",\n \"m_ObjectId\":
- \"a1ce6de68f634de0ab50be1602d48f14\",\n \"m_Id\": 0,\n \"m_DisplayName\":
- \"Base Color\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"BaseColor\",\n \"m_StageCapability\": 2,\n \"m_Value\": {\n \"x\":
- 0.5,\n \"y\": 0.5,\n \"z\": 0.5\n },\n \"m_DefaultValue\":
- {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n
- \"m_Labels\": [],\n \"m_ColorMode\": 0,\n \"m_DefaultColor\": {\n
- \"r\": 0.5,\n \"g\": 0.5,\n \"b\": 0.5,\n \"a\": 1.0\n
- }\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\",\n
- \"m_ObjectId\": \"a8d40f3b1ee44da0aca9c3429555bda1\",\n \"m_Id\": 1,\n
- \"m_DisplayName\": \"Center\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"Center\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- {\n \"x\": 0.5,\n \"y\": 0.5\n },\n \"m_DefaultValue\": {\n
- \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Texture2DMaterialSlot\",\n \"m_ObjectId\":
- \"b0e7ce4cb4234af0a10371c0292b83f1\",\n \"m_Id\": 0,\n \"m_DisplayName\":
- \"_CardArt\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"Out\",\n \"m_StageCapability\": 3,\n \"m_BareResource\": false\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n
- \"m_ObjectId\": \"b61c24bc5d024c63bf6ada75a89c0fb1\",\n \"m_Id\": 6,\n
- \"m_DisplayName\": \"B\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"B\",\n \"m_StageCapability\": 2,\n \"m_Value\":
- 0.0,\n \"m_DefaultValue\": 0.0,\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\",\n \"m_ObjectId\":
- \"bb769500be8e42779e3e19ab276aad53\",\n \"m_Id\": 3,\n \"m_DisplayName\":
- \"Out\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"Out\",\n \"m_StageCapability\": 3,\n \"m_Value\": {\n \"x\": 0.0,\n
- \"y\": 0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\":
- 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n \"m_ObjectId\": \"bf0003df1dae468886b8ffceb1ec78a5\",\n
- \"m_Id\": 4,\n \"m_DisplayName\": \"R\",\n \"m_SlotType\": 1,\n \"m_Hidden\":
- false,\n \"m_ShaderOutputName\": \"R\",\n \"m_StageCapability\": 2,\n
- \"m_Value\": 0.0,\n \"m_DefaultValue\": 0.0,\n \"m_Labels\": []\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Texture2DInputMaterialSlot\",\n
- \"m_ObjectId\": \"c80d599969ee4bc692a65b24f45a2408\",\n \"m_Id\": 1,\n
- \"m_DisplayName\": \"Texture\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"Texture\",\n \"m_StageCapability\": 3,\n \"m_BareResource\":
- false,\n \"m_Texture\": {\n \"m_SerializedTexture\": \"{\\\"texture\\\":{\\\"fileID\\\":2800000,\\\"guid\\\":\\\"f5bbc2b5cea199741a4848e2ae2936b9\\\",\\\"type\\\":3}}\",\n
- \"m_Guid\": \"\"\n },\n \"m_DefaultType\": 0\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n \"m_ObjectId\":
- \"d72103375eb34bd682b026206193fe67\",\n \"m_Id\": 5,\n \"m_DisplayName\":
- \"G\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"G\",\n \"m_StageCapability\": 2,\n \"m_Value\": 0.0,\n \"m_DefaultValue\":
- 0.0,\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget\",\n \"m_ObjectId\":
- \"e9a6471121c04a5ca173292558be6191\",\n \"m_ActiveSubTarget\": {\n
- \"m_Id\": \"31a5e0dd1a5d4cb1a7d432b3a6028dcb\"\n },\n \"m_SurfaceType\":
- 0,\n \"m_AlphaMode\": 0,\n \"m_TwoSided\": false,\n \"m_AlphaClip\":
- false,\n \"m_CustomEditorGUI\": \"\"\n}\n\n"
- m_AssetMaybeChangedOnDisk: 0
- m_AssetMaybeDeleted: 0
---- !u!114 &18
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -912,17 +609,17 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Console
- m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: -3303252850963283158, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 0
- y: 749
- width: 1641
- height: 250
+ y: 538.6667
+ width: 1003
+ height: 100
m_ViewDataDictionary: {fileID: 0}
---- !u!114 &19
+--- !u!114 &18
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -938,14 +635,14 @@ MonoBehaviour:
m_MaxSize: {x: 10000, y: 10000}
m_TitleContent:
m_Text: Project
- m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: -2032128904892744680, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 1920
- y: 749
- width: 1641
+ x: 0
+ y: 388.6667
+ width: 1003
height: 250
m_ViewDataDictionary: {fileID: 0}
m_SearchFilter:
@@ -961,22 +658,22 @@ MonoBehaviour:
m_SkipHidden: 1
m_SearchArea: 1
m_Folders:
- - Assets/_Scripts
+ - Assets/Prefabs/UI
m_Globs: []
m_OriginalText:
m_ViewMode: 1
m_StartGridSize: 64
m_LastFolders:
- - Assets/_Scripts
+ - Assets/Prefabs/UI
m_LastFoldersGridSize: -1
- m_LastProjectPath: E:\Git\TCG\TCG\TCG
+ m_LastProjectPath: D:\TCG\TCG\TCG
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
- scrollPos: {x: 0, y: 79}
- m_SelectedIDs: e4580000
- m_LastClickedID: 22756
- m_ExpandedIDs: 00000000e2580000e4580000e6580000e8580000ea580000ec580000ee580000f0580000f2580000f4580000e264000000ca9a3b
+ scrollPos: {x: 0, y: 404}
+ m_SelectedIDs: a6550000
+ m_LastClickedID: 21926
+ m_ExpandedIDs: 000000008e53000090530000925300009453000096530000985300009a5300009c5300009e530000a053000000ca9a3b
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -1004,7 +701,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
- m_ExpandedIDs: 00000000e2580000e4580000e6580000e8580000ea580000ec580000ee580000f0580000f2580000f4580000
+ m_ExpandedIDs: 000000008e53000090530000925300009453000096530000985300009a5300009c5300009e530000a053000000ca9a3b
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -1029,8 +726,8 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_ListAreaState:
- m_SelectedInstanceIDs:
- m_LastClickedInstanceID: 0
+ m_SelectedInstanceIDs: a86e0000
+ m_LastClickedInstanceID: 28328
m_HadKeyboardFocusLastEvent: 1
m_ExpandedInstanceIDs: c623000006410000d26500009846000030500000000000008c5c0000
m_RenameOverlay:
@@ -1060,882 +757,7 @@ MonoBehaviour:
m_GridSize: 64
m_SkipHiddenPackages: 1
m_DirectoriesAreaWidth: 140
---- !u!114 &20
-MonoBehaviour:
- m_ObjectHideFlags: 52
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 0}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 12070, guid: 0000000000000000e000000000000000, type: 0}
- m_Name:
- m_EditorClassIdentifier:
- m_MinSize: {x: 880, y: 216}
- m_MaxSize: {x: 4000, y: 4000}
- m_TitleContent:
- m_Text: Profiler
- m_Image: {fileID: -1089619856830078684, guid: 0000000000000000d000000000000000,
- type: 0}
- m_Tooltip:
- m_Pos:
- serializedVersion: 2
- x: 1920
- y: 749
- width: 1641
- height: 250
- m_ViewDataDictionary: {fileID: 0}
- m_VertSplit:
- ID: 359
- splitterInitialOffset: 148
- currentActiveSplitter: -1
- realSizes:
- - 129
- - 100
- relativeSizes:
- - 0.5633188
- - 0.4366812
- minSizes:
- - 100
- - 100
- maxSizes:
- - 0
- - 0
- lastTotalSize: 229
- splitSize: 6
- xOffset: 0
- m_Version: 1
- oldRealSizes: 8400000066000000
- oldMinSizes: 6400000064000000
- oldMaxSizes: 0000000000000000
- oldSplitSize: 6
- m_Recording: 0
- m_ActiveNativePlatformSupportModuleName:
- m_SelectedModuleIndex: 0
- m_Modules:
- - id: 0
- - id: 1
- - id: 2
- - id: 3
- - id: 4
- - id: 5
- - id: 6
- - id: 7
- - id: 8
- - id: 9
- - id: 10
- - id: 11
- - id: 12
- - id: 13
- m_ProfilerWindowControllerProxy:
- id: 14
- m_CallstackRecordMode: 1
- m_ClearOnPlay: 0
- references:
- version: 1
- 00000000:
- type: {class: CPUProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: CPU Usage
- m_IconName: Profiler.CPU
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Rendering
- - m_Category: NoCategory
- m_Name: Scripts
- - m_Category: NoCategory
- m_Name: Physics
- - m_Category: NoCategory
- m_Name: Animation
- - m_Category: NoCategory
- m_Name: GarbageCollector
- - m_Category: NoCategory
- m_Name: VSync
- - m_Category: NoCategory
- m_Name: Global Illumination
- - m_Category: NoCategory
- m_Name: UI
- - m_Category: NoCategory
- m_Name: Others
- m_DetailCounters: []
- m_ChartType: 0
- m_PaneScroll: {x: 0, y: 0}
- m_ViewType: 0
- updateViewLive: 0
- m_ProfilerViewFilteringOptions: 1
- m_FrameDataHierarchyView:
- m_Serialized: 1
- m_TreeViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_MultiColumnHeaderState:
- m_Columns:
- - width: 200
- sortedAscending: 1
- - width: 80
- sortedAscending: 0
- - width: 80
- sortedAscending: 0
- - width: 80
- sortedAscending: 0
- - width: 80
- sortedAscending: 0
- - width: 80
- sortedAscending: 0
- - width: 80
- sortedAscending: 0
- - width: 25
- sortedAscending: 0
- m_VisibleColumns: 0000000001000000020000000300000004000000050000000600000007000000
- m_SortedColumns: 05000000
- m_ThreadIndex: 0
- m_DetailedViewType: 0
- m_DetailedViewSpliterState:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: -1
- realSizes:
- - 0
- - 0
- relativeSizes:
- - 0.7
- - 0.3
- minSizes:
- - 450
- - 50
- maxSizes:
- - 0
- - 0
- lastTotalSize: 0
- splitSize: 6
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_DetailedObjectsView:
- m_SelectedID: 0
- m_TreeViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_MultiColumnHeaderState:
- m_Columns: []
- m_VisibleColumns:
- m_SortedColumns:
- m_VertSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: 0
- realSizes: []
- relativeSizes: []
- minSizes: []
- maxSizes: []
- lastTotalSize: 0
- splitSize: 0
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_DetailedCallsView:
- m_SelectedID: -1
- m_VertSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: 0
- realSizes: []
- relativeSizes: []
- minSizes: []
- maxSizes: []
- lastTotalSize: 0
- splitSize: 0
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_CalleesTreeView:
- m_ViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_ViewHeaderState:
- m_Columns:
- - width: 150
- sortedAscending: 1
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- m_VisibleColumns: 0000000001000000020000000300000004000000
- m_SortedColumns: 03000000
- m_CallersTreeView:
- m_ViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_ViewHeaderState:
- m_Columns:
- - width: 150
- sortedAscending: 1
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- m_VisibleColumns: 0000000001000000020000000300000004000000
- m_SortedColumns: 03000000
- m_ThreadName: Main Thread
- 00000001:
- type: {class: GPUProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: GPU Usage
- m_IconName: Profiler.GPU
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Opaque
- - m_Category: NoCategory
- m_Name: Transparent
- - m_Category: NoCategory
- m_Name: Shadows/Depth
- - m_Category: NoCategory
- m_Name: Deferred PrePass
- - m_Category: NoCategory
- m_Name: Deferred Lighting
- - m_Category: NoCategory
- m_Name: PostProcess
- - m_Category: NoCategory
- m_Name: Other
- m_DetailCounters: []
- m_ChartType: 0
- m_PaneScroll: {x: 0, y: 0}
- m_ViewType: 0
- updateViewLive: 0
- m_ProfilerViewFilteringOptions: 1
- m_FrameDataHierarchyView:
- m_Serialized: 0
- m_TreeViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_MultiColumnHeaderState:
- m_Columns: []
- m_VisibleColumns:
- m_SortedColumns:
- m_ThreadIndex: 0
- m_DetailedViewType: 0
- m_DetailedViewSpliterState:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: 0
- realSizes: []
- relativeSizes: []
- minSizes: []
- maxSizes: []
- lastTotalSize: 0
- splitSize: 0
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_DetailedObjectsView:
- m_SelectedID: 0
- m_TreeViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_MultiColumnHeaderState:
- m_Columns: []
- m_VisibleColumns:
- m_SortedColumns:
- m_VertSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: 0
- realSizes: []
- relativeSizes: []
- minSizes: []
- maxSizes: []
- lastTotalSize: 0
- splitSize: 0
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_DetailedCallsView:
- m_SelectedID: -1
- m_VertSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: 0
- realSizes: []
- relativeSizes: []
- minSizes: []
- maxSizes: []
- lastTotalSize: 0
- splitSize: 0
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_CalleesTreeView:
- m_ViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_ViewHeaderState:
- m_Columns:
- - width: 150
- sortedAscending: 1
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- m_VisibleColumns: 0000000001000000020000000300000004000000
- m_SortedColumns: 03000000
- m_CallersTreeView:
- m_ViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_ViewHeaderState:
- m_Columns:
- - width: 150
- sortedAscending: 1
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- m_VisibleColumns: 0000000001000000020000000300000004000000
- m_SortedColumns: 03000000
- m_ThreadName: Main Thread
- 00000002:
- type: {class: RenderingProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Rendering
- m_IconName: Profiler.Rendering
- m_ChartCounters:
- - m_Category: Render
- m_Name: Batches Count
- - m_Category: Render
- m_Name: SetPass Calls Count
- - m_Category: Render
- m_Name: Triangles Count
- - m_Category: Render
- m_Name: Vertices Count
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 00000003:
- type: {class: MemoryProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Memory
- m_IconName: Profiler.Memory
- m_ChartCounters:
- - m_Category: Memory
- m_Name: Total Used Memory
- - m_Category: Memory
- m_Name: Texture Memory
- - m_Category: Memory
- m_Name: Mesh Memory
- - m_Category: Memory
- m_Name: Material Count
- - m_Category: Memory
- m_Name: Object Count
- - m_Category: Memory
- m_Name: GC Used Memory
- - m_Category: Memory
- m_Name: GC Allocated In Frame
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- m_ViewSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: -1
- realSizes:
- - 0
- - 0
- relativeSizes:
- - 0.7
- - 0.3
- minSizes:
- - 450
- - 50
- maxSizes:
- - 0
- - 0
- lastTotalSize: 0
- splitSize: 6
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- 00000004:
- type: {class: AudioProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Audio
- m_IconName: Profiler.Audio
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Playing Audio Sources
- - m_Category: NoCategory
- m_Name: Audio Voices
- - m_Category: NoCategory
- m_Name: Total Audio CPU
- - m_Category: NoCategory
- m_Name: Total Audio Memory
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- m_ShowInactiveDSPChains: 0
- m_HighlightAudibleDSPChains: 1
- m_DSPGraphZoomFactor: 1
- 00000005:
- type: {class: VideoProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Video
- m_IconName: Profiler.Video
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Total Video Sources
- - m_Category: NoCategory
- m_Name: Playing Video Sources
- - m_Category: NoCategory
- m_Name: Pre-buffered frames
- - m_Category: NoCategory
- m_Name: Total Video Memory
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 00000006:
- type: {class: PhysicsProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Physics
- m_IconName: Profiler.Physics
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Active Dynamic
- - m_Category: NoCategory
- m_Name: Active Kinematic
- - m_Category: NoCategory
- m_Name: Static Colliders
- - m_Category: NoCategory
- m_Name: Rigidbody
- - m_Category: NoCategory
- m_Name: Trigger Overlaps
- - m_Category: NoCategory
- m_Name: Active Constraints
- - m_Category: NoCategory
- m_Name: Contacts
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 00000007:
- type: {class: Physics2DProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Physics (2D)
- m_IconName: Profiler.Physics2D
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Total Bodies
- - m_Category: NoCategory
- m_Name: Active Bodies
- - m_Category: NoCategory
- m_Name: Sleeping Bodies
- - m_Category: NoCategory
- m_Name: Dynamic Bodies
- - m_Category: NoCategory
- m_Name: Kinematic Bodies
- - m_Category: NoCategory
- m_Name: Static Bodies
- - m_Category: NoCategory
- m_Name: Contacts
- - m_Category: NoCategory
- m_Name: Discrete Island Count
- - m_Category: NoCategory
- m_Name: Continuous Island Count
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 00000008:
- type: {class: NetworkingMessagesProfilerModule, ns: UnityEditorInternal.Profiling,
- asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Network Messages
- m_IconName: Profiler.NetworkMessages
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Protocol Packets In
- - m_Category: NoCategory
- m_Name: Buffered Msgs In
- - m_Category: NoCategory
- m_Name: Unbuffered Msgs In
- - m_Category: NoCategory
- m_Name: Protocol Packets Out
- - m_Category: NoCategory
- m_Name: Buffered Msgs Out
- - m_Category: NoCategory
- m_Name: Unbuffered Msgs Out
- - m_Category: NoCategory
- m_Name: Pending Buffers
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 00000009:
- type: {class: NetworkingOperationsProfilerModule, ns: UnityEditorInternal.Profiling,
- asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Network Operations
- m_IconName: Profiler.NetworkOperations
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Command
- - m_Category: NoCategory
- m_Name: ClientRPC
- - m_Category: NoCategory
- m_Name: SyncVar
- - m_Category: NoCategory
- m_Name: Sync List
- - m_Category: NoCategory
- m_Name: Sync Event
- - m_Category: NoCategory
- m_Name: User Message
- - m_Category: NoCategory
- m_Name: Object Destroy
- - m_Category: NoCategory
- m_Name: Object Create
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- m_NetworkSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: -1
- realSizes:
- - 0
- - 0
- relativeSizes:
- - 0.2
- - 0.8
- minSizes:
- - 100
- - 100
- maxSizes:
- - 0
- - 0
- lastTotalSize: 0
- splitSize: 6
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- msgNames:
- - UserMessage
- - ObjectDestroy
- - ClientRpc
- - ObjectSpawn
- - Owner
- - Command
- - LocalPlayerTransform
- - SyncEvent
- - SyncVars
- - SyncList
- - ObjectSpawnScene
- - NetworkInfo
- - SpawnFinished
- - ObjectHide
- - CRC
- - ClientAuthority
- 0000000A:
- type: {class: UIProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: UI
- m_IconName: Profiler.UI
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Layout
- - m_Category: NoCategory
- m_Name: Render
- m_DetailCounters: []
- m_ChartType: 0
- m_PaneScroll: {x: 0, y: 0}
- 0000000B:
- type: {class: UIDetailsProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: UI Details
- m_IconName: Profiler.UIDetails
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Batches
- - m_Category: NoCategory
- m_Name: Vertices
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 0000000C:
- type: {class: GlobalIlluminationProfilerModule, ns: UnityEditorInternal.Profiling,
- asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Global Illumination
- m_IconName: Profiler.GlobalIllumination
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Total CPU
- - m_Category: NoCategory
- m_Name: Light Probe
- - m_Category: NoCategory
- m_Name: Setup
- - m_Category: NoCategory
- m_Name: Environment
- - m_Category: NoCategory
- m_Name: Input Lighting
- - m_Category: NoCategory
- m_Name: Systems
- - m_Category: NoCategory
- m_Name: Solve Tasks
- - m_Category: NoCategory
- m_Name: Dynamic Objects
- - m_Category: NoCategory
- m_Name: Other Commands
- - m_Category: NoCategory
- m_Name: Blocked Command Write
- m_DetailCounters: []
- m_ChartType: 0
- m_PaneScroll: {x: 0, y: 0}
- 0000000D:
- type: {class: VirtualTexturingProfilerModule, ns: UnityEditorInternal.Profiling,
- asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Virtual Texturing
- m_IconName: Profiler.VirtualTexturing
- m_ChartCounters:
- - m_Category: Virtual Texturing
- m_Name: Required Tiles
- - m_Category: Virtual Texturing
- m_Name: Max Cache Mip Bias
- - m_Category: Virtual Texturing
- m_Name: Max Cache Demand
- - m_Category: Virtual Texturing
- m_Name: Missing Streaming Tiles
- - m_Category: Virtual Texturing
- m_Name: Missing Disk Data
- m_DetailCounters:
- - m_Category: Virtual Texturing
- m_Name: Max Cache Mip Bias
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- m_VTProfilerView:
- m_ScrollAggregate: {x: 0, y: 0}
- m_ScrollDemand: {x: 0, y: 0}
- m_ScrollBias: {x: 0, y: 0}
- 0000000E:
- type: {class: ProfilerWindow/ProfilerWindowControllerProxy, ns: UnityEditor,
- asm: UnityEditor.CoreModule}
---- !u!114 &21
+--- !u!114 &19
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1951,15 +773,15 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Inspector
- m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: 8356117983803934776, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 1642
- y: 73
- width: 277
- height: 926
+ x: 1004
+ y: 72.66667
+ width: 275
+ height: 566
m_ViewDataDictionary: {fileID: 0}
m_ObjectsLockedBeforeSerialization: []
m_InstanceIDsLockedBeforeSerialization:
@@ -1973,7 +795,7 @@ MonoBehaviour:
m_LockTracker:
m_IsLocked: 0
m_PreviewWindow: {fileID: 0}
---- !u!114 &22
+--- !u!114 &20
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1989,7 +811,7 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Lighting
- m_Image: {fileID: -1347227620855488341, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: 4345591932164060902, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
@@ -1999,7 +821,7 @@ MonoBehaviour:
width: 315
height: 926
m_ViewDataDictionary: {fileID: 0}
---- !u!114 &23
+--- !u!114 &21
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
diff --git a/TCG/Library/CurrentMaximizeLayout.dwlt b/TCG/Library/CurrentMaximizeLayout.dwlt
index cb2b1545..71c511f4 100644
--- a/TCG/Library/CurrentMaximizeLayout.dwlt
+++ b/TCG/Library/CurrentMaximizeLayout.dwlt
@@ -18,12 +18,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 30
- width: 1920
- height: 947
- m_MinSize: {x: 679, y: 492}
- m_MaxSize: {x: 14002, y: 14042}
+ width: 1280
+ height: 587
+ m_MinSize: {x: 677, y: 342}
+ m_MaxSize: {x: 12002, y: 8042}
vertical: 1
- controlID: 1772
+ controlID: 102
--- !u!114 &2
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -40,15 +40,15 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Game
- m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: 257045534191678443, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 204
- y: 19
- width: 1438
- height: 655
+ x: 200.66667
+ y: 72.66667
+ width: 801.3333
+ height: 295
m_ViewDataDictionary: {fileID: 0}
m_SerializedViewNames: []
m_SerializedViewValues: []
@@ -71,10 +71,10 @@ MonoBehaviour:
m_VRangeLocked: 0
hZoomLockedByDefault: 0
vZoomLockedByDefault: 0
- m_HBaseRangeMin: -960
- m_HBaseRangeMax: 960
- m_VBaseRangeMin: -540
- m_VBaseRangeMax: 540
+ m_HBaseRangeMin: -640
+ m_HBaseRangeMax: 640
+ m_VBaseRangeMin: -360
+ m_VBaseRangeMax: 360
m_HAllowExceedBaseRangeMin: 1
m_HAllowExceedBaseRangeMax: 1
m_VAllowExceedBaseRangeMin: 1
@@ -83,7 +83,7 @@ MonoBehaviour:
m_HSlider: 0
m_VSlider: 0
m_IgnoreScrollWheelUntilClicked: 0
- m_EnableMouseInput: 0
+ m_EnableMouseInput: 1
m_EnableSliderZoomHorizontal: 0
m_EnableSliderZoomVertical: 0
m_UniformScale: 1
@@ -92,23 +92,23 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 21
- width: 1438
- height: 634
- m_Scale: {x: 0.587037, y: 0.587037}
- m_Translation: {x: 718.99994, y: 317}
+ width: 801.3333
+ height: 274
+ m_Scale: {x: 0.38055557, y: 0.38055557}
+ m_Translation: {x: 400.66666, y: 137}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
m_MarginBottom: 0
m_LastShownAreaInsideMargins:
serializedVersion: 2
- x: -1224.7949
- y: -540
- width: 2449.5898
- height: 1080
+ x: -1052.8467
+ y: -360
+ width: 2105.6934
+ height: 720
m_MinimalGUI: 1
- m_defaultScale: 0.587037
- m_LastWindowPixelSize: {x: 1438, y: 655}
+ m_defaultScale: 0.38055557
+ m_LastWindowPixelSize: {x: 1202, y: 442.5}
m_ClearInEditMode: 1
m_NoCameraWarning: 0
m_LowResolutionForAspectRatios: 01000000000000000000
@@ -128,17 +128,17 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_Children:
- {fileID: 4}
- - {fileID: 16}
+ - {fileID: 14}
m_Position:
serializedVersion: 2
x: 0
y: 0
- width: 1920
- height: 947
- m_MinSize: {x: 679, y: 492}
- m_MaxSize: {x: 14002, y: 14042}
+ width: 1280
+ height: 587
+ m_MinSize: {x: 677, y: 342}
+ m_MaxSize: {x: 12002, y: 8042}
vertical: 0
- controlID: 1773
+ controlID: 103
--- !u!114 &4
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -153,17 +153,17 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_Children:
- {fileID: 5}
- - {fileID: 12}
+ - {fileID: 11}
m_Position:
serializedVersion: 2
x: 0
y: 0
- width: 1642
- height: 947
- m_MinSize: {x: 403, y: 492}
- m_MaxSize: {x: 10001, y: 14042}
+ width: 1004
+ height: 587
+ m_MinSize: {x: 401, y: 342}
+ m_MaxSize: {x: 8001, y: 8042}
vertical: 1
- controlID: 1774
+ controlID: 104
--- !u!114 &5
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -183,12 +183,12 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
- width: 1642
- height: 671
- m_MinSize: {x: 403, y: 221}
- m_MaxSize: {x: 8003, y: 4021}
+ width: 1004
+ height: 316
+ m_MinSize: {x: 401, y: 221}
+ m_MaxSize: {x: 8001, y: 4021}
vertical: 0
- controlID: 1775
+ controlID: 105
--- !u!114 &6
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -206,10 +206,10 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
- width: 203
- height: 671
- m_MinSize: {x: 201, y: 221}
- m_MaxSize: {x: 4001, y: 4021}
+ width: 200.66667
+ height: 316
+ m_MinSize: {x: 200, y: 200}
+ m_MaxSize: {x: 4000, y: 4000}
m_ActualView: {fileID: 7}
m_Panes:
- {fileID: 7}
@@ -231,22 +231,22 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Hierarchy
- m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: -9000905672528348964, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 1920
- y: 73
- width: 202
- height: 650
+ x: 0
+ y: 72.66667
+ width: 199.66667
+ height: 295
m_ViewDataDictionary: {fileID: 0}
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
- m_ExpandedIDs: 1c8fffff968fffff1091ffff96a8ffff10a9ffff86aaffffd0bdffff4abeffffc4bfffffd8c4ffff52c5ffffbec6ffff36e3ffffb0e3ffff26e5ffff70f7ffffeaf7ffff60f9ffff54fbffff
+ m_ExpandedIDs: 54fbffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -285,19 +285,18 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
- x: 203
+ x: 200.66667
y: 0
- width: 1439
- height: 671
- m_MinSize: {x: 202, y: 221}
- m_MaxSize: {x: 4002, y: 4021}
+ width: 803.3333
+ height: 316
+ m_MinSize: {x: 200, y: 200}
+ m_MaxSize: {x: 4000, y: 4000}
m_ActualView: {fileID: 2}
m_Panes:
- {fileID: 9}
- {fileID: 10}
- - {fileID: 11}
- {fileID: 2}
- m_Selected: 3
+ m_Selected: 2
m_LastSelected: 0
--- !u!114 &9
MonoBehaviour:
@@ -315,15 +314,15 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Scene
- m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: -131512000283675692, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 2123
- y: 73
- width: 1437
- height: 650
+ x: 270
+ y: 72.66667
+ width: 732
+ height: 385
m_ViewDataDictionary: {fileID: 0}
m_ShowContextualTools: 0
m_WindowGUID: 28b8fe5d0a69a304aa7808261f67bc5d
@@ -367,20 +366,20 @@ MonoBehaviour:
m_Size: {x: 0.5, y: 0.5}
yGrid:
m_Fade:
- m_Target: 1
+ m_Target: 0
speed: 2
- m_Value: 1
+ m_Value: 0
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
m_Pivot: {x: 0, y: 0, z: 0}
- m_Size: {x: 0.5, y: 0.5}
+ m_Size: {x: 1, y: 1}
zGrid:
m_Fade:
- m_Target: 0
+ m_Target: 1
speed: 2
- m_Value: 0
+ m_Value: 1
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
m_Pivot: {x: 0, y: 0, z: 0}
- m_Size: {x: 0.5, y: 0.5}
+ m_Size: {x: 1, y: 1}
m_ShowGrid: 1
m_GridAxis: 1
m_gridOpacity: 0.5
@@ -409,7 +408,7 @@ MonoBehaviour:
m_FarClip: 10000
m_DynamicClip: 1
m_OcclusionCulling: 0
- m_LastSceneViewRotation: {x: 0.42306817, y: 0.027229887, z: -0.014808995, w: 0.9062835}
+ m_LastSceneViewRotation: {x: 0.38992172, y: 0.041519694, z: -0.019754592, w: 0.92040986}
m_LastSceneViewOrtho: 0
m_ReplacementShader: {fileID: 0}
m_ReplacementString:
@@ -432,7 +431,7 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Asset Store
- m_Image: {fileID: -8693916549880196297, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: -4391848389275900105, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
@@ -443,307 +442,6 @@ MonoBehaviour:
height: 655
m_ViewDataDictionary: {fileID: 0}
--- !u!114 &11
-MonoBehaviour:
- m_ObjectHideFlags: 52
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 0}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 924ffcbe75518854f97b48776d0f1939, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_MinSize: {x: 100, y: 100}
- m_MaxSize: {x: 4000, y: 4000}
- m_TitleContent:
- m_Text: FieldCardHex
- m_Image: {fileID: 2800000, guid: 7129268cf102b2f45809905bcb27ce8b, type: 3}
- m_Tooltip:
- m_Pos:
- serializedVersion: 2
- x: 2149
- y: 73
- width: 1411
- height: 655
- m_ViewDataDictionary: {fileID: 0}
- m_Selected: 4599514e14b6a2b44ac7e9136731d9db
- m_GraphObject: {fileID: 0}
- m_LastSerializedFileContents: "{\n \"m_SGVersion\": 2,\n \"m_Type\": \"UnityEditor.ShaderGraph.GraphData\",\n
- \"m_ObjectId\": \"b7da053f127744faa64aec494fbbef17\",\n \"m_Properties\":
- [\n {\n \"m_Id\": \"2fa88b09cbca4c3bbc47b1984362e978\"\n
- }\n ],\n \"m_Keywords\": [],\n \"m_Nodes\": [\n {\n
- \"m_Id\": \"13f3d55eb75c4ec5addb35a5cea9e9dc\"\n },\n {\n
- \"m_Id\": \"2d23bddcf94e48f1aef8d767cd214eaa\"\n },\n {\n
- \"m_Id\": \"0613b641eae34569bcec6e6e35147159\"\n },\n {\n
- \"m_Id\": \"3481945d2a5a4695a4b618d790f26f9c\"\n },\n {\n
- \"m_Id\": \"5f975d256be445e69278daac54a72157\"\n },\n {\n
- \"m_Id\": \"04f7e2482a464fa9a19fb24e3094b068\"\n },\n {\n
- \"m_Id\": \"1ed2268823554af78df9c88f54be3d60\"\n },\n {\n
- \"m_Id\": \"3a5da0edb4684af2b08944ec1b4c86af\"\n }\n ],\n \"m_GroupDatas\":
- [],\n \"m_StickyNoteDatas\": [],\n \"m_Edges\": [\n {\n
- \"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
- \"04f7e2482a464fa9a19fb24e3094b068\"\n },\n \"m_SlotId\":
- 3\n },\n \"m_InputSlot\": {\n \"m_Node\":
- {\n \"m_Id\": \"1ed2268823554af78df9c88f54be3d60\"\n
- },\n \"m_SlotId\": 0\n }\n },\n {\n
- \"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
- \"1ed2268823554af78df9c88f54be3d60\"\n },\n \"m_SlotId\":
- 3\n },\n \"m_InputSlot\": {\n \"m_Node\":
- {\n \"m_Id\": \"5f975d256be445e69278daac54a72157\"\n
- },\n \"m_SlotId\": 2\n }\n },\n {\n
- \"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
- \"3a5da0edb4684af2b08944ec1b4c86af\"\n },\n \"m_SlotId\":
- 0\n },\n \"m_InputSlot\": {\n \"m_Node\":
- {\n \"m_Id\": \"5f975d256be445e69278daac54a72157\"\n
- },\n \"m_SlotId\": 1\n }\n },\n {\n
- \"m_OutputSlot\": {\n \"m_Node\": {\n \"m_Id\":
- \"5f975d256be445e69278daac54a72157\"\n },\n \"m_SlotId\":
- 0\n },\n \"m_InputSlot\": {\n \"m_Node\":
- {\n \"m_Id\": \"3481945d2a5a4695a4b618d790f26f9c\"\n
- },\n \"m_SlotId\": 0\n }\n }\n ],\n \"m_VertexContext\":
- {\n \"m_Position\": {\n \"x\": 0.0,\n \"y\": 0.0\n
- },\n \"m_Blocks\": [\n {\n \"m_Id\": \"13f3d55eb75c4ec5addb35a5cea9e9dc\"\n
- },\n {\n \"m_Id\": \"2d23bddcf94e48f1aef8d767cd214eaa\"\n
- },\n {\n \"m_Id\": \"0613b641eae34569bcec6e6e35147159\"\n
- }\n ]\n },\n \"m_FragmentContext\": {\n \"m_Position\": {\n
- \"x\": 0.0,\n \"y\": 200.0\n },\n \"m_Blocks\": [\n
- {\n \"m_Id\": \"3481945d2a5a4695a4b618d790f26f9c\"\n
- }\n ]\n },\n \"m_PreviewData\": {\n \"serializedMesh\": {\n
- \"m_SerializedMesh\": \"{\\\"mesh\\\":{\\\"fileID\\\":-2432090755550338912,\\\"guid\\\":\\\"5f1522b3987f1014bba54a8571d54ab0\\\",\\\"type\\\":3}}\",\n
- \"m_Guid\": \"\"\n }\n },\n \"m_Path\": \"Shader Graphs\",\n
- \"m_ConcretePrecision\": 0,\n \"m_PreviewMode\": 2,\n \"m_OutputNode\":
- {\n \"m_Id\": \"\"\n },\n \"m_ActiveTargets\": [\n {\n
- \"m_Id\": \"e9a6471121c04a5ca173292558be6191\"\n }\n ]\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.TilingAndOffsetNode\",\n
- \"m_ObjectId\": \"04f7e2482a464fa9a19fb24e3094b068\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"Tiling And Offset\",\n \"m_DrawState\":
- {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
- \"2\",\n \"x\": -1146.0,\n \"y\": -322.0,\n
- \"width\": 208.0,\n \"height\": 326.0\n }\n },\n \"m_Slots\":
- [\n {\n \"m_Id\": \"2feaa8e217cf49ca9318632fc98c2af7\"\n
- },\n {\n \"m_Id\": \"9db469cd47fc4d048ba2657a1b97eb18\"\n
- },\n {\n \"m_Id\": \"14379a7c2ba342f2a1f4ae965a194f33\"\n
- },\n {\n \"m_Id\": \"bb769500be8e42779e3e19ab276aad53\"\n
- }\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n }\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.BlockNode\",\n
- \"m_ObjectId\": \"0613b641eae34569bcec6e6e35147159\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"VertexDescription.Tangent\",\n \"m_DrawState\":
- {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
- \"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n \"width\":
- 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\": [\n
- {\n \"m_Id\": \"48a5c66bf8cb4b2eb46c8a0d85fe0fa7\"\n }\n
- ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_SerializedDescriptor\": \"VertexDescription.Tangent\"\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.BlockNode\",\n
- \"m_ObjectId\": \"13f3d55eb75c4ec5addb35a5cea9e9dc\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"VertexDescription.Position\",\n
- \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n
- \"serializedVersion\": \"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n
- \"width\": 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\":
- [\n {\n \"m_Id\": \"8e8b15eb88914468a65658369f153546\"\n
- }\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_SerializedDescriptor\": \"VertexDescription.Position\"\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\",\n
- \"m_ObjectId\": \"14379a7c2ba342f2a1f4ae965a194f33\",\n \"m_Id\": 2,\n
- \"m_DisplayName\": \"Offset\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"Offset\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- {\n \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_DefaultValue\": {\n
- \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.RotateNode\",\n \"m_ObjectId\":
- \"1ed2268823554af78df9c88f54be3d60\",\n \"m_Group\": {\n \"m_Id\":
- \"\"\n },\n \"m_Name\": \"Rotate\",\n \"m_DrawState\": {\n \"m_Expanded\":
- true,\n \"m_Position\": {\n \"serializedVersion\": \"2\",\n
- \"x\": -848.0,\n \"y\": -214.0,\n \"width\": 208.0,\n
- \"height\": 362.0\n }\n },\n \"m_Slots\": [\n {\n
- \"m_Id\": \"67cdce6b55074a53b1e386d3c9d1fb1d\"\n },\n {\n
- \"m_Id\": \"a8d40f3b1ee44da0aca9c3429555bda1\"\n },\n {\n
- \"m_Id\": \"820944b7452f4f13bc51f4ae17646dc4\"\n },\n {\n
- \"m_Id\": \"3e8fda5b79414f17a20a7e57f1c17478\"\n }\n ],\n \"synonyms\":
- [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\": true,\n \"m_PreviewMode\":
- 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\": []\n },\n
- \"m_Unit\": 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.BlockNode\",\n
- \"m_ObjectId\": \"2d23bddcf94e48f1aef8d767cd214eaa\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"VertexDescription.Normal\",\n \"m_DrawState\":
- {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
- \"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n \"width\":
- 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\": [\n
- {\n \"m_Id\": \"97f8a59a5b9840cdbcd29a5a6f392d39\"\n }\n
- ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_SerializedDescriptor\": \"VertexDescription.Normal\"\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Internal.Texture2DShaderProperty\",\n
- \"m_ObjectId\": \"2fa88b09cbca4c3bbc47b1984362e978\",\n \"m_Guid\": {\n
- \"m_GuidSerialized\": \"679ed42e-fa6c-4c6b-ba64-2e06ddf80934\"\n },\n \"m_Name\":
- \"_CardArt\",\n \"m_DefaultReferenceName\": \"Texture2D_2fa88b09cbca4c3bbc47b1984362e978\",\n
- \"m_OverrideReferenceName\": \"\",\n \"m_GeneratePropertyBlock\": true,\n
- \"m_Precision\": 0,\n \"overrideHLSLDeclaration\": true,\n \"hlslDeclarationOverride\":
- 2,\n \"m_Hidden\": false,\n \"m_Value\": {\n \"m_SerializedTexture\":
- \"{\\\"texture\\\":{\\\"fileID\\\":10309,\\\"guid\\\":\\\"0000000000000000f000000000000000\\\",\\\"type\\\":0}}\",\n
- \"m_Guid\": \"\"\n },\n \"m_Modifiable\": true,\n \"m_DefaultType\":
- 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.UVMaterialSlot\",\n
- \"m_ObjectId\": \"2feaa8e217cf49ca9318632fc98c2af7\",\n \"m_Id\": 0,\n
- \"m_DisplayName\": \"UV\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"UV\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- {\n \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_DefaultValue\": {\n
- \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_Labels\": [],\n \"m_Channel\":
- 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.Rendering.Universal.ShaderGraph.UniversalUnlitSubTarget\",\n
- \"m_ObjectId\": \"31a5e0dd1a5d4cb1a7d432b3a6028dcb\"\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n \"m_ObjectId\":
- \"32c7d73be6584cb399dd947be37fbb42\",\n \"m_Id\": 7,\n \"m_DisplayName\":
- \"A\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"A\",\n \"m_StageCapability\": 2,\n \"m_Value\": 0.0,\n \"m_DefaultValue\":
- 0.0,\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.ShaderGraph.BlockNode\",\n \"m_ObjectId\": \"3481945d2a5a4695a4b618d790f26f9c\",\n
- \"m_Group\": {\n \"m_Id\": \"\"\n },\n \"m_Name\": \"SurfaceDescription.BaseColor\",\n
- \"m_DrawState\": {\n \"m_Expanded\": true,\n \"m_Position\": {\n
- \"serializedVersion\": \"2\",\n \"x\": 0.0,\n \"y\": 0.0,\n
- \"width\": 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\":
- [\n {\n \"m_Id\": \"a1ce6de68f634de0ab50be1602d48f14\"\n
- }\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_SerializedDescriptor\": \"SurfaceDescription.BaseColor\"\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.PropertyNode\",\n
- \"m_ObjectId\": \"3a5da0edb4684af2b08944ec1b4c86af\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"Property\",\n \"m_DrawState\": {\n
- \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
- \"2\",\n \"x\": -753.0,\n \"y\": -359.0,\n \"width\":
- 0.0,\n \"height\": 0.0\n }\n },\n \"m_Slots\": [\n
- {\n \"m_Id\": \"b0e7ce4cb4234af0a10371c0292b83f1\"\n }\n
- ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_Property\": {\n \"m_Id\": \"2fa88b09cbca4c3bbc47b1984362e978\"\n
- }\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\",\n
- \"m_ObjectId\": \"3e8fda5b79414f17a20a7e57f1c17478\",\n \"m_Id\": 3,\n
- \"m_DisplayName\": \"Out\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"Out\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- {\n \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_DefaultValue\": {\n
- \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.UVMaterialSlot\",\n \"m_ObjectId\":
- \"413293df8b324fad8bac7ce959118705\",\n \"m_Id\": 2,\n \"m_DisplayName\":
- \"UV\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"UV\",\n \"m_StageCapability\": 3,\n \"m_Value\": {\n \"x\": 0.0,\n
- \"y\": 0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\":
- 0.0\n },\n \"m_Labels\": [],\n \"m_Channel\": 0\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.TangentMaterialSlot\",\n \"m_ObjectId\":
- \"48a5c66bf8cb4b2eb46c8a0d85fe0fa7\",\n \"m_Id\": 0,\n \"m_DisplayName\":
- \"Tangent\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"Tangent\",\n \"m_StageCapability\": 1,\n \"m_Value\": {\n \"x\":
- 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n \"m_DefaultValue\":
- {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n
- \"m_Labels\": [],\n \"m_Space\": 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.ShaderGraph.Vector4MaterialSlot\",\n \"m_ObjectId\": \"4cf0bdc3a4f447049df4f0a6b381c963\",\n
- \"m_Id\": 0,\n \"m_DisplayName\": \"RGBA\",\n \"m_SlotType\": 1,\n \"m_Hidden\":
- false,\n \"m_ShaderOutputName\": \"RGBA\",\n \"m_StageCapability\": 2,\n
- \"m_Value\": {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0,\n
- \"w\": 0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\":
- 0.0,\n \"z\": 0.0,\n \"w\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.SampleTexture2DNode\",\n
- \"m_ObjectId\": \"5f975d256be445e69278daac54a72157\",\n \"m_Group\": {\n
- \"m_Id\": \"\"\n },\n \"m_Name\": \"Sample Texture 2D\",\n \"m_DrawState\":
- {\n \"m_Expanded\": true,\n \"m_Position\": {\n \"serializedVersion\":
- \"2\",\n \"x\": -587.0000610351563,\n \"y\": -300.0,\n
- \"width\": 208.0,\n \"height\": 437.0\n }\n },\n \"m_Slots\":
- [\n {\n \"m_Id\": \"4cf0bdc3a4f447049df4f0a6b381c963\"\n
- },\n {\n \"m_Id\": \"bf0003df1dae468886b8ffceb1ec78a5\"\n
- },\n {\n \"m_Id\": \"d72103375eb34bd682b026206193fe67\"\n
- },\n {\n \"m_Id\": \"b61c24bc5d024c63bf6ada75a89c0fb1\"\n
- },\n {\n \"m_Id\": \"32c7d73be6584cb399dd947be37fbb42\"\n
- },\n {\n \"m_Id\": \"c80d599969ee4bc692a65b24f45a2408\"\n
- },\n {\n \"m_Id\": \"413293df8b324fad8bac7ce959118705\"\n
- },\n {\n \"m_Id\": \"97218ce4e7a5436aacd7a49f9c5d9c12\"\n
- }\n ],\n \"synonyms\": [],\n \"m_Precision\": 0,\n \"m_PreviewExpanded\":
- true,\n \"m_PreviewMode\": 0,\n \"m_CustomColors\": {\n \"m_SerializableColors\":
- []\n },\n \"m_TextureType\": 0,\n \"m_NormalMapSpace\": 0\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.UVMaterialSlot\",\n
- \"m_ObjectId\": \"67cdce6b55074a53b1e386d3c9d1fb1d\",\n \"m_Id\": 0,\n
- \"m_DisplayName\": \"UV\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"UV\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- {\n \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_DefaultValue\": {\n
- \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_Labels\": [],\n \"m_Channel\":
- 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n
- \"m_ObjectId\": \"820944b7452f4f13bc51f4ae17646dc4\",\n \"m_Id\": 2,\n
- \"m_DisplayName\": \"Rotation\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"Rotation\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- 0.0,\n \"m_DefaultValue\": 0.0,\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.PositionMaterialSlot\",\n \"m_ObjectId\":
- \"8e8b15eb88914468a65658369f153546\",\n \"m_Id\": 0,\n \"m_DisplayName\":
- \"Position\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"Position\",\n \"m_StageCapability\": 1,\n \"m_Value\": {\n \"x\":
- 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n \"m_DefaultValue\":
- {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n
- \"m_Labels\": [],\n \"m_Space\": 0\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.ShaderGraph.SamplerStateMaterialSlot\",\n \"m_ObjectId\": \"97218ce4e7a5436aacd7a49f9c5d9c12\",\n
- \"m_Id\": 3,\n \"m_DisplayName\": \"Sampler\",\n \"m_SlotType\": 0,\n
- \"m_Hidden\": false,\n \"m_ShaderOutputName\": \"Sampler\",\n \"m_StageCapability\":
- 3,\n \"m_BareResource\": false\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.ShaderGraph.NormalMaterialSlot\",\n \"m_ObjectId\": \"97f8a59a5b9840cdbcd29a5a6f392d39\",\n
- \"m_Id\": 0,\n \"m_DisplayName\": \"Normal\",\n \"m_SlotType\": 0,\n
- \"m_Hidden\": false,\n \"m_ShaderOutputName\": \"Normal\",\n \"m_StageCapability\":
- 1,\n \"m_Value\": {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\":
- 0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\": 0.0,\n
- \"z\": 0.0\n },\n \"m_Labels\": [],\n \"m_Space\": 0\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\",\n \"m_ObjectId\":
- \"9db469cd47fc4d048ba2657a1b97eb18\",\n \"m_Id\": 1,\n \"m_DisplayName\":
- \"Tiling\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"Tiling\",\n \"m_StageCapability\": 3,\n \"m_Value\": {\n \"x\":
- 2.0,\n \"y\": 2.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n
- \"y\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\": 0,\n
- \"m_Type\": \"UnityEditor.ShaderGraph.ColorRGBMaterialSlot\",\n \"m_ObjectId\":
- \"a1ce6de68f634de0ab50be1602d48f14\",\n \"m_Id\": 0,\n \"m_DisplayName\":
- \"Base Color\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"BaseColor\",\n \"m_StageCapability\": 2,\n \"m_Value\": {\n \"x\":
- 0.5,\n \"y\": 0.5,\n \"z\": 0.5\n },\n \"m_DefaultValue\":
- {\n \"x\": 0.0,\n \"y\": 0.0,\n \"z\": 0.0\n },\n
- \"m_Labels\": [],\n \"m_ColorMode\": 0,\n \"m_DefaultColor\": {\n
- \"r\": 0.5,\n \"g\": 0.5,\n \"b\": 0.5,\n \"a\": 1.0\n
- }\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\",\n
- \"m_ObjectId\": \"a8d40f3b1ee44da0aca9c3429555bda1\",\n \"m_Id\": 1,\n
- \"m_DisplayName\": \"Center\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"Center\",\n \"m_StageCapability\": 3,\n \"m_Value\":
- {\n \"x\": 0.5,\n \"y\": 0.5\n },\n \"m_DefaultValue\": {\n
- \"x\": 0.0,\n \"y\": 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Texture2DMaterialSlot\",\n \"m_ObjectId\":
- \"b0e7ce4cb4234af0a10371c0292b83f1\",\n \"m_Id\": 0,\n \"m_DisplayName\":
- \"_CardArt\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"Out\",\n \"m_StageCapability\": 3,\n \"m_BareResource\": false\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n
- \"m_ObjectId\": \"b61c24bc5d024c63bf6ada75a89c0fb1\",\n \"m_Id\": 6,\n
- \"m_DisplayName\": \"B\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"B\",\n \"m_StageCapability\": 2,\n \"m_Value\":
- 0.0,\n \"m_DefaultValue\": 0.0,\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector2MaterialSlot\",\n \"m_ObjectId\":
- \"bb769500be8e42779e3e19ab276aad53\",\n \"m_Id\": 3,\n \"m_DisplayName\":
- \"Out\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"Out\",\n \"m_StageCapability\": 3,\n \"m_Value\": {\n \"x\": 0.0,\n
- \"y\": 0.0\n },\n \"m_DefaultValue\": {\n \"x\": 0.0,\n \"y\":
- 0.0\n },\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n \"m_ObjectId\": \"bf0003df1dae468886b8ffceb1ec78a5\",\n
- \"m_Id\": 4,\n \"m_DisplayName\": \"R\",\n \"m_SlotType\": 1,\n \"m_Hidden\":
- false,\n \"m_ShaderOutputName\": \"R\",\n \"m_StageCapability\": 2,\n
- \"m_Value\": 0.0,\n \"m_DefaultValue\": 0.0,\n \"m_Labels\": []\n}\n\n{\n
- \"m_SGVersion\": 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Texture2DInputMaterialSlot\",\n
- \"m_ObjectId\": \"c80d599969ee4bc692a65b24f45a2408\",\n \"m_Id\": 1,\n
- \"m_DisplayName\": \"Texture\",\n \"m_SlotType\": 0,\n \"m_Hidden\": false,\n
- \"m_ShaderOutputName\": \"Texture\",\n \"m_StageCapability\": 3,\n \"m_BareResource\":
- false,\n \"m_Texture\": {\n \"m_SerializedTexture\": \"{\\\"texture\\\":{\\\"fileID\\\":2800000,\\\"guid\\\":\\\"f5bbc2b5cea199741a4848e2ae2936b9\\\",\\\"type\\\":3}}\",\n
- \"m_Guid\": \"\"\n },\n \"m_DefaultType\": 0\n}\n\n{\n \"m_SGVersion\":
- 0,\n \"m_Type\": \"UnityEditor.ShaderGraph.Vector1MaterialSlot\",\n \"m_ObjectId\":
- \"d72103375eb34bd682b026206193fe67\",\n \"m_Id\": 5,\n \"m_DisplayName\":
- \"G\",\n \"m_SlotType\": 1,\n \"m_Hidden\": false,\n \"m_ShaderOutputName\":
- \"G\",\n \"m_StageCapability\": 2,\n \"m_Value\": 0.0,\n \"m_DefaultValue\":
- 0.0,\n \"m_Labels\": []\n}\n\n{\n \"m_SGVersion\": 0,\n \"m_Type\":
- \"UnityEditor.Rendering.Universal.ShaderGraph.UniversalTarget\",\n \"m_ObjectId\":
- \"e9a6471121c04a5ca173292558be6191\",\n \"m_ActiveSubTarget\": {\n
- \"m_Id\": \"31a5e0dd1a5d4cb1a7d432b3a6028dcb\"\n },\n \"m_SurfaceType\":
- 0,\n \"m_AlphaMode\": 0,\n \"m_TwoSided\": false,\n \"m_AlphaClip\":
- false,\n \"m_CustomEditorGUI\": \"\"\n}\n\n"
- m_AssetMaybeChangedOnDisk: 0
- m_AssetMaybeDeleted: 0
---- !u!114 &12
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -753,25 +451,24 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
- m_Name: ProjectBrowser
+ m_Name: ConsoleWindow
m_EditorClassIdentifier:
m_Children: []
m_Position:
serializedVersion: 2
x: 0
- y: 671
- width: 1642
- height: 276
- m_MinSize: {x: 231, y: 271}
- m_MaxSize: {x: 10001, y: 10021}
- m_ActualView: {fileID: 14}
+ y: 316
+ width: 1004
+ height: 271
+ m_MinSize: {x: 101, y: 121}
+ m_MaxSize: {x: 4001, y: 4021}
+ m_ActualView: {fileID: 12}
m_Panes:
+ - {fileID: 12}
- {fileID: 13}
- - {fileID: 14}
- - {fileID: 15}
- m_Selected: 1
- m_LastSelected: 0
---- !u!114 &13
+ m_Selected: 0
+ m_LastSelected: 1
+--- !u!114 &12
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -787,17 +484,17 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Console
- m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: -3303252850963283158, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
x: 0
- y: 749
- width: 1642
+ y: 388.6667
+ width: 1003
height: 250
m_ViewDataDictionary: {fileID: 0}
---- !u!114 &14
+--- !u!114 &13
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -813,15 +510,15 @@ MonoBehaviour:
m_MaxSize: {x: 10000, y: 10000}
m_TitleContent:
m_Text: Project
- m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: -2032128904892744680, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 1920
- y: 744
- width: 1641
- height: 255
+ x: 0
+ y: 388.6667
+ width: 1003
+ height: 250
m_ViewDataDictionary: {fileID: 0}
m_SearchFilter:
m_NameFilter:
@@ -836,22 +533,22 @@ MonoBehaviour:
m_SkipHidden: 1
m_SearchArea: 1
m_Folders:
- - Assets/Resources/Cards/Yellow
+ - Assets/_Scripts
m_Globs: []
m_OriginalText:
m_ViewMode: 1
m_StartGridSize: 64
m_LastFolders:
- - Assets/Resources/Cards/Yellow
+ - Assets/_Scripts
m_LastFoldersGridSize: -1
- m_LastProjectPath: E:\Git\TCG\TCG\TCG
+ m_LastProjectPath: D:\TCG\TCG\TCG
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
- scrollPos: {x: 0, y: 526}
- m_SelectedIDs: 2c660000
- m_LastClickedID: 26156
- m_ExpandedIDs: 00000000e2580000e4580000e6580000e8580000ea580000ec580000ee580000f0580000f2580000f45800004459000000ca9a3b
+ scrollPos: {x: 0, y: 79}
+ m_SelectedIDs: e8580000
+ m_LastClickedID: 22760
+ m_ExpandedIDs: 00000000e6580000e8580000ea580000ec580000ee580000f0580000f2580000f4580000f6580000f858000000ca9a3b
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -867,7 +564,7 @@ MonoBehaviour:
m_IsRenaming: 0
m_OriginalEventType: 11
m_IsRenamingFilename: 1
- m_ClientGUIView: {fileID: 12}
+ m_ClientGUIView: {fileID: 11}
m_SearchString:
m_CreateAssetUtility:
m_EndAction: {fileID: 0}
@@ -879,7 +576,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
- m_ExpandedIDs: 00000000e2580000e4580000e6580000e8580000ea580000ec580000ee580000f0580000f2580000f458000000ca9a3b
+ m_ExpandedIDs: 00000000e6580000e8580000ea580000ec580000ee580000f0580000f2580000f4580000f6580000f8580000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -904,8 +601,8 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_ListAreaState:
- m_SelectedInstanceIDs:
- m_LastClickedInstanceID: 0
+ m_SelectedInstanceIDs: f8460000
+ m_LastClickedInstanceID: 18168
m_HadKeyboardFocusLastEvent: 1
m_ExpandedInstanceIDs: c623000006410000d26500009846000030500000000000008c5c0000
m_RenameOverlay:
@@ -923,7 +620,7 @@ MonoBehaviour:
m_IsRenaming: 0
m_OriginalEventType: 11
m_IsRenamingFilename: 1
- m_ClientGUIView: {fileID: 12}
+ m_ClientGUIView: {fileID: 11}
m_CreateAssetUtility:
m_EndAction: {fileID: 0}
m_InstanceID: 0
@@ -935,882 +632,7 @@ MonoBehaviour:
m_GridSize: 64
m_SkipHiddenPackages: 1
m_DirectoriesAreaWidth: 140
---- !u!114 &15
-MonoBehaviour:
- m_ObjectHideFlags: 52
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 0}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 12070, guid: 0000000000000000e000000000000000, type: 0}
- m_Name:
- m_EditorClassIdentifier:
- m_MinSize: {x: 880, y: 216}
- m_MaxSize: {x: 4000, y: 4000}
- m_TitleContent:
- m_Text: Profiler
- m_Image: {fileID: -1089619856830078684, guid: 0000000000000000d000000000000000,
- type: 0}
- m_Tooltip:
- m_Pos:
- serializedVersion: 2
- x: 0
- y: 749
- width: 1642
- height: 250
- m_ViewDataDictionary: {fileID: 0}
- m_VertSplit:
- ID: 1235
- splitterInitialOffset: 148
- currentActiveSplitter: -1
- realSizes:
- - 129
- - 100
- relativeSizes:
- - 0.5633188
- - 0.4366812
- minSizes:
- - 100
- - 100
- maxSizes:
- - 0
- - 0
- lastTotalSize: 229
- splitSize: 6
- xOffset: 0
- m_Version: 1
- oldRealSizes: 8400000066000000
- oldMinSizes: 6400000064000000
- oldMaxSizes: 0000000000000000
- oldSplitSize: 6
- m_Recording: 0
- m_ActiveNativePlatformSupportModuleName:
- m_SelectedModuleIndex: 0
- m_Modules:
- - id: 0
- - id: 1
- - id: 2
- - id: 3
- - id: 4
- - id: 5
- - id: 6
- - id: 7
- - id: 8
- - id: 9
- - id: 10
- - id: 11
- - id: 12
- - id: 13
- m_ProfilerWindowControllerProxy:
- id: 14
- m_CallstackRecordMode: 1
- m_ClearOnPlay: 0
- references:
- version: 1
- 00000000:
- type: {class: CPUProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: CPU Usage
- m_IconName: Profiler.CPU
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Rendering
- - m_Category: NoCategory
- m_Name: Scripts
- - m_Category: NoCategory
- m_Name: Physics
- - m_Category: NoCategory
- m_Name: Animation
- - m_Category: NoCategory
- m_Name: GarbageCollector
- - m_Category: NoCategory
- m_Name: VSync
- - m_Category: NoCategory
- m_Name: Global Illumination
- - m_Category: NoCategory
- m_Name: UI
- - m_Category: NoCategory
- m_Name: Others
- m_DetailCounters: []
- m_ChartType: 0
- m_PaneScroll: {x: 0, y: 0}
- m_ViewType: 0
- updateViewLive: 0
- m_ProfilerViewFilteringOptions: 1
- m_FrameDataHierarchyView:
- m_Serialized: 1
- m_TreeViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_MultiColumnHeaderState:
- m_Columns:
- - width: 200
- sortedAscending: 1
- - width: 80
- sortedAscending: 0
- - width: 80
- sortedAscending: 0
- - width: 80
- sortedAscending: 0
- - width: 80
- sortedAscending: 0
- - width: 80
- sortedAscending: 0
- - width: 80
- sortedAscending: 0
- - width: 25
- sortedAscending: 0
- m_VisibleColumns: 0000000001000000020000000300000004000000050000000600000007000000
- m_SortedColumns: 05000000
- m_ThreadIndex: 0
- m_DetailedViewType: 0
- m_DetailedViewSpliterState:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: -1
- realSizes:
- - 0
- - 0
- relativeSizes:
- - 0.7
- - 0.3
- minSizes:
- - 450
- - 50
- maxSizes:
- - 0
- - 0
- lastTotalSize: 0
- splitSize: 6
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_DetailedObjectsView:
- m_SelectedID: 0
- m_TreeViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_MultiColumnHeaderState:
- m_Columns: []
- m_VisibleColumns:
- m_SortedColumns:
- m_VertSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: 0
- realSizes: []
- relativeSizes: []
- minSizes: []
- maxSizes: []
- lastTotalSize: 0
- splitSize: 0
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_DetailedCallsView:
- m_SelectedID: -1
- m_VertSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: 0
- realSizes: []
- relativeSizes: []
- minSizes: []
- maxSizes: []
- lastTotalSize: 0
- splitSize: 0
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_CalleesTreeView:
- m_ViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_ViewHeaderState:
- m_Columns:
- - width: 150
- sortedAscending: 1
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- m_VisibleColumns: 0000000001000000020000000300000004000000
- m_SortedColumns: 03000000
- m_CallersTreeView:
- m_ViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_ViewHeaderState:
- m_Columns:
- - width: 150
- sortedAscending: 1
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- m_VisibleColumns: 0000000001000000020000000300000004000000
- m_SortedColumns: 03000000
- m_ThreadName: Main Thread
- 00000001:
- type: {class: GPUProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: GPU Usage
- m_IconName: Profiler.GPU
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Opaque
- - m_Category: NoCategory
- m_Name: Transparent
- - m_Category: NoCategory
- m_Name: Shadows/Depth
- - m_Category: NoCategory
- m_Name: Deferred PrePass
- - m_Category: NoCategory
- m_Name: Deferred Lighting
- - m_Category: NoCategory
- m_Name: PostProcess
- - m_Category: NoCategory
- m_Name: Other
- m_DetailCounters: []
- m_ChartType: 0
- m_PaneScroll: {x: 0, y: 0}
- m_ViewType: 0
- updateViewLive: 0
- m_ProfilerViewFilteringOptions: 1
- m_FrameDataHierarchyView:
- m_Serialized: 0
- m_TreeViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_MultiColumnHeaderState:
- m_Columns: []
- m_VisibleColumns:
- m_SortedColumns:
- m_ThreadIndex: 0
- m_DetailedViewType: 0
- m_DetailedViewSpliterState:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: 0
- realSizes: []
- relativeSizes: []
- minSizes: []
- maxSizes: []
- lastTotalSize: 0
- splitSize: 0
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_DetailedObjectsView:
- m_SelectedID: 0
- m_TreeViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_MultiColumnHeaderState:
- m_Columns: []
- m_VisibleColumns:
- m_SortedColumns:
- m_VertSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: 0
- realSizes: []
- relativeSizes: []
- minSizes: []
- maxSizes: []
- lastTotalSize: 0
- splitSize: 0
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_DetailedCallsView:
- m_SelectedID: -1
- m_VertSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: 0
- realSizes: []
- relativeSizes: []
- minSizes: []
- maxSizes: []
- lastTotalSize: 0
- splitSize: 0
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- m_CalleesTreeView:
- m_ViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_ViewHeaderState:
- m_Columns:
- - width: 150
- sortedAscending: 1
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- m_VisibleColumns: 0000000001000000020000000300000004000000
- m_SortedColumns: 03000000
- m_CallersTreeView:
- m_ViewState:
- scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
- m_LastClickedID: 0
- m_ExpandedIDs:
- m_RenameOverlay:
- m_UserAcceptedRename: 0
- m_Name:
- m_OriginalName:
- m_EditFieldRect:
- serializedVersion: 2
- x: 0
- y: 0
- width: 0
- height: 0
- m_UserData: 0
- m_IsWaitingForDelay: 0
- m_IsRenaming: 0
- m_OriginalEventType: 11
- m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 0}
- m_SearchString:
- m_ViewHeaderState:
- m_Columns:
- - width: 150
- sortedAscending: 1
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- - width: 60
- sortedAscending: 0
- m_VisibleColumns: 0000000001000000020000000300000004000000
- m_SortedColumns: 03000000
- m_ThreadName: Main Thread
- 00000002:
- type: {class: RenderingProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Rendering
- m_IconName: Profiler.Rendering
- m_ChartCounters:
- - m_Category: Render
- m_Name: Batches Count
- - m_Category: Render
- m_Name: SetPass Calls Count
- - m_Category: Render
- m_Name: Triangles Count
- - m_Category: Render
- m_Name: Vertices Count
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 00000003:
- type: {class: MemoryProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Memory
- m_IconName: Profiler.Memory
- m_ChartCounters:
- - m_Category: Memory
- m_Name: Total Used Memory
- - m_Category: Memory
- m_Name: Texture Memory
- - m_Category: Memory
- m_Name: Mesh Memory
- - m_Category: Memory
- m_Name: Material Count
- - m_Category: Memory
- m_Name: Object Count
- - m_Category: Memory
- m_Name: GC Used Memory
- - m_Category: Memory
- m_Name: GC Allocated In Frame
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- m_ViewSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: -1
- realSizes:
- - 0
- - 0
- relativeSizes:
- - 0.7
- - 0.3
- minSizes:
- - 450
- - 50
- maxSizes:
- - 0
- - 0
- lastTotalSize: 0
- splitSize: 6
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- 00000004:
- type: {class: AudioProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Audio
- m_IconName: Profiler.Audio
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Playing Audio Sources
- - m_Category: NoCategory
- m_Name: Audio Voices
- - m_Category: NoCategory
- m_Name: Total Audio CPU
- - m_Category: NoCategory
- m_Name: Total Audio Memory
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- m_ShowInactiveDSPChains: 0
- m_HighlightAudibleDSPChains: 1
- m_DSPGraphZoomFactor: 1
- 00000005:
- type: {class: VideoProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Video
- m_IconName: Profiler.Video
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Total Video Sources
- - m_Category: NoCategory
- m_Name: Playing Video Sources
- - m_Category: NoCategory
- m_Name: Pre-buffered frames
- - m_Category: NoCategory
- m_Name: Total Video Memory
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 00000006:
- type: {class: PhysicsProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Physics
- m_IconName: Profiler.Physics
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Active Dynamic
- - m_Category: NoCategory
- m_Name: Active Kinematic
- - m_Category: NoCategory
- m_Name: Static Colliders
- - m_Category: NoCategory
- m_Name: Rigidbody
- - m_Category: NoCategory
- m_Name: Trigger Overlaps
- - m_Category: NoCategory
- m_Name: Active Constraints
- - m_Category: NoCategory
- m_Name: Contacts
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 00000007:
- type: {class: Physics2DProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Physics (2D)
- m_IconName: Profiler.Physics2D
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Total Bodies
- - m_Category: NoCategory
- m_Name: Active Bodies
- - m_Category: NoCategory
- m_Name: Sleeping Bodies
- - m_Category: NoCategory
- m_Name: Dynamic Bodies
- - m_Category: NoCategory
- m_Name: Kinematic Bodies
- - m_Category: NoCategory
- m_Name: Static Bodies
- - m_Category: NoCategory
- m_Name: Contacts
- - m_Category: NoCategory
- m_Name: Discrete Island Count
- - m_Category: NoCategory
- m_Name: Continuous Island Count
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 00000008:
- type: {class: NetworkingMessagesProfilerModule, ns: UnityEditorInternal.Profiling,
- asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Network Messages
- m_IconName: Profiler.NetworkMessages
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Protocol Packets In
- - m_Category: NoCategory
- m_Name: Buffered Msgs In
- - m_Category: NoCategory
- m_Name: Unbuffered Msgs In
- - m_Category: NoCategory
- m_Name: Protocol Packets Out
- - m_Category: NoCategory
- m_Name: Buffered Msgs Out
- - m_Category: NoCategory
- m_Name: Unbuffered Msgs Out
- - m_Category: NoCategory
- m_Name: Pending Buffers
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 00000009:
- type: {class: NetworkingOperationsProfilerModule, ns: UnityEditorInternal.Profiling,
- asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Network Operations
- m_IconName: Profiler.NetworkOperations
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Command
- - m_Category: NoCategory
- m_Name: ClientRPC
- - m_Category: NoCategory
- m_Name: SyncVar
- - m_Category: NoCategory
- m_Name: Sync List
- - m_Category: NoCategory
- m_Name: Sync Event
- - m_Category: NoCategory
- m_Name: User Message
- - m_Category: NoCategory
- m_Name: Object Destroy
- - m_Category: NoCategory
- m_Name: Object Create
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- m_NetworkSplit:
- ID: 0
- splitterInitialOffset: 0
- currentActiveSplitter: -1
- realSizes:
- - 0
- - 0
- relativeSizes:
- - 0.2
- - 0.8
- minSizes:
- - 100
- - 100
- maxSizes:
- - 0
- - 0
- lastTotalSize: 0
- splitSize: 6
- xOffset: 0
- m_Version: 1
- oldRealSizes:
- oldMinSizes:
- oldMaxSizes:
- oldSplitSize: 0
- msgNames:
- - UserMessage
- - ObjectDestroy
- - ClientRpc
- - ObjectSpawn
- - Owner
- - Command
- - LocalPlayerTransform
- - SyncEvent
- - SyncVars
- - SyncList
- - ObjectSpawnScene
- - NetworkInfo
- - SpawnFinished
- - ObjectHide
- - CRC
- - ClientAuthority
- 0000000A:
- type: {class: UIProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: UI
- m_IconName: Profiler.UI
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Layout
- - m_Category: NoCategory
- m_Name: Render
- m_DetailCounters: []
- m_ChartType: 0
- m_PaneScroll: {x: 0, y: 0}
- 0000000B:
- type: {class: UIDetailsProfilerModule, ns: UnityEditorInternal.Profiling, asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: UI Details
- m_IconName: Profiler.UIDetails
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Batches
- - m_Category: NoCategory
- m_Name: Vertices
- m_DetailCounters: []
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- 0000000C:
- type: {class: GlobalIlluminationProfilerModule, ns: UnityEditorInternal.Profiling,
- asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Global Illumination
- m_IconName: Profiler.GlobalIllumination
- m_ChartCounters:
- - m_Category: NoCategory
- m_Name: Total CPU
- - m_Category: NoCategory
- m_Name: Light Probe
- - m_Category: NoCategory
- m_Name: Setup
- - m_Category: NoCategory
- m_Name: Environment
- - m_Category: NoCategory
- m_Name: Input Lighting
- - m_Category: NoCategory
- m_Name: Systems
- - m_Category: NoCategory
- m_Name: Solve Tasks
- - m_Category: NoCategory
- m_Name: Dynamic Objects
- - m_Category: NoCategory
- m_Name: Other Commands
- - m_Category: NoCategory
- m_Name: Blocked Command Write
- m_DetailCounters: []
- m_ChartType: 0
- m_PaneScroll: {x: 0, y: 0}
- 0000000D:
- type: {class: VirtualTexturingProfilerModule, ns: UnityEditorInternal.Profiling,
- asm: UnityEditor.CoreModule}
- data:
- m_ProfilerWindow:
- id: 14
- m_Name: Virtual Texturing
- m_IconName: Profiler.VirtualTexturing
- m_ChartCounters:
- - m_Category: Virtual Texturing
- m_Name: Required Tiles
- - m_Category: Virtual Texturing
- m_Name: Max Cache Mip Bias
- - m_Category: Virtual Texturing
- m_Name: Max Cache Demand
- - m_Category: Virtual Texturing
- m_Name: Missing Streaming Tiles
- - m_Category: Virtual Texturing
- m_Name: Missing Disk Data
- m_DetailCounters:
- - m_Category: Virtual Texturing
- m_Name: Max Cache Mip Bias
- m_ChartType: 1
- m_PaneScroll: {x: 0, y: 0}
- m_VTProfilerView:
- m_ScrollAggregate: {x: 0, y: 0}
- m_ScrollDemand: {x: 0, y: 0}
- m_ScrollBias: {x: 0, y: 0}
- 0000000E:
- type: {class: ProfilerWindow/ProfilerWindowControllerProxy, ns: UnityEditor,
- asm: UnityEditor.CoreModule}
---- !u!114 &16
+--- !u!114 &14
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1825,19 +647,19 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
- x: 1642
+ x: 1004
y: 0
- width: 278
- height: 947
+ width: 276
+ height: 587
m_MinSize: {x: 276, y: 71}
m_MaxSize: {x: 4001, y: 4021}
- m_ActualView: {fileID: 17}
+ m_ActualView: {fileID: 15}
m_Panes:
- - {fileID: 17}
- - {fileID: 18}
+ - {fileID: 15}
+ - {fileID: 16}
m_Selected: 0
- m_LastSelected: 1
---- !u!114 &17
+ m_LastSelected: 0
+--- !u!114 &15
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1853,15 +675,15 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Inspector
- m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: 8356117983803934776, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 3562
- y: 73
- width: 277
- height: 926
+ x: 1004
+ y: 72.66667
+ width: 275
+ height: 566
m_ViewDataDictionary: {fileID: 0}
m_ObjectsLockedBeforeSerialization: []
m_InstanceIDsLockedBeforeSerialization:
@@ -1869,13 +691,13 @@ MonoBehaviour:
m_CachedPref: 168
m_ControlHash: -371814159
m_PrefName: Preview_InspectorPreview
- m_LastInspectedObjectInstanceID: -1
- m_LastVerticalScrollValue: 0
+ m_LastInspectedObjectInstanceID: 18168
+ m_LastVerticalScrollValue: 946
m_GlobalObjectId:
m_LockTracker:
m_IsLocked: 0
m_PreviewWindow: {fileID: 0}
---- !u!114 &18
+--- !u!114 &16
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1891,7 +713,7 @@ MonoBehaviour:
m_MaxSize: {x: 4000, y: 4000}
m_TitleContent:
m_Text: Lighting
- m_Image: {fileID: -1347227620855488341, guid: 0000000000000000d000000000000000,
+ m_Image: {fileID: 4345591932164060902, guid: 0000000000000000d000000000000000,
type: 0}
m_Tooltip:
m_Pos:
diff --git a/TCG/Library/EditorUserBuildSettings.asset b/TCG/Library/EditorUserBuildSettings.asset
index d962ab60..a9ee63a3 100644
Binary files a/TCG/Library/EditorUserBuildSettings.asset and b/TCG/Library/EditorUserBuildSettings.asset differ
diff --git a/TCG/Library/InspectorExpandedItems.asset b/TCG/Library/InspectorExpandedItems.asset
index 0d1b893a..4c02558d 100644
Binary files a/TCG/Library/InspectorExpandedItems.asset and b/TCG/Library/InspectorExpandedItems.asset differ
diff --git a/TCG/Library/LastBuild.buildreport b/TCG/Library/LastBuild.buildreport
index 23befd3f..4051a6c1 100644
Binary files a/TCG/Library/LastBuild.buildreport and b/TCG/Library/LastBuild.buildreport differ
diff --git a/TCG/Library/PackageManager/ProjectCache b/TCG/Library/PackageManager/ProjectCache
index b876d5e0..b8456268 100644
--- a/TCG/Library/PackageManager/ProjectCache
+++ b/TCG/Library/PackageManager/ProjectCache
@@ -1,19 +1,19 @@
m_ProjectFiles:
m_ManifestFileStatus:
- m_FilePath: E:/Git/TCG/TCG/TCG/Packages/manifest.json
+ m_FilePath: D:/TCG/TCG/TCG/Packages/manifest.json
m_PathExists: 1
m_ContentTrackingEnabled: 1
m_ModificationDate:
serializedVersion: 2
- ticks: 637595552101115032
- m_Hash: 3234624893
+ ticks: 637633272471915128
+ m_Hash: 3112841638
m_LockFileStatus:
- m_FilePath: E:/Git/TCG/TCG/TCG/Packages/packages-lock.json
+ m_FilePath: D:/TCG/TCG/TCG/Packages/packages-lock.json
m_PathExists: 1
m_ContentTrackingEnabled: 1
m_ModificationDate:
serializedVersion: 2
- ticks: 637595552107814535
+ ticks: 637634074191336005
m_Hash: 2293055709
m_EmbeddedPackageManifests:
m_ManifestsStatus: {}
@@ -25,7 +25,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.2d.sprite
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.2d.sprite
assetPath: Packages/com.unity.2d.sprite
name: com.unity.2d.sprite
displayName: 2D Sprite
@@ -76,7 +76,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.3.9
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.collab-proxy@1.3.9
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.collab-proxy@1.3.9
assetPath: Packages/com.unity.collab-proxy
name: com.unity.collab-proxy
displayName: Unity Collaborate
@@ -108,34 +108,17 @@ m_PackageAssets:
- 1.3.5
- 1.3.6
- 1.3.7
- - 1.3.8
- 1.3.9
- - 1.4.9
- - 1.5.7
- 2.0.0-preview.6
- 2.0.0-preview.8
- 2.0.0-preview.15
- 2.0.0-preview.17
- - 2.0.0-preview.20
- - 2.0.0-preview.21
- - 2.0.0-preview.22
- - 2.1.0-preview.3
- - 2.1.0-preview.5
- - 2.1.0-preview.6
compatible:
- 1.3.9
- - 1.4.9
- - 1.5.7
- 2.0.0-preview.6
- 2.0.0-preview.8
- 2.0.0-preview.15
- 2.0.0-preview.17
- - 2.0.0-preview.20
- - 2.0.0-preview.21
- - 2.0.0-preview.22
- - 2.1.0-preview.3
- - 2.1.0-preview.5
- - 2.1.0-preview.6
verified: 1.3.9
dependencies: []
resolvedDependencies: []
@@ -162,7 +145,7 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637314349270000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
@@ -175,7 +158,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 2.0.7
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.ide.rider@2.0.7
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.ide.rider@2.0.7
assetPath: Packages/com.unity.ide.rider
name: com.unity.ide.rider
displayName: JetBrains Rider Editor
@@ -205,18 +188,7 @@ m_PackageAssets:
- 1.2.0-preview
- 1.2.1
- 2.0.0-preview
- - 2.0.1
- - 2.0.2
- - 2.0.3
- - 2.0.5
- 2.0.7
- - 3.0.1
- - 3.0.2
- - 3.0.3
- - 3.0.4
- - 3.0.5
- - 3.0.6
- - 3.0.7
compatible:
- 1.0.2
- 1.0.6
@@ -231,18 +203,7 @@ m_PackageAssets:
- 1.2.0-preview
- 1.2.1
- 2.0.0-preview
- - 2.0.1
- - 2.0.2
- - 2.0.3
- - 2.0.5
- 2.0.7
- - 3.0.1
- - 3.0.2
- - 3.0.3
- - 3.0.4
- - 3.0.5
- - 3.0.6
- - 3.0.7
verified: 2.0.7
dependencies:
- name: com.unity.test-framework
@@ -269,7 +230,7 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637334461080000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
@@ -282,7 +243,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 2.0.5
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.ide.visualstudio@2.0.5
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.ide.visualstudio@2.0.5
assetPath: Packages/com.unity.ide.visualstudio
name: com.unity.ide.visualstudio
displayName: Visual Studio Editor
@@ -299,36 +260,10 @@ m_PackageAssets:
errors: []
versions:
all:
- - 1.0.2
- - 1.0.3
- - 1.0.4
- - 1.0.9
- - 1.0.10
- - 1.0.11
- - 2.0.0
- - 2.0.1
- - 2.0.2
- - 2.0.3
- 2.0.5
- - 2.0.7
- - 2.0.8
- - 2.0.9
compatible:
- - 1.0.2
- - 1.0.3
- - 1.0.4
- - 1.0.9
- - 1.0.10
- - 1.0.11
- - 2.0.0
- - 2.0.1
- - 2.0.2
- - 2.0.3
- 2.0.5
- - 2.0.7
- - 2.0.8
- - 2.0.9
- verified: 2.0.9
+ verified: 2.0.5
dependencies: []
resolvedDependencies: []
keywords: []
@@ -344,7 +279,7 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637400980850000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
@@ -357,7 +292,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.2.3
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.ide.vscode@1.2.3
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.ide.vscode@1.2.3
assetPath: Packages/com.unity.ide.vscode
name: com.unity.ide.vscode
displayName: Visual Studio Code Editor
@@ -381,9 +316,6 @@ m_PackageAssets:
- 1.1.2
- 1.1.3
- 1.1.4
- - 1.2.0
- - 1.2.1
- - 1.2.2
- 1.2.3
compatible:
- 1.0.2
@@ -393,9 +325,6 @@ m_PackageAssets:
- 1.1.2
- 1.1.3
- 1.1.4
- - 1.2.0
- - 1.2.1
- - 1.2.2
- 1.2.3
verified: 1.2.3
dependencies: []
@@ -413,20 +342,20 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637394922300000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
type: git
url: https://github.cds.internal.unity3d.com/unity/com.unity.ide.vscode.git
- revision: b5ec9b38109e52b1b26597d521e4df75e042ebb9
+ revision: 547f63839bdc87e0aed2c9e0d84f8f6336a83ea3
path:
- packageId: com.unity.multiplayer.mlapi@https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi.git?path=/com.unity.multiplayer.mlapi#release/0.1.0
testable: 0
isDirectDependency: 1
version: 0.1.0
source: 5
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.multiplayer.mlapi@3e3aef6aa0
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.multiplayer.mlapi@3e3aef6aa0
assetPath: Packages/com.unity.multiplayer.mlapi
name: com.unity.multiplayer.mlapi
displayName: MLAPI Networking Library
@@ -441,10 +370,8 @@ m_PackageAssets:
status: 4
errors: []
versions:
- all:
- - 0.1.0
- compatible:
- - 0.1.0
+ all: []
+ compatible: []
verified:
dependencies:
- name: com.unity.modules.ai
@@ -487,7 +414,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 10.3.1
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.render-pipelines.universal@10.3.1
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.render-pipelines.universal@10.3.1
assetPath: Packages/com.unity.render-pipelines.universal
name: com.unity.render-pipelines.universal
displayName: Universal RP
@@ -514,36 +441,10 @@ m_PackageAssets:
- 7.1.7
- 7.1.8
- 7.2.0
- - 7.2.1
- - 7.3.1
- - 7.4.1
- - 7.4.2
- - 7.4.3
- - 7.5.1
- - 7.5.2
- - 7.5.3
- - 7.6.0
- - 8.0.1
- - 8.1.0
- - 8.2.0
- - 8.3.1
- - 9.0.0-preview.14
- - 9.0.0-preview.35
- - 9.0.0-preview.55
- - 9.0.0-preview.72
- - 10.0.0-preview.26
- - 10.1.0
- - 10.2.0
- - 10.2.1
- - 10.2.2
- 10.3.1
- - 10.3.2
- - 10.4.0
- - 10.5.0
compatible:
- 10.3.1
- - 10.3.2
- verified: 10.3.2
+ verified: 10.3.1
dependencies:
- name: com.unity.mathematics
version: 1.1.0
@@ -585,20 +486,20 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637472780290000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
type: git
- url: git+https://github.com/Unity-Technologies/Graphics.git
- revision: 04da21e5dc442239eb39b80d9b201a16d860bd75
+ url: https://github.com/Unity-Technologies/Graphics.git
+ revision: c502607c7eb9419ff235ff1648b5c01e7f2bd9c9
path:
- packageId: com.unity.test-framework@1.1.22
testable: 0
isDirectDependency: 1
version: 1.1.22
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.test-framework@1.1.22
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.test-framework@1.1.22
assetPath: Packages/com.unity.test-framework
name: com.unity.test-framework
displayName: Test Framework
@@ -633,22 +534,10 @@ m_PackageAssets:
- 1.1.8
- 1.1.9
- 1.1.11
- - 1.1.13
- - 1.1.14
- - 1.1.16
- - 1.1.18
- - 1.1.19
- - 1.1.20
- 1.1.22
- - 1.1.24
- - 1.1.26
- - 1.1.27
compatible:
- 1.1.22
- - 1.1.24
- - 1.1.26
- - 1.1.27
- verified: 1.1.27
+ verified: 1.1.22
dependencies:
- name: com.unity.ext.nunit
version: 1.0.6
@@ -678,12 +567,12 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637469345300000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
type: git
- url: git+https://github.com/Unity-Technologies/com.unity.test-framework.git
+ url: https://github.com/Unity-Technologies/com.unity.test-framework.git
revision: 56c667cbc326a1cbab8dfd7ebc693a1121d0abe1
path:
- packageId: com.unity.textmeshpro@3.0.1
@@ -691,7 +580,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 3.0.1
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.textmeshpro@3.0.1
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.textmeshpro@3.0.1
assetPath: Packages/com.unity.textmeshpro
name: com.unity.textmeshpro
displayName: TextMeshPro
@@ -749,21 +638,6 @@ m_PackageAssets:
- 1.5.0-preview.2
- 1.5.0-preview.3
- 1.5.0-preview.4
- - 1.5.0-preview.5
- - 1.5.0-preview.6
- - 1.5.0-preview.7
- - 1.5.0-preview.8
- - 1.5.0-preview.10
- - 1.5.0-preview.11
- - 1.5.0-preview.12
- - 1.5.0-preview.13
- - 1.5.0-preview.14
- - 1.5.0
- - 1.5.1
- - 1.5.3
- - 1.5.4
- - 1.5.5
- - 1.5.6
- 2.0.0
- 2.0.1-preview.1
- 2.0.1
@@ -771,44 +645,12 @@ m_PackageAssets:
- 2.1.0-preview.2
- 2.1.0-preview.3
- 2.1.0-preview.4
- - 2.1.0-preview.5
- - 2.1.0-preview.7
- - 2.1.0-preview.8
- - 2.1.0-preview.10
- - 2.1.0-preview.11
- - 2.1.0-preview.12
- - 2.1.0-preview.13
- - 2.1.0-preview.14
- - 2.1.0
- - 2.1.1
- - 2.1.3
- - 2.1.4
- - 2.1.5
- - 2.1.6
- - 3.0.0-preview.1
- 3.0.0-preview.3
- 3.0.0-preview.4
- - 3.0.0-preview.5
- - 3.0.0-preview.7
- - 3.0.0-preview.8
- - 3.0.0-preview.10
- - 3.0.0-preview.11
- - 3.0.0-preview.12
- - 3.0.0-preview.13
- - 3.0.0-preview.14
- - 3.0.0
- 3.0.1
- - 3.0.3
- - 3.0.4
- - 3.0.5
- - 3.0.6
compatible:
- 3.0.1
- - 3.0.3
- - 3.0.4
- - 3.0.5
- - 3.0.6
- verified: 3.0.6
+ verified: 3.0.1
dependencies:
- name: com.unity.ugui
version: 1.0.0
@@ -837,7 +679,7 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637314376320000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
@@ -850,7 +692,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.4.6
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.timeline@1.4.6
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.timeline@1.4.6
assetPath: Packages/com.unity.timeline
name: com.unity.timeline
displayName: Timeline
@@ -877,78 +719,15 @@ m_PackageAssets:
- 1.2.9
- 1.2.10
- 1.2.11
- - 1.2.12
- - 1.2.13
- - 1.2.14
- - 1.2.15
- - 1.2.16
- - 1.2.17
- - 1.2.18
- 1.3.0-preview.2
- 1.3.0-preview.3
- 1.3.0-preview.5
- 1.3.0-preview.6
- 1.3.0-preview.7
- - 1.3.0
- - 1.3.1
- - 1.3.2
- - 1.3.3
- - 1.3.4
- - 1.3.5
- - 1.3.6
- - 1.3.7
- - 1.4.0-preview.1
- - 1.4.0-preview.2
- - 1.4.0-preview.3
- - 1.4.0-preview.5
- - 1.4.0-preview.6
- - 1.4.0-preview.7
- - 1.4.0
- - 1.4.1
- - 1.4.2
- - 1.4.3
- - 1.4.4
- - 1.4.5
- 1.4.6
- - 1.4.7
- - 1.4.8
- - 1.5.0-pre.2
- - 1.5.0-preview.1
- - 1.5.0-preview.2
- - 1.5.0-preview.3
- - 1.5.0-preview.4
- - 1.5.0-preview.5
- - 1.5.1-pre.1
- - 1.5.1-pre.2
- - 1.5.1-pre.3
- - 1.5.2
- - 1.5.4
- - 1.5.5
- - 1.6.0-pre.1
- - 1.6.0-pre.3
- - 1.6.0-pre.4
- - 1.6.0-pre.5
compatible:
- 1.4.6
- - 1.4.7
- - 1.4.8
- - 1.5.0-pre.2
- - 1.5.0-preview.1
- - 1.5.0-preview.2
- - 1.5.0-preview.3
- - 1.5.0-preview.4
- - 1.5.0-preview.5
- - 1.5.1-pre.1
- - 1.5.1-pre.2
- - 1.5.1-pre.3
- - 1.5.2
- - 1.5.4
- - 1.5.5
- - 1.6.0-pre.1
- - 1.6.0-pre.3
- - 1.6.0-pre.4
- - 1.6.0-pre.5
- verified: 1.4.8
+ verified: 1.4.6
dependencies:
- name: com.unity.modules.director
version: 1.0.0
@@ -985,7 +764,7 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637463150940000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
@@ -998,7 +777,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui
assetPath: Packages/com.unity.ugui
name: com.unity.ugui
displayName: Unity UI
@@ -1061,7 +840,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.ai
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.ai
assetPath: Packages/com.unity.modules.ai
name: com.unity.modules.ai
displayName: AI
@@ -1109,7 +888,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.androidjni
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.androidjni
assetPath: Packages/com.unity.modules.androidjni
name: com.unity.modules.androidjni
displayName: Android JNI
@@ -1157,7 +936,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.animation
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.animation
assetPath: Packages/com.unity.modules.animation
name: com.unity.modules.animation
displayName: Animation
@@ -1205,7 +984,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.assetbundle
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.assetbundle
assetPath: Packages/com.unity.modules.assetbundle
name: com.unity.modules.assetbundle
displayName: Asset Bundle
@@ -1253,7 +1032,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.audio
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.audio
assetPath: Packages/com.unity.modules.audio
name: com.unity.modules.audio
displayName: Audio
@@ -1301,7 +1080,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.cloth
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.cloth
assetPath: Packages/com.unity.modules.cloth
name: com.unity.modules.cloth
displayName: Cloth
@@ -1353,7 +1132,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.director
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.director
assetPath: Packages/com.unity.modules.director
name: com.unity.modules.director
displayName: Director
@@ -1409,7 +1188,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.imageconversion
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.imageconversion
assetPath: Packages/com.unity.modules.imageconversion
name: com.unity.modules.imageconversion
displayName: Image Conversion
@@ -1458,7 +1237,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.imgui
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.imgui
assetPath: Packages/com.unity.modules.imgui
name: com.unity.modules.imgui
displayName: IMGUI
@@ -1506,7 +1285,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.jsonserialize
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.jsonserialize
assetPath: Packages/com.unity.modules.jsonserialize
name: com.unity.modules.jsonserialize
displayName: JSONSerialize
@@ -1554,7 +1333,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.particlesystem
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.particlesystem
assetPath: Packages/com.unity.modules.particlesystem
name: com.unity.modules.particlesystem
displayName: Particle System
@@ -1602,7 +1381,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.physics
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.physics
assetPath: Packages/com.unity.modules.physics
name: com.unity.modules.physics
displayName: Physics
@@ -1650,7 +1429,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.physics2d
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.physics2d
assetPath: Packages/com.unity.modules.physics2d
name: com.unity.modules.physics2d
displayName: Physics 2D
@@ -1698,7 +1477,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.screencapture
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.screencapture
assetPath: Packages/com.unity.modules.screencapture
name: com.unity.modules.screencapture
displayName: Screen Capture
@@ -1750,7 +1529,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.terrain
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.terrain
assetPath: Packages/com.unity.modules.terrain
name: com.unity.modules.terrain
displayName: Terrain
@@ -1798,7 +1577,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.terrainphysics
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.terrainphysics
assetPath: Packages/com.unity.modules.terrainphysics
name: com.unity.modules.terrainphysics
displayName: Terrain Physics
@@ -1854,7 +1633,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.tilemap
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.tilemap
assetPath: Packages/com.unity.modules.tilemap
name: com.unity.modules.tilemap
displayName: Tilemap
@@ -1906,7 +1685,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.ui
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.ui
assetPath: Packages/com.unity.modules.ui
name: com.unity.modules.ui
displayName: UI
@@ -1954,7 +1733,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.uielements
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.uielements
assetPath: Packages/com.unity.modules.uielements
name: com.unity.modules.uielements
displayName: UIElements
@@ -2018,7 +1797,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.umbra
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.umbra
assetPath: Packages/com.unity.modules.umbra
name: com.unity.modules.umbra
displayName: Umbra
@@ -2066,7 +1845,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unityanalytics
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unityanalytics
assetPath: Packages/com.unity.modules.unityanalytics
name: com.unity.modules.unityanalytics
displayName: Unity Analytics
@@ -2122,7 +1901,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequest
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequest
assetPath: Packages/com.unity.modules.unitywebrequest
name: com.unity.modules.unitywebrequest
displayName: Unity Web Request
@@ -2170,7 +1949,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequestassetbundle
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequestassetbundle
assetPath: Packages/com.unity.modules.unitywebrequestassetbundle
name: com.unity.modules.unitywebrequestassetbundle
displayName: Unity Web Request Asset Bundle
@@ -2226,7 +2005,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequestaudio
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequestaudio
assetPath: Packages/com.unity.modules.unitywebrequestaudio
name: com.unity.modules.unitywebrequestaudio
displayName: Unity Web Request Audio
@@ -2282,7 +2061,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequesttexture
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequesttexture
assetPath: Packages/com.unity.modules.unitywebrequesttexture
name: com.unity.modules.unitywebrequesttexture
displayName: Unity Web Request Texture
@@ -2338,7 +2117,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequestwww
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.unitywebrequestwww
assetPath: Packages/com.unity.modules.unitywebrequestwww
name: com.unity.modules.unitywebrequestwww
displayName: Unity Web Request WWW
@@ -2410,7 +2189,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.vehicles
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.vehicles
assetPath: Packages/com.unity.modules.vehicles
name: com.unity.modules.vehicles
displayName: Vehicles
@@ -2462,7 +2241,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.video
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.video
assetPath: Packages/com.unity.modules.video
name: com.unity.modules.video
displayName: Video
@@ -2522,7 +2301,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.vr
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.vr
assetPath: Packages/com.unity.modules.vr
name: com.unity.modules.vr
displayName: VR
@@ -2584,7 +2363,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.wind
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.wind
assetPath: Packages/com.unity.modules.wind
name: com.unity.modules.wind
displayName: Wind
@@ -2632,7 +2411,7 @@ m_PackageAssets:
isDirectDependency: 1
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.xr
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.xr
assetPath: Packages/com.unity.modules.xr
name: com.unity.modules.xr
displayName: XR
@@ -2692,7 +2471,7 @@ m_PackageAssets:
isDirectDependency: 0
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.subsystems
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.subsystems
assetPath: Packages/com.unity.modules.subsystems
name: com.unity.modules.subsystems
displayName: Subsystems
@@ -2744,7 +2523,7 @@ m_PackageAssets:
isDirectDependency: 0
version: 1.0.0
source: 2
- resolvedPath: E:\Unity Projects\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.uielementsnative
+ resolvedPath: C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.modules.uielementsnative
assetPath: Packages/com.unity.modules.uielementsnative
name: com.unity.modules.uielementsnative
displayName: UIElements Native
@@ -2803,7 +2582,7 @@ m_PackageAssets:
isDirectDependency: 0
version: 1.0.6
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.ext.nunit@1.0.6
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.ext.nunit@1.0.6
assetPath: Packages/com.unity.ext.nunit
name: com.unity.ext.nunit
displayName: Custom NUnit
@@ -2823,14 +2602,12 @@ m_PackageAssets:
- 0.1.6-preview
- 0.1.9-preview
- 1.0.0
- - 1.0.5
- 1.0.6
compatible:
- 0.1.5-preview
- 0.1.6-preview
- 0.1.9-preview
- 1.0.0
- - 1.0.5
- 1.0.6
verified: 1.0.6
dependencies: []
@@ -2851,7 +2628,7 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637429759280000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
@@ -2864,7 +2641,7 @@ m_PackageAssets:
isDirectDependency: 0
version: 1.1.0
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.mathematics@1.1.0
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.mathematics@1.1.0
assetPath: Packages/com.unity.mathematics
name: com.unity.mathematics
displayName: Mathematics
@@ -2939,7 +2716,7 @@ m_PackageAssets:
isDirectDependency: 0
version: 10.3.1
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.render-pipelines.core@10.3.1
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.render-pipelines.core@10.3.1
assetPath: Packages/com.unity.render-pipelines.core
name: com.unity.render-pipelines.core
displayName: Core RP Library
@@ -3021,37 +2798,10 @@ m_PackageAssets:
- 7.1.7
- 7.1.8
- 7.2.0
- - 7.2.1
- - 7.3.1
- - 7.4.1
- - 7.4.2
- - 7.4.3
- - 7.5.1
- - 7.5.2
- - 7.5.3
- - 7.6.0
- - 8.0.1
- - 8.1.0
- - 8.2.0
- - 8.3.1
- - 9.0.0-preview.13
- - 9.0.0-preview.35
- - 9.0.0-preview.38
- - 9.0.0-preview.60
- - 9.0.0-preview.77
- - 10.0.0-preview.30
- - 10.1.0
- - 10.2.0
- - 10.2.1
- - 10.2.2
- 10.3.1
- - 10.3.2
- - 10.4.0
- - 10.5.0
compatible:
- 10.3.1
- - 10.3.2
- verified: 10.3.2
+ verified: 10.3.1
dependencies:
- name: com.unity.ugui
version: 1.0.0
@@ -3075,20 +2825,20 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637472777410000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
type: git
- url: git+https://github.com/Unity-Technologies/Graphics.git
- revision: 04da21e5dc442239eb39b80d9b201a16d860bd75
+ url: https://github.com/Unity-Technologies/Graphics.git
+ revision: c502607c7eb9419ff235ff1648b5c01e7f2bd9c9
path:
- packageId: com.unity.shadergraph@10.3.1
testable: 0
isDirectDependency: 0
version: 10.3.1
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.shadergraph@10.3.1
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.shadergraph@10.3.1
assetPath: Packages/com.unity.shadergraph
name: com.unity.shadergraph
displayName: Shader Graph
@@ -3168,36 +2918,10 @@ m_PackageAssets:
- 7.1.7
- 7.1.8
- 7.2.0
- - 7.2.1
- - 7.3.1
- - 7.4.1
- - 7.4.2
- - 7.4.3
- - 7.5.1
- - 7.5.2
- - 7.5.3
- - 7.6.0
- - 8.0.1
- - 8.1.0
- - 8.2.0
- - 8.3.1
- - 9.0.0-preview.14
- - 9.0.0-preview.34
- - 9.0.0-preview.55
- - 9.0.0-preview.72
- - 10.0.0-preview.27
- - 10.1.0
- - 10.2.0
- - 10.2.1
- - 10.2.2
- 10.3.1
- - 10.3.2
- - 10.4.0
- - 10.5.0
compatible:
- 10.3.1
- - 10.3.2
- verified: 10.3.2
+ verified: 10.3.1
dependencies:
- name: com.unity.render-pipelines.core
version: 10.3.1
@@ -3227,20 +2951,20 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637472777690000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
type: git
- url: git+https://github.com/Unity-Technologies/Graphics.git
- revision: 04da21e5dc442239eb39b80d9b201a16d860bd75
+ url: https://github.com/Unity-Technologies/Graphics.git
+ revision: c502607c7eb9419ff235ff1648b5c01e7f2bd9c9
path:
- packageId: com.unity.nuget.mono-cecil@1.10.1-preview.1
testable: 0
isDirectDependency: 0
version: 1.10.1-preview.1
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.nuget.mono-cecil@1.10.1-preview.1
assetPath: Packages/com.unity.nuget.mono-cecil
name: com.unity.nuget.mono-cecil
displayName: Mono Cecil
@@ -3249,7 +2973,7 @@ m_PackageAssets:
email:
url:
category:
- type:
+ type: library
description: 'The mono cecil library from https://www.nuget.org/packages/Mono.Cecil/
@@ -3303,7 +3027,7 @@ m_PackageAssets:
isDirectDependency: 0
version: 4.3.1
source: 1
- resolvedPath: E:\Git\TCG\TCG\TCG\Library\PackageCache\com.unity.searcher@4.3.1
+ resolvedPath: D:\TCG\TCG\TCG\Library\PackageCache\com.unity.searcher@4.3.1
assetPath: Packages/com.unity.searcher
name: com.unity.searcher
displayName: Searcher
@@ -3325,14 +3049,7 @@ m_PackageAssets:
- 4.0.7
- 4.0.8-preview
- 4.0.9
- - 4.1.0-preview
- - 4.1.0
- - 4.2.0
- - 4.3.0
- 4.3.1
- - 4.3.2
- - 4.6.0-preview
- - 4.7.0-preview
compatible:
- 4.0.0-preview
- 4.0.0
@@ -3340,15 +3057,8 @@ m_PackageAssets:
- 4.0.7
- 4.0.8-preview
- 4.0.9
- - 4.1.0-preview
- - 4.1.0
- - 4.2.0
- - 4.3.0
- 4.3.1
- - 4.3.2
- - 4.6.0-preview
- - 4.7.0-preview
- verified: 4.3.2
+ verified: 4.3.1
dependencies: []
resolvedDependencies: []
keywords:
@@ -3366,7 +3076,7 @@ m_PackageAssets:
entitlements:
isAllowed: 1
isAssetStorePackage: 0
- datePublishedTicks: 637272602300000000
+ datePublishedTicks: 0
documentationUrl:
hasRepository: 1
repository:
@@ -3376,5 +3086,5 @@ m_PackageAssets:
path:
m_LocalPackages:
m_LocalFileStatus: []
-m_ProjectPath: E:/Git/TCG/TCG/TCG/Packages
+m_ProjectPath: D:/TCG/TCG/TCG/Packages
m_EditorVersion: 2020.2.6f1 (8a2143876886)
diff --git a/TCG/Library/PackageManager/ProjectCache.md5 b/TCG/Library/PackageManager/ProjectCache.md5
index d99929c7..9820594b 100644
--- a/TCG/Library/PackageManager/ProjectCache.md5
+++ b/TCG/Library/PackageManager/ProjectCache.md5
@@ -1 +1 @@
-425f09cb251df6378c79decd27dd347e
\ No newline at end of file
+b9fd5fd76f7b6a7dcd8e4d9e5b503ae9
\ No newline at end of file
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Assembly-CSharp.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Assembly-CSharp.dll
index 6e3a862a..9ed1f202 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Assembly-CSharp.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Assembly-CSharp.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Mathematics.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Mathematics.dll
index 7a25500b..c6fa5421 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Mathematics.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Mathematics.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Multiplayer.MLAPI.Prototyping.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Multiplayer.MLAPI.Prototyping.dll
index e49aafa8..2cdfec9d 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Multiplayer.MLAPI.Prototyping.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Multiplayer.MLAPI.Prototyping.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Multiplayer.MLAPI.Runtime.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Multiplayer.MLAPI.Runtime.dll
index 624f12a2..88916c47 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Multiplayer.MLAPI.Runtime.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Multiplayer.MLAPI.Runtime.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipeline.Universal.ShaderLibrary.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipeline.Universal.ShaderLibrary.dll
index 549456e8..9bdf3bfd 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipeline.Universal.ShaderLibrary.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipeline.Universal.ShaderLibrary.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Core.Runtime.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Core.Runtime.dll
index 43bcf691..e6274156 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Core.Runtime.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Core.Runtime.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Core.ShaderLibrary.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Core.ShaderLibrary.dll
index be3aea1c..8c71ea05 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Core.ShaderLibrary.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Core.ShaderLibrary.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll
index 7c252dd1..358304fb 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Universal.Runtime.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Universal.Runtime.dll
index 571e0b6f..a6c42779 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Universal.Runtime.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Universal.Runtime.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Universal.Shaders.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Universal.Shaders.dll
index 96fd5fb1..972454c7 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Universal.Shaders.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.RenderPipelines.Universal.Shaders.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.TextMeshPro.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.TextMeshPro.dll
index 94d0571a..98666ea7 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.TextMeshPro.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.TextMeshPro.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Timeline.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Timeline.dll
index 509e3d55..a52cb64d 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Timeline.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/Unity.Timeline.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/Managed/UnityEngine.UI.dll b/TCG/Library/PlayerDataCache/Win/Data/Managed/UnityEngine.UI.dll
index 50ba944e..78edb1f8 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/Managed/UnityEngine.UI.dll and b/TCG/Library/PlayerDataCache/Win/Data/Managed/UnityEngine.UI.dll differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/globalgamemanagers b/TCG/Library/PlayerDataCache/Win/Data/globalgamemanagers
index 94767ece..c0fa58f2 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/globalgamemanagers and b/TCG/Library/PlayerDataCache/Win/Data/globalgamemanagers differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/globalgamemanagers.assets b/TCG/Library/PlayerDataCache/Win/Data/globalgamemanagers.assets
index 950d74e0..b77c40d1 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/globalgamemanagers.assets and b/TCG/Library/PlayerDataCache/Win/Data/globalgamemanagers.assets differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/level0 b/TCG/Library/PlayerDataCache/Win/Data/level0
index ffdcc268..cc44bfda 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/level0 and b/TCG/Library/PlayerDataCache/Win/Data/level0 differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/level0.resS b/TCG/Library/PlayerDataCache/Win/Data/level0.resS
index 5041ac42..24d295b6 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/level0.resS and b/TCG/Library/PlayerDataCache/Win/Data/level0.resS differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/resources.assets b/TCG/Library/PlayerDataCache/Win/Data/resources.assets
index 48073e42..e8166158 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/resources.assets and b/TCG/Library/PlayerDataCache/Win/Data/resources.assets differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/sharedassets0.assets b/TCG/Library/PlayerDataCache/Win/Data/sharedassets0.assets
index 4e3fb7cd..5c287bdd 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/sharedassets0.assets and b/TCG/Library/PlayerDataCache/Win/Data/sharedassets0.assets differ
diff --git a/TCG/Library/PlayerDataCache/Win/Data/sharedassets0.assets.resS b/TCG/Library/PlayerDataCache/Win/Data/sharedassets0.assets.resS
index 029395f2..9ec07a7a 100644
Binary files a/TCG/Library/PlayerDataCache/Win/Data/sharedassets0.assets.resS and b/TCG/Library/PlayerDataCache/Win/Data/sharedassets0.assets.resS differ
diff --git a/TCG/Library/PlayerDataCache/Win/ScriptsOnlyCache.yaml b/TCG/Library/PlayerDataCache/Win/ScriptsOnlyCache.yaml
index b1633428..fd012412 100644
--- a/TCG/Library/PlayerDataCache/Win/ScriptsOnlyCache.yaml
+++ b/TCG/Library/PlayerDataCache/Win/ScriptsOnlyCache.yaml
@@ -6,6 +6,7 @@ ScriptsOnlyBuild:
- BuffUnitSpell
- CardDisplay
- CardHandController
+ - CreateCardInHandAction
- CrystalizeOnPlay
- DamageTargetSpell
- DamageUnitOnPlay
@@ -15,13 +16,14 @@ ScriptsOnlyBuild:
- FieldUnit
- FishEntranceEffect
- FishermanEntranceEffect
- - GameManager
- HealTargetDrawSpell
- HeroCard
- HexagonCell
- HexagonGrid
+ - JavelinTosserEntranceEffect
- KillTargetSpell
- MatchManager
+ - NetworkConnect
- Player
- PlayerController
- PlayerHandDisplay
@@ -79,10 +81,9 @@ ScriptsOnlyBuild:
- UnityEngine.Rendering.Universal.XRSystemData
Unity.Rider.Editor.dll:
- Packages.Rider.Editor.UnitTesting.CallbackData
- Unity.ShaderGraph.Editor.dll:
- - UnityEditor.ShaderGraph.Drawing.MaterialGraphEditWindow
Unity.TextMeshPro.dll:
- TMPro.TMP_FontAsset
+ - TMPro.TMP_InputField
- TMPro.TMP_Settings
- TMPro.TMP_SpriteAsset
- TMPro.TMP_StyleSheet
@@ -105,6 +106,7 @@ ScriptsOnlyBuild:
- UnityEngine.UI.Image
- UnityEngine.UI.LayoutElement
- UnityEngine.UI.Mask
+ - UnityEngine.UI.RectMask2D
- UnityEngine.UI.ScrollRect
- UnityEngine.UI.Scrollbar
- UnityEngine.UI.Text
@@ -157,13 +159,13 @@ ScriptsOnlyBuild:
- Class: 114
Script: {instanceID: 1622}
- Class: 114
- Script: {instanceID: 1624}
+ Script: {instanceID: 1626}
- Class: 114
- Script: {instanceID: 1628}
+ Script: {instanceID: 1632}
- Class: 114
- Script: {instanceID: 1634}
+ Script: {instanceID: 1676}
- Class: 114
- Script: {instanceID: 1678}
+ Script: {instanceID: 1746}
- Class: 114
Script: {instanceID: 1776}
- Class: 114
@@ -198,8 +200,6 @@ ScriptsOnlyBuild:
Script: {instanceID: 2464}
- Class: 114
Script: {instanceID: 2518}
- - Class: 114
- Script: {instanceID: 2594}
- Class: 114
Script: {instanceID: 2626}
- Class: 114
@@ -207,123 +207,133 @@ ScriptsOnlyBuild:
- Class: 114
Script: {instanceID: 2774}
- Class: 114
- Script: {instanceID: 2884}
- - Class: 114
- Script: {instanceID: 2916}
+ Script: {instanceID: 2886}
- Class: 114
- Script: {instanceID: 2948}
+ Script: {instanceID: 2918}
- Class: 114
- Script: {instanceID: 3070}
+ Script: {instanceID: 2950}
- Class: 114
- Script: {instanceID: 3116}
+ Script: {instanceID: 3072}
- Class: 114
- Script: {instanceID: 3272}
+ Script: {instanceID: 3118}
- Class: 114
- Script: {instanceID: 3328}
+ Script: {instanceID: 3274}
- Class: 114
- Script: {instanceID: 3338}
+ Script: {instanceID: 3330}
- Class: 114
- Script: {instanceID: 3456}
+ Script: {instanceID: 3340}
- Class: 114
- Script: {instanceID: 3466}
+ Script: {instanceID: 3458}
- Class: 114
- Script: {instanceID: 3494}
+ Script: {instanceID: 3468}
- Class: 114
- Script: {instanceID: 3620}
+ Script: {instanceID: 3496}
- Class: 114
- Script: {instanceID: 3682}
+ Script: {instanceID: 3622}
- Class: 114
- Script: {instanceID: 3694}
+ Script: {instanceID: 3684}
- Class: 114
- Script: {instanceID: 3732}
+ Script: {instanceID: 3696}
- Class: 114
- Script: {instanceID: 3756}
+ Script: {instanceID: 3734}
- Class: 114
- Script: {instanceID: 3874}
+ Script: {instanceID: 3758}
- Class: 114
- Script: {instanceID: 3888}
+ Script: {instanceID: 3876}
- Class: 114
Script: {instanceID: 3890}
- Class: 114
- Script: {instanceID: 4044}
+ Script: {instanceID: 3892}
+ - Class: 114
+ Script: {instanceID: 4046}
+ - Class: 114
+ Script: {instanceID: 4064}
+ - Class: 114
+ Script: {instanceID: 4108}
- Class: 114
- Script: {instanceID: 4062}
+ Script: {instanceID: 4168}
- Class: 114
- Script: {instanceID: 4106}
+ Script: {instanceID: 4238}
- Class: 114
- Script: {instanceID: 4166}
+ Script: {instanceID: 4280}
- Class: 114
- Script: {instanceID: 4236}
+ Script: {instanceID: 4312}
- Class: 114
- Script: {instanceID: 4278}
+ Script: {instanceID: 4374}
- Class: 114
- Script: {instanceID: 4310}
+ Script: {instanceID: 4402}
- Class: 114
- Script: {instanceID: 4372}
+ Script: {instanceID: 4408}
- Class: 114
- Script: {instanceID: 4400}
+ Script: {instanceID: 4600}
- Class: 114
- Script: {instanceID: 4406}
+ Script: {instanceID: 4622}
- Class: 114
- Script: {instanceID: 4598}
+ Script: {instanceID: 4628}
- Class: 114
- Script: {instanceID: 4620}
+ Script: {instanceID: 4710}
- Class: 114
- Script: {instanceID: 4626}
+ Script: {instanceID: 4780}
- Class: 114
- Script: {instanceID: 4708}
+ Script: {instanceID: 4854}
- Class: 114
- Script: {instanceID: 4778}
+ Script: {instanceID: 4912}
- Class: 114
- Script: {instanceID: 4852}
+ Script: {instanceID: 4964}
- Class: 114
- Script: {instanceID: 4960}
+ Script: {instanceID: 5010}
- Class: 114
- Script: {instanceID: 5034}
+ Script: {instanceID: 5040}
- Class: 114
- Script: {instanceID: 5218}
+ Script: {instanceID: 5224}
- Class: 114
- Script: {instanceID: 5226}
+ Script: {instanceID: 5232}
- Class: 114
- Script: {instanceID: 5312}
+ Script: {instanceID: 5318}
- Class: 114
- Script: {instanceID: 5388}
+ Script: {instanceID: 5394}
- Class: 114
- Script: {instanceID: 5404}
+ Script: {instanceID: 5410}
- Class: 114
- Script: {instanceID: 5452}
+ Script: {instanceID: 5434}
- Class: 114
- Script: {instanceID: 5456}
+ Script: {instanceID: 5460}
- Class: 114
- Script: {instanceID: 5580}
+ Script: {instanceID: 5464}
- Class: 114
- Script: {instanceID: 5620}
+ Script: {instanceID: 5560}
- Class: 114
- Script: {instanceID: 5848}
+ Script: {instanceID: 5588}
- Class: 114
- Script: {instanceID: 5880}
+ Script: {instanceID: 5628}
- Class: 114
- Script: {instanceID: 5896}
+ Script: {instanceID: 5856}
- Class: 114
- Script: {instanceID: 5902}
+ Script: {instanceID: 5888}
- Class: 114
- Script: {instanceID: 5944}
+ Script: {instanceID: 5904}
- Class: 114
- Script: {instanceID: 6010}
+ Script: {instanceID: 5910}
- Class: 114
- Script: {instanceID: 6072}
+ Script: {instanceID: 5952}
- Class: 114
- Script: {instanceID: 6298}
+ Script: {instanceID: 6020}
- Class: 114
- Script: {instanceID: 6428}
+ Script: {instanceID: 6082}
- Class: 114
- Script: {instanceID: 6440}
+ Script: {instanceID: 6308}
- Class: 114
- Script: {instanceID: 6558}
+ Script: {instanceID: 6438}
- Class: 114
- Script: {instanceID: 6564}
+ Script: {instanceID: 6450}
- Class: 114
- Script: {instanceID: 6590}
+ Script: {instanceID: 6568}
+ - Class: 114
+ Script: {instanceID: 6574}
+ - Class: 114
+ Script: {instanceID: 6600}
+ - Class: 114
+ Script: {instanceID: 28810}
- Class: 115
Script: {instanceID: 0}
- Class: 128
@@ -381,13 +391,7 @@ ScriptsOnlyBuild:
className: Button
- hash:
serializedVersion: 2
- Hash: 134322c9293c1896357cce271b819ce4
- assemblyName: UnityEngine.UI.dll
- namespaceName: UnityEngine.EventSystems
- className: EventTrigger
- - hash:
- serializedVersion: 2
- Hash: a0bb38698f9b20fa9a154b70028b1a9f
+ Hash: e6c82faaa267e967ac25c1b7e0e71a83
assemblyName: Assembly-CSharp.dll
namespaceName:
className: MatchManager
@@ -477,7 +481,7 @@ ScriptsOnlyBuild:
className: Selectable
- hash:
serializedVersion: 2
- Hash: 50fd2c1e86ddfa7914693e22c4a48e22
+ Hash: 58828b15e71db5d3cdf7d06f0e9d73e2
assemblyName: Assembly-CSharp.dll
namespaceName:
className: TurnButton
@@ -619,12 +623,6 @@ ScriptsOnlyBuild:
assemblyName: Unity.TextMeshPro.dll
namespaceName: TMPro
className: TMP_StyleSheet
- - hash:
- serializedVersion: 2
- Hash: 71bb6a6b6c8f052f948db64c7dd3ca4f
- assemblyName: Assembly-CSharp.dll
- namespaceName:
- className: GameManager
- hash:
serializedVersion: 2
Hash: f1d735cc1a21c3704ab52568f4fbfcf8
@@ -1111,6 +1109,12 @@ ScriptsOnlyBuild:
assemblyName: UnityEngine.TestRunner.dll
namespaceName: UnityEngine.TestTools.TestRunner.Callbacks
className: RemoteTestResultSender
+ - hash:
+ serializedVersion: 2
+ Hash: 134322c9293c1896357cce271b819ce4
+ assemblyName: UnityEngine.UI.dll
+ namespaceName: UnityEngine.EventSystems
+ className: EventTrigger
- hash:
serializedVersion: 2
Hash: 5860c479e1d84a9fb5e9a040e4376e41
@@ -1129,6 +1133,12 @@ ScriptsOnlyBuild:
assemblyName: UnityEngine.UI.dll
namespaceName: UnityEngine.UI
className: Dropdown
+ - hash:
+ serializedVersion: 2
+ Hash: 11b786997053f8504df259124b5dec32
+ assemblyName: Assembly-CSharp.dll
+ namespaceName:
+ className: CreateCardInHandAction
- hash:
serializedVersion: 2
Hash: a5781dc71a671b1ad2b38de19f24b71f
@@ -1195,6 +1205,12 @@ ScriptsOnlyBuild:
assemblyName: Unity.RenderPipelines.Core.Runtime.dll
namespaceName: UnityEngine.Rendering.UI
className: DebugUIHandlerPersistentCanvas
+ - hash:
+ serializedVersion: 2
+ Hash: b347dce0de835dcd3de8f795fb366ef7
+ assemblyName: Assembly-CSharp.dll
+ namespaceName:
+ className: JavelinTosserEntranceEffect
- hash:
serializedVersion: 2
Hash: 3165968ba45c74472d279ba04455fccb
@@ -1441,7 +1457,13 @@ ScriptsOnlyBuild:
assemblyName: UnityEngine.UI.dll
namespaceName: UnityEngine.EventSystems
className: TouchInputModule
+ - hash:
+ serializedVersion: 2
+ Hash: 32d5018cf04e3db689c7e1e6de05ce2b
+ assemblyName: Assembly-CSharp.dll
+ namespaceName:
+ className: NetworkConnect
platform: 5
scenePathNames:
- Assets/Scenes/Scene.unity
- playerPath: E:/Builds/AB TCG/Autobattler TCG.exe
+ playerPath: C:/Users/Sarkis/Documents/stuff/Torment/Builds/TCG/Autobattler TCG.exe
diff --git a/TCG/Library/SceneVisibilityState.asset b/TCG/Library/SceneVisibilityState.asset
index 84bc6032..ced37ee6 100644
Binary files a/TCG/Library/SceneVisibilityState.asset and b/TCG/Library/SceneVisibilityState.asset differ
diff --git a/TCG/Library/ScriptAssemblies/Assembly-CSharp.dll b/TCG/Library/ScriptAssemblies/Assembly-CSharp.dll
index 6e3a862a..9ed1f202 100644
Binary files a/TCG/Library/ScriptAssemblies/Assembly-CSharp.dll and b/TCG/Library/ScriptAssemblies/Assembly-CSharp.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll
index 07cff19a..67015a50 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll
index 31fb7def..82bd6955 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll
index 72e2ba79..94e3162f 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.Mathematics.dll b/TCG/Library/ScriptAssemblies/Unity.Mathematics.dll
index 9e720b1a..ec288dd1 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.Mathematics.dll and b/TCG/Library/ScriptAssemblies/Unity.Mathematics.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Editor.CodeGen.dll b/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Editor.CodeGen.dll
index fbec2c20..6c7dd4b0 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Editor.CodeGen.dll and b/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Editor.CodeGen.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Editor.dll
index 543c3e78..30805e57 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Prototyping.dll b/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Prototyping.dll
index e49aafa8..2cdfec9d 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Prototyping.dll and b/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Prototyping.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Runtime.dll b/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Runtime.dll
index d71c44f8..4d1346a3 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Runtime.dll and b/TCG/Library/ScriptAssemblies/Unity.Multiplayer.MLAPI.Runtime.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.RenderPipeline.Universal.ShaderLibrary.dll b/TCG/Library/ScriptAssemblies/Unity.RenderPipeline.Universal.ShaderLibrary.dll
index 549456e8..9bdf3bfd 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.RenderPipeline.Universal.ShaderLibrary.dll and b/TCG/Library/ScriptAssemblies/Unity.RenderPipeline.Universal.ShaderLibrary.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Editor.dll
index 50923b62..f2fa4597 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.dll b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.dll
index 75953630..fa4479d1 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.dll and b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.ShaderLibrary.dll b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.ShaderLibrary.dll
index be3aea1c..8c71ea05 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.ShaderLibrary.dll and b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Core.ShaderLibrary.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll
index 7c252dd1..358304fb 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll and b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Editor.dll
index e8b8a7e2..78587552 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Runtime.dll b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Runtime.dll
index 4a05a765..9259099f 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Runtime.dll and b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Runtime.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Shaders.dll b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Shaders.dll
index 96fd5fb1..972454c7 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Shaders.dll and b/TCG/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Shaders.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.Rider.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.Rider.Editor.dll
index 58e6b76e..62dd08dd 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.Rider.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.Rider.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.Searcher.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.Searcher.Editor.dll
index ff17d09d..95a70935 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.Searcher.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.Searcher.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.ShaderGraph.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.ShaderGraph.Editor.dll
index 6de34c91..152b82d6 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.ShaderGraph.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.ShaderGraph.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.ShaderGraph.Utilities.dll b/TCG/Library/ScriptAssemblies/Unity.ShaderGraph.Utilities.dll
index b49f388b..be63d548 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.ShaderGraph.Utilities.dll and b/TCG/Library/ScriptAssemblies/Unity.ShaderGraph.Utilities.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll
index 614ff5fd..8af6daa7 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.TextMeshPro.dll b/TCG/Library/ScriptAssemblies/Unity.TextMeshPro.dll
index 34dddaca..6896b950 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.TextMeshPro.dll and b/TCG/Library/ScriptAssemblies/Unity.TextMeshPro.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.Timeline.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.Timeline.Editor.dll
index 9df89cbc..89a6af48 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.Timeline.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.Timeline.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.Timeline.dll b/TCG/Library/ScriptAssemblies/Unity.Timeline.dll
index fcbb8dca..1acda62e 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.Timeline.dll and b/TCG/Library/ScriptAssemblies/Unity.Timeline.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.VSCode.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.VSCode.Editor.dll
index 1e7cad4c..68410c61 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.VSCode.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.VSCode.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll b/TCG/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll
index bfde3d51..655a1a70 100644
Binary files a/TCG/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll and b/TCG/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll differ
diff --git a/TCG/Library/ScriptAssemblies/UnityEditor.TestRunner.dll b/TCG/Library/ScriptAssemblies/UnityEditor.TestRunner.dll
index da656655..1af6588b 100644
Binary files a/TCG/Library/ScriptAssemblies/UnityEditor.TestRunner.dll and b/TCG/Library/ScriptAssemblies/UnityEditor.TestRunner.dll differ
diff --git a/TCG/Library/ScriptAssemblies/UnityEditor.UI.dll b/TCG/Library/ScriptAssemblies/UnityEditor.UI.dll
index ab715e51..85bd5336 100644
Binary files a/TCG/Library/ScriptAssemblies/UnityEditor.UI.dll and b/TCG/Library/ScriptAssemblies/UnityEditor.UI.dll differ
diff --git a/TCG/Library/ScriptAssemblies/UnityEngine.TestRunner.dll b/TCG/Library/ScriptAssemblies/UnityEngine.TestRunner.dll
index ed04db97..c0f4627b 100644
Binary files a/TCG/Library/ScriptAssemblies/UnityEngine.TestRunner.dll and b/TCG/Library/ScriptAssemblies/UnityEngine.TestRunner.dll differ
diff --git a/TCG/Library/ScriptAssemblies/UnityEngine.UI.dll b/TCG/Library/ScriptAssemblies/UnityEngine.UI.dll
index 79b55150..99bf98ee 100644
Binary files a/TCG/Library/ScriptAssemblies/UnityEngine.UI.dll and b/TCG/Library/ScriptAssemblies/UnityEngine.UI.dll differ
diff --git a/TCG/Library/ShaderCache/EditorEncounteredVariants b/TCG/Library/ShaderCache/EditorEncounteredVariants
index 8a64351d..1712e167 100644
Binary files a/TCG/Library/ShaderCache/EditorEncounteredVariants and b/TCG/Library/ShaderCache/EditorEncounteredVariants differ
diff --git a/TCG/Library/SourceAssetDB b/TCG/Library/SourceAssetDB
index 854d4ef3..2c8a4f19 100644
Binary files a/TCG/Library/SourceAssetDB and b/TCG/Library/SourceAssetDB differ
diff --git a/TCG/Library/StateCache/MainStageHierarchy/dd/ddb319b35f62789aee959892cf6cfd63.json b/TCG/Library/StateCache/MainStageHierarchy/dd/ddb319b35f62789aee959892cf6cfd63.json
index 8ef437d2..e2de9ad9 100644
--- a/TCG/Library/StateCache/MainStageHierarchy/dd/ddb319b35f62789aee959892cf6cfd63.json
+++ b/TCG/Library/StateCache/MainStageHierarchy/dd/ddb319b35f62789aee959892cf6cfd63.json
@@ -1 +1 @@
-{"m_ScrollY":0.0,"m_ExpandedSceneGameObjectInstanceIDs":[],"m_LastClickedInstanceID":0,"m_OpenSceneGUIDs":[]}
\ No newline at end of file
+{"m_ScrollY":0.0,"m_ExpandedSceneGameObjectInstanceIDs":[-21366,-21244,-20864,-14716,-14594,-14214,-11980,-11858,-11478,-9800,-9678,-9298,-1196,-12],"m_LastClickedInstanceID":0,"m_OpenSceneGUIDs":["fa4305eca233756498782521136d19cb"]}
\ No newline at end of file
diff --git a/TCG/Library/StateCache/PrefabStageHierarchy/40/40975d21d5491e35cb6c3a9189731ea8.json b/TCG/Library/StateCache/PrefabStageHierarchy/40/40975d21d5491e35cb6c3a9189731ea8.json
index a128d83a..0c835be5 100644
--- a/TCG/Library/StateCache/PrefabStageHierarchy/40/40975d21d5491e35cb6c3a9189731ea8.json
+++ b/TCG/Library/StateCache/PrefabStageHierarchy/40/40975d21d5491e35cb6c3a9189731ea8.json
@@ -1 +1 @@
-{"m_ScrollY":0.0,"m_ExpandedPrefabGameObjectFileIDs":[],"m_LastClickedFileID":0}
\ No newline at end of file
+{"m_ScrollY":0.0,"m_ExpandedPrefabGameObjectFileIDs":[499625753408219366,5491203882328457248],"m_LastClickedFileID":5491203882328457248}
\ No newline at end of file
diff --git a/TCG/Library/StateCache/PrefabStageHierarchy/42/424dab751894c451ed74a59378f850e8.json b/TCG/Library/StateCache/PrefabStageHierarchy/42/424dab751894c451ed74a59378f850e8.json
index 418a349f..c52723dc 100644
--- a/TCG/Library/StateCache/PrefabStageHierarchy/42/424dab751894c451ed74a59378f850e8.json
+++ b/TCG/Library/StateCache/PrefabStageHierarchy/42/424dab751894c451ed74a59378f850e8.json
@@ -1 +1 @@
-{"m_ScrollY":0.0,"m_ExpandedPrefabGameObjectFileIDs":[5394092101069080680],"m_LastClickedFileID":0}
\ No newline at end of file
+{"m_ScrollY":0.0,"m_ExpandedPrefabGameObjectFileIDs":[5394092101069080680],"m_LastClickedFileID":5394092100174893000}
\ No newline at end of file
diff --git a/TCG/Library/StateCache/SceneView/b8/b818afa8a6676c89ad24577659738a99.json b/TCG/Library/StateCache/SceneView/b8/b818afa8a6676c89ad24577659738a99.json
index 949c40ad..63f8ab6c 100644
--- a/TCG/Library/StateCache/SceneView/b8/b818afa8a6676c89ad24577659738a99.json
+++ b/TCG/Library/StateCache/SceneView/b8/b818afa8a6676c89ad24577659738a99.json
@@ -1 +1 @@
-{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":false,"pivot":{"x":1.568009376525879,"y":1.4133458137512208,"z":0.10981535911560059},"rotation":{"x":0.38992172479629519,"y":0.04151969403028488,"z":-0.019754592329263688,"w":0.9204098582267761},"size":1.7015290260314942,"orthographic":false}
\ No newline at end of file
+{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":true,"pivot":{"x":852.946044921875,"y":848.7868041992188,"z":-155.4281463623047},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":326.78363037109377,"orthographic":true}
\ No newline at end of file
diff --git a/TCG/Library/StateCache/SceneView/d3/d34ab03ba26389c756b0b489556ecd57.json b/TCG/Library/StateCache/SceneView/d3/d34ab03ba26389c756b0b489556ecd57.json
index d688285a..8f844ae3 100644
--- a/TCG/Library/StateCache/SceneView/d3/d34ab03ba26389c756b0b489556ecd57.json
+++ b/TCG/Library/StateCache/SceneView/d3/d34ab03ba26389c756b0b489556ecd57.json
@@ -1 +1 @@
-{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":false,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":true,"pivot":{"x":1338.340087890625,"y":539.4029541015625,"z":-122.19850158691406},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":643.9329833984375,"orthographic":true}
\ No newline at end of file
+{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":false,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":true,"pivot":{"x":1821.36328125,"y":323.0293884277344,"z":-159.09803771972657},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":233.3186798095703,"orthographic":true}
\ No newline at end of file
diff --git a/TCG/Library/Style.catalog b/TCG/Library/Style.catalog
index ec67f8ec..d716c9fa 100644
Binary files a/TCG/Library/Style.catalog and b/TCG/Library/Style.catalog differ
diff --git a/TCG/Library/UIElements/EditorWindows/UnityEditor.ShaderGraph.Drawing.MaterialGraphEditWindow.pref b/TCG/Library/UIElements/EditorWindows/UnityEditor.ShaderGraph.Drawing.MaterialGraphEditWindow.pref
index 49222f2c..3a94b39b 100644
--- a/TCG/Library/UIElements/EditorWindows/UnityEditor.ShaderGraph.Drawing.MaterialGraphEditWindow.pref
+++ b/TCG/Library/UIElements/EditorWindows/UnityEditor.ShaderGraph.Drawing.MaterialGraphEditWindow.pref
@@ -20,5 +20,5 @@ MonoBehaviour:
m_Values:
- '{}'
- '{}'
- - '{"position":{"x":1191.0,"y":346.0,"z":0.0},"scale":{"x":0.849685549736023,"y":0.849685549736023,"z":1.0}}'
+ - '{"position":{"x":666.6666870117188,"y":228.0,"z":0.0},"scale":{"x":0.46624740958213808,"y":0.46624740958213808,"z":1.0}}'
- '{"m_Version":8,"m_SelectedElementsArray":[]}'
diff --git a/TCG/Logs/AssetImportWorker0-prev.log b/TCG/Logs/AssetImportWorker0-prev.log
deleted file mode 100644
index 7ef59f03..00000000
--- a/TCG/Logs/AssetImportWorker0-prev.log
+++ /dev/null
@@ -1,401 +0,0 @@
-Using pre-set license
-Built from '2020.2/staging' branch; Version is '2020.2.6f1 (8a2143876886) revision 9052483'; Using compiler version '192528614'; Build Type 'Release'
-OS: 'Windows 10 Pro; OS build 19042.1052; Version 2009; 64bit' Language: 'en' Physical Memory: 16332 MB
-BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0
-
- COMMAND LINE ARGUMENTS:
-E:\Unity Projects\2020.2.6f1\Editor\Unity.exe
--adb2
--batchMode
--noUpm
--name
-AssetImportWorker0
--projectPath
-E:/Git/TCG/TCG/TCG
--logFile
-Logs/AssetImportWorker0.log
--srvPort
-63450
-Successfully changed project path to: E:/Git/TCG/TCG/TCG
-E:/Git/TCG/TCG/TCG
-Using Asset Import Pipeline V2.
-Refreshing native plugins compatible for Editor in 47.54 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Initialize engine version: 2020.2.6f1 (8a2143876886)
-[Subsystems] Discovering subsystems at path E:/Unity Projects/2020.2.6f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path E:/Git/TCG/TCG/TCG/Assets
-GfxDevice: creating device client; threaded=0
-Direct3D:
- Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce GTX 1660 SUPER (ID=0x21c4)
- Vendor:
- VRAM: 5991 MB
- Driver: 27.21.14.5751
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Initialize mono
-Mono path[0] = 'E:/Unity Projects/2020.2.6f1/Editor/Data/Managed'
-Mono path[1] = 'E:/Unity Projects/2020.2.6f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit'
-Mono config path = 'E:/Unity Projects/2020.2.6f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56540
-Begin MonoManager ReloadAssembly
-Registering precompiled unity dll's ...
-Register platform support module: E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.000950 seconds.
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 48.12 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.766 seconds
-Platform modules already initialized, skipping
-Registering precompiled user dll's ...
-Registered in 0.001907 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 48.85 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.800 seconds
-Platform modules already initialized, skipping
-========================================================================
-Worker process is ready to serve import requests
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Launched and connected shader compiler UnityShaderCompiler.exe after 0.06 seconds
-Refreshing native plugins compatible for Editor in 0.53 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2671 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 121.9 MB.
-System memory in use after: 122.1 MB.
-
-Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 3111.
-Total: 2.087100 ms (FindLiveObjects: 0.297900 ms CreateObjectMapping: 0.065600 ms MarkObjects: 1.660600 ms DeleteObjects: 0.062100 ms)
-
-========================================================================
-Received Import Request.
- path: Assets/Resources/TargetorEffects/ActionAbility/TheSunAction.asset
- artifactKey: Guid(153dbb312f2f15e44832aaa53a81304f) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Resources/TargetorEffects/ActionAbility/TheSunAction.asset using Guid(153dbb312f2f15e44832aaa53a81304f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4f890f54b91f961a5608e019698481b0') in 0.175062 seconds
- Import took 0.179335 seconds .
-
-========================================================================
-Received Import Request.
- Time since last request: 0.000236 seconds.
- path: Assets/Resources/TargetorEffects/ActionAbility/Attack.asset
- artifactKey: Guid(74fd8b0c2a5079e43877f6b1b4c305c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Resources/TargetorEffects/ActionAbility/Attack.asset using Guid(74fd8b0c2a5079e43877f6b1b4c305c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2bffd7798a4d9060c293edb384eba14a') in 0.006300 seconds
- Import took 0.010048 seconds .
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002463 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.50 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.745 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.50 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.2 MB.
-System memory in use after: 115.4 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3113.
-Total: 2.382400 ms (FindLiveObjects: 0.345500 ms CreateObjectMapping: 0.076400 ms MarkObjects: 1.939700 ms DeleteObjects: 0.019300 ms)
-
-========================================================================
-Received Prepare
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 1.41 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 8 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 65.0 MB.
-System memory in use after: 65.3 MB.
-
-Unloading 7 unused Assets to reduce memory usage. Loaded Objects now: 3113.
-Total: 2.567600 ms (FindLiveObjects: 0.346200 ms CreateObjectMapping: 0.065900 ms MarkObjects: 2.130900 ms DeleteObjects: 0.023200 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002447 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.61 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.833 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.70 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.2 MB.
-System memory in use after: 115.5 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3115.
-Total: 2.654600 ms (FindLiveObjects: 0.504900 ms CreateObjectMapping: 0.109500 ms MarkObjects: 2.019700 ms DeleteObjects: 0.018800 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002069 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.55 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.716 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.50 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.3 MB.
-System memory in use after: 115.5 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3117.
-Total: 2.204300 ms (FindLiveObjects: 0.375000 ms CreateObjectMapping: 0.065800 ms MarkObjects: 1.746300 ms DeleteObjects: 0.016300 ms)
-
-========================================================================
-Received Prepare
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 1.47 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 8 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 65.1 MB.
-System memory in use after: 65.3 MB.
-
-Unloading 7 unused Assets to reduce memory usage. Loaded Objects now: 3117.
-Total: 2.095100 ms (FindLiveObjects: 0.361200 ms CreateObjectMapping: 0.064800 ms MarkObjects: 1.654600 ms DeleteObjects: 0.013600 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002255 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.60 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.817 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.56 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.3 MB.
-System memory in use after: 115.5 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3119.
-Total: 3.178600 ms (FindLiveObjects: 0.419800 ms CreateObjectMapping: 0.067700 ms MarkObjects: 2.669300 ms DeleteObjects: 0.020200 ms)
-
-========================================================================
-Received Import Request.
- Time since last request: 1209.274662 seconds.
- path: Assets/Resources/Cards/Yellow/TheSun.asset
- artifactKey: Guid(2dd25e381ef3a7142873031536fcd193) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Resources/Cards/Yellow/TheSun.asset using Guid(2dd25e381ef3a7142873031536fcd193) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2df9f34a9cbd71384e96e628a5021e80') in 0.020672 seconds
- Import took 0.025166 seconds .
-
-========================================================================
-Received Prepare
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 1.54 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 8 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 65.2 MB.
-System memory in use after: 65.4 MB.
-
-Unloading 8 unused Assets to reduce memory usage. Loaded Objects now: 3119.
-Total: 2.820800 ms (FindLiveObjects: 0.329300 ms CreateObjectMapping: 0.071500 ms MarkObjects: 2.394900 ms DeleteObjects: 0.023900 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002586 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.74 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.872 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.66 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.3 MB.
-System memory in use after: 115.5 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3121.
-Total: 2.439400 ms (FindLiveObjects: 0.371200 ms CreateObjectMapping: 0.072100 ms MarkObjects: 1.976400 ms DeleteObjects: 0.018100 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002024 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.59 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.733 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.51 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.3 MB.
-System memory in use after: 115.5 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3123.
-Total: 2.688500 ms (FindLiveObjects: 0.408300 ms CreateObjectMapping: 0.090500 ms MarkObjects: 2.167000 ms DeleteObjects: 0.021300 ms)
-
-========================================================================
-Received Prepare
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 1.50 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 8 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 65.2 MB.
-System memory in use after: 65.4 MB.
-
-Unloading 7 unused Assets to reduce memory usage. Loaded Objects now: 3123.
-Total: 2.384600 ms (FindLiveObjects: 0.312100 ms CreateObjectMapping: 0.181800 ms MarkObjects: 1.872600 ms DeleteObjects: 0.016200 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002581 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.77 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.833 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.58 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.3 MB.
-System memory in use after: 115.5 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3125.
-Total: 2.748200 ms (FindLiveObjects: 0.468000 ms CreateObjectMapping: 0.070300 ms MarkObjects: 2.180000 ms DeleteObjects: 0.028500 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002312 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.51 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.767 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.64 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.3 MB.
-System memory in use after: 115.5 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3127.
-Total: 4.479400 ms (FindLiveObjects: 0.582200 ms CreateObjectMapping: 0.087900 ms MarkObjects: 3.769300 ms DeleteObjects: 0.038100 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002019 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.77 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.282 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.52 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.3 MB.
-System memory in use after: 115.5 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3129.
-Total: 2.019100 ms (FindLiveObjects: 0.283000 ms CreateObjectMapping: 0.063900 ms MarkObjects: 1.653700 ms DeleteObjects: 0.017500 ms)
-
-========================================================================
-Received Prepare
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 1.56 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 8 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 65.2 MB.
-System memory in use after: 65.4 MB.
-
-Unloading 7 unused Assets to reduce memory usage. Loaded Objects now: 3129.
-Total: 3.274500 ms (FindLiveObjects: 0.408300 ms CreateObjectMapping: 0.064800 ms MarkObjects: 2.776600 ms DeleteObjects: 0.023200 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002819 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.53 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.853 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.58 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.3 MB.
-System memory in use after: 115.6 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3131.
-Total: 2.873300 ms (FindLiveObjects: 0.342000 ms CreateObjectMapping: 0.069700 ms MarkObjects: 2.431000 ms DeleteObjects: 0.028600 ms)
-
-AssetImportWorkerClient::OnTransportError - code=2 error=End of file
diff --git a/TCG/Logs/AssetImportWorker0.log b/TCG/Logs/AssetImportWorker0.log
index 6b46265b..b144d167 100644
--- a/TCG/Logs/AssetImportWorker0.log
+++ b/TCG/Logs/AssetImportWorker0.log
@@ -1,212 +1,54 @@
Using pre-set license
Built from '2020.2/staging' branch; Version is '2020.2.6f1 (8a2143876886) revision 9052483'; Using compiler version '192528614'; Build Type 'Release'
-OS: 'Windows 10 Pro; OS build 19042.1052; Version 2009; 64bit' Language: 'en' Physical Memory: 16332 MB
+OS: 'Windows 10 Pro; OS build 19042.1110; Version 2009; 64bit' Language: 'en' Physical Memory: 8071 MB
BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0
COMMAND LINE ARGUMENTS:
-E:\Unity Projects\2020.2.6f1\Editor\Unity.exe
+C:\Program Files\Unity\Hub\Editor\2020.2.6f1\Editor\Unity.exe
-adb2
-batchMode
-noUpm
-name
AssetImportWorker0
-projectPath
-E:/Git/TCG/TCG/TCG
+D:/TCG/TCG/TCG
-logFile
Logs/AssetImportWorker0.log
-srvPort
-54519
-Successfully changed project path to: E:/Git/TCG/TCG/TCG
-E:/Git/TCG/TCG/TCG
+58717
+Successfully changed project path to: D:/TCG/TCG/TCG
+D:/TCG/TCG/TCG
Using Asset Import Pipeline V2.
-Refreshing native plugins compatible for Editor in 48.31 ms, found 0 plugins.
+Refreshing native plugins compatible for Editor in 554.11 ms, found 0 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Initialize engine version: 2020.2.6f1 (8a2143876886)
-[Subsystems] Discovering subsystems at path E:/Unity Projects/2020.2.6f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path E:/Git/TCG/TCG/TCG/Assets
+[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data/Resources/UnitySubsystems
+[Subsystems] Discovering subsystems at path D:/TCG/TCG/TCG/Assets
GfxDevice: creating device client; threaded=0
Direct3D:
Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce GTX 1660 SUPER (ID=0x21c4)
+ Renderer: Intel(R) HD Graphics 620 (ID=0x5916)
Vendor:
- VRAM: 5991 MB
- Driver: 27.21.14.5751
+ VRAM: 4035 MB
+ Driver: 27.20.100.8854
Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
Initialize mono
-Mono path[0] = 'E:/Unity Projects/2020.2.6f1/Editor/Data/Managed'
-Mono path[1] = 'E:/Unity Projects/2020.2.6f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit'
-Mono config path = 'E:/Unity Projects/2020.2.6f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56308
+Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data/Managed'
+Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit'
+Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data/MonoBleedingEdge/etc'
+Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56616
Begin MonoManager ReloadAssembly
Registering precompiled unity dll's ...
-Register platform support module: E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.000970 seconds.
+Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
+Registered in 0.003683 seconds.
Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 53.38 ms, found 0 plugins.
+Refreshing native plugins compatible for Editor in 181.42 ms, found 0 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Invoked RoslynAnalysisRunner static constructor.
RoslynAnalysisRunner will not be running.
RoslynAnalysisRunner has terminated.
Mono: successfully reloaded assembly
-- Completed reload, in 0.783 seconds
+- Completed reload, in 6.628 seconds
Platform modules already initialized, skipping
Registering precompiled user dll's ...
-Registered in 0.002041 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 49.74 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.853 seconds
-Platform modules already initialized, skipping
-========================================================================
-Worker process is ready to serve import requests
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Launched and connected shader compiler UnityShaderCompiler.exe after 0.05 seconds
-Refreshing native plugins compatible for Editor in 0.63 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2671 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 121.9 MB.
-System memory in use after: 122.1 MB.
-
-Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 3111.
-Total: 2.338000 ms (FindLiveObjects: 0.354500 ms CreateObjectMapping: 0.069000 ms MarkObjects: 1.842500 ms DeleteObjects: 0.070600 ms)
-
-========================================================================
-Received Import Request.
- path: Assets/_Scripts/Player.cs
- artifactKey: Guid(da99007302518da4589879e589043d16) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/_Scripts/Player.cs using Guid(da99007302518da4589879e589043d16) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9ed64aa642d4b1c3572e7d8891bfbd62') in 0.082639 seconds
- Import took 0.086502 seconds .
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002110 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.50 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.742 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.53 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.1 MB.
-System memory in use after: 115.3 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3113.
-Total: 2.100900 ms (FindLiveObjects: 0.328100 ms CreateObjectMapping: 0.065300 ms MarkObjects: 1.687500 ms DeleteObjects: 0.019100 ms)
-
-========================================================================
-Received Import Request.
- Time since last request: 139.667929 seconds.
- path: Assets/_Scripts/Player.cs
- artifactKey: Guid(da99007302518da4589879e589043d16) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/_Scripts/Player.cs using Guid(da99007302518da4589879e589043d16) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '58d7c30347fa9f61293684a488dcdc7e') in 0.005780 seconds
- Import took 0.009782 seconds .
-
-========================================================================
-Received Prepare
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 2.19 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 8 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 64.9 MB.
-System memory in use after: 65.2 MB.
-
-Unloading 7 unused Assets to reduce memory usage. Loaded Objects now: 3113.
-Total: 2.202000 ms (FindLiveObjects: 0.306200 ms CreateObjectMapping: 0.063100 ms MarkObjects: 1.811400 ms DeleteObjects: 0.020400 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002177 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.58 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.851 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.98 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.1 MB.
-System memory in use after: 115.4 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3115.
-Total: 2.150800 ms (FindLiveObjects: 0.330000 ms CreateObjectMapping: 0.066700 ms MarkObjects: 1.731000 ms DeleteObjects: 0.021200 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.001976 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.51 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.729 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.50 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.3 MB.
-System memory in use after: 115.5 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3117.
-Total: 2.182500 ms (FindLiveObjects: 0.258700 ms CreateObjectMapping: 0.070000 ms MarkObjects: 1.834800 ms DeleteObjects: 0.017800 ms)
-
-========================================================================
-Received Prepare
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 8 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 65.1 MB.
-System memory in use after: 65.3 MB.
-
-Unloading 7 unused Assets to reduce memory usage. Loaded Objects now: 3117.
-Total: 2.356600 ms (FindLiveObjects: 0.377700 ms CreateObjectMapping: 0.069500 ms MarkObjects: 1.893600 ms DeleteObjects: 0.014800 ms)
-
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.002108 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Refreshing native plugins compatible for Editor in 0.59 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Invoked RoslynAnalysisRunner static constructor.
-RoslynAnalysisRunner will not be running.
-RoslynAnalysisRunner has terminated.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.802 seconds
-Platform modules already initialized, skipping
-Shader 'Universal Render Pipeline/Particles/Lit': fallback shader 'Universal Render Pipeline/Particles/SimpleLit' not found
-Refreshing native plugins compatible for Editor in 0.64 ms, found 0 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 2550 Unused Serialized files (Serialized files now loaded: 0)
-System memory in use before: 115.3 MB.
-System memory in use after: 115.5 MB.
-
-Unloading 9 unused Assets to reduce memory usage. Loaded Objects now: 3119.
-Total: 3.442400 ms (FindLiveObjects: 0.318000 ms CreateObjectMapping: 0.071600 ms MarkObjects: 2.979500 ms DeleteObjects: 0.072300 ms)
-
+Registered in 0.009781 seconds.
diff --git a/TCG/Logs/shadercompiler-AssetImportWorker0.log b/TCG/Logs/shadercompiler-AssetImportWorker0.log
index a86c984f..258a55f0 100644
--- a/TCG/Logs/shadercompiler-AssetImportWorker0.log
+++ b/TCG/Logs/shadercompiler-AssetImportWorker0.log
@@ -1,3 +1,3 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
+Base path: 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe0.log
index a86c984f..258a55f0 100644
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe0.log
+++ b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe0.log
@@ -1,3 +1,3 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
+Base path: 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe1.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe1.log
index a86c984f..258a55f0 100644
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe1.log
+++ b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe1.log
@@ -1,3 +1,3 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
+Base path: 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe10.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe10.log
deleted file mode 100644
index a86c984f..00000000
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe10.log
+++ /dev/null
@@ -1,3 +0,0 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
-Cmd: initializeCompiler
-
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe11.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe11.log
deleted file mode 100644
index a86c984f..00000000
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe11.log
+++ /dev/null
@@ -1,3 +0,0 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
-Cmd: initializeCompiler
-
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe2.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe2.log
index a86c984f..258a55f0 100644
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe2.log
+++ b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe2.log
@@ -1,3 +1,3 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
+Base path: 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe3.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe3.log
index a86c984f..258a55f0 100644
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe3.log
+++ b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe3.log
@@ -1,3 +1,3 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
+Base path: 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.2.6f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe4.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe4.log
deleted file mode 100644
index a86c984f..00000000
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe4.log
+++ /dev/null
@@ -1,3 +0,0 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
-Cmd: initializeCompiler
-
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe5.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe5.log
deleted file mode 100644
index a86c984f..00000000
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe5.log
+++ /dev/null
@@ -1,3 +0,0 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
-Cmd: initializeCompiler
-
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe6.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe6.log
deleted file mode 100644
index a86c984f..00000000
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe6.log
+++ /dev/null
@@ -1,3 +0,0 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
-Cmd: initializeCompiler
-
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe7.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe7.log
deleted file mode 100644
index a86c984f..00000000
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe7.log
+++ /dev/null
@@ -1,3 +0,0 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
-Cmd: initializeCompiler
-
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe8.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe8.log
deleted file mode 100644
index a86c984f..00000000
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe8.log
+++ /dev/null
@@ -1,3 +0,0 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
-Cmd: initializeCompiler
-
diff --git a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe9.log b/TCG/Logs/shadercompiler-UnityShaderCompiler.exe9.log
deleted file mode 100644
index a86c984f..00000000
--- a/TCG/Logs/shadercompiler-UnityShaderCompiler.exe9.log
+++ /dev/null
@@ -1,3 +0,0 @@
-Base path: 'E:/Unity Projects/2020.2.6f1/Editor/Data', plugins path 'E:/Unity Projects/2020.2.6f1/Editor/Data/PlaybackEngines'
-Cmd: initializeCompiler
-
diff --git a/TCG/UserSettings/EditorUserSettings.asset b/TCG/UserSettings/EditorUserSettings.asset
index 1d18384b..500a34b3 100644
--- a/TCG/UserSettings/EditorUserSettings.asset
+++ b/TCG/UserSettings/EditorUserSettings.asset
@@ -6,13 +6,13 @@ EditorUserSettings:
serializedVersion: 4
m_ConfigSettings:
UnityEditor.ShaderGraph.Blackboard:
- value: 18135939215a0a5004000b0e15254b524c030a3f2964643d120d1230e9e93a3fd6e826abbd2e2d293c4ead313b08042de6030a0afa240c0d020be94c4ba75e435d8715fa32c70d15d11612dacc11fee5d3c5d1fe9ab1bf968e93e2ffcbc3e7e2f0b3ffe0e8b0be9af8ffaeffff8e85dd8390e3949c8899daa7
+ value: 18135939215a0a5004000b0e15254b524c030a3f2964643d120d1230e9e93a3fd6e826abbd2e2d293c4ead313b08042de6030a0afa240c0d020be94c4ba75e435d8715fa32c70d15d11612dacc11fee5d3c5d1fe9ab1b0968786f9abada9bbaaa6a0f3a9f2fcae8ce8a2c182a6d8c2869bd1f5dc8e9c9b97ea9c819ffcca90898d86d598899ac5
flags: 0
UnityEditor.ShaderGraph.FloatingWindowsLayout2:
- value: 181344140043005e1a220d3b1f364b524c0c5a27130c293326201334cee5322ca0bd30e8eb293a707b0fd0180b3d0a36fc0d3d04e649500d1002ee0b5dbd1d2c27c00ad113cb1e10e41f1addc80993b98d9884a69ae6d8f0d1cda9e8fbfefaf9f9dea3fdb9ade882f0f7b0e1e380cafbf2c3adc18e9cd285a2908b82ec869c8395949c9483d68a8e97ddbd90bf
+ value: 181344140043005e1a220d3b1f364b524c0c5a27130c293326201334cee5322ca0bd30e8eb293a707b0fd0180b3d0a36fc0d3d04e649500d1002ee0b5dbd1d2c27c00ad113cb1e10e41f1addc80993b98d9884a69ae6d8f0d1cda9e8fbfefaf9f9dea3fdb9ade882f0f7b0e1e380cafbf2c3adc18e9cd285a2908b82ec869c808a85d6818dd78a888ddef7d8eed2bee6c9f0f6c2dbf3cffdcbcbcae639e7fe3436313ba7a1a5
flags: 0
UnityEditor.ShaderGraph.InspectorWindow:
- value: 18135939215a0a5004000b0e15254b524c1119263f2d6a722016393ce1eb3d36e5d339f9a5602b2e2c07a37e0901373ae01e0008f707250d171df81a53a5465d41895ac825e0100ec20313c0d91cddccd3d0c7efcca9bd8e908fecb0f9cfddf1eff4e7a1b1eae482f0fcaee1e1928b86d888ed969b938797a7cf
+ value: 18135939215a0a5004000b0e15254b524c1119263f2d6a722016393ce1eb3d36e5d339f9a5602b2e2c07a37e0901373ae01e0008f707250d171df81a53a5465d41895ac825e0100ec20313c0d91cddccd3d0c7efcca9bd8e908ff0a2a4a3beada4a6f0acf2f9ae95e6edf38e9ccbddc18390ac86d4849394ea829f83ee8382808983d4818cd0808a95cfb9cff8c2f0f0ddf7f2c0c3fdcefbcccfcbe338e4f87d7b
flags: 0
vcSharedLogLevel:
value: 0d5e400f0650
diff --git a/TCG/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache b/TCG/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache
index 00b49613..ac36e616 100644
Binary files a/TCG/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache and b/TCG/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache differ