├── .gitignore ├── BH3_AutoChes_Preject ├── .idea │ └── .idea.BH3_AutoChes_Preject │ │ ├── .idea │ │ ├── .gitignore │ │ ├── contentModel.xml │ │ ├── encodings.xml │ │ ├── indexLayout.xml │ │ ├── modules.xml │ │ ├── projectSettingsUpdater.xml │ │ └── vcs.xml │ │ └── riderModule.iml ├── Assets │ ├── Art.meta │ ├── Art │ │ ├── Animation.meta │ │ ├── Animation │ │ │ ├── mixamo.meta │ │ │ ├── mixamo │ │ │ │ ├── Die.fbx │ │ │ │ ├── Die.fbx.meta │ │ │ │ ├── Standing 1H Magic Attack 01.fbx │ │ │ │ ├── Standing 1H Magic Attack 01.fbx.meta │ │ │ │ ├── Standing 1H Magic Attack 02.fbx │ │ │ │ ├── Standing 1H Magic Attack 02.fbx.meta │ │ │ │ ├── Standing 1H Magic Attack 03.fbx │ │ │ │ ├── Standing 1H Magic Attack 03.fbx.meta │ │ │ │ ├── Standing 2H Cast Spell 01.fbx │ │ │ │ ├── Standing 2H Cast Spell 01.fbx.meta │ │ │ │ ├── Standing 2H Magic Area Attack 01.fbx │ │ │ │ ├── Standing 2H Magic Area Attack 01.fbx.meta │ │ │ │ ├── Standing 2H Magic Area Attack 02.fbx │ │ │ │ ├── Standing 2H Magic Area Attack 02.fbx.meta │ │ │ │ ├── Standing 2H Magic Attack 01.fbx │ │ │ │ ├── Standing 2H Magic Attack 01.fbx.meta │ │ │ │ ├── Standing 2H Magic Attack 02.fbx │ │ │ │ ├── Standing 2H Magic Attack 02.fbx.meta │ │ │ │ ├── Standing 2H Magic Attack 03.fbx │ │ │ │ ├── Standing 2H Magic Attack 03.fbx.meta │ │ │ │ ├── Standing 2H Magic Attack 04.fbx │ │ │ │ ├── Standing 2H Magic Attack 04.fbx.meta │ │ │ │ ├── Standing 2H Magic Attack 05.fbx │ │ │ │ ├── Standing 2H Magic Attack 05.fbx.meta │ │ │ │ ├── standing 1H cast spell 01.fbx │ │ │ │ ├── standing 1H cast spell 01.fbx.meta │ │ │ │ ├── standing idle.fbx │ │ │ │ └── standing idle.fbx.meta │ │ │ ├── no_weapon_humanoid.meta │ │ │ ├── no_weapon_humanoid │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── 02 - Default.mat │ │ │ │ │ ├── 02 - Default.mat.meta │ │ │ │ │ ├── 08 - Default.mat │ │ │ │ │ ├── 08 - Default.mat.meta │ │ │ │ │ ├── 13 - Default.mat │ │ │ │ │ ├── 13 - Default.mat.meta │ │ │ │ │ ├── Body_Diffuse_01.mat │ │ │ │ │ ├── Body_Diffuse_01.mat.meta │ │ │ │ │ ├── default.mat │ │ │ │ │ ├── default.mat.meta │ │ │ │ │ ├── no_weapon.mat │ │ │ │ │ └── no_weapon.mat.meta │ │ │ │ ├── [no_weapon]TS_ATTACK01.FBX │ │ │ │ ├── [no_weapon]TS_ATTACK01.FBX.meta │ │ │ │ ├── [no_weapon]TS_ATTACK02.FBX │ │ │ │ ├── [no_weapon]TS_ATTACK02.FBX.meta │ │ │ │ ├── [no_weapon]TS_ATTACK03.FBX │ │ │ │ ├── [no_weapon]TS_ATTACK03.FBX.meta │ │ │ │ ├── [no_weapon]TS_ATTACK04.FBX │ │ │ │ ├── [no_weapon]TS_ATTACK04.FBX.meta │ │ │ │ ├── [no_weapon]TS_ATTACK05.FBX │ │ │ │ ├── [no_weapon]TS_ATTACK05.FBX.meta │ │ │ │ ├── [no_weapon]TS_ATTACK06.FBX │ │ │ │ ├── [no_weapon]TS_ATTACK06.FBX.meta │ │ │ │ ├── [no_weapon]TS_ATTACK07.FBX │ │ │ │ ├── [no_weapon]TS_ATTACK07.FBX.meta │ │ │ │ ├── [no_weapon]TS_ATTACK08.FBX │ │ │ │ ├── [no_weapon]TS_ATTACK08.FBX.meta │ │ │ │ ├── [no_weapon]TS_ATTACK_KICK_01.FBX │ │ │ │ ├── [no_weapon]TS_ATTACK_KICK_01.FBX.meta │ │ │ │ ├── [no_weapon]TS_B_FALL.FBX │ │ │ │ ├── [no_weapon]TS_B_FALL.FBX.meta │ │ │ │ ├── [no_weapon]TS_B_IDLE.FBX │ │ │ │ ├── [no_weapon]TS_B_IDLE.FBX.meta │ │ │ │ ├── [no_weapon]TS_B_JUMP.FBX │ │ │ │ ├── [no_weapon]TS_B_JUMP.FBX.meta │ │ │ │ ├── [no_weapon]TS_B_JUMP_UP.FBX │ │ │ │ ├── [no_weapon]TS_B_JUMP_UP.FBX.meta │ │ │ │ ├── [no_weapon]TS_B_MOVE.FBX │ │ │ │ ├── [no_weapon]TS_B_MOVE.FBX.meta │ │ │ │ ├── [no_weapon]TS_B_SIDESTEP.FBX │ │ │ │ ├── [no_weapon]TS_B_SIDESTEP.FBX.meta │ │ │ │ ├── [no_weapon]TS_B_WALK.FBX │ │ │ │ ├── [no_weapon]TS_B_WALK.FBX.meta │ │ │ │ ├── [no_weapon]TS_DASH.FBX │ │ │ │ ├── [no_weapon]TS_DASH.FBX.meta │ │ │ │ ├── [no_weapon]TS_DEAD.FBX │ │ │ │ ├── [no_weapon]TS_DEAD.FBX.meta │ │ │ │ ├── [no_weapon]TS_DEFENCE.FBX │ │ │ │ ├── [no_weapon]TS_DEFENCE.FBX.meta │ │ │ │ ├── [no_weapon]TS_DOWN.FBX │ │ │ │ ├── [no_weapon]TS_DOWN.FBX.meta │ │ │ │ ├── [no_weapon]TS_F_ATTACKED.FBX │ │ │ │ ├── [no_weapon]TS_F_ATTACKED.FBX.meta │ │ │ │ ├── [no_weapon]TS_F_SIDESTEP.FBX │ │ │ │ ├── [no_weapon]TS_F_SIDESTEP.FBX.meta │ │ │ │ ├── [no_weapon]TS_IDLE_SPIN01.FBX │ │ │ │ ├── [no_weapon]TS_IDLE_SPIN01.FBX.meta │ │ │ │ ├── [no_weapon]TS_LIE.FBX │ │ │ │ ├── [no_weapon]TS_LIE.FBX.meta │ │ │ │ ├── [no_weapon]TS_L_ATTACKED.FBX │ │ │ │ ├── [no_weapon]TS_L_ATTACKED.FBX.meta │ │ │ │ ├── [no_weapon]TS_L_SIDESTEP.FBX │ │ │ │ ├── [no_weapon]TS_L_SIDESTEP.FBX.meta │ │ │ │ ├── [no_weapon]TS_MODE_TRANS_B.FBX │ │ │ │ ├── [no_weapon]TS_MODE_TRANS_B.FBX.meta │ │ │ │ ├── [no_weapon]TS_MODE_TRANS_N.FBX │ │ │ │ ├── [no_weapon]TS_MODE_TRANS_N.FBX.meta │ │ │ │ ├── [no_weapon]TS_N_IDLE.FBX │ │ │ │ ├── [no_weapon]TS_N_IDLE.FBX.meta │ │ │ │ ├── [no_weapon]TS_N_RUN.FBX │ │ │ │ ├── [no_weapon]TS_N_RUN.FBX.meta │ │ │ │ ├── [no_weapon]TS_N_WALK.FBX │ │ │ │ └── [no_weapon]TS_N_WALK.FBX.meta │ │ │ ├── 卡莲running.meta │ │ │ ├── 卡莲running │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── 55.mat │ │ │ │ │ ├── 55.mat.meta │ │ │ │ │ ├── blue.mat │ │ │ │ │ ├── blue.mat.meta │ │ │ │ │ ├── blush1.mat │ │ │ │ │ ├── blush1.mat.meta │ │ │ │ │ ├── fdfd.mat │ │ │ │ │ ├── fdfd.mat.meta │ │ │ │ │ ├── 卡莲.mat │ │ │ │ │ ├── 卡莲.mat.meta │ │ │ │ │ ├── 材质10mat.mat │ │ │ │ │ ├── 材质10mat.mat.meta │ │ │ │ │ ├── 材质14mat.mat │ │ │ │ │ ├── 材质14mat.mat.meta │ │ │ │ │ ├── 材质7mat.mat │ │ │ │ │ ├── 材质7mat.mat.meta │ │ │ │ │ ├── 材质9mat.mat │ │ │ │ │ ├── 材质9mat.mat.meta │ │ │ │ │ ├── 身体_UV.mat │ │ │ │ │ └── 身体_UV.mat.meta │ │ │ │ ├── Running.fbx │ │ │ │ ├── Running.fbx.meta │ │ │ │ ├── Texture.meta │ │ │ │ └── Texture │ │ │ │ │ ├── 55.png │ │ │ │ │ ├── 55.png.meta │ │ │ │ │ ├── blue.tga │ │ │ │ │ ├── blue.tga.meta │ │ │ │ │ ├── blush1.tga │ │ │ │ │ ├── blush1.tga.meta │ │ │ │ │ ├── body00_MikuAp_VM08.png │ │ │ │ │ ├── body00_MikuAp_VM08.png.meta │ │ │ │ │ ├── fdfd.png │ │ │ │ │ ├── fdfd.png.meta │ │ │ │ │ ├── 卡莲.png │ │ │ │ │ ├── 卡莲.png.meta │ │ │ │ │ ├── 身体_UV.png │ │ │ │ │ └── 身体_UV.png.meta │ │ │ ├── 白练Attack.meta │ │ │ └── 白练Attack │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ ├── bl.mat │ │ │ │ ├── bl.mat.meta │ │ │ │ ├── blue.mat │ │ │ │ ├── blue.mat.meta │ │ │ │ ├── blush1.mat │ │ │ │ ├── blush1.mat.meta │ │ │ │ ├── face_MikuAp_VM.mat │ │ │ │ ├── face_MikuAp_VM.mat.meta │ │ │ │ ├── mmd_tools_rigid_0.mat │ │ │ │ ├── mmd_tools_rigid_0.mat.meta │ │ │ │ ├── mmd_tools_rigid_1.mat │ │ │ │ ├── mmd_tools_rigid_1.mat.meta │ │ │ │ ├── mmd_tools_rigid_2.mat │ │ │ │ ├── mmd_tools_rigid_2.mat.meta │ │ │ │ ├── mmd_tools_rigid_3.mat │ │ │ │ ├── mmd_tools_rigid_3.mat.meta │ │ │ │ ├── 新建.003.mat │ │ │ │ ├── 新建.003.mat.meta │ │ │ │ ├── 新建6.mat │ │ │ │ ├── 新建6.mat.meta │ │ │ │ ├── 材质10.004.mat │ │ │ │ ├── 材质10.004.mat.meta │ │ │ │ ├── 材质10mat.mat │ │ │ │ ├── 材质10mat.mat.meta │ │ │ │ ├── 材质11.004.mat │ │ │ │ ├── 材质11.004.mat.meta │ │ │ │ ├── 材质12.004.mat │ │ │ │ ├── 材质12.004.mat.meta │ │ │ │ ├── 材质13.004.mat │ │ │ │ ├── 材质13.004.mat.meta │ │ │ │ ├── 材质14.004.mat │ │ │ │ ├── 材质14.004.mat.meta │ │ │ │ ├── 材质14mat.mat │ │ │ │ ├── 材质14mat.mat.meta │ │ │ │ ├── 材质4.002.mat │ │ │ │ ├── 材质4.002.mat.meta │ │ │ │ ├── 材质5.002.mat │ │ │ │ ├── 材质5.002.mat.meta │ │ │ │ ├── 材质6.001.mat │ │ │ │ ├── 材质6.001.mat.meta │ │ │ │ ├── 材质7.004.mat │ │ │ │ ├── 材质7.004.mat.meta │ │ │ │ ├── 材质7mat.mat │ │ │ │ ├── 材质7mat.mat.meta │ │ │ │ ├── 材质8.004.mat │ │ │ │ ├── 材质8.004.mat.meta │ │ │ │ ├── 材质9.004.mat │ │ │ │ ├── 材质9.004.mat.meta │ │ │ │ ├── 材质9mat.mat │ │ │ │ ├── 材质9mat.mat.meta │ │ │ │ ├── 身体_UV.mat │ │ │ │ └── 身体_UV.mat.meta │ │ │ │ ├── Textures.meta │ │ │ │ ├── Textures │ │ │ │ ├── bl.png │ │ │ │ ├── bl.png.meta │ │ │ │ ├── blue.tga │ │ │ │ ├── blue.tga.meta │ │ │ │ ├── blush1.tga │ │ │ │ ├── blush1.tga.meta │ │ │ │ ├── face_MikuAp_VM.PNG │ │ │ │ ├── face_MikuAp_VM.PNG.meta │ │ │ │ ├── 身体_UV.png │ │ │ │ └── 身体_UV.png.meta │ │ │ │ ├── 白练Attack.fbm.meta │ │ │ │ ├── 白练Attack.fbm │ │ │ │ ├── bl.png │ │ │ │ ├── bl.png.meta │ │ │ │ ├── blue.tga │ │ │ │ ├── blue.tga.meta │ │ │ │ ├── blush1.tga │ │ │ │ ├── blush1.tga.meta │ │ │ │ ├── face_MikuAp_VM.PNG │ │ │ │ ├── face_MikuAp_VM.PNG.meta │ │ │ │ ├── 身体_UV.png │ │ │ │ └── 身体_UV.png.meta │ │ │ │ ├── 白练Attack.fbx │ │ │ │ └── 白练Attack.fbx.meta │ │ └── Animator.meta │ ├── Prefabs.meta │ ├── Resource.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── Light.prefab │ │ ├── Light.prefab.meta │ │ ├── SampleScene.unity │ │ ├── SampleScene.unity.meta │ │ ├── TestScene.meta │ │ ├── TestScene.unity │ │ ├── TestScene.unity.meta │ │ └── TestScene │ │ │ ├── LightingData.asset │ │ │ ├── LightingData.asset.meta │ │ │ ├── ReflectionProbe-0.exr │ │ │ └── ReflectionProbe-0.exr.meta │ ├── scripts.meta │ └── scripts │ │ ├── Chess.meta │ │ ├── Chess │ │ ├── ChessOperate.cs │ │ ├── ChessOperate.cs.meta │ │ ├── Ichess.cs │ │ └── Ichess.cs.meta │ │ ├── ChessBoard.meta │ │ ├── ChessBoard │ │ ├── ChessBoard.cs │ │ └── ChessBoard.cs.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ ├── FightScenes.cs │ │ ├── FightScenes.cs.meta │ │ ├── FinshScene.cs │ │ ├── FinshScene.cs.meta │ │ ├── PrepareScene.cs │ │ └── PrepareScene.cs.meta │ │ ├── Test.meta │ │ └── Test │ │ ├── ChessCreateTest.cs │ │ └── ChessCreateTest.cs.meta ├── Library │ ├── APIUpdater │ │ └── project-dependencies.graph │ ├── AnnotationManager │ ├── ArtifactDB │ ├── ArtifactDB-lock │ ├── Artifacts │ │ ├── 10 │ │ │ ├── 10214a9b6914f214c96c87a43cbe7809 │ │ │ ├── 108b6a59f9ac0af4f940e5d324f3a363 │ │ │ ├── 1099080f54c0e59208609a28115265f3 │ │ │ ├── 10b99cbc3359490ec0dc7cfdaadc20d5 │ │ │ ├── 10cd8ce28ddc41e18adc547f7ab4a5de │ │ │ └── 10e4c991803df5bc3cd7124fff1949d3 │ │ ├── 11 │ │ │ ├── 11163c4ec3b7ddbb4a17cbc6630f7843 │ │ │ ├── 112f57fe6406fe85dd8f44b7cd03590a │ │ │ ├── 1153642f0ebc589bd2aa34074c2451d0 │ │ │ ├── 117100a04ae9b198c22db4dd4e84fc01 │ │ │ ├── 117274b0fc3a51f0d1fba52fdebc0506 │ │ │ ├── 1183df91f5724c00e7d3c838d1ec0f31 │ │ │ ├── 119784c695f4fa3831c280ee93f85b3c │ │ │ └── 11efaa1f8f13ef8fdb711e7e9488e8fd │ │ ├── 12 │ │ │ ├── 12010858340450d27c24347250f1afc1 │ │ │ ├── 12218ed8660eee3696179ef04d57f338 │ │ │ ├── 125357b18dad895e0ff57a7fae552adc │ │ │ ├── 12658a95768b61281b1873c878bf0308 │ │ │ ├── 126b63f4028ec58a87387de1bf79dd87 │ │ │ ├── 1290b63276f6fc7a3d4210e16777ac7a │ │ │ ├── 12997f9328ff4ba1d1c214420f9e1670 │ │ │ ├── 12b8ce494fd67c49e8184d788349a44c │ │ │ ├── 12cf55b45efa2baf6ba6e8d7efe426a4 │ │ │ └── 12e00c73044548e6d5fb106b7c6a0f1a │ │ ├── 13 │ │ │ ├── 1325f1d47f9a6f134dbe98e3ba42a79a │ │ │ ├── 132996f8fc14d7985e998ddb86d95c37 │ │ │ ├── 1341527a852ca9cc26f03ba10e659594 │ │ │ ├── 1342840f112d1a919299ac85760be246 │ │ │ ├── 13828eab0ff247c09878c09e672e5c3f │ │ │ ├── 138294065a3e4bb61aa70b430e548b12 │ │ │ ├── 138f4410900d616d968fe65dd0fa2919 │ │ │ └── 13e561d68cc09ddd48c3348774029794 │ │ ├── 14 │ │ │ ├── 1421b4d5208aada39d53925aecfa1b42 │ │ │ ├── 143f76ee6a746040abefdec977b95e55 │ │ │ ├── 14b03628ffe3b93be01011ddc9a031da │ │ │ ├── 14c07c1e71ebaf0a1ea61b46bcf09767 │ │ │ ├── 14d9d3dac6cc92099db1ebc279b137b2 │ │ │ ├── 14dd9a91880614e6e61bb5aae0a07de0 │ │ │ ├── 14e22d551bbc9b6a0e21cedfd168f774 │ │ │ └── 14ee46b8760c4fb79b97cfe6aed232a2 │ │ ├── 15 │ │ │ ├── 1531861560cb2602c1aeb343819ec802 │ │ │ ├── 155f2a30a8d5813e4faf6cb1c4653ef8 │ │ │ ├── 156ba57e1bf4524344b0cc60f208b758 │ │ │ ├── 156f5f6c7bc4fedfac9dd3c89760d70a │ │ │ ├── 15a3043126422d46547ae09816e83d9f │ │ │ ├── 15ae8b8cb6d1bb63385790a5f5fcd5bc │ │ │ └── 15ca9308538b2280b2a435f152ca64c1 │ │ ├── 16 │ │ │ ├── 1615990affa3e1fa33961196a29846a1 │ │ │ ├── 168312e8780dee66d3ae618a613f34c1 │ │ │ ├── 168ba2f16731010d4799860120bb2096 │ │ │ ├── 16a3a52c0c06c8ebb4e14c2bca4df517 │ │ │ └── 16cbd591f16e8add27f884c53bcd81bc │ │ ├── 17 │ │ │ ├── 171e2ffc28847c92a929129a223f4b30 │ │ │ ├── 17400289b87494be981f228113a31f55 │ │ │ ├── 17546aea90f60a2fcc380e7d14b163ca │ │ │ ├── 178ead3248f52b1f6c479db585a03148 │ │ │ ├── 17a2e0c8458cce537a137418a7977507 │ │ │ ├── 17da73b5bfda6c7e6b196a6392984f40 │ │ │ ├── 17dd952d0520b6f694ebd474be93e8b0 │ │ │ └── 17de5ef6f35503c3c6028233b78daab0 │ │ ├── 18 │ │ │ ├── 184d5e0e84700d8f78ae7f1887e56840 │ │ │ ├── 188c4a38defed32e82a10c97b0d9c807 │ │ │ ├── 1890e1d5504467030c0af8ad1e4da457 │ │ │ ├── 1893bc00f6fee305e100e7c5dac3571c │ │ │ ├── 18a9c968dfedde47049bc4863230e32e │ │ │ ├── 18bb7a3cf2e6c2a0f142673a9e959b84 │ │ │ ├── 18d5f0303336dc77a9aae2b1f58350aa │ │ │ ├── 18e5f4ef7cb7ce9a7b910724b8398b20 │ │ │ └── 18f0646c59417a055d1f476e9d737ca2 │ │ ├── 19 │ │ │ ├── 1904a57c07e08df52f35ace14d1e8409 │ │ │ ├── 192515b15e837e269ef3192099769db6 │ │ │ ├── 19286317b454e4b50a0e97b4f7430f19 │ │ │ ├── 195e52720a35ef630b336d82bbce18ac │ │ │ └── 19b5816ee02b409b9d4d5bbe5ffd9ad5 │ │ ├── 20 │ │ │ ├── 20052e0f5e080b1aceac82e6225f4116 │ │ │ ├── 2032efcad620b583ce007712b892a9d1 │ │ │ ├── 203905be19ec486be8467779a708b4bb │ │ │ ├── 203ed4cbc866aebf4a087b5d87410a36 │ │ │ ├── 206ef6239658f956420b78c5e6669f78 │ │ │ ├── 2071128c3129d95af842bfd03bfd15d4 │ │ │ ├── 20cd7f02804e6e9d4bee10f6c197a90d │ │ │ └── 20d7b47e8bc2d820c0c98bb849279264 │ │ ├── 21 │ │ │ ├── 21091632ea3f0bd974d62cf3f9c826eb │ │ │ ├── 212d734abd9bca1865ffce7ed4adc3e6 │ │ │ ├── 213596ae1bd95820e4f423cd0e7c7b7e │ │ │ ├── 2138cee4505cdca6d4afec1bb4b826d9 │ │ │ ├── 218537333cd90f9491256cb3488b474b │ │ │ ├── 2186e04605508cca6d9d1d4134069a7f │ │ │ └── 21c3cba578e14ee7d6a37816725e260f │ │ ├── 22 │ │ │ ├── 2209539c8c558ff144dcedff834b2bf5 │ │ │ ├── 22248225c36e00bd97268ea839efe805 │ │ │ ├── 22d06ff499cc49595fecd11986e5f675 │ │ │ └── 22f881781f4805f676ba9212c2c48516 │ │ ├── 23 │ │ │ ├── 23044bed32138c2988ed8151b36f619b │ │ │ ├── 230f6362ccf964f6cffc47a4681e7613 │ │ │ ├── 232e9a4ef8aaa17949bde2a35b8b903b │ │ │ ├── 23758d5edacf6a1cae0f3d139a5ba588 │ │ │ ├── 2388281cb4b3928b6b73a22c35c98dbb │ │ │ ├── 239374beb2d357332ac7360ad35d262e │ │ │ ├── 23938f8ce252ec234944744d7e94e431 │ │ │ ├── 23e4a20ecabcfa659809e62e7e9ffcc3 │ │ │ └── 23e7e1efe4af5504e25da6e60dffa518 │ │ ├── 24 │ │ │ ├── 24668255e3ee10303eb27cd1d861cd30 │ │ │ └── 2484471e5d9f27762e43b54d51528785 │ │ ├── 25 │ │ │ ├── 254fc7af024d17b8d075b3b466749769 │ │ │ ├── 2561177ff1fbd1318c0fb17a6ec76f02 │ │ │ ├── 258677b76162fd501e5e73d55e43e6f0 │ │ │ ├── 25c00d004ce2cd634f599c74917389c9 │ │ │ ├── 25c4290a067485fb7afd8fd3eb8ef275 │ │ │ └── 25e9286bc6497c34d38f825c4da00343 │ │ ├── 26 │ │ │ ├── 260db932db11f65c3550d1afc28c2e6f │ │ │ ├── 267809e9d7ef0cd33996e47fc629d194 │ │ │ ├── 269b3af2484e30a6cea83c3321f9d1df │ │ │ └── 26bb46573a8a61672ded18f33f5826a7 │ │ ├── 27 │ │ │ ├── 27134fbab8dead470b759a8b5146838d │ │ │ ├── 279c7a6c77d1655fd114cca414527f5d │ │ │ ├── 279d112a2b3c06d9782f275cdb79245e │ │ │ └── 27db795b98fc207d4969712696080018 │ │ ├── 28 │ │ │ ├── 284b04a609a05967fde2dc2f29fb4832 │ │ │ ├── 288868ace3788dd7d6b89f4be59a704a │ │ │ ├── 28da2c0df4e0626357b8f53560acab86 │ │ │ ├── 28e3aa942b9771b28cb15ccb35dbc6a3 │ │ │ ├── 28e67a2b85079fff5f0dc3f0efcb1c04 │ │ │ ├── 28e9fcbbda5a2557ae9897f9c078fadf │ │ │ └── 28f36da3e213b1dabd5aec6bc24f4171 │ │ ├── 29 │ │ │ ├── 294806a623b0fadbc7138778ac55a743 │ │ │ ├── 294f94428261f558b3d6a6cfe97c1d31 │ │ │ ├── 295523c96dc9cc8f474c55023ccc7e6f │ │ │ ├── 296da1b9b0d6f2f791b24938ce620b92 │ │ │ ├── 297c7e66d97f616a8dc2d2a95fa7628c │ │ │ ├── 297f0d0632fae1b4616d25c04a154cdb │ │ │ ├── 299ad19c75d479fcc621a688eef440a4 │ │ │ ├── 29b38f80fc08347a4b1181fde81dd35c │ │ │ ├── 29b55ecb82288938030411702ddea633 │ │ │ ├── 29d1f5afffba85a948f4208f87c38ba0 │ │ │ ├── 29da69a5dedfd830ac770a3fa3bd52d0 │ │ │ ├── 29e045f0153224542584f56840e55e0a │ │ │ └── 29fbc618cf0d5d233bca291f8ba453d4 │ │ ├── 30 │ │ │ ├── 3029f3b4ebd77865195a030f4f98bd2d │ │ │ ├── 30716c5a3b399a0bb60eea8bd9952415 │ │ │ ├── 30892d2413e76466fb273ee105ae5ec8 │ │ │ ├── 308f732158628213adeb625a130f1178 │ │ │ ├── 30bf89a6aabf74faf4421e8f72ade30b │ │ │ └── 30d4d6a617f7daf6f45fd6985d8d951a │ │ ├── 31 │ │ │ ├── 31177d0f78de65bd54c13b828ace1af9 │ │ │ ├── 31436406361d1e7b02703cde7ab5c100 │ │ │ ├── 314903ae24c68ea50324aeadb44d3c88 │ │ │ ├── 3180cbfd3ad35dd9ecaf7f7fb5c91774 │ │ │ ├── 318a37f0ddef74e649a873af1e3c0a01 │ │ │ ├── 31cb55152154006ec42c5e04ab226809 │ │ │ ├── 31e92cc18f96a74baac814a65892f2a4 │ │ │ └── 31f72379d017648af5842932b938c37e │ │ ├── 32 │ │ │ ├── 321b34253a5dc867d9b0632683279ee6 │ │ │ ├── 32546803babc7065e7a23d7500fc635a │ │ │ ├── 3270e0717935ce2e35842ed5e30525bf │ │ │ ├── 32cab0e36d062c1317bd6347ece82c6b │ │ │ ├── 32d71f4599e2345d501b63acdff22705 │ │ │ ├── 32daa9ce0f2aa5dcc5ef4673fb237e51 │ │ │ └── 32ff03a6d70b9ca69b4f2a0a01862540 │ │ ├── 33 │ │ │ ├── 33014153a97fd44cf5edd330c7c8defd │ │ │ ├── 3328b6dcde46c73db22d1aef802e9d14 │ │ │ ├── 333c5dd60c2fd3c7e8e072971c57ac83 │ │ │ ├── 3360ed1579dc22575ec63e0d5e367865 │ │ │ ├── 339c6a93e56d767e0cc9c5085732eeb0 │ │ │ ├── 33ac77091ae3da093f236c82184d2760 │ │ │ └── 33d74210c5bdb24c5e7409591868d5f4 │ │ ├── 34 │ │ │ ├── 3413083e9cf67e388d2d818d5f294dc1 │ │ │ ├── 34409d45dcd45ed511dcc7af205e367d │ │ │ ├── 3482e9c6a0dc4f2b0d4babf081845a60 │ │ │ ├── 34939a513bf70246efbc66f606b1303b │ │ │ ├── 34ae3104e351a0fdcd50cc0f0d3a0729 │ │ │ └── 34dfe30dde289c0a47a81e0530d6706b │ │ ├── 35 │ │ │ ├── 35203786154a544e15dfe527599f971c │ │ │ ├── 35229f46813a7afa20dddf21d8a86475 │ │ │ ├── 353b267af82920df866ade2c58ede2d2 │ │ │ ├── 354aae5ac4b6bc59f6b96bd3bc532304 │ │ │ ├── 35740d3599c9c552a85f49e77f1661c7 │ │ │ ├── 357dfe23ed56fa9b062243ff10ec0043 │ │ │ ├── 35aa86df4d70c7f53317dc380f0a899a │ │ │ ├── 35c86656bde22d12ad98ab8a3a14d6dc │ │ │ ├── 35cfecff5dedb87611b783c6d15f1af2 │ │ │ └── 35fbc210a3aae5b46330d35e7ba3ab61 │ │ ├── 36 │ │ │ ├── 364c716084100ce38411c3f8d84465a5 │ │ │ ├── 367b2548810ad53e3564aaadb58a0c12 │ │ │ ├── 36958fbefc33181300fff4dbc551a542 │ │ │ └── 36d3af322bb7ce0418ac6702d90ab1fe │ │ ├── 37 │ │ │ ├── 3700a06331ae623ce9f726821cf3b190 │ │ │ ├── 375f9d9de6b816d6a8c487f7266804f5 │ │ │ ├── 3774e5836297b76009a4f29061af442d │ │ │ ├── 37a4d4037bd836f7b68056ea7ce6900b │ │ │ ├── 37be302a6d929f1dec7420b7aba9904e │ │ │ ├── 37c9293130ff344b5c56f8cb83151464 │ │ │ ├── 37d30ebb2b2ba64fa161083710df6dd7 │ │ │ ├── 37d55ba25ad389f118211aa4c5732821 │ │ │ └── 37f51fd82d01f6dc2d3d2c1d80efdbf4 │ │ ├── 38 │ │ │ ├── 383e2140cbda6e865257b83a7f4b7067 │ │ │ ├── 3852c22ab500b00db286caecb01ca2fb │ │ │ ├── 3858f45e28c30ec6647c6ea3a165b362 │ │ │ ├── 38606b01d6ec66ae8025ef4cac53a5c0 │ │ │ ├── 386c9a80f696d415c383b14dc8cdf65e │ │ │ ├── 387b4d440ed59bd44cf1857cfd3d8c36 │ │ │ ├── 38a09268a529d247ec17f97c8f02412e │ │ │ ├── 38abc5af69d2b103133476a5e5c184a8 │ │ │ ├── 38c3d3ee5740affd2915374fa7717a31 │ │ │ └── 38d5c7a67aa6275df87ef4c77946469e │ │ ├── 39 │ │ │ ├── 394e3e52c990b4dbdc151afa3b9d4549 │ │ │ ├── 39584812182a6edb92239b5a45f83a87 │ │ │ ├── 39849838b030452b07dc8ac72bab8286 │ │ │ ├── 398bba9a167f91a9af08177ceb776a3b │ │ │ └── 399a0e00712b9710da48788b39e4b4aa │ │ ├── 40 │ │ │ ├── 40ecd3bec408007bafc824e901bc0e1c │ │ │ └── 40ee3b46d5a6af6c73f8a8471cdff359 │ │ ├── 41 │ │ │ ├── 412539c603d4b05871a91d3ee30283f8 │ │ │ ├── 41287151e7e58afe8bf3c8d3b7d69ac4 │ │ │ ├── 414f930f83aaca79d8ec53b68287b281 │ │ │ ├── 4172209eaafbd9ffd90bf0842a66208f │ │ │ ├── 418f743f7f65de20b91026bd8facde86 │ │ │ ├── 41aeed7fbb57d43f96f8961682c418ed │ │ │ ├── 41b29b13262d37bc0b17e549d141abf1 │ │ │ ├── 41bbc8d9d69081f3bf2a324966f06acc │ │ │ ├── 41d4f8b9e11aad2533d25528d4536a11 │ │ │ └── 41f3aab9a6ddcb0aed8e526baa0c7805 │ │ ├── 42 │ │ │ ├── 4216129d42fac737e97391952a48e77b │ │ │ ├── 424de58a9484864496f9f44a87db5c3a │ │ │ ├── 42cbdf2e938a486b69ecbee279c0a4ca │ │ │ ├── 42df7cc0f3639c8a035dac8847d778e9 │ │ │ └── 42e066f4cf18dabe3ca5c5870eee9c47 │ │ ├── 43 │ │ │ ├── 43097e938159764dd444e211b29998ff │ │ │ ├── 4336f6d53f3fe726961527b9eac8f35d │ │ │ ├── 433fdd200c3517db7bd698dfa5771dc9 │ │ │ ├── 437cbe3d9b5e5cdbbcd3ab4fac2cb764 │ │ │ ├── 43bcda5ce531ed3406ac40f5426d1116 │ │ │ ├── 43d03835b60c4373ce1a0a85bdfef3c5 │ │ │ └── 43dd65a364cab97b74f49435525294e7 │ │ ├── 44 │ │ │ ├── 441519402681b15f39217a6a21ae98f5 │ │ │ ├── 444ea13c09d21064de142d9c6ff0deea │ │ │ ├── 445a14e2eb2b97a3e5bf38b0cd883301 │ │ │ ├── 447ad41e433c1ffc9c3b3912c465b625 │ │ │ ├── 44966c03b5b212a79d94958cea6bb0c7 │ │ │ └── 44fc393407f1c97dd0125a404b0aecb3 │ │ ├── 45 │ │ │ ├── 4506ca263eaf1f9433c270d0a3a6c291 │ │ │ ├── 4511f09a54f6bfde05511e1e9ed670dd │ │ │ ├── 45200920a20886a882d072b3689d8f3d │ │ │ ├── 452845abc924887f15e6d90750baeeef │ │ │ ├── 45a19fad0076120e5affc5696a25e0e0 │ │ │ ├── 45af4c91a0a3d09762b05646f6251fd7 │ │ │ └── 45b686ecf53b8cae297fe7c877e37a03 │ │ ├── 46 │ │ │ ├── 460b70794d52e6fcf2eb0de5185d2c85 │ │ │ ├── 469c1c28b0e9285ad61f27d2563fbb8e │ │ │ └── 46e5b5b551209a60347985898e6d8958 │ │ ├── 47 │ │ │ ├── 4708390ae0857df18ceea79b0f1d5fd3 │ │ │ ├── 47360be2cd15951ab87390d943383e51 │ │ │ ├── 473d4d95b68f086af351ae704075cc46 │ │ │ ├── 4752f2341d70a29e50094cf040d880b5 │ │ │ ├── 477ce78bab97aeb3b1b91ff81d95b45c │ │ │ ├── 477cf6e6bd86dc01cdd8e6b23a78f092 │ │ │ ├── 478db5c3e85d44e93d55a3286e8f7d1b │ │ │ ├── 47c4f070f88a4beef4e5de8cf732a39c │ │ │ ├── 47c918b663dfbb0266c748608baf620e │ │ │ ├── 47dd84122e5dc58cb921a7d4d22636c8 │ │ │ └── 47ec9ce90dfbd1c0b8b60dd9eaaca7e0 │ │ ├── 48 │ │ │ ├── 4801f631224e82614f9d5e4e58f24c06 │ │ │ ├── 48225dcaed5f966d4591148fd4d56ac3 │ │ │ ├── 48496cbfa5c04468a740d5ebf87e8c92 │ │ │ ├── 4851773376cad126985c15291addf0e1 │ │ │ ├── 486394ec6b2b2f7e35c4cedea28b3e0f │ │ │ ├── 489338077da6d09c5d9e73082488a011 │ │ │ ├── 48c219be912d2f7bb8a50117ada811d8 │ │ │ └── 48e2adf91576ea0c44a141dfe4712979 │ │ ├── 49 │ │ │ ├── 49247c7ec2fff144df62266814d69931 │ │ │ └── 4963e5ee194a031f13a8acd984eb646d │ │ ├── 50 │ │ │ ├── 503095f6246732e3fa017f6f800d0a00 │ │ │ ├── 5032256270328331b311db6c5cbe9cb0 │ │ │ ├── 50379aeebddcc1aa3cf3ac02924f4f94 │ │ │ ├── 507ed9101737054b27a644b4aaa6307f │ │ │ ├── 50c7bd1738a794f088bd3f6f39f2d792 │ │ │ ├── 50d4dbb764d38d0077d747c03e6b5ecb │ │ │ ├── 50e0f06fd150448938a471d47c237737 │ │ │ └── 50f987396de787440ab6e602bd84d090 │ │ ├── 51 │ │ │ ├── 510736ada4cb419f92efebc813501c9e │ │ │ ├── 510fa99da0f15962a071195cd519fd02 │ │ │ ├── 511aaccba7632af15d527e5404194022 │ │ │ ├── 511fd9fcb4b17308ec2b8eff3b901381 │ │ │ ├── 5146cc14be66735b2ae0197102f72a23 │ │ │ ├── 516072c054d8ff397137d5fa2d030a97 │ │ │ ├── 518b9bad7b33eed701449d4bbaf9c5d6 │ │ │ ├── 5198211902d79d69d2989dac42d620a4 │ │ │ ├── 51c69478b506c3fee4aa5221a9a72e38 │ │ │ └── 51e1466d8e0d810a3c4165cd999db045 │ │ ├── 52 │ │ │ ├── 52064db390a9616104712c626f44701e │ │ │ ├── 5210e49631f02e39d6e2610cc2785b94 │ │ │ ├── 5216f0ec9923eda1e2f1bf706de1b093 │ │ │ ├── 52749c229091580b2e2552feb52442dc │ │ │ ├── 5274c3a037a8e10163f1ae1599d9f79f │ │ │ ├── 52ac04b8fee146266c306f2e92c847dd │ │ │ ├── 52dd3be646fa764bdd4c35519f930d42 │ │ │ └── 52dde0eedd104f763061e80485a37457 │ │ ├── 53 │ │ │ ├── 5300db853064237eef3c240d0ee4409b │ │ │ ├── 530586bb1eb40ed52b206b95664ccd3b │ │ │ ├── 530cb3fe3de440a290c4de62bd231522 │ │ │ ├── 533f3e6f22ab99bf8adda8ada3c760a8 │ │ │ ├── 53406ded23080e406dc663dc41e205a1 │ │ │ ├── 5386a6af6290747f99e25d310d234427 │ │ │ ├── 5397e36b40ccff386723ca936b8405a2 │ │ │ └── 539fea0ff8d3eb5f55d0cfabcefb854a │ │ ├── 54 │ │ │ ├── 541964a8e3a80c9647b6e40ed52e8825 │ │ │ ├── 54406b5afc464c85015694405c6dc13e │ │ │ └── 54a8770e30777cbea6265b5619647acd │ │ ├── 55 │ │ │ ├── 55140ac674fd3c9a10039088a91f4cdf │ │ │ ├── 5515518de56177cc495292a617bff58c │ │ │ ├── 552877ea478b0d9456e82fb7a5f162fd │ │ │ ├── 554442200a05649cff2ad087f99cf58b │ │ │ ├── 55444c689b7909772c4d2a6a39925d3d │ │ │ ├── 5555f31fd6694ec78f0efce6e2c07ab0 │ │ │ ├── 5557bd811d3a921e5270f47fc92b957c │ │ │ ├── 555c22ee4f4724bcd5efd1d6fe6bce9f │ │ │ ├── 556868fba3c2755d7fc4af6baccdc389 │ │ │ ├── 557c6246eeab0f6301c90c81e2ccc4e9 │ │ │ ├── 55853a57b899b13e282ff9ae8a74915e │ │ │ ├── 558f9289f780b03b61f98b34e833b848 │ │ │ ├── 559a9816396326a9c25dd16fc4297b6e │ │ │ ├── 55a5c4e805dcfdb9e2143bb5774ff061 │ │ │ └── 55cef151638fe105833bc5c6b9fea106 │ │ ├── 56 │ │ │ ├── 560711241c2aebdecf0b586f3047f812 │ │ │ ├── 562eb0d8b4171140cc9b3b0e43cc3f55 │ │ │ ├── 56702cbb3ac8a8316f93752f8b2d3179 │ │ │ ├── 567507fd8ff2a909cb35df4bebbc24b7 │ │ │ └── 567ac72bfe32431ec4e69e1f9f395907 │ │ ├── 57 │ │ │ ├── 5701bb1f0961f35b49e70b34c8c8dba0 │ │ │ ├── 5766a46e0e09af8f3160165855694f70 │ │ │ ├── 57883cc1dc3be051b57d1642bd70bbf4 │ │ │ ├── 579ee7f6a69a7c53b3028fa1794e0c40 │ │ │ ├── 57a7284e436a97c7988114dc61e7b5a2 │ │ │ ├── 57aabaa0c9d4fd0b1a63130889529164 │ │ │ ├── 57ac8332700148ab158e943cd226568a │ │ │ └── 57e630ae06a60913ebc1eff3a829d784 │ │ ├── 58 │ │ │ ├── 581e5f36f5178ae7abd75faa28e3d2ab │ │ │ ├── 5835509ae3ca6beaed882de27e0fda9f │ │ │ ├── 58525af8f481cef7785085df3b31b4fc │ │ │ ├── 5885dd1bc9a32d3f35109953ade16e02 │ │ │ ├── 589458004b10151e8d4da50601c6c418 │ │ │ ├── 58dd93cf53f02da36b649f487197d3fb │ │ │ └── 58e3f3d419fec7de8fe845a559056a71 │ │ ├── 59 │ │ │ ├── 59183124245f32f9d6e61c57fa7af761 │ │ │ ├── 59295a2099e6527769a7f8306bca4342 │ │ │ ├── 592d7068cb42bbc440d82aac74c8ab5a │ │ │ ├── 595344e945a7eb55cab99d924d36ee97 │ │ │ ├── 598c9b1f2f2285589495cacddf771263 │ │ │ ├── 59da7d00819e62f51c364f08add61206 │ │ │ └── 59de5129a5aea4a9c3a590eb841d8c58 │ │ ├── 60 │ │ │ ├── 6017546d6c712667d11b9af6da2c74fa │ │ │ └── 60ed4f1562da21f328c8e7e341ff0516 │ │ ├── 61 │ │ │ ├── 610d450a9940a5e2d5a49e8cca6af206 │ │ │ ├── 611515a3cabdc0b065bba0db2144f5d7 │ │ │ ├── 615120624a26c88e35e0d5644ceaa0a2 │ │ │ ├── 618f85ac553f0d199418b46517cc996f │ │ │ ├── 6190fbfbe679c1ad4fbd34a2ffa099b9 │ │ │ ├── 61b013618bf2671240e13bbc7d5ef60a │ │ │ └── 61d428158ea2819293b5e298c6af8adb │ │ ├── 62 │ │ │ ├── 620c96349eae3881f86f1b1e2f7ac8d2 │ │ │ ├── 62329e69cd3f884b26b74802bbc8b66f │ │ │ ├── 62773a9f5e8b1e2baf9ef5b94fe292b7 │ │ │ ├── 628ef98dc1114d41b29e47c9a6d5b01e │ │ │ └── 629c2bd3aa984b71de2f61bdd323f1db │ │ ├── 63 │ │ │ ├── 63027ef5fb8c98f04ad3b0be84c7e850 │ │ │ ├── 63089c9f03b5171b2e7241e96b363544 │ │ │ ├── 635c39df7ee91845a0076230e1041a6c │ │ │ ├── 63712c1e9b57edc3848eff309b6476ce │ │ │ ├── 63806fafa2217925c5e887badaa0af8a │ │ │ ├── 63819502ef6182ffe44abf1d2cd2d6e3 │ │ │ ├── 638e63658cfe260cf0fc87ff60fc8211 │ │ │ ├── 63d3ed237eb15cebd5d4c175438dd235 │ │ │ └── 63f2d0aba47811e0db64611a87e67016 │ │ ├── 64 │ │ │ ├── 6409f2caf8b1964de06877d32ad505d6 │ │ │ ├── 643d33f6ec42b5e47b744452c59bded7 │ │ │ ├── 645ba71bb418150766f22c228a412c0b │ │ │ ├── 6488299dbb0df289893f389de3e700bc │ │ │ ├── 649fb2480c5229359ac74555c7c61779 │ │ │ ├── 64ab7c120c524cf16408d3d622a10971 │ │ │ ├── 64c0dc88a4045d692be14dc923f8b30c │ │ │ └── 64d3528af16126da0a5b551b55448bd9 │ │ ├── 65 │ │ │ ├── 6517d67999c85906d4d4dfd054a91f90 │ │ │ ├── 65337837703220bb5b84714afd85903e │ │ │ ├── 65737ec0ca6f9e44dd9a0a9914a09819 │ │ │ ├── 659491f7aa2ef12b2892613c0c03c765 │ │ │ ├── 65953019521f898828ad5105ab033767 │ │ │ ├── 659aeb07579943fbd90fec73151e623f │ │ │ ├── 65ac3a40d3781ed4c59382d15c59acbb │ │ │ ├── 65b7e093f2c465c1fdc4e66b67e6186f │ │ │ └── 65cab20f89afe5cd9a256d012282b124 │ │ ├── 66 │ │ │ ├── 6632962161925cf129fd79b43348d482 │ │ │ ├── 664dfc675734482dfe46918728ae2713 │ │ │ ├── 66abda705235254ca44c85f7e357642b │ │ │ └── 66c73af4bcc9e654afef4a5a6ddaed69 │ │ ├── 67 │ │ │ ├── 67326762ce8de6a7bde393fb9657efd8 │ │ │ ├── 673cb42fa9dcd35ce241f22459bb9d47 │ │ │ ├── 673cb5898c59a100040d97b10a4d8386 │ │ │ ├── 6745bfacaf786a8712bf8fea9726ab61 │ │ │ ├── 67952effe85b87a2ad89ec3347a2da98 │ │ │ ├── 67e17285cdf92ff34c0fb54ca0555346 │ │ │ ├── 67e857353b434391aa9c13cb5240c2c1 │ │ │ └── 67f196697ab858842a105739353b476c │ │ ├── 68 │ │ │ ├── 681039b94bb0ed2777f0d9e198f69450 │ │ │ ├── 682dd696df626387ff849aded80541bb │ │ │ ├── 68476a5f31cb6703391fca2c45ffa67b │ │ │ ├── 6896fb379fe4da79c166920db161cafa │ │ │ ├── 68b3fec11858be1e9817a1731f0dd832 │ │ │ └── 68b569f13d561cc65b25634adc94f8c8 │ │ ├── 69 │ │ │ ├── 694b1c25ef2c6892c299edab1203278e │ │ │ ├── 694febd51ff3ddb86880904d7fb6482c │ │ │ ├── 695ef16dfd1b7f7cefb01a450bd10859 │ │ │ ├── 69699be832fe2664c86e7943849f4d65 │ │ │ ├── 69986e97e5a6e4af67a9dd400ca7a105 │ │ │ ├── 69b77f407e3398f9375483bd48856bf1 │ │ │ ├── 69d611e1ca8c9cd06617bb89e2d95d35 │ │ │ ├── 69d785ee4b602cbb490eda4a3767bd78 │ │ │ └── 69dc1d522e20ef1f4071bddf498a5510 │ │ ├── 70 │ │ │ ├── 70067c9137d84a623aa9b6db6d2b1363 │ │ │ ├── 70268fde05acedb9ee6c2a6b48f39c28 │ │ │ ├── 7036c5f7a8df1a69eb8a27ff6729c5d9 │ │ │ ├── 7061edd0bcf9954043f238c2b2724a88 │ │ │ ├── 7069fed67ba9877aab6c0d6109c6e1e2 │ │ │ ├── 7084c0f86ef02c66a275d58e9e74b119 │ │ │ ├── 708bc4a1e7273e8708a56c35ec140f7d │ │ │ └── 70c74c89e6167a83ee6608574f9a6bbc │ │ ├── 71 │ │ │ ├── 710f28ebd8c5675e9205ce3b3db563a2 │ │ │ ├── 710fe23b27d24b19cfcdcb133c8ee146 │ │ │ ├── 711e661ca452fe2050f1eabe8baad4f8 │ │ │ ├── 71569e9fa34c144d0b6ede068657095e │ │ │ ├── 7170414bd974d799f2480135735012da │ │ │ ├── 7179d27fe709c44f889cfc9f9b3c5857 │ │ │ ├── 7189b5c7ea839352ef12ad586d12b67b │ │ │ ├── 71aeb1e250e96f1b5fb0dcd7294bafaa │ │ │ ├── 71cb9219eb27686ceb626199a84fb178 │ │ │ └── 71f799a2b5186ef6e98a7c1e73372e0a │ │ ├── 72 │ │ │ ├── 721be9109add3e1fe45009c363a754cf │ │ │ └── 728de0a70a6b286b23c38b6359ac036c │ │ ├── 73 │ │ │ ├── 7312f03023667f3940ee4d69461d039e │ │ │ ├── 732a4dece2a4cada1be000cf9fc7b403 │ │ │ ├── 733d1ed321495a93853414b8a2188c27 │ │ │ ├── 735cfc3a64c4f6505e9393752468ba54 │ │ │ ├── 7365004af06b5c3aadc6684cb1cc87b6 │ │ │ ├── 73a4681876bf510f4722df42b1fa2755 │ │ │ ├── 73b84204b9538ce5e7cae039a31ac223 │ │ │ ├── 73e0ee14af67d4446acd8598c7403469 │ │ │ └── 73fb525b6f81c076465382aea3aa5e78 │ │ ├── 74 │ │ │ ├── 740facaddbd0ffe9b482b43232ca1e35 │ │ │ ├── 7420263055463cf7e66e193ccdde4c14 │ │ │ ├── 742f341cf3ebf68dff22ab96d6d77b75 │ │ │ ├── 74364bbc3a250a0bb40fa128cdd1c0a2 │ │ │ ├── 743fc4e1ecdb1e2a56d651c2259526ea │ │ │ ├── 74517a75dbf6f58b3c8adceef4a0328d │ │ │ ├── 7462ffaefe9852e8dd0c4c3506702090 │ │ │ ├── 746e5c0aba40b10719971f53bfb4f2b1 │ │ │ ├── 74822d5d5b94cf5fcd88103b66c0b95b │ │ │ ├── 74a77ce3c92a1649afa7ff9a4551aaa0 │ │ │ ├── 74b9fb3e510e358f4a706d907a17349b │ │ │ └── 74efa19edc2feffc63c3535d7ad835b0 │ │ ├── 75 │ │ │ ├── 750663ef585ddd1c0378e5645bf042ea │ │ │ ├── 750c44ba8ffc1d77887424bd3db2afcc │ │ │ ├── 751315d0599689964c4f19ff3f593d35 │ │ │ ├── 7522876d4cb1d126162772f3747b1ba4 │ │ │ ├── 752fc9784a1842bba32913625dfa7b1d │ │ │ ├── 755331e7584cb95b30526ab1ef033579 │ │ │ ├── 7562b326a3ce0e07bf9a626b2319fc89 │ │ │ └── 75d84a95bdaec624d51ea7b9d417e1e7 │ │ ├── 76 │ │ │ ├── 762d833818b88b744b4f90041b88a9bc │ │ │ ├── 764be04e2b51ecb23ea23f56e06f92ee │ │ │ ├── 766d9f8ba4d684ee508819cf2c35e54c │ │ │ ├── 767bb5333c9ac96c726008c100b7a5e0 │ │ │ ├── 767f66ddf574fb8f3343cd00fcf528fc │ │ │ └── 76fa0794ad7fe936d802baee2368d554 │ │ ├── 77 │ │ │ ├── 7713dd964067cb7d00268fc91c29a8bf │ │ │ ├── 7729d165d7f8c6d5ecb41733933118ef │ │ │ ├── 772a76d685d27f5c9cab9f0fd1fdc957 │ │ │ ├── 775911882b7a6072596e0c798adf9cd3 │ │ │ ├── 77c8691f35af664d82e763003590a8b9 │ │ │ ├── 77e81e49359aa286f5c8f6cdca44d4de │ │ │ └── 77ede1c425fc19d3079f2bdfb73197e4 │ │ ├── 78 │ │ │ ├── 781a05dff57046f42df13728ff5a8b1b │ │ │ ├── 78225a610e7ec420c8dac8c8a18e6d68 │ │ │ ├── 7869e7022ecd806fe3ec097e6862387e │ │ │ ├── 78720460d2222e001058bdaa57811e60 │ │ │ ├── 787c01f3cad365c36cf84922106f26e3 │ │ │ ├── 78a95e565c9d8b1905dc970264feb305 │ │ │ └── 78cf2ec9126304f30386dc1b5e18605e │ │ ├── 79 │ │ │ ├── 790dd048de8803cfc8e26a6a325fe6e4 │ │ │ ├── 7925062b2d9cada58330d52ca3ff2e79 │ │ │ ├── 79403af3719830edfb397303d8ce2ec8 │ │ │ └── 794dbd0dc228825964a14d324bc6c8c8 │ │ ├── 80 │ │ │ ├── 803de3c5b3dd14366976cd4300a2f436 │ │ │ ├── 80554d5db42adf5c6590f426bf81d1de │ │ │ ├── 80576fa302b5bbcb544cc34469d97326 │ │ │ ├── 8068c38d20dc22e9f3ec21e7a10adf3d │ │ │ ├── 808faf7bacdc556cb122004a69a5d36c │ │ │ ├── 80aa383fa1d9f4f9656ec77fa58c85fa │ │ │ ├── 80ae85143163072ef6a78da341e9248e │ │ │ ├── 80b75e9cf01de951e439a461499e156e │ │ │ ├── 80c1f575986d47aa4a2ff79d2b554652 │ │ │ ├── 80c3ba949d5f55ed2693aeaab79ae5b8 │ │ │ ├── 80d220301c53424ec61cbfd117a478c1 │ │ │ ├── 80ec69c9c2b5fff7071b073c9da4efad │ │ │ ├── 80fcf68ba32f2960159fbca588123520 │ │ │ └── 80fd29a14496f47b967620d10b254337 │ │ ├── 81 │ │ │ ├── 810369ead930f552f2b6c04fe20ff501 │ │ │ ├── 8133ff8a11850c921f546c63f6ca8d1d │ │ │ ├── 81525bc41f4d147de7683181f3e1703a │ │ │ ├── 8169eb01c9b69b5349cacc7e7c52a038 │ │ │ ├── 816cb9aef47bfb9d5e91de8ab45626a6 │ │ │ ├── 81759814b381a461c32e36934daed57e │ │ │ ├── 81a3616c6f6dbca6d6f5e7fdda6291da │ │ │ ├── 81dcebc7c4c551a606ab8b713aa0e87f │ │ │ └── 81dd98d6f3c651d985aae702acef4fb6 │ │ ├── 82 │ │ │ ├── 823a11252997ea93ad18ee4d2c4e307e │ │ │ ├── 823f408ece4a214636835c5218e5eaa5 │ │ │ ├── 825271210f2d4ba4d0c945ccde53afc3 │ │ │ ├── 8285da498b4828a915c306130d75cc8e │ │ │ ├── 828adb4ad38a1228952a82fa032e844b │ │ │ ├── 8296734b9ccdc4a3514dc7047127719f │ │ │ ├── 82a4ee4b61170f10f305eccdf4d6661b │ │ │ ├── 82ccaff16e7afda5106d98476c9e5b8f │ │ │ └── 82cdecf0fe527ba9c20ba264cf6f4aa1 │ │ ├── 83 │ │ │ ├── 83248b22d9b2c00e4b11ac81371e61da │ │ │ ├── 832c73b1411338f277e1146e4fa0819a │ │ │ ├── 833c0729bfb10996fd0d789acd0d8d9a │ │ │ ├── 8360503c84262a59f33cceef49518977 │ │ │ ├── 838acbd5a6c8d4161a869bb3cb668942 │ │ │ ├── 83b3257132a4505c6bb77963cd69a463 │ │ │ ├── 83bd387855f382b856ca0aba5de8ab3f │ │ │ ├── 83be400bb48ce6e693d8b5f48f94a0c2 │ │ │ ├── 83d91242d3b9c7fc2de7373b4f597602 │ │ │ ├── 83ef580cc60ef3429554c2108eefe681 │ │ │ └── 83fdd475e49ba0422b4eac96d2811b06 │ │ ├── 84 │ │ │ ├── 8421ad4e0b526d7fa0c97f87092bbd38 │ │ │ ├── 843021923e8c6c0d9d6f0e272ffc2178 │ │ │ ├── 8439224c48bdc10d5fd63e896444ea8e │ │ │ ├── 844385eaf5a30c9116d3b5e4f844a645 │ │ │ ├── 84b20662eb47d3f91694ca531dee6cc5 │ │ │ ├── 84bac8d58d36e9988baceda7ed532061 │ │ │ ├── 84caaebef05cbe07539501e57adce303 │ │ │ └── 84eb9ca8ee2c20f51b721d77977af306 │ │ ├── 85 │ │ │ ├── 8535a3e3e8e6ece63071a44402ddb2aa │ │ │ ├── 853bd0e7c5d86d02307a320605598b43 │ │ │ ├── 85c433b375768d307c7600c0a56d06f9 │ │ │ └── 85d2797cff8542bda72e87d3d883b50a │ │ ├── 86 │ │ │ ├── 864eca3f31d2cb89666dc90f1fbb3e06 │ │ │ └── 86b961d704565ac488a4965b74f07575 │ │ ├── 87 │ │ │ ├── 872f25b6538fee81fb55d8a5648ef80d │ │ │ ├── 8761f8df95b9db220eb954f3f1ebff8f │ │ │ ├── 876a44d3964875ce42fe91bade79f588 │ │ │ ├── 87a52b0eddce829a4d490cca264f13fe │ │ │ ├── 87ad4c70fa8418fece94c925ae2f7ba3 │ │ │ ├── 87b0e79f233ea47b4693025575a19b02 │ │ │ ├── 87bc4b799cbe36a70c8743d9cb06111c │ │ │ └── 87d8c1550d21a9151e40ad77902fd237 │ │ ├── 88 │ │ │ ├── 8818e0b1cd20d7e3aa257b879e22061e │ │ │ ├── 882de53528f602b737c629cfeb6c65de │ │ │ ├── 883b6bc8a58bba4b54e15daea787ea02 │ │ │ ├── 8849fd70d9fddf354ba02c4378590661 │ │ │ ├── 8851c75f50d5d88c4ca82009e17e0499 │ │ │ ├── 886a8ba3c50a2dd51ea2ae5eee544102 │ │ │ ├── 886dad9fd1c1067f15ddcb8683c0e595 │ │ │ ├── 8881ecc8b716064698b7b995cb471d1c │ │ │ ├── 8885304a97c4db0d37020373184a66d2 │ │ │ ├── 888d79ef4dc26682bc5a8f3c3fac928d │ │ │ ├── 88b46084a086ad87f7b239021aabe9f7 │ │ │ ├── 88bbe48a159c0ec74857b7e96f8135ad │ │ │ ├── 88f0ac8b0c372b75899877cc5a7fd401 │ │ │ └── 88fd442bed6c81e362127185f26be69a │ │ ├── 89 │ │ │ ├── 890ce2a5d2caa9e0675023ead14e5c44 │ │ │ ├── 891792a2b9321d93ce94d0e7d4e53276 │ │ │ ├── 891b6f352dc77d01e162c98ba44eab7f │ │ │ ├── 8930c388749e688f9bcfd0cc69abb302 │ │ │ ├── 89677a542003ca570b70692d459980a1 │ │ │ ├── 89704c01821bff944d92d5747ffa5f75 │ │ │ ├── 898a715a4b9a0f092e2babdf12c4c28f │ │ │ ├── 89aff469a7d770f363180788fe5184a8 │ │ │ ├── 89bdfb00efff5d06a3ac0d9a21bcc0ba │ │ │ ├── 89c8ae741cecf5870ae850550181c116 │ │ │ └── 89d3ce47435d90dd78811c23c7c8fbae │ │ ├── 90 │ │ │ ├── 90015ac56ba91ff5fdd220153565ff2b │ │ │ ├── 9009644a8d82deac6be46f63510c508d │ │ │ ├── 902c4a1b01ed9e8f58697a3759153ad5 │ │ │ ├── 903e8d3b3f4fa9b47b00e4d9c063b3e1 │ │ │ ├── 90938a7c6a93cc9c7d7a1285dc3924e2 │ │ │ ├── 90b442ef06482727895821865d0e96c6 │ │ │ ├── 90dec7558b3c5d39cf8889aa598feccb │ │ │ └── 90f1f52c2e333e8b37e48dbe758d6f58 │ │ ├── 91 │ │ │ ├── 910b11d815b63f0ca1739b9b258e8ae3 │ │ │ ├── 91723aba5cb845685d56b0e00678c23b │ │ │ ├── 91cd0cac7ea9e4d23a15fb483a5ef742 │ │ │ ├── 91e0933850b8fa3a5dff320ce64f1910 │ │ │ ├── 91e762e7b11d7aac965bd2ff5d23439c │ │ │ └── 91f84d409d2fa9cf68bd3bd4d0fc17dc │ │ ├── 92 │ │ │ ├── 92243a09411df6bf88762e2ff8eb7b39 │ │ │ ├── 9243a3829ef39084e67baa7dc8dca6be │ │ │ ├── 92511767c328b73c5810f1ee8852bf74 │ │ │ ├── 9269422568f93d3587d366f4cb9dc54a │ │ │ ├── 92c7a0a1fa9e90c408fa161ef24ce51e │ │ │ └── 92c8be26897dec924ef4ef0ba19fa495 │ │ ├── 93 │ │ │ ├── 932fdbad4e6d35908b4b1c75b348914d │ │ │ ├── 933f59349b21d0a10577add05451a261 │ │ │ ├── 936a6eae5c2fe5889916c2ae81b5c015 │ │ │ ├── 936ca37db2a70a677fc3629afe72b27a │ │ │ ├── 936f465cee289f844d4b4cd4d95cb232 │ │ │ ├── 9395e0ea8098b9400e10c4d26bfa03e3 │ │ │ ├── 939ad63656a25b52df5e4a88fb683d24 │ │ │ ├── 93c99cb68fe9299818dd29c619635128 │ │ │ ├── 93d06128b2ec2ea248c6fa80c476d19c │ │ │ └── 93df758adfea734b30ecb3f6ca4d4aaa │ │ ├── 94 │ │ │ ├── 9427d92cad4a8858eececbff69f34d39 │ │ │ └── 94c669b932e8ecc9c98f12b4b726489f │ │ ├── 95 │ │ │ ├── 95005fe211f90b629bded00430f9faf7 │ │ │ └── 953ce3603b5fb1f3cf8d34eaa0dfabf3 │ │ ├── 96 │ │ │ ├── 960b7ae9453e15786aa4efa350c99ea8 │ │ │ ├── 9613eafbbf654ff9daba74891f3acec2 │ │ │ ├── 962b26046c6155435a2145c81d0b3f35 │ │ │ ├── 9639ad29c9d0986071d45eb77ef65211 │ │ │ ├── 9662f31bc67632483f4a4b159eeebbd3 │ │ │ ├── 969873980e7de0a3a2b3527632b3669d │ │ │ ├── 96c625ae0d4444dfb51b8158563002c1 │ │ │ ├── 96caa0120ed36667b8a2cf5827b3e211 │ │ │ └── 96f12e800d147ef5b800a1989b804785 │ │ ├── 97 │ │ │ ├── 97082180121d0b4830b587ea1763e563 │ │ │ ├── 970c9ed524b5402425c2e355cf46a5fc │ │ │ ├── 970e5f7535468ac8da3072b92d35b9a4 │ │ │ ├── 970e9178b63e129d5d7963664fca43ad │ │ │ ├── 9730f45364d428864a04d5a4f4c8be62 │ │ │ ├── 97621c2ce51834e672cdbf4aa646b2b0 │ │ │ ├── 976b70f7c354addf47729bbca8658256 │ │ │ ├── 9774121a13fc1f8644ab4cd7d0c93a41 │ │ │ ├── 978516751622109e1a83eb4b75144472 │ │ │ ├── 97946b87f8b1c1178a47520121891ce4 │ │ │ ├── 97c10509ecbfb846fc2a64709f39015c │ │ │ └── 97c810f7befa30b59c66e81e328b1000 │ │ ├── 98 │ │ │ ├── 9809872a5e198ca8efd531594597206d │ │ │ ├── 9810acb8c192efae7b8ffc73eb545975 │ │ │ ├── 981b40ebb1170a44e3199f5f002e3b0a │ │ │ ├── 981e13ac78a63f1fedc2a0b534fb6936 │ │ │ ├── 984bf2ce424a4ecd262572e13be7220f │ │ │ ├── 98516d9ef70827eb30736b661632ad87 │ │ │ ├── 9860b5fe1790386acda671b8fb9b4af2 │ │ │ ├── 986680c796ff1fa5cdb84ff86e05d393 │ │ │ ├── 986d06d7ae17839125a8e7db378690dc │ │ │ ├── 987a6c0bccb6963d47db5bcf29fd02fb │ │ │ ├── 989f4ee5bcc737cff65c550195e78e2e │ │ │ ├── 98cf9116a3d1e6a6bb5d3bb5e14e2873 │ │ │ └── 98d67ac4ef77e5ad91d99a02b1e85a7a │ │ ├── 99 │ │ │ ├── 99879666421461cf004cf8164fe4a7e3 │ │ │ ├── 99afe25f15708ff8382b228eba6afbe8 │ │ │ ├── 99bdf1132b034364059c3d9dbafe48ed │ │ │ └── 99edca83c4cb7ceaccc1171543e9a97e │ │ ├── 00 │ │ │ ├── 000771635a267e72a29a00000acbbf5c │ │ │ ├── 00342a1f96d4b2d1af4890865196315e │ │ │ ├── 004779a5e5d4b92873e9dadcc338dadc │ │ │ ├── 007d3f07b4877f9dcd32eea614cd7c0f │ │ │ ├── 00a3fb15f588b7cb0b6eae2df697c888 │ │ │ ├── 00d5974b5138b9f6567d126ce3bca64f │ │ │ ├── 00e1d866828f41c19cab319ce64a405d │ │ │ └── 00e4d91b4edb06f4779f920ec758e587 │ │ ├── 01 │ │ │ ├── 0102d19c004a82bc103d7cb00ce22b52 │ │ │ ├── 010af0b4f994eb61c587323d95ff3148 │ │ │ ├── 0113f1f3987fafd0eee0e7d527e8208e │ │ │ ├── 013f622af05e2e29f886500ac3675602 │ │ │ ├── 01646ae095268cf3296688c1aa37c00a │ │ │ ├── 01767a69cad71e7c2db952c93e4206a7 │ │ │ ├── 01cafd33f1a40837974c922ba6ad3d9d │ │ │ └── 01e19fe1cfda15ab33324f36181de385 │ │ ├── 02 │ │ │ ├── 023b3625695b72527c849c17c0e15131 │ │ │ ├── 02436a998fcb80d81c8c3842384a3faa │ │ │ ├── 024960e3ce09249457724e94a55e1ee7 │ │ │ ├── 02d61b5029c1996fc5ba99372b0d229f │ │ │ ├── 02e3a9305a6c718b83bda20e03930226 │ │ │ └── 02f186af37e9c68f336f83089345238c │ │ ├── 03 │ │ │ ├── 032952476c7c9f753e26e63c8db4cc2c │ │ │ ├── 037318e22ed2e545d7619e7bdb1de51d │ │ │ ├── 03a052cd72cbaa3c2d58f22459f117a3 │ │ │ ├── 03b0303cdd97ed3ce3dc709402c025f7 │ │ │ ├── 03bdfd82c0b9cbcb742115ed706b1800 │ │ │ ├── 03d45b6dc9a51bf8c64480eaeeccc921 │ │ │ └── 03e4d8ab46f1f927802ca8668c05a710 │ │ ├── 04 │ │ │ ├── 0402b40f4549f750b90d7df60f687472 │ │ │ ├── 04190c54d672de5baba030cde6943147 │ │ │ ├── 047761b78bca949d40a4c094da1b7b03 │ │ │ ├── 04b024ea19ebf72368525fcb2fc7ca0c │ │ │ ├── 04bdf7eefc4e89663404a601981671b6 │ │ │ ├── 04d81e880a16fd3d18ee02d12cc1d6ec │ │ │ └── 04e507ebfa836da679bf2d636403de6a │ │ ├── 05 │ │ │ ├── 0555b29a186fe2a6775b3b186008af0d │ │ │ ├── 058f10ff143a85fa1cf4f1a860204471 │ │ │ ├── 05a2133fc08710edb535fc3db38685c1 │ │ │ ├── 05b1b5c193db281cbe73a43ff33e6c16 │ │ │ ├── 05be8ef6451071240966ca34239249f3 │ │ │ └── 05ebe99953ff77a996c9f3bb8412a436 │ │ ├── 06 │ │ │ ├── 064dfe77eaf8d7b4506c05e2df045914 │ │ │ ├── 06534adfd0cab7e0d7ef013810715edb │ │ │ ├── 06b047890043bb11ede2e192b115bb24 │ │ │ ├── 06b846a0c9939ac07b2ea89af0e78cce │ │ │ ├── 06c80a9b45b7c30ea9ebccd49d5776ed │ │ │ └── 06f106bcda5e478a325fd8eb2e5b381a │ │ ├── 07 │ │ │ ├── 071acd9a2eeec656f6f56bf794897449 │ │ │ ├── 072fffc59c676ebe9b245a0d1cb678a2 │ │ │ ├── 07709f67e2a2bce705a57b6ee18916fb │ │ │ ├── 07ae3167fecff84e14434703af2a30ce │ │ │ └── 07c9aa047672ca45e81a7ace9e25f39c │ │ ├── 08 │ │ │ ├── 080bd484ced9661e2c9bbb82fd890889 │ │ │ ├── 08100b398911a035026b351627497f61 │ │ │ ├── 08638cc65df29ffa734a2b1d90c68208 │ │ │ ├── 0866fd617a94ebc94e3e03db376f9683 │ │ │ ├── 0895eef552d2c732283e8798c451409e │ │ │ ├── 089b262e5735d982075c867728e959ad │ │ │ ├── 08a9ce140bbd5d12e5b31fcc660bf43b │ │ │ └── 08b6daf7418a497e322d7c16194f63b3 │ │ ├── 09 │ │ │ ├── 091256baad466550135839ad70770e84 │ │ │ ├── 0924a8990782cfe13752f94aa1c7e5bf │ │ │ ├── 09303d8d2c8bb911420493d6550d7649 │ │ │ ├── 09606dec2e8e1fde64627f06cf649d59 │ │ │ ├── 0986c7cf7dbaa7b6af409adcd47c92ce │ │ │ ├── 09e7ebef8aae9ed0bdeb1c1d3d164437 │ │ │ ├── 09e84220e87740dbe5b65f35424c3412 │ │ │ ├── 09eb36a7c3a9ffab62a518d10d0dee26 │ │ │ ├── 09f6c18d18536d05580d46d27a0d1ff3 │ │ │ └── 09fcd630bb753bbe83dbf8907f7f28c9 │ │ ├── 0a │ │ │ ├── 0a9b559dd07e7241edb8385de0cc50ac │ │ │ ├── 0aa6870e8cfff00dd36158b14feab979 │ │ │ ├── 0ac2600b137c5a38acaa3bb14815687b │ │ │ ├── 0ac9e2a0c6fb3a9aa5b5e18f56ef058f │ │ │ └── 0acce715cd3b79e70a5a35d617842f95 │ │ ├── 0b │ │ │ ├── 0b0ad5cae72f110cdda85454a7789363 │ │ │ ├── 0b4a0773c8bf22fc813ba4c88a8ff02b │ │ │ ├── 0b4d6d9a6b92553f8b9c21f9a9857447 │ │ │ ├── 0b66bb49009e1286758e0e7c776d2988 │ │ │ ├── 0b8108dd89d987e6929273c8b052b21b │ │ │ ├── 0b922374deebec66c5e8090ef4474387 │ │ │ ├── 0bbe336c5256cd3c60220c99cbfc53f4 │ │ │ ├── 0bc08e0138246e5a14067cae697a63e7 │ │ │ └── 0bc4ef4b13c50b2fcfb4ff81c8c02a5a │ │ ├── 0c │ │ │ ├── 0c053232382e9ffaf1c2665a89d821d1 │ │ │ ├── 0c11949032064e01e5239d86b2440498 │ │ │ ├── 0c6bca3c94d20fab63113720ea9d72f5 │ │ │ ├── 0c6fb68b9cabbf397114458566733acb │ │ │ ├── 0c7e09b4311320434cdc302cbba0ccb7 │ │ │ ├── 0c9dea881930660e40f9bd977235ed12 │ │ │ ├── 0ce35842c0573dd330ad0f24b1b09b83 │ │ │ ├── 0ce8a19a02f79e67e500b71c4d359c1f │ │ │ └── 0cfd842011ff44314a246d4ccfc1c633 │ │ ├── 0d │ │ │ ├── 0d28b58c104fc607fe23baab6903c8f1 │ │ │ ├── 0d2e37f510413afe75a8625f441e43b4 │ │ │ ├── 0d493c52e2b3ad29214497050039663f │ │ │ ├── 0d62fcf3bee37408e96a1f67fd362ab5 │ │ │ ├── 0da26e328708c1b0f8d8928c21be8213 │ │ │ ├── 0da4260dee5b9dee97ea31323924459e │ │ │ └── 0deac8671d2db691b8d8b617dc3f38f5 │ │ ├── 0e │ │ │ ├── 0e10d52ac1e15e827ce8d498967ab3f6 │ │ │ ├── 0e1dcfadcdd6c119c60784b26ddc31d3 │ │ │ ├── 0e95daa212b9e0e655bb8c767c09f239 │ │ │ ├── 0ed6d6b0ba74e3d32f952b91045ceda5 │ │ │ ├── 0ee00e00ece450c55070eba9c841b962 │ │ │ ├── 0eed62f1037301d062a72305a1cbd9e0 │ │ │ └── 0efb6f274f7063901e48cf5024a37e15 │ │ ├── 0f │ │ │ ├── 0f0b97155101e4fec01f1f8e85271a36 │ │ │ ├── 0f170503bb9208a6e3b85dd97ee5888d │ │ │ ├── 0f6dd03d6f0b5e3e3a6adc440e73893c │ │ │ ├── 0f83b27a8ebc983fe09a42cdd17382ec │ │ │ ├── 0f8a7d6eb8e46ef38e0363c4d5db5734 │ │ │ ├── 0fc654b30e88f27aa0d69d4a22efbf8e │ │ │ ├── 0fd64fb4867dee7f6501e1056f76cd20 │ │ │ ├── 0fd7b001d70496afb26521671c2adbc4 │ │ │ ├── 0fd83437ee6aeeb20abd5a2ef89f6d80 │ │ │ └── 0ff6adaa53d9d42a5e6e864a584de399 │ │ ├── 1a │ │ │ ├── 1a0a570c851901add91108433a3c9c2e │ │ │ ├── 1a211947355975c42925f72c1862f218 │ │ │ ├── 1a69a3f9e3a08ead402b0a84684094e5 │ │ │ ├── 1a790ca95e5b59187806b0d8cae8df5a │ │ │ ├── 1aba095077853a26c46d38b506d245ae │ │ │ ├── 1ad46197b1029581a46dda28fcb43ccf │ │ │ ├── 1ad80296c76941a43fbc2b185a9dbe7f │ │ │ ├── 1ad83627bee8c9f43061d16538def42b │ │ │ ├── 1adc21376ce4ffefcc01ab63e59307c5 │ │ │ └── 1ae106791caa6a571c85a2f72cdea60c │ │ ├── 1b │ │ │ ├── 1b43b3645ca78e3f38bee12706d42ba7 │ │ │ ├── 1b4c0e46848f5aaac0752429f1b801e0 │ │ │ ├── 1b512e94c710b9fb9726dcff3d195952 │ │ │ ├── 1b5478410753e8b08d3abc8e0acc0c4e │ │ │ ├── 1b572f4550a93e0abaa95d9284cf589a │ │ │ ├── 1b6089d7a76da970c3b859485f688a97 │ │ │ ├── 1b640c6fc8fef9fddf11611fe498b605 │ │ │ ├── 1b9b6d25b4156767e781985fc583ee1b │ │ │ ├── 1ba1b9bf886cc948e0784d36beffab10 │ │ │ ├── 1ba7f94006703d9d41b56c5361b6b992 │ │ │ ├── 1bab7f84c8ea512fa9b981202ce0a6f8 │ │ │ ├── 1bba6c7f578da7df91a4819f3d9ad1bf │ │ │ └── 1bbb6cbe225d845ae482869e5c572b38 │ │ ├── 1c │ │ │ ├── 1c41394c086013d6d6eafd224751d507 │ │ │ ├── 1c4741e8c107ffc2eb0652c4bb6ff460 │ │ │ ├── 1ca7774d4c6e8ef7f374fa62a05d9a65 │ │ │ ├── 1cc13b48fb4af78a754e665077117264 │ │ │ ├── 1cce52beca76affa72ecef29b0bd69b0 │ │ │ ├── 1cdd78d09f61aa8b01cc700f3cfbb514 │ │ │ └── 1cf10287829424eee9e25f53420a93f3 │ │ ├── 1d │ │ │ ├── 1d0e50b7156bae065ba369cab3c3fd99 │ │ │ ├── 1d1d0f3f5201eab2682f4728b7b8f88c │ │ │ ├── 1d322040c04b39d4b9ab4c642163ffa9 │ │ │ ├── 1d32a27d4e4a3b54d9eddca36b84989a │ │ │ ├── 1d3fde7cb32e9ef519d68767650e76ee │ │ │ ├── 1d49b959a704695124deeb571419a0dd │ │ │ ├── 1d51790f628ff699cadaf019863feb79 │ │ │ ├── 1d8b626c2e6613d6edeb01ae08d2266a │ │ │ ├── 1d987aac24877c11407436ca583d637b │ │ │ └── 1dae3f887346ba898dd7bd6f7fead45d │ │ ├── 1e │ │ │ ├── 1e21f4ea8431cd97a95aa4c9534f120b │ │ │ ├── 1e3b98b1ad8b88a58c12bcdec2aacfbf │ │ │ ├── 1e4aba003d497db11652f9761af21d8b │ │ │ ├── 1e8da1aeae50df067adba9c96a9605e0 │ │ │ ├── 1ec42647d2d4e0b71a1ecdf4490e77a8 │ │ │ ├── 1ec753d085e3c59fafa321a13ca5afb2 │ │ │ ├── 1ec92f915bf466bf0ab7764fb511623b │ │ │ ├── 1edc5248dd0cef1dd27f8908eb61b3f4 │ │ │ └── 1ee4dbd72f17a95b0fad4f2dbf4ccd74 │ │ ├── 1f │ │ │ ├── 1f0a98a976a1faa802885e5fda61d8f1 │ │ │ ├── 1f56f25f4313af81f28a4dc1e605b76f │ │ │ ├── 1f8be413fa153fdb79718168484c1fc0 │ │ │ ├── 1fb9f37169fda7b21ca1bc046d73f4a8 │ │ │ ├── 1fc10c3d8cdfc8c692248aeaaf57b2bb │ │ │ └── 1fde1c95ce06763a569461a2e5cc7f36 │ │ ├── 2a │ │ │ ├── 2a1c3b1069b54abdaf976ac74d605976 │ │ │ ├── 2a4b813b95f70728130b660dbd24f8d6 │ │ │ ├── 2a93134a594c8f80a7c10053e4bd26f2 │ │ │ ├── 2abc554279e9ccb6b8902eb83a3fe96d │ │ │ ├── 2af199fc4bf9c56689d30cea330a783b │ │ │ └── 2af43b1579b00ed158a1277e5934bf24 │ │ ├── 2b │ │ │ ├── 2b59738d19408791626e2423e02031be │ │ │ ├── 2b69992c4a131f38a79c3789cbf02f62 │ │ │ ├── 2b76e1aec3fb19cd66834bbe64854d2a │ │ │ └── 2b905aa42f331d4d817c1ca3be240aaa │ │ ├── 2c │ │ │ ├── 2c4efb2a7503b34622af44e314d8aac9 │ │ │ ├── 2c79cd8c40e85d5c154b804b7d360057 │ │ │ ├── 2c95008b93ad1af345476fe882bee443 │ │ │ ├── 2cb2126b5169d9011b9bf24df525e8db │ │ │ └── 2cb234c7fa5722880cf12f64a1ce8239 │ │ ├── 2d │ │ │ ├── 2d2dcc4194e683a3ce429c78db300d26 │ │ │ ├── 2d359fdf48178369245d065ede08564c │ │ │ ├── 2d6f2568aebac20354add7646da51a15 │ │ │ ├── 2d74085a8c5ea41a597d364baf97ac30 │ │ │ ├── 2da3c58d772f07d24ae5ad3b39b81938 │ │ │ ├── 2da83fceb84d9d2943d01a2343a6f72b │ │ │ ├── 2dcc74bffb4ba6e6cf9014816c6e63c0 │ │ │ ├── 2df0b657690ebb46f9f53932497696b3 │ │ │ ├── 2df1bbc739a2a4de3585a35b336dbfe0 │ │ │ └── 2df97217ea7272cc77d5ece5d65d9be3 │ │ ├── 2e │ │ │ ├── 2e12dc1c6f23d8364d64db75bc98d4e2 │ │ │ ├── 2e1c933340527d3ed9e39d3f777268d6 │ │ │ ├── 2e51f1aef5b9cb17e72bedf53c95218d │ │ │ ├── 2e87cd93c4b092a3bd57837c89eb0a3e │ │ │ ├── 2e9813c6c59770249f64ed36f07f1240 │ │ │ ├── 2ebe6ef7221dbb79e29c024351bd13d7 │ │ │ └── 2ef4eaed1a05ef7e6e65e2e1b0317de2 │ │ ├── 2f │ │ │ ├── 2f1b2e3a9125d112b8ffc80a3a7df909 │ │ │ ├── 2f5144468ae8050cfc574e4aa5ece22a │ │ │ ├── 2f7e2b2ecf7ca76032ba8054ba3af1c5 │ │ │ ├── 2fdd232fae6dce782403da5ac26b85aa │ │ │ └── 2fdf3577de37360f5f8b90bf926f4ac0 │ │ ├── 3a │ │ │ ├── 3a1b6706a0bc62defd00339adb058dfb │ │ │ ├── 3a321e56a931b4491261377dc117c5ed │ │ │ ├── 3a431e8c468977ba3970a751523bc133 │ │ │ ├── 3a7e1ef9b57b572da8c608a42bcede37 │ │ │ ├── 3a88a0a67763e6331f30ca44500af6b4 │ │ │ └── 3ad412c929d0f2999339c0d7ac3aed7b │ │ ├── 3b │ │ │ ├── 3b279c26d75af0061e872708ffe57ed7 │ │ │ ├── 3b833d146bcc2ac58b1e385f6435a9dd │ │ │ ├── 3bbf658ef38cc93f7fd5980395350eb8 │ │ │ ├── 3bdf96eee923790b01b5ecdff1c2bc42 │ │ │ └── 3bf8a420c8a81082c8c00135a8c9c502 │ │ ├── 3c │ │ │ ├── 3c10468b0fc312e29edf44d13fd38bfc │ │ │ ├── 3c156242616bbce83e60dfa5e88d563d │ │ │ ├── 3c2f9becde00fcbd193265544bb99f00 │ │ │ ├── 3c3d9f22c3a29741ee6e8806e88a3b1d │ │ │ ├── 3c4b1360ec65f2c93ba185e7cdaa695e │ │ │ ├── 3c59829dbbec217960b2b63e93d3d28d │ │ │ ├── 3c59c536bedf5d1f4268cbc1603a3db3 │ │ │ ├── 3c5fff0ba5d66c3ecb7fcccc04fb5b82 │ │ │ ├── 3c649df29722ba871227399330733b7d │ │ │ ├── 3c6c60314d5165267ef3d579ebe2c368 │ │ │ ├── 3c745d817fba3af080885627cec43f5c │ │ │ ├── 3c7e2ac57ed431e58d47c5dbed22af6e │ │ │ ├── 3c82cf001900de4ac2cbfc79248c247b │ │ │ └── 3cb488932f79ebde1d1e9eb3c735d16b │ │ ├── 3d │ │ │ ├── 3d1cb982edf74f29d3731fd734626014 │ │ │ ├── 3d2baf2c2aa59c955473baa7554fb94e │ │ │ ├── 3d31ea7a052b5a11f865a36be265fe6b │ │ │ ├── 3d4000e41ed88088a5950b78330a9740 │ │ │ ├── 3d4ed550bae31ff23d6d37fd09580673 │ │ │ ├── 3d4f07fade90d4122697c341c53ff9f9 │ │ │ ├── 3d6441223a0575c7d90413526a8475ae │ │ │ ├── 3d8657df969e247dd8922acfb120091f │ │ │ ├── 3d8f235e983ad2c32975a6124bae90c4 │ │ │ ├── 3dd66d1c09499fc91f0f56134a932075 │ │ │ ├── 3de4caf5ac379b6377d96f5a2f2779f3 │ │ │ └── 3df796703dd4e5816da4bde08c8e40c6 │ │ ├── 3e │ │ │ ├── 3e2d1de691e9d2343313d4026a67dd57 │ │ │ ├── 3e333aa968f44fc83a9e4e0c48a4f26d │ │ │ ├── 3e53633898248858a53ffd425b8f9938 │ │ │ ├── 3e92a25df208b804400c76785ea92ee0 │ │ │ ├── 3ea9b23c469a119ab2ab682b7235f6e7 │ │ │ └── 3efeb7c84cda9bffa6b4ba81ad37dba3 │ │ ├── 3f │ │ │ ├── 3f4a6f2b12638a23ac3b5cbce6084587 │ │ │ ├── 3fa3866c0156f80ab7d0a5224ef1b051 │ │ │ ├── 3fc8aeda19f5953c8946c244391d68e2 │ │ │ └── 3fd15fe299d3f8da9c0e8605cd9d679d │ │ ├── 4a │ │ │ ├── 4a15d82973342fb241b85e3d817c7299 │ │ │ ├── 4a3e5ce71fec8a92805f8cdff61701a8 │ │ │ ├── 4a4750f1602ba4c27099dc7d5f44c668 │ │ │ ├── 4a499df0873c0adbf88eec1fab8be391 │ │ │ ├── 4a717c2ce63a38e429331d8c6afc64ae │ │ │ ├── 4a9ebc4710ecb5348ff0a51f1dac1456 │ │ │ ├── 4ad1d2e4cd63d6a43af5956894a628ac │ │ │ ├── 4ae320c8e059aa551a9ea35c0c26b099 │ │ │ └── 4aec539cacb58136ffa4126a7ff9fac6 │ │ ├── 4b │ │ │ ├── 4b03c22d34805adfc9d58c42c5c9c8a0 │ │ │ ├── 4b158692bb7512e4ec2d705b9502070a │ │ │ ├── 4b36d3146123ef3100f047cc104f8b5d │ │ │ ├── 4b469f033e16b194fa370a4f8c0fa792 │ │ │ ├── 4b4cf329d410b2dc308cf488e4cfce7a │ │ │ ├── 4b5596ec991839d28c0d1c093567c25e │ │ │ ├── 4b6a0864ea17129002e0a35c06a970c1 │ │ │ ├── 4b80f27aaa061562711a1b3c5cd49460 │ │ │ ├── 4b848a826177cb37738a18f8654997b7 │ │ │ ├── 4b872925ab419d3a80ff3dc6f8d550b1 │ │ │ ├── 4bc9d56f6ef1ee641b35addf85a171b5 │ │ │ ├── 4be127b99deca82ebf10f88b23761175 │ │ │ ├── 4bf1ea1bd4467c21872f5d5e6adef203 │ │ │ └── 4bfc178df9df492e898fa86a38496b1a │ │ ├── 4c │ │ │ ├── 4c0558a30b24644703fc79e0aed680c3 │ │ │ ├── 4c118f31ff4753cc5c0cd8541933df80 │ │ │ ├── 4c9b69fbe4ff9def4fe1a0b233db79af │ │ │ ├── 4cec2bbe259314e3be93c128429aa8b6 │ │ │ ├── 4cf4c662d70e428907a1a2ab896f02c4 │ │ │ ├── 4cf8a2fc1e9b944329e9b5891be2126a │ │ │ ├── 4cfb45e102eec3c378d1aaff59bf547b │ │ │ └── 4cfd7664fae23aa1796107c2b5382535 │ │ ├── 4d │ │ │ ├── 4d00014af9afca350de6a6f91bbc642d │ │ │ ├── 4d310e5657b0a4d0732ed9ee6cb64347 │ │ │ ├── 4d4d6e1923fd196a326d785141771af9 │ │ │ ├── 4d671788b38ab46a77020e06a09b44ae │ │ │ ├── 4d77872f05711b05a7819cccef24e001 │ │ │ ├── 4d88aef3bb90a3854a1677f1713d6284 │ │ │ ├── 4da4ac8a0856c20e324c5f2bba08a459 │ │ │ ├── 4daf326ec4ede7cfda4adca75661fae1 │ │ │ ├── 4dd7b61708b01a15ff95cb888a88d4cf │ │ │ ├── 4decfbbf478aef614cc6df32a8361e83 │ │ │ └── 4df83f06c1f357b886f238b9152e4989 │ │ ├── 4e │ │ │ ├── 4e07a557dbf3b2d1dfc460e7a62af86a │ │ │ ├── 4e099454616a9a5551d2f356732027dc │ │ │ ├── 4e2d6b66dd5511878cf8174d4f9ab59f │ │ │ ├── 4e3b11bf7e92c03ef3cd49d0318ebef7 │ │ │ ├── 4e3bfcb555fc942d822b76e9e0fea5e7 │ │ │ ├── 4e4c678e724e99ff36bc77b7941d5bce │ │ │ ├── 4e7bb931dcd8d6c5f865d210674b0c7a │ │ │ ├── 4e85c1c2cb5f1c450afc31007af00c6e │ │ │ ├── 4eac28954305bd32243e86e26ad41ffc │ │ │ ├── 4ead167d954062d9a7f5f585d351a35d │ │ │ └── 4ed55df8ddc09e4545421d958cdd3cf2 │ │ ├── 4f │ │ │ ├── 4f15bb9cf5870c4e795a84b7b19ce5ae │ │ │ ├── 4f2f171817cc7dff3f3bd2216facaa03 │ │ │ ├── 4f4b22f2574e72896ee511482eebd9ad │ │ │ ├── 4f638740e8620d29c6a6f2361dca1e01 │ │ │ ├── 4f7af4205228e0446039ff1ed20493c7 │ │ │ ├── 4f7b21051f8c890237ad6fe1c30eb084 │ │ │ ├── 4f974ad97127ba08f208cf9b0c20c3e6 │ │ │ ├── 4fc6d11100ffa122ab3d908d541d707d │ │ │ └── 4ffaf9480e6df5d5997da88df0b374de │ │ ├── 5a │ │ │ ├── 5a01dce2b6adcf5511ee3d9ec1b43ac8 │ │ │ ├── 5a027aa0ed1d050c484e6a3a65cc756c │ │ │ ├── 5a214ddfd1240b338612ac2415704654 │ │ │ ├── 5a387ac6de833dc58efbb2018dc28a65 │ │ │ ├── 5a4bd2e817130f06c0964f64da1c5121 │ │ │ ├── 5a7e7ea5e0e56e1c59576c40dbc6cfd2 │ │ │ ├── 5a8eb654da1274e1ec6ec389c7c31cc2 │ │ │ ├── 5a92f82dc4dca11104b1d4a32386d894 │ │ │ ├── 5a9617d87a0a5b67bfef11f3802b6e3f │ │ │ ├── 5aa3b5d6783a68543cc968809c1d1784 │ │ │ └── 5ae6d9cc115c2cef77171cfa1073ced6 │ │ ├── 5b │ │ │ ├── 5b2a42a98eee3dfa0715a916cc994e5d │ │ │ ├── 5b2ca2d397a1366a68e52e02d61d3500 │ │ │ ├── 5b6bdc65fcaa953519573faf0e1fbf75 │ │ │ ├── 5b7cebcb41a273e35b52e33a5041136e │ │ │ ├── 5b9ca160177f14a9b7964e267c256d84 │ │ │ ├── 5bd983b313df0c21aa121b1a06afa8fc │ │ │ ├── 5be6bdb59d29504dd80089b17df6eeae │ │ │ └── 5becc9d8d41251af443b3dc19babcad0 │ │ ├── 5c │ │ │ ├── 5c15b2e5fdbaa89a760d25468f0c0643 │ │ │ ├── 5c181c531a6315ef7cd4f13c1701cbfb │ │ │ ├── 5c371d98ab436f79917342d2cb8cf9ef │ │ │ ├── 5c53c19c34396d232385bb230bf16217 │ │ │ ├── 5c55ab421345c1a414641cfcb7db125f │ │ │ ├── 5c9b4ccef628f7221a17a536f8b7ce4f │ │ │ ├── 5c9d9886e9c7057c3d3dd9f671d327b2 │ │ │ ├── 5cbc68591a89f6792b14a9ff08cce95a │ │ │ └── 5ce2bbe165165209292b32b6a5304ec2 │ │ ├── 5d │ │ │ ├── 5d6e8955ce340281c55611246077c4e2 │ │ │ ├── 5d72bc00595f1555d2dbf40b12a487f1 │ │ │ ├── 5d76485ea979f23aa7f0a86f88fb2441 │ │ │ ├── 5dba53c58a4879f40fbec5e5fb547a24 │ │ │ ├── 5dbdfbe151db7ee33755f616b40ec8a1 │ │ │ └── 5ded9dbb4d360c4248bbc8f711dafcb6 │ │ ├── 5e │ │ │ ├── 5e1705672d831a06dbcef3302372949b │ │ │ ├── 5e2a50524e0a1b40f62df5d8d9844ee2 │ │ │ └── 5e8402265f2f143435005b1642f62f36 │ │ ├── 5f │ │ │ ├── 5f224c64dbb4a1eb574505e49c0e9392 │ │ │ ├── 5f527cb392b192017102fe2c8888e968 │ │ │ ├── 5f71b8ea7bffb2fb67aa8a010775d3c4 │ │ │ └── 5fc75e10c015e71b0171512016b0ed5c │ │ ├── 6a │ │ │ ├── 6a519d4e07b153d7053da09ed9a85ce0 │ │ │ ├── 6a6707825fa710ab5335d3de407d5ee5 │ │ │ ├── 6ad484944e2c3af113548aa95c0dba49 │ │ │ └── 6adfe345746b222abed85f8fbd8eeae1 │ │ ├── 6b │ │ │ ├── 6b07d906b3c433611d002089e59e4867 │ │ │ ├── 6b7c143bdced29ce56c27140fab1168a │ │ │ ├── 6bab01b3d3892fb5581dbe5393e29a1d │ │ │ ├── 6bb60494734907681cd380a1ff0bbc08 │ │ │ ├── 6bc44622d5c35825f15d1d9013b68094 │ │ │ ├── 6bd0f75d4af6619ef64c158b90241fdd │ │ │ ├── 6bd8926fd716cf911d07ed04178ea38e │ │ │ └── 6bda8f05b53fd95696df53dfd22bdff7 │ │ ├── 6c │ │ │ ├── 6c019aec80fffffddff944ce62d33d7e │ │ │ ├── 6c27d2bb8ae443f99996157df48b8385 │ │ │ ├── 6c297865cd85a44bd41bde34429744fd │ │ │ ├── 6c3c01098b3f6bfae6786e7ff1f76560 │ │ │ ├── 6c4956e3b183eb04caa2945342653e59 │ │ │ ├── 6c5e3c7a7458957d369694443111221c │ │ │ ├── 6c8510e02c588b33d905b3857ecdaf75 │ │ │ ├── 6cb966010aa52a3d716b892e2a7d664a │ │ │ └── 6cc46b040f29944159a4d30a1e08d7a3 │ │ ├── 6d │ │ │ ├── 6d33fa5343f29343017b5ffa8cf602eb │ │ │ ├── 6d6375976660e515062b1dc43425c83f │ │ │ ├── 6da71a8342cd9e9cdae41d8411cace99 │ │ │ ├── 6dc7635bc3aefad10be487f39c1994b2 │ │ │ ├── 6dd9083ff7b69432418ba07b8109e01b │ │ │ ├── 6de8f0cb5d832776225b890e10921d72 │ │ │ └── 6df99d11c4eb6378555ce17d84e33e08 │ │ ├── 6e │ │ │ ├── 6e093427253ea73695e3200772743ad2 │ │ │ ├── 6e2123cf262c0571822480530ea5082e │ │ │ ├── 6e28b5c36f2ea7bc96d09867ac162e65 │ │ │ ├── 6e7d2d418ebf7f602737073aa2fc00f0 │ │ │ ├── 6e8642218997d1b2038f7623f2dcd467 │ │ │ └── 6ef03232f9874f7c762c4d2b7f6c9111 │ │ ├── 6f │ │ │ ├── 6f2397eda4c6db3eed34d30f3bfacef5 │ │ │ ├── 6f428d6b1ccee8fafeace25a7bb4ecfb │ │ │ ├── 6f44f90025e58566d4ef734ba150c8b9 │ │ │ └── 6f5c3e5f4e23c4360a7d75c7ae7ca6ad │ │ ├── 7a │ │ │ ├── 7a0446e0bc8820588926d675c4582328 │ │ │ ├── 7a56a1c8b8f5da6e05ff8e5510bb8f99 │ │ │ ├── 7a880e3dc2f3e3f91865e26f2904cf6f │ │ │ ├── 7a9113de3837e091f63ae9e27cfc51e9 │ │ │ └── 7af878212180351c91b71190ca49356a │ │ ├── 7b │ │ │ ├── 7b4cf1f464bda1b53463357636ce7a3d │ │ │ ├── 7b592232e646fd38371f5dd37cd44ccb │ │ │ ├── 7b5c3790fc827032c3929fdca10afbcc │ │ │ ├── 7b81f53a1b534bf06939f60658587e20 │ │ │ ├── 7b88e9bdfa8e90ee8dc7479ed4730562 │ │ │ ├── 7b8a5b16cc849195eb552e6dce5ac6b1 │ │ │ ├── 7b8efb9f6b960a4bb6fbc3f611ddb47d │ │ │ ├── 7b9b57cfab44440f05254e80f519a7a5 │ │ │ ├── 7b9f026977b1b22eabcef392a676fb6e │ │ │ ├── 7bac497e2d0af1b628b75b5ba47a3654 │ │ │ ├── 7bc0e3313b57b76ee42ffff74b141d0b │ │ │ ├── 7bc10925e7642e0a9c8ef7b81d1eb315 │ │ │ └── 7bf50fa3d0225447912dc656fbd65ebd │ │ ├── 7c │ │ │ ├── 7c41aec5b38ec515872459944f945002 │ │ │ ├── 7c441a8e05ac169fe7cd80cb6163e097 │ │ │ ├── 7c5167c56c23b2ffc52baa4a04330744 │ │ │ ├── 7ca1de6e4d7a0b290b0016f10558f779 │ │ │ ├── 7ca9bd8f27dc38eb97f589decf9c28d4 │ │ │ ├── 7cba9158349feee533c8ad154ffc41bf │ │ │ └── 7cbd53530e491e79a1bb913a5d5180ad │ │ ├── 7d │ │ │ ├── 7d11e6e000d08115bf3fe3b687b27332 │ │ │ ├── 7d38b31d3baa038b159410b741dbcb48 │ │ │ ├── 7d390f0669052a024ab4bde9dddd9c84 │ │ │ ├── 7d512db2575fcaee247ed0dd240002a4 │ │ │ ├── 7d6861137691923c707970b99fc412ab │ │ │ ├── 7d8300328b3145dbb1b8ebc876ac3dba │ │ │ ├── 7dbc675df2bccea8494571cb1ec72ccf │ │ │ ├── 7dc40c6ff7cd03b10e17a4cbc1267785 │ │ │ ├── 7dcb612ca8a63bbb3a835ff6eaf30147 │ │ │ ├── 7de5eb7ffd9a14126f2cabed6b699b20 │ │ │ └── 7deb35946641786585ac335429c622c2 │ │ ├── 7e │ │ │ ├── 7e5d5b8fd05ede1f716fc270ee08184d │ │ │ ├── 7e85c346923d4948718773685255d833 │ │ │ ├── 7e8b279aebaa93b1137bf04e502dd695 │ │ │ ├── 7e8b4b5e398ebafccb67233c2b01468e │ │ │ ├── 7e988b668207769ba72b4e0cf44a6013 │ │ │ ├── 7ee7c7b988a9d89bc9ac4bb351918368 │ │ │ └── 7eff70e083a0c3078a62ac654752b2ab │ │ ├── 7f │ │ │ ├── 7f019389dfb2f146219c1fe639a87ccf │ │ │ ├── 7f1fdb688aaf241be549badc212a04bf │ │ │ ├── 7f7826c38e9ac2e814e41766cf73786e │ │ │ ├── 7f994f4ca7f2d45941da1488e3a26a74 │ │ │ ├── 7fabfa844740a93a088d568d3bbee4e3 │ │ │ ├── 7fc69128cedddadb2b748eadfef46ca3 │ │ │ ├── 7fcb0070001932f47c35562823a5cf97 │ │ │ └── 7ff9d6f94a4f559056a338caa3f5c85f │ │ ├── 8a │ │ │ ├── 8a2cafd95e52d6296df9f7e568494b02 │ │ │ ├── 8a8542e684546f0e6e79eea3c6b7624a │ │ │ ├── 8aa39d2662ebb5310cff488b30d011e3 │ │ │ ├── 8ab01a13f2d2664f2d516b091ff389fa │ │ │ ├── 8af5375cca04912f06b57a4dc3c3adbc │ │ │ └── 8afd95af4e3657d6e6fc64e98ea3a82e │ │ ├── 8b │ │ │ ├── 8b369951ace88bc005a54f51709e7c14 │ │ │ ├── 8b4675a9ca42a5822f66a3108755e358 │ │ │ ├── 8bb1f57afdaff661d83818b1f23d49f8 │ │ │ ├── 8bd65db057234d7270374af31bd7984b │ │ │ ├── 8bddcbbd07a60f9736b3a7c257f6920b │ │ │ └── 8be65bba5b6fb1b7479a650ad657324d │ │ ├── 8c │ │ │ ├── 8c28414a72efdc3e54c20050642a3bfa │ │ │ ├── 8c343c6d5ea5f0cdab1e70010757b9f5 │ │ │ ├── 8c4078a4119ea0add732db19066644d1 │ │ │ ├── 8c95d04b661cd07fe52338d401ead13c │ │ │ └── 8cfd20272b8644bdcb775fb4c7842ad9 │ │ ├── 8d │ │ │ ├── 8d5b72dd86475b50fdf4841e5942533e │ │ │ ├── 8d6876b81c67567e32737464efe3e502 │ │ │ ├── 8da2f48416a04dc91f7705ddd9c235a0 │ │ │ ├── 8dbcfa199d02f0ac350fabc45dbcc071 │ │ │ ├── 8de15c9c83cfd8b322d0664e2ee56a1a │ │ │ └── 8df9ae3ef248ee1084275c74038d4d0d │ │ ├── 8e │ │ │ ├── 8e0ddacfcd69e23486c088773963998f │ │ │ ├── 8e1a0692ac1fc92aa40920d3a800d6be │ │ │ ├── 8e1e18c0984f067374ab1e8f17ebfbe0 │ │ │ ├── 8e39c4c9972e4e1ca3d93a43f4946b47 │ │ │ ├── 8e4173a5dbc0d4037d0e96a6c13e7c62 │ │ │ ├── 8e91f81dada14a110e21fcf9ea6c4aab │ │ │ ├── 8eae8b68004fcfdc16a397a088364703 │ │ │ └── 8eda9632562c7f98332aaa05fbe01791 │ │ ├── 8f │ │ │ ├── 8f0f9aa4caf8a9f70a0d12f259887b8b │ │ │ ├── 8f5f1d8d9c3146cd87ef84874ddfefe3 │ │ │ └── 8fedda2e355196ccb12b09dc03362041 │ │ ├── 9a │ │ │ ├── 9a29117b07525ffe9138a4c746ef17b4 │ │ │ ├── 9a3bbe48bb1ea4d387e4d69ae7aa50be │ │ │ ├── 9a837b53c6901eac3c9dce469737d2b1 │ │ │ ├── 9a93bd0cef7153edddc7d1d8141317f9 │ │ │ ├── 9a947bb85b345b2d02f5a92dfa6259b5 │ │ │ ├── 9ab246fd296e299d8741800270659545 │ │ │ ├── 9ac214206eefdf6e3656a5b6ee894045 │ │ │ ├── 9ae90d57181206c47676aa073086b0c1 │ │ │ └── 9aef87c5af9a2e7c43953a85c7a3f2c7 │ │ ├── 9b │ │ │ ├── 9b1888a6216739ae706f02dbdadbc677 │ │ │ ├── 9b334371fa177e25638d7482d8adf2b0 │ │ │ ├── 9b54e630f36811266c907fd837b8f762 │ │ │ ├── 9b60236c4c7ca982683ecd097a5b4b4f │ │ │ ├── 9b8e9d53162ad77b6185d156d925feb4 │ │ │ ├── 9bacb32a7e0d288baa6db83dbecc31b7 │ │ │ └── 9bad3e5f47bb1a271e3979132aaf54c5 │ │ ├── 9c │ │ │ ├── 9c282465e4bb9daa51b233e647b82d51 │ │ │ ├── 9c5eb2cbbb647c986444310bef66a8a8 │ │ │ ├── 9c87dfa1e63ae9ab7ae97cd2ef491656 │ │ │ ├── 9c932440a10ea7707bb47fcfc4b9cfa3 │ │ │ ├── 9c98e7cebcfcde25f7043bfaecbadb05 │ │ │ ├── 9cafe231a928ee0915318aad36fe2738 │ │ │ ├── 9cc4b6193ce8518484ee9abbedf779f1 │ │ │ └── 9ce9edc2bcaed76d159d1ace8fac85d8 │ │ ├── 9d │ │ │ ├── 9d0afcea9cd2dcea7eb8bfa6dbd06a23 │ │ │ ├── 9d1b309b0e3d707e13d7a841088a70cf │ │ │ ├── 9d3919a92497693111184fdd64788823 │ │ │ ├── 9d39d7c6f1d1dafbff632f99cf36c21c │ │ │ ├── 9db0441b96bb7e545b68f92868474a04 │ │ │ ├── 9db85ee0362cd7ff5c98ac298eaca74c │ │ │ └── 9dd44810d526da67695e5411b4b2a467 │ │ ├── 9e │ │ │ ├── 9e401c7228a64e2170b72d7a19317d5c │ │ │ ├── 9e5451e5de338b0f90092f156baac2ad │ │ │ ├── 9e6834ab079eaad3ca347f37366cfcf5 │ │ │ ├── 9ead04606b27e0dc97285b97f57f741f │ │ │ └── 9ec3a415b01dd6f793d5d9c57b6065db │ │ ├── 9f │ │ │ ├── 9f015e578471ea38d55980543937cd69 │ │ │ ├── 9f3de2355b37a2747fb854064cd77c87 │ │ │ ├── 9f46781c8a97fd7d6f784b85402af710 │ │ │ ├── 9f58c630a6bb65b2e4f2b1de9100762e │ │ │ ├── 9fadc6aca1f3f8fd67ddbf16e1a81926 │ │ │ └── 9fc0106e961551525cfc918cf8add96c │ │ ├── a0 │ │ │ ├── a014c2cc0ed27d7e8de9599e46371c82 │ │ │ ├── a022da2b35c57c60be1902dc928c5b03 │ │ │ ├── a045aceb819b41d3a95ca8841e7be6fa │ │ │ ├── a0747b8916f94aff3005e325b0018ae1 │ │ │ ├── a0a163f6f2ed6615dc8bd72404cf5936 │ │ │ ├── a0affc4ae299cb4480e5ee8fb17cd9de │ │ │ └── a0ea0a498f125159fe2c0a8ead0e28bd │ │ ├── a1 │ │ │ ├── a10393484b47cc4f27477772ee41b650 │ │ │ ├── a10878d6912b731feb0ad8646e580f32 │ │ │ ├── a112185435cc293bbcdca92851404a60 │ │ │ ├── a142b69afe4da608345b904e42a95315 │ │ │ ├── a144816b3f923880d553bab1ba253da7 │ │ │ ├── a1460221584bedfacbcbda0777cc4a54 │ │ │ ├── a15c69ae6fdc1da5b6fdfd48071ee4e4 │ │ │ ├── a1b5bb82970e1e694f0f87637405e29d │ │ │ └── a1f4e40fef42973c40ebc5dee71c2bc8 │ │ ├── a2 │ │ │ ├── a202e1f40a965e05847ac0b8c7702c31 │ │ │ ├── a2056d0746980c368b6374d06cf1712b │ │ │ ├── a23347541f76a9761ad3834e7520e2d6 │ │ │ ├── a259539399013f649e085e05a82c0bc9 │ │ │ ├── a26206ab56e5abcbfe5c701c5e0c879f │ │ │ ├── a28170d700c03b90fda0f6439a67200e │ │ │ ├── a2cbdea749013c09ec917b3ae33ecfb8 │ │ │ ├── a2d24c1cc133686768c201dac807aae7 │ │ │ └── a2fa67e5e28c383fc576ebe7f361ae77 │ │ ├── a3 │ │ │ ├── a37981c8bc1f25fd0ec7269b59c0b8c2 │ │ │ ├── a37c9d544197a3ac90c9045654edc229 │ │ │ ├── a3b5171b66071bcead272af8c21f1cc8 │ │ │ └── a3c74d43ff9675659963e3656236dd29 │ │ ├── a4 │ │ │ ├── a40061fbaeb34a35a7de0c1952949b8c │ │ │ ├── a41a361789d46d952af96dc33774aab4 │ │ │ ├── a4655119509cfaa78b2f5f85c09da18b │ │ │ ├── a4782cdaac82c5e32e879fe82a4db5de │ │ │ ├── a485f1c7738faca0d5ab744900099676 │ │ │ ├── a48daef72886bfbf9292428b5ede5233 │ │ │ ├── a4e9abef658dd8169cecdbfdb8a3f669 │ │ │ └── a4ea0a4db18cce4e4ac9b75d35f0b043 │ │ ├── a5 │ │ │ ├── a52073695e2c68dcd924f1268a787527 │ │ │ ├── a54841ddf12e682a35edb11cd240d028 │ │ │ ├── a5486111f90eb09b5644cd8629810b66 │ │ │ ├── a5d6071863d9a795426cd6ce545707cf │ │ │ └── a5d889f03ceec7490bf862a49cef8900 │ │ ├── a6 │ │ │ ├── a610c380a461257dbb1993fc66345687 │ │ │ ├── a6262a2cd9a06b3bfd1bcd1061345675 │ │ │ ├── a62b5492fad214a67e867d007de5d44d │ │ │ ├── a647003d4aed8e2cfa5069a5917e1b31 │ │ │ ├── a650dfd4c132afe7df6097137c01073e │ │ │ ├── a65b9e62bdc4a0246aa519401dbb023b │ │ │ ├── a67c039f3979290ef41d5389e95090bb │ │ │ └── a69fc5d9fbf1c638d964489a9e8926d4 │ │ ├── a7 │ │ │ ├── a70c4fd905c7763d3d30407ef2f0a4b8 │ │ │ ├── a72ac85222df702f8dd1f5d378b01977 │ │ │ ├── a73078f73f47c3d7155334f1ca6a0905 │ │ │ ├── a73f3c814af912328cd5c1512f7633b9 │ │ │ ├── a760667e2fde3b745bab6558cbf18ad9 │ │ │ ├── a760a401628ba3a67ba182193289e6eb │ │ │ └── a798e1b81afcacd85a0930c0c8d87c36 │ │ ├── a8 │ │ │ ├── a82b2ca5bd236f99472fb2d52b8a9af0 │ │ │ ├── a82c5c3edb0f1d23b9a022eea5eb814c │ │ │ ├── a831bfeec7ce7a9376c366f2faffd435 │ │ │ ├── a8d50a13bc46af7b34fff0a694c0431d │ │ │ ├── a8de982cabfdda899c3f61206017e66a │ │ │ └── a8f9912bee8787ca94c808449b5414b5 │ │ ├── a9 │ │ │ ├── a946a636e36565a4c869335aaf966f71 │ │ │ ├── a960c1f98c59632ca00674b5c59f1b0a │ │ │ ├── a9ab19b96ebce9413def1054199b8ba0 │ │ │ └── a9b7c06f9629dd8e1937d04091a9e302 │ │ ├── aa │ │ │ ├── aa17b04635a06a79609b8535aff15247 │ │ │ ├── aa45dd176379ce321bf4dcdd297176b4 │ │ │ ├── aa7698340b01832101a7be1c4da21e7b │ │ │ ├── aa928ca877382759e29a5d8df90dc14d │ │ │ ├── aaa4ef57b3d44b43c1dbac7ccbd79aaf │ │ │ └── aad902ccbd52d02664ce0879cad61a5e │ │ ├── ab │ │ │ ├── ab33958e971d195d3b98755ad13d65d1 │ │ │ ├── aba90819c474178e4e1e489c8658e26a │ │ │ ├── abb9c067a35a41582e5a804fc14df593 │ │ │ ├── abe3c054bc27d44ccbc73312a3210ec0 │ │ │ ├── abed03b9cdebffb0a643028dd90cd0c6 │ │ │ ├── abf3356bda96a4aeeb1babc90810517d │ │ │ ├── abfa09c0968189636605335b6d07b591 │ │ │ └── abfb115d68a6d5ddff76b6d948fc0010 │ │ ├── ac │ │ │ ├── ac1340c8a123f5d30b98fc14c3ba0a2d │ │ │ ├── ac17875cd064b13781f9bcb188155302 │ │ │ ├── ac215611ff349224da0c1ff54c685e46 │ │ │ ├── ac42b34037cd64000b60406d3ab90a01 │ │ │ ├── ac4a12ec4dd55d82140652b25dd67711 │ │ │ ├── ac59e6b1e8b5cf7261adc1bb7e4b0855 │ │ │ ├── ac6594c76cafcfa29052f26a5eef1602 │ │ │ ├── ac8c38ac64731e11aaea838e0a6526d1 │ │ │ ├── ac92dd7994c6b324f77a74300902e124 │ │ │ ├── aca1c22e5b91e747ace40d3deff6e86b │ │ │ ├── acd2ff3e4ee7d9517dec3c5cb9b8a785 │ │ │ └── acdd82d536b56c67d39a4d3883a1a578 │ │ ├── ad │ │ │ ├── ad13a5e794b15963b17efcab4c08bd29 │ │ │ ├── ad4f404a0b85eda4baaf95b12f47e107 │ │ │ ├── ad79373e387b4740516377faf17ed4cf │ │ │ ├── ad9e43d52dfee5dd89574162bd743956 │ │ │ ├── adacbf21186dcef7a53a32a9bb548ea0 │ │ │ ├── add3a8743fce5246009ed19058e2c28d │ │ │ ├── add4fc34cb69a2a4ff969cc96d3449c4 │ │ │ ├── ade6c7fcf7322aec93ea6619b000da84 │ │ │ └── adf071e8b1dbe1f6a9dd96641432dfb5 │ │ ├── ae │ │ │ ├── ae4d0582cff4200a0a37265eef0eba62 │ │ │ ├── ae7354b94d1c9e2e7f3462e33b2fbc53 │ │ │ ├── ae8084b5b99487b97da83a4279e7af43 │ │ │ ├── ae9769d070c9ce2c213c0d63cc87f69c │ │ │ ├── aebcacde261f0f15b948481501fe974d │ │ │ └── aed93c20bcc9895ad2e279a0ed5f2a30 │ │ ├── af │ │ │ ├── af3cf56b1401e5153eb12f2e5c4e2dd6 │ │ │ ├── af401602beb7ab64409610ee41803ad5 │ │ │ ├── af60ef07c5828f1b9983fb792c29c9fa │ │ │ ├── af6be3ac0da4fd916085693f593b3a27 │ │ │ └── afcac2eb29414965ff3b1d2f1ea698fe │ │ ├── b0 │ │ │ ├── b004e72d476e0941a82b427c8b713f53 │ │ │ ├── b006cb9fc9488f89d484981d44302309 │ │ │ ├── b007f6d4370d0b07eefe54962caa09bb │ │ │ ├── b01b984f20d165f7006b827194f5fd67 │ │ │ ├── b01f4a52aede0e688a8518db334b62b8 │ │ │ ├── b0563b988a35c80d2327c6880f9fba21 │ │ │ ├── b07eaa84702c9adeae32b5a44c146fc3 │ │ │ └── b08f8e7ef6a5f7c70300e97a62decec7 │ │ ├── b1 │ │ │ ├── b12fb71fd03863008221b4ccb4b7706b │ │ │ ├── b13679393b86c21100935b5b801dc641 │ │ │ ├── b16b53c2dd6e9409ab7b018e5506ff37 │ │ │ ├── b193a62f970644677398823e5beb3491 │ │ │ ├── b1d0a3888c056d664efed30d4e3dce09 │ │ │ ├── b1d4ea28921730541e38eddf1f8c77ef │ │ │ └── b1e40aec90ec7de0edd94956fc9825c1 │ │ ├── b2 │ │ │ ├── b2089fe38a4cf1a7031bf648f4244b05 │ │ │ ├── b23ef74651678b96ac4f0057c66bc881 │ │ │ ├── b277374ebcb4b7e17ec9b6d5485bdd28 │ │ │ ├── b296af15393926c906a1fd4b28fdb41e │ │ │ ├── b2b1bef809d8414fd4d04818b504856a │ │ │ ├── b2b1f51bf5784b4f43c466420460334c │ │ │ ├── b2ca8dbde8ab33bb51336e403e86a465 │ │ │ ├── b2e7f9b796f6c8d9b723a3a0a2f97325 │ │ │ └── b2f25ac63e38b40973e95aa2525e3831 │ │ ├── b3 │ │ │ ├── b302fbe4b6bfbc58b543de6517713c2a │ │ │ ├── b321c99d717e802cac8e479df5fc5571 │ │ │ ├── b324b5ff0a9156a388487d5e880ddb3b │ │ │ ├── b33f9bf618b1b8a24b1b1ca5e5a26769 │ │ │ ├── b34f938dd8757b6cb70b9d60a6a9bff8 │ │ │ ├── b3619a37cb801198fa5b18f5e14405ca │ │ │ ├── b36fe6b63324c1bb8858c869bf43ae2c │ │ │ ├── b3790d47add79aafa8b121d83eed88cc │ │ │ ├── b37e0153fbd2e2e78b6cf1ed91e347e7 │ │ │ ├── b3e00d184153b9c3722ad7ea44124a4a │ │ │ ├── b3ec675a23205686bb766df8aedcd5d7 │ │ │ ├── b3f72d9e7d1bcf825d87c7e011f458e9 │ │ │ └── b3fd4385c8f8528d8d6c7382ba90a3a7 │ │ ├── b4 │ │ │ ├── b42f20a5d383ca046c0c5e619b3d1d0b │ │ │ ├── b440d392343f64cd7c00c4f3023a201a │ │ │ ├── b45c70bc5b554bdafb276a74b3672193 │ │ │ ├── b4740c363df3acb94233b6c88ba4af48 │ │ │ ├── b47485e128f3a879509951d4430d4564 │ │ │ ├── b47ca70271e95546d5b031346eed1c55 │ │ │ ├── b4a86f69478c3c686a685dc3adf4774d │ │ │ ├── b4d4c8f29268fa8b6267baa27dfc343b │ │ │ └── b4e4295c99a9e68aa13a04b4b16464f1 │ │ ├── b5 │ │ │ ├── b524438d2241d6425bdcddd4f6ceea70 │ │ │ ├── b5464b5285d64297c2ed186d9ba77658 │ │ │ ├── b54a02530401714dfbbd5a493532915f │ │ │ ├── b54c51e2af3a0a2711cffec0eb9d29de │ │ │ ├── b58f002ee7febe6946a5ebb822364abe │ │ │ └── b5fe81eec51a1116c41a3ec8b244bf86 │ │ ├── b6 │ │ │ ├── b66fa685d1e653e100b24a4834bbce33 │ │ │ ├── b6bffcda6bf15ebb370e2961678df0cb │ │ │ └── b6dbcef2fd38e90d03f0bc10bb2ea69f │ │ ├── b7 │ │ │ ├── b7077cb32184d6346d0348425ec844e4 │ │ │ ├── b709176b9a2cf2be2b5b14147227de60 │ │ │ ├── b71316bd370e198cc397f4f8d1cea196 │ │ │ ├── b71b22d953bb7142598582777bbb0a41 │ │ │ ├── b72035cf78294e3c38b3612c67909c6e │ │ │ ├── b76b5b709aaf7954f08369e4f28e68f7 │ │ │ ├── b7a302d49f5143fe8a9c308cf62490a6 │ │ │ └── b7bf18f773a0e4bc08ef828e88ad7ad4 │ │ ├── b8 │ │ │ ├── b829626d1aaa3a7099066460141ebcc9 │ │ │ ├── b896788124faf6762692e67e43d20f72 │ │ │ ├── b8b9eb01f319562632008fee2afa5061 │ │ │ ├── b8baae33561b55dad6c32f0d007289fe │ │ │ └── b8c2bd052cb625931e57e45694074aeb │ │ ├── b9 │ │ │ ├── b90f574fe8b684c2ffa5f606a945e76c │ │ │ ├── b9217915616dbaff459ca5caf4724f41 │ │ │ ├── b9597e12c6d41d288d24515b229a870d │ │ │ ├── b9a7780fe238dbb211e598b9469e6f95 │ │ │ ├── b9bc398e29c140a4be6f51f98edd15b0 │ │ │ └── b9fbcfe53ca3aac311118716230a0a55 │ │ ├── ba │ │ │ ├── ba13d521cb7a4403728e92f1d03b9625 │ │ │ ├── ba37915d60dc7d47fb4fc23a59bd7ca1 │ │ │ ├── ba3a57d8977d3ada86164adc875cb977 │ │ │ ├── ba756980cd9e9cf5de36e9bd095dd584 │ │ │ ├── baa83f459701c04613c8cf19797ada71 │ │ │ ├── bab173c5af52d0052cfdf20b3db54d1f │ │ │ ├── bace711ad4e3d968cd7e2068624e951d │ │ │ ├── baeb214f94afcc8a006afeba9cfd016a │ │ │ └── baf1872580b632c0f01679e88692acf6 │ │ ├── bb │ │ │ ├── bb29618cec408b48504e969aa22996f6 │ │ │ ├── bb60cbe437be7dfacb7a8f3a3e0fc7a1 │ │ │ ├── bb69205f30e7fb0b1185d83495f1c9d1 │ │ │ ├── bb6b9d9fe9a83a9342f8be6e08e8ce1f │ │ │ ├── bb891a670972ab1eb648e30d96603f76 │ │ │ └── bbe744a30c3e7991a5c021fff6a39c84 │ │ ├── bc │ │ │ ├── bc2e8dc70470dfdfa6b128ce6c09f7e0 │ │ │ ├── bc49f5a9917705cdd03dfcfaa4996947 │ │ │ ├── bc88d0452d7c2b7133a9dbe47976900d │ │ │ ├── bcacb9ae99a162c2e12eeb81227468d8 │ │ │ ├── bcb27a16ba9e2135f351ba6e447a0c70 │ │ │ ├── bcc2040f6e86aac58d7aa2b55d9bb68c │ │ │ ├── bcd1bb3c6a3cb7c403768fb151d97329 │ │ │ ├── bce14613bc464c96bbeccc6df3cf4a02 │ │ │ ├── bceb301285f48326df3dcab7019e4a4f │ │ │ └── bceba6c1e8246c1eb87d1db68bf7157a │ │ ├── bd │ │ │ ├── bd1c7853ed70c269265f082ae7565c57 │ │ │ ├── bd5f03a7507c750ba1d7cf8616400ec9 │ │ │ ├── bd5f5801ae36d2e5a9b51f3590885bc5 │ │ │ ├── bd88bf60307dac68cb5aa1e6d3529ad4 │ │ │ └── bdb2db2f76b32af77796647519bb3e64 │ │ ├── be │ │ │ ├── be1324cacdbc21f2cac3eef30da94445 │ │ │ ├── be1a4ee2868612559867cdeb6a67faa7 │ │ │ ├── be35bbc7f0778e5ced65560e251a6fc1 │ │ │ ├── be5a95ed9ae0ff28fef55726bc62c441 │ │ │ ├── be5a97fcaebe75bc72c1e053393a1d0a │ │ │ ├── be5bcb119a9eb51de87fb6b0d269ff9a │ │ │ ├── be61e889fe5cbeb31e7b502a89165a56 │ │ │ ├── be7cf1088e523327518f6ea2983b16b4 │ │ │ ├── be97034b760680a39d13f61718d83ae2 │ │ │ ├── bea2769dbe1a7f463d16bc61463ae251 │ │ │ ├── bee6711ba16984c97916d2b324e1c030 │ │ │ └── befe408738d371c383bb3997ad6424f9 │ │ ├── bf │ │ │ ├── bf271e8834b4eb531d66006f7b8e2dc3 │ │ │ ├── bf375668211f52beea2a78cc4eea71d4 │ │ │ ├── bfa3d627172efbfc7e19eaa7074d5ece │ │ │ └── bfe119fb89a8b3f5f6aa94fa979fa6f8 │ │ ├── c0 │ │ │ ├── c0761616f7efec4a574b131e10bfb0c9 │ │ │ ├── c07827a8ba318550bd6a9f09d1f8f1e6 │ │ │ ├── c08ec5d12d086f0b8a48292030386a87 │ │ │ ├── c0a85d6ee1cb01e42e6a40352b4ecbd7 │ │ │ ├── c0b409eb986fc78f3272c571ed6f8c41 │ │ │ ├── c0c265af71b21e47216589368be0ee2f │ │ │ ├── c0c4fe32168bf6af52f946399cb1a98c │ │ │ ├── c0cf78e26f6f12409e33186434cdc6ba │ │ │ ├── c0cffed4080839e5a149d1c5042b8479 │ │ │ ├── c0edb33b235ba6fb3561bab6a15b3c2a │ │ │ └── c0f327a13680da86fa818adfbda42b32 │ │ ├── c1 │ │ │ ├── c104049ba16608fb53eef53fedfcef77 │ │ │ ├── c12bc41543930001d345786d0d3cc22c │ │ │ ├── c154c4fdf19744db9bdcd909b661144e │ │ │ ├── c1dbcf2c7bace170289cf39d2dc3ce99 │ │ │ ├── c1e269d1653878b1f9d71da0935d71ad │ │ │ └── c1feaa00c33d501164172e4546fa12b3 │ │ ├── c2 │ │ │ ├── c21d30005a2aa1a6ab6966a7062a5bc3 │ │ │ ├── c230aec996643713db2271a0eea67ecd │ │ │ ├── c2318a4528e9e697d9208a2b054d7f25 │ │ │ ├── c261a004603a9abea3d42a863aa33589 │ │ │ ├── c27d8b0dcd6ec9f4b0f71cb777a95e60 │ │ │ ├── c2b373b8629b9b3bdfa51e5948e7d5a1 │ │ │ └── c2de8b4ee7fc3c5e21075b746e44cfaa │ │ ├── c3 │ │ │ ├── c306a9154ec7669cde9e6ad98136075d │ │ │ ├── c30c422944868ce9328e7df28aa81e36 │ │ │ ├── c32058afb12f45d608f548c15bf21b14 │ │ │ ├── c33fbb314dc9e89693868e6536740440 │ │ │ ├── c34b1f22ae41aee221fbe34b6f0fb0d2 │ │ │ ├── c36dca688b2e006b747064a41a627bb4 │ │ │ ├── c3c69425c4e2074726437a4048bb6c46 │ │ │ ├── c3d3d10fe535d85b02e14333baaf7587 │ │ │ ├── c3f03e20276154ca8cfd2b1b2f602600 │ │ │ ├── c3f04511cd87dc4e8b8fbc8147469e80 │ │ │ └── c3f96843fff3b2555129254f885938dd │ │ ├── c4 │ │ │ ├── c4343c61831712fdaf3e057bc3dcbe70 │ │ │ ├── c436ba3c403866b59308400d78cda46a │ │ │ ├── c438af8a574a66d8d5fc070d09e7d45d │ │ │ ├── c43b86eaece7852f170724cd888d109c │ │ │ ├── c453bbe6afc6ec14bc7c9fd640a5d7fe │ │ │ ├── c46673ac4a1af80ab17a823a1d94acee │ │ │ ├── c4711c77ed2d341005d9409d1ef17582 │ │ │ ├── c4adbdca61f8276a5bf07079e04c4574 │ │ │ ├── c4ce35ff442711f57640c3688d2c2c5a │ │ │ └── c4d20a6b3455be2aef9fb4d4ec5bc97e │ │ ├── c5 │ │ │ ├── c51420262d3e3dda1a4c920a4b7d89fc │ │ │ ├── c577b15b5009a28024cb5e527124c50e │ │ │ ├── c58e0c7b754a437d7ac8878b89943674 │ │ │ ├── c59514abcc20d7e4039773bd49140c0e │ │ │ ├── c5b9c2ed0d1a99872f570073a69ca73d │ │ │ ├── c5ba2986d336f6c95492ea1b5c86b28b │ │ │ ├── c5c38af58924daadfec429778b28fd44 │ │ │ ├── c5c544886af2b87ba39c5d98bb5ac63e │ │ │ └── c5cbef2ec546932f7e9df094a776c1ca │ │ ├── c6 │ │ │ ├── c625a3c72ef0ba1ce8a79c154e5ff952 │ │ │ ├── c639060385714b72ca15a576f575106b │ │ │ ├── c63d9ee8d5d41d82b50aa29822fb8ba3 │ │ │ ├── c6451b835edc3669ddb04a63b4fe2797 │ │ │ ├── c65d1d89110e8a26d9b8f15c8cdf8b96 │ │ │ ├── c66dbf339b35a8d85ee2bf1c7c5ce962 │ │ │ ├── c68039be3796979f993e83f2676bbdd6 │ │ │ ├── c681ac1f36cffe935dc8cd97f65255bf │ │ │ ├── c6a774c18cb1d29eb698c676cf3cd5e2 │ │ │ └── c6e99bdd9a8c8e588d5f0ebe73ccfc13 │ │ ├── c7 │ │ │ ├── c703632bd57802d7d3c9c18b6fe51397 │ │ │ ├── c704e50165f85c4f5baf3fb0229304ce │ │ │ ├── c712d7342d282035e36c6c4cc5ed299c │ │ │ ├── c76d08c9f0857ac6dcc90399328d3375 │ │ │ ├── c781b7cbe629330d222d163604011979 │ │ │ ├── c7d223ab01781125dd336fb15338dab0 │ │ │ ├── c7e518457ce539be9ecda42d9f2517b5 │ │ │ ├── c7e645d52b3f6f8784d56ebe739418e0 │ │ │ └── c7f3f53e0cf964e57ff3d5328c1348d7 │ │ ├── c8 │ │ │ ├── c826de2545740094d76e71e6481f03d1 │ │ │ ├── c8776eab10f46e4d51f8ed790e698b0c │ │ │ ├── c8e6fc81d5d2ef1c4e1435ba959a9495 │ │ │ └── c8e7668d18db7cce1c3969fa0b3af4b7 │ │ ├── c9 │ │ │ ├── c90af220d9a7372f715285d096872589 │ │ │ ├── c93a44c61b3b8e2382d16001c93aea3d │ │ │ ├── c94651f1df7af3d1b48cd76ba5bddd71 │ │ │ ├── c97b3903ce3bff68ffe9b5c9613594c6 │ │ │ ├── c9a73ea6f76ff3b12a53af4ae1d157be │ │ │ ├── c9defa0a95b3bf671be6a506961ce780 │ │ │ ├── c9e1b16974f7097e4ea3178d58bdc13a │ │ │ └── c9e6366ed11ea88b148d7993288dbbd2 │ │ ├── ca │ │ │ ├── ca2879ee7ed582b1a1ff91484790d69c │ │ │ ├── ca2b162ee9850302200ce3e967784b5b │ │ │ ├── ca501d165a29422963b315179e04fe04 │ │ │ ├── ca8f14bb5c740c5c93a83b4b1625158c │ │ │ ├── cab8f42d8d5c1d7ee31837808d915d47 │ │ │ ├── caba48c5ea15bf1746e08d34b0bc387f │ │ │ └── cabb6ea96131a6f5c0d4b18095688b41 │ │ ├── cb │ │ │ ├── cb2261fe02b205b22bef004218acd216 │ │ │ ├── cb5aed78f8254e7e49be2885af62d6fe │ │ │ ├── cba62bbcd0b71f7132b7f80600dffa15 │ │ │ └── cbc988d4970b1692ae59e8c0ef5a4115 │ │ ├── cc │ │ │ ├── cc183825f8db26f0c637a152e834f101 │ │ │ ├── cc3b244a5e4360e1917d03da9480bd24 │ │ │ ├── cc5834572f5f717999dcb868b4505c81 │ │ │ ├── cc6e44093ae894cf6ac842088e521329 │ │ │ ├── cc73fbddb2d871b3de82ad51f95be0ae │ │ │ ├── cc8cc9218307f69708c8e27f9f6990e4 │ │ │ ├── ccab8e13c0e23818d36b11537a81c47b │ │ │ ├── ccb2ea5535eb656522d856e19667df84 │ │ │ ├── ccd5f83bbc0a0c0e2d67864ad3c9bb6c │ │ │ └── ccdf88de7a01ceb3e4e0b9ec0a276db3 │ │ ├── cd │ │ │ ├── cd01ca935192e413452ac8b9861bc5ae │ │ │ ├── cd0eaabb33636e34e6c89e13910f3a3c │ │ │ ├── cd2e33ae75a2deb1d2eb00152e7f7abe │ │ │ ├── cd3b310afaa6a8419e6b132cd9a9016d │ │ │ ├── cd5f170390fe345b2d9b26af505b821e │ │ │ ├── cd6fcf53a536605a1e0996af3cd3b897 │ │ │ ├── cd6fe076f40a52897451e684173bb609 │ │ │ ├── cd72bcb3da9ddd56d142c6f45cb2aecc │ │ │ ├── cda01b840c93027e55908d8e083ef4eb │ │ │ ├── cdaa9fb913f44c1b34020d7fed998178 │ │ │ ├── cdad7db0fa4fd2bab6077ec06ad3a3f8 │ │ │ ├── cddab64e0b6a933b909cb6c95442f9a2 │ │ │ └── cdeaeab87938de32916688807cad837d │ │ ├── ce │ │ │ ├── ce0d8017bdcc9f8f448b8e5ec499308d │ │ │ ├── ce11678668bea2c7197e2412d73e0f4f │ │ │ ├── ce14ac7c3423f5057d7633878d552288 │ │ │ ├── ce3276d368542d2493bb8fb2c7edf0c5 │ │ │ ├── ce4723c18f33dcae7fe23f2fdea1d819 │ │ │ ├── ce725992ed9dea544d720582d3680408 │ │ │ ├── cea8323aa815e87f2745439386e3a778 │ │ │ ├── ceb340cd96a9e23a6a798d90780c867d │ │ │ ├── ced17447a2ec5f395dc74cfc40967eb2 │ │ │ └── cefdc36f9bfbb3a4b7db11ef9d85a8fe │ │ ├── cf │ │ │ ├── cf0f03b7fd95929adfa1625b60d4c7f7 │ │ │ ├── cf15da597ca0240a2515c5458bfff058 │ │ │ ├── cf62189f911040af6e32caea9738b36a │ │ │ ├── cf8e5173cb06fe0b278a1c1f9723614c │ │ │ ├── cf9cb1d7d25b437327daaae028d11adb │ │ │ ├── cfddaaa9d2e113e7afaf4378e3a64696 │ │ │ ├── cfea60dfc5ce414954480064a133bfcf │ │ │ └── cfee7eb4d5c8ab682255041037a7d62b │ │ ├── d0 │ │ │ ├── d0230edb96a085422deaa60c37a5512d │ │ │ ├── d0288717b2e95296e6e5caed9a45b213 │ │ │ ├── d06a824b638302b88f8aa17bb6d36e19 │ │ │ ├── d06db074c7a773a51717d3f1aa4ae1e8 │ │ │ ├── d07022be9ff2ddc654e2242bcfa86dff │ │ │ ├── d074be75b7af2e70b04aed4e15b2eb40 │ │ │ ├── d086686701c0c0beb6b8a1f62c1d037a │ │ │ ├── d094ec5a078f12fbea2c52737c91ac76 │ │ │ ├── d0a4680b644dae51663aed95cc53e62a │ │ │ ├── d0b632221b4cdd1fcab3fd7a9483453e │ │ │ ├── d0bc9ebc97edf6e4f7bb37305f67e589 │ │ │ ├── d0c9b57a3c6242318fb5e8f3f23f7ddb │ │ │ ├── d0dc9aabe74ef7c5f33194f8696d1249 │ │ │ └── d0e8550f7afb750efffca76949f0b65b │ │ ├── d1 │ │ │ ├── d1014cf9ac356590c7b79482feaeadc9 │ │ │ ├── d114f2adf494adc5100c02dede0fa1b4 │ │ │ ├── d153674c88ddd6a1ba56f6b7f341f55e │ │ │ ├── d163ddf03e7a838e0a77bc72c8295041 │ │ │ ├── d17834a987f6b353757c13c2c7f47efd │ │ │ ├── d1850e5bec0bcdfcabd009722cf74c0a │ │ │ ├── d18f49c370e0c052d429b2bdeb8af5ae │ │ │ ├── d197446414cba8a2dcf1d1c7e76775e9 │ │ │ ├── d1bbbb813e5d2f480ebf34616db2f9eb │ │ │ ├── d1c47e54931b3347fc0fedc30570811c │ │ │ └── d1f35e31891de85fef134eddb6d6af66 │ │ ├── d2 │ │ │ ├── d212ecc0d63ff7464d3c72ddae0599eb │ │ │ ├── d23d133b7ce280428b4030bef0c35b99 │ │ │ ├── d24036006ee80d84cebad15c4c0465d3 │ │ │ ├── d24ad58150615fbdef1603aeef3777fd │ │ │ ├── d2907c3af517ae57d527cac67f473529 │ │ │ ├── d2a40b35e0fa75f88003642df50c7d58 │ │ │ ├── d2a9718710a5a7933bccddf855b75746 │ │ │ └── d2ef112d07063cd87ac78513ac5d7e90 │ │ ├── d3 │ │ │ ├── d3363384c0d1755cf621fcd362406b98 │ │ │ ├── d33752a2afa5b51afe772a46f4bdb08a │ │ │ ├── d33cf0290dcf91760a9d6b998a360b6e │ │ │ ├── d35e15017605f6b9f9e857c64eaaade8 │ │ │ ├── d36f74d4569b5726aaa78fea632ead79 │ │ │ ├── d3899795e11413c8710d96b08e79f9da │ │ │ ├── d3922f6408e3ea62dd678e3426396dc4 │ │ │ ├── d395e1d398d00ac4d9237dddb4da38f9 │ │ │ ├── d3d82b430c7758ed1c29d76f4be78491 │ │ │ ├── d3f12b1b9fb0d6ec0964c6fd6379b5ac │ │ │ └── d3ff61a636e5fea0cd9ec8164eae4316 │ │ ├── d4 │ │ │ ├── d4168a9c7eefd3f9b2ea4fcebc99db30 │ │ │ ├── d4574da8add2bec18c44ab7d5b4f1564 │ │ │ ├── d48c9aadd35922bca70b4a686c8aff9c │ │ │ ├── d4a33c497628aa1979acfd9aa88981ef │ │ │ ├── d4cad6a10b855a220a071d8cc5c407e6 │ │ │ ├── d4ce76aa73b3deadcf10d6869a22226b │ │ │ ├── d4dac5956b21b714871581da7424121c │ │ │ ├── d4e9ba93cfd1ca8ec657e3ef133f89b0 │ │ │ ├── d4f45c6609227e42505cae384bea6f20 │ │ │ └── d4ffd7948b2fa1178451e82ae2f4a416 │ │ ├── d5 │ │ │ ├── d5861222a821f58b958bce81aab51c7c │ │ │ ├── d59b26fbb3917c2c6a1c4ac1b1dd9c29 │ │ │ ├── d59db87de71e57bf071d0afb0bccb605 │ │ │ └── d5d62e3c31580ee491dfe65df1aaa15b │ │ ├── d6 │ │ │ ├── d6049fa611a40659041fd36a797d71ea │ │ │ ├── d6093754017dbb1e56c4d95cec969e94 │ │ │ ├── d6298948407ff9f929733e51f08e0d3a │ │ │ ├── d63c365d2140623330770f1f9da7a02d │ │ │ ├── d666c527a72a7601f57c3fe2d434c793 │ │ │ ├── d668a1b194761038a92ddfa1133dc772 │ │ │ └── d6c5960014e15e9284bdd982b9993562 │ │ ├── d7 │ │ │ ├── d7286b626e2f54d98b58dafd38a0789a │ │ │ ├── d732a5bffbfe3f7048b32e10eb864c60 │ │ │ ├── d7541c784bd34c47e8d584542186c1b5 │ │ │ ├── d76464dbf8ac56fa407a8a1583a13bfc │ │ │ ├── d790e143c1573d66974c50eb7b44ba0b │ │ │ ├── d797965512a8a39d066a68ad8532d4a5 │ │ │ └── d7f27b020174be1106b583c37afd7467 │ │ ├── d8 │ │ │ ├── d81610dafbf1e47e6fdb198451983315 │ │ │ ├── d831ac68fdddfd73a18e6f043af5402d │ │ │ ├── d850e6b61f91864215c5058754bf3ccc │ │ │ ├── d85c59d7cb406ebfefd039ec04b13235 │ │ │ ├── d87179019867ceb5d8c205746116be27 │ │ │ ├── d89ce316b1877efe127c7b7ac0d36dd0 │ │ │ ├── d8a76ec6a3ed0dc66c450809efbc0927 │ │ │ ├── d8cc2fdf08d18bf0af72dd6ca48dfd93 │ │ │ ├── d8eb54d3c3bed485beacc899623c006e │ │ │ ├── d8fa6f7a337998c46fe20a14c554f01e │ │ │ └── d8fb907ffef03494ed9a5f7bea52f27c │ │ ├── d9 │ │ │ ├── d9040301f1b14fbb01ca4185cf48a58d │ │ │ ├── d9073558d4df2299dfaaf6a060a7d633 │ │ │ ├── d92cd92c96df8db399a1dcf012e52fde │ │ │ ├── d950a85757103de77ff8d2c8affe5cb6 │ │ │ ├── d98fbc7c6c3d5b3c2bb8126e9778fdb7 │ │ │ ├── d98fe129c01b74d1392d112ab463584b │ │ │ ├── d9921ace851bc55078d0de1612d41ab1 │ │ │ ├── d9a3c0da62fff62e6d286217dadfd7f5 │ │ │ ├── d9c1c3577f72ff47b7beda7d9396a77c │ │ │ └── d9e2ef2f135737d877f8fb9b9f7809b1 │ │ ├── da │ │ │ ├── da144439496816fb9d91097a90153bcf │ │ │ ├── da1baf82a38cab7065ee744eb4a1ecdc │ │ │ ├── da44b3cac91c6f168121ea1d5f5dd9a5 │ │ │ ├── da535669008595f083d7f4036d28caf1 │ │ │ ├── da93d9ef4be98247904ec782cdb0215f │ │ │ ├── daab5e6090dfb432102e31277644e05d │ │ │ └── dab67ca96ef4322ee98bcafef3ef1969 │ │ ├── db │ │ │ ├── db0eb67a46b3de288baaffee137d05e0 │ │ │ ├── db2bf612461b24908364918d21cadf85 │ │ │ ├── db4d97ee47b7b1c9f1b40908a202704a │ │ │ ├── db5123279e1198e982a29ae36520b182 │ │ │ ├── db89dd3e5c676b92477c00b092b6bc58 │ │ │ ├── db9598cebbcbb41162eb5e6a927c5e33 │ │ │ ├── db978388953e0b9f48457184011d7ae4 │ │ │ ├── db9b02f0dce4c2497878008c1a871533 │ │ │ ├── dbbfecffdd7cf4d167561deeb595c3a9 │ │ │ ├── dbcd00f508e830994341f4eff7db882c │ │ │ └── dbeb1563dc5d165f42f6842c4e2b920e │ │ ├── dc │ │ │ ├── dc049d59f8b15d979fff2d465f1766b5 │ │ │ ├── dc315822cd65f9d61f75f3678ca8f1dc │ │ │ ├── dc5d44eee9761532ebe16f26bf269bd6 │ │ │ ├── dc6d299c6943694ae9c8f496478e5d48 │ │ │ ├── dc9bf4d96fd7c5215f987e0e23d29c5c │ │ │ ├── dce30d6fab2a9972dc3da14454366b8e │ │ │ └── dcfd81231f90fd47a82fced9f1d306c7 │ │ ├── dd │ │ │ ├── dd1bab0bb9145de24c05fc91b9b8f06d │ │ │ ├── dd2078a63add2488e62fe31c41f391de │ │ │ ├── dd44e9b9b4b889f00ec213e39a83ba5e │ │ │ ├── dd64b7b4ba9850fa9a19bfb8f61a4510 │ │ │ ├── dd6961fbcf0211daddadde44edd20b3e │ │ │ ├── dd7bed0f40dc116319bc8591c173a907 │ │ │ ├── dd886e81df736704dec14776cd9dc6ba │ │ │ ├── ddc659005195405376f619531dcbdc4d │ │ │ ├── ddd6962ca3656634e30e59404b5244f5 │ │ │ └── dde573492547ac022783b5ac2a2c3d55 │ │ ├── de │ │ │ ├── de15bb72ff88652d3fa8f23f098cca5a │ │ │ ├── de1f42177481b3332b5726f610881ca9 │ │ │ ├── de249d08933f97c9cc01bd2dfc9e6d45 │ │ │ ├── de2cbe91afde47082ed7d835876f2d5f │ │ │ ├── de38549b657cb72bdc748e085385ea77 │ │ │ ├── de4d2a7ecf1c2aeccfc9ace9404db294 │ │ │ ├── de518dcc028d0fe7b9ecc93e13b0664c │ │ │ ├── de644a8188b05710e94abbdcc7fb2826 │ │ │ ├── debae56016ad010db7a6e6514153c7c0 │ │ │ ├── deddc900842741b88376f6ffe6f8c662 │ │ │ └── def598fb5eb07a423fde57e35dfeecd5 │ │ ├── df │ │ │ ├── df00d329a51effe24aca4469c2dd46af │ │ │ ├── df0473b2dc66caa83312edee8e6d3941 │ │ │ ├── df17bb6e46f66e63e0e49b832535ba60 │ │ │ ├── df19d752f08b608a1e9a04ac4af03d4a │ │ │ ├── df597d3c9b3a7d6014c05ceab09f4514 │ │ │ ├── df5ed9ea8c56cbc51eeae7f2f84e2499 │ │ │ ├── df69474d8d4a684eb392f8689f2ca34b │ │ │ ├── df719a29d463c9d6f54053fcc85ddda5 │ │ │ ├── df766193fd92a81c468c006336c104cc │ │ │ ├── df8933fa3a99e377f57b1c80188e85c9 │ │ │ ├── df9732704de6c4290be992d3a909a506 │ │ │ ├── df9a259671f56ae012f3b774f2ddce20 │ │ │ ├── dfc33fcc9cb686931314a51800572c47 │ │ │ ├── dfe018ea9932cd1c5aa65f826a51dbb6 │ │ │ ├── dfe4a40315c5a771764f13353fb2b9cb │ │ │ └── dffbd4603e5ea05cac0e6dba004cc7b1 │ │ ├── e0 │ │ │ ├── e0136559fbac66878ca1c7de01e7c047 │ │ │ ├── e026afe1508be79fba4d0f9b4b6a7449 │ │ │ ├── e0817d135c41aabe9f95dd55cb5d989e │ │ │ ├── e0a4f7966b3fc0335d0d7c1d23cc01df │ │ │ ├── e0b455e5deac46e14469a5f960019d19 │ │ │ ├── e0c458f94c4a280a4a016aee9e5f5604 │ │ │ ├── e0c95baf307051d0b704e593c435040a │ │ │ ├── e0e0cca29f276dea8dfc97fc4bc32fc5 │ │ │ └── e0e42c569c542d4c55c21c63d9955ea4 │ │ ├── e1 │ │ │ ├── e10a6b255050d057416b4b19ffca3596 │ │ │ ├── e177419506d70ad2f8ac0334de81af14 │ │ │ ├── e1cfbacf438d63bb7508e18af2ffae90 │ │ │ ├── e1d53c3135c517e1749e602d96695fff │ │ │ └── e1edf24804c9bf612f7634262a5a3fb1 │ │ ├── e2 │ │ │ ├── e21fd4b53946551cec2af4934df8303e │ │ │ ├── e241730ba8e732c245fd1d149e75a668 │ │ │ ├── e286284bb6072c00d80c501302157eed │ │ │ ├── e292487b7202b225f7c346d1d9ee20b2 │ │ │ ├── e2a51c0c01830629fff5db9cc9f75c5d │ │ │ ├── e2b85256088db187c64f347ce8ce7a34 │ │ │ └── e2daded5bdd07476ebdbba8cca80b140 │ │ ├── e3 │ │ │ ├── e30a36ada977581f3a0bc2f4d1946e27 │ │ │ ├── e32d9652ed100ac0be1c572c4be221a4 │ │ │ ├── e3403e6aa3865ff6ee4353cdafb16039 │ │ │ ├── e349fc1c1d0f6e17ffe01ee6b13a92ae │ │ │ ├── e36fd9b21db2082ad1a2d95511dd6153 │ │ │ ├── e37a1d740c76529b87330aba2d67a4ab │ │ │ ├── e37ed70f6e6a53d608768cdc87c67585 │ │ │ ├── e37f1f3f950ec3138453540121813d56 │ │ │ ├── e38658b65243965f8dcba1e58572ac15 │ │ │ ├── e39475145df4a258dcc3caccbad01ebd │ │ │ ├── e3b41e0341995f8dd8b2d9d7f63a3e84 │ │ │ ├── e3d8eb509283b9a85a738b861668dbcc │ │ │ ├── e3dcaed4b089b7145d4b7d81b96b1aa1 │ │ │ └── e3e30025b6f1ed27e0b746e4f6d495b3 │ │ ├── e4 │ │ │ ├── e4056d9dcf3cc73b764d523e7e8d0f76 │ │ │ ├── e4152acb53bbc63eb07aee0fde00a8ae │ │ │ ├── e45cc2f3a66b60334804c40bdb106ab3 │ │ │ ├── e46afee90843b0666a3a9dfa7c5eed7e │ │ │ ├── e4a4bc3a48a2ff1e4d2a66d54d488f1c │ │ │ ├── e4aaa66211afe8255bfacc2c32c9d62f │ │ │ ├── e4b38e6f2bb9ca5ff3fa1f4439f4d2e3 │ │ │ ├── e4ddf139c15ab69d29800adf25192b2c │ │ │ └── e4ea1013b325ce5ec2daa776b4287f24 │ │ ├── e5 │ │ │ ├── e50acee54aa979d12cbd12b80f115098 │ │ │ ├── e51da9269e304017f5da2b93d21f4f36 │ │ │ ├── e54f3bd8f2271f52da86bacd557fdfc9 │ │ │ ├── e551cdc58f3291df0640efbc03e7d4ff │ │ │ └── e5685bf380acf9420027f76df0219efd │ │ ├── e6 │ │ │ ├── e62709a4de8cb853354a7b2827bcd185 │ │ │ ├── e650c32725c10b18e4c791cbd9c200e1 │ │ │ ├── e67e0a3b352ece08ad90156b40cf10a8 │ │ │ ├── e685babc536996cf978845ce3c0d86a6 │ │ │ ├── e6891625fd28fe7adae6d8a1122346ac │ │ │ ├── e68a245277e57be694e9bd50afa1c380 │ │ │ ├── e68f11ffd40d83f7d0fe674f8caa3d35 │ │ │ ├── e6bc7fd16ed39a9432e58a48f4282dbd │ │ │ ├── e6d60cc25a3e8ef691b4a3cbb8cf5d27 │ │ │ ├── e6e2647d39a18f0ef77ee873020c9ddc │ │ │ ├── e6f0e9873e804b5fe1d2334084b1940f │ │ │ └── e6f979e609cc52d600c8fec752eb5dc1 │ │ ├── e7 │ │ │ ├── e7105afd26f72431ecc710ceeead1c57 │ │ │ ├── e7579912027809451fd57305bd99b731 │ │ │ ├── e78df9b08e1e524ac570dfd38d2218f9 │ │ │ ├── e7930e083199b1dfe498b13101f21fd7 │ │ │ ├── e79f61101199cad520e69335d04b9825 │ │ │ ├── e7b150d7f98cd9984ee7ea92029f336a │ │ │ └── e7e974e26988466c08c7dcaca895d633 │ │ ├── e8 │ │ │ ├── e81a7095591c77b19de5306051d8c163 │ │ │ ├── e8204a50b49e5ce8690753dffc89b923 │ │ │ ├── e85c798234fcb528fc78e6f18b2da3e9 │ │ │ ├── e88910cf02c4dfa3bb57c26194e61ddc │ │ │ ├── e8b5a54859e5b6a239ef8336e886ed80 │ │ │ └── e8bc1e1fe9f4a46eb384ac85dfd7301a │ │ ├── e9 │ │ │ ├── e93b2a3978e93a027b99826ad1b3c728 │ │ │ ├── e95bb940618f88f791a3e04743cd786c │ │ │ ├── e974bd4e4769dc69f6d1cf0a5f8a523e │ │ │ ├── e981f7a66791723aa1e4762b670f0c99 │ │ │ ├── e99e23804c991d0913d9fee8720f98d7 │ │ │ ├── e9ae8cb47b6b591a39a532c415c81953 │ │ │ ├── e9bbe12d3eb422427145c6ef4d7f91cb │ │ │ ├── e9dbb1fd344d289071fa2952a81f3034 │ │ │ ├── e9ec9742dcc27d50ce804b3547884e1f │ │ │ └── e9f5d3d75ced842d0a9e8b7eb925d0af │ │ ├── ea │ │ │ ├── ea0c28e2cff46d13182423fcc815c932 │ │ │ ├── ea1eefd407495a0474af1485f7db60b7 │ │ │ ├── ea29644a073ca7e60ee704b6c67ab941 │ │ │ ├── ea3a108f7764c994a4aad898e7a7079b │ │ │ └── ea7f7f8fc14ad3684604bb543ec0d802 │ │ ├── eb │ │ │ ├── eb54d588d07e2a10c44aedfc072e89ff │ │ │ ├── eb7ea206e48fb996d5439422ee10b82c │ │ │ ├── eb9fad18993afa9ec9d4ad43099ec149 │ │ │ ├── ebbb82d2d8c8dbf99752f5b7d79ec015 │ │ │ └── ebd459bb563d24f84b76161f19465a72 │ │ ├── ec │ │ │ ├── ec0ff94074e6bd13ae5e2ca41214b062 │ │ │ ├── ec909f6c5715b12b4eb7ce4056df4673 │ │ │ ├── ecc1a258e1737a48977237fe676df83b │ │ │ ├── ecc9d2655082b877ee9da021d5b791d4 │ │ │ └── ecf9eac149730d6d1a6ca473ed7109b3 │ │ ├── ed │ │ │ ├── ed06b5f91112f5dfde5c7fcfd122c5cc │ │ │ ├── ed64515598e8bacdb95032108916bc57 │ │ │ └── ed7f80411632f722ff69ba6a18115b25 │ │ ├── ee │ │ │ ├── ee4449d57e79a3aab9e15f4b82394b80 │ │ │ ├── ee57cf309649ee95d3c8dc2f9eb73b9e │ │ │ ├── ee7a953705ccf3edbf8d0b3157446925 │ │ │ ├── ee801a6b7a68389047865f53c30fae0e │ │ │ ├── ee9c75fd14898b50d76b17b2ba8cbd08 │ │ │ └── eefd786252dd05d4fcaa125cc7235c5d │ │ ├── ef │ │ │ ├── ef094880f18f5557c751e8729f6f9090 │ │ │ ├── ef0ddaaec48ba531cac12d5527c5fbc8 │ │ │ ├── ef0fec11fb968fbdfc14b2e8e485472e │ │ │ ├── ef475c0bd047ba8334f01a0354d690e0 │ │ │ ├── ef64be431d934ae960433aa1b5ef4122 │ │ │ ├── ef73f9a6a29aa0aa4744b4a8609acae8 │ │ │ ├── ef8059af21cbf3cdf1f384613173776b │ │ │ ├── efc80f6f41a8c4cdd3461609b5764f1c │ │ │ └── eff1e939957d5562728dcbc8d5b35ae3 │ │ ├── f0 │ │ │ ├── f0142839104fa9b8750870c9d2849ce1 │ │ │ ├── f016234bd0ba60c7e43e34860eeea7de │ │ │ ├── f0622964a699b10a67446872c46829cd │ │ │ ├── f07117bf3cd83f0713b36bf2192b2aeb │ │ │ ├── f0a6da7fbf71e52a57d0d186273b427c │ │ │ ├── f0bf1880222a39e53d130fa76a0e0995 │ │ │ ├── f0dc07f28f4350e2eae77797d5608b45 │ │ │ └── f0e30de52150b6bae3cab707c4d89c24 │ │ ├── f1 │ │ │ ├── f10e606d2e4e5975a26324e6bef2d8b9 │ │ │ ├── f11df14085c9adbb413a8a69273236ca │ │ │ ├── f12cf7675f47301e80afc47ebced1619 │ │ │ ├── f142c2a169760861f913bfc89d3426c4 │ │ │ ├── f1954326398e6d25aee97ed90d3ee7d5 │ │ │ ├── f1c913c7c47dcf6d3b02f5a3c0cd7f3d │ │ │ └── f1ff3b12e202cb5338c6108a743d5e97 │ │ ├── f2 │ │ │ ├── f21598b0cdfbb3d4f0b5fbfcafd9995d │ │ │ ├── f24205dd2426585b393e4cea7c5c93a6 │ │ │ ├── f244eeb24e3f81dcc487e5c7fead2c7e │ │ │ ├── f24de2a594e6f4f6ea654af22510fd00 │ │ │ ├── f27b79827eb6ce6ac46b0f92687c2a6e │ │ │ ├── f2a6ea2da762b348afbb0cdcd03d0a8f │ │ │ ├── f2d45db06c36b69f9304aa5953355e5f │ │ │ └── f2da55a513dcd6dc3b6a6bec4c72d1c8 │ │ ├── f3 │ │ │ ├── f314534b137f97b036b54408a7a24969 │ │ │ ├── f3301a0b69b80ad363111bdd80dd2f3c │ │ │ ├── f3807c7845c2eed6b014764ec8b2f8ee │ │ │ ├── f3c6a9f6815e482c63bd36cdd89d0dbc │ │ │ ├── f3e36a178daa52add1dc0f89240b7c9b │ │ │ └── f3fb103377d221f5e25335ed5e951071 │ │ ├── f4 │ │ │ ├── f4375e9fe9b736591974eb178156b151 │ │ │ ├── f43e28d0b30fc03ee148a8bb86c36394 │ │ │ ├── f47effda96e2e661785fb1d7bfd85f3a │ │ │ ├── f491b65257354e8edd6a9ca38096ec9c │ │ │ ├── f4b43e0d3705109614f99f7bb74b7fcf │ │ │ ├── f4d10d3c86c1fca3e60c35bf608d29ea │ │ │ └── f4f5bd657a8ed08d86f1108e53ca145e │ │ ├── f5 │ │ │ ├── f518edd04949cba2c9cd61ddbee0c862 │ │ │ ├── f54772e64f1bd6a80e99c7d9febba0b8 │ │ │ ├── f54a28558f86a44ea241012213e6057a │ │ │ ├── f5a618c8991efb4dbada7e4c0035642b │ │ │ ├── f5b411f1453287584a8d53336f69e4a7 │ │ │ ├── f5b67c9138d2492808cbdff580c8cfc7 │ │ │ ├── f5c4cd473de44cab9e1e3aeb79c7ec1f │ │ │ └── f5f25321e8d5b4b9de208d796c322bd3 │ │ ├── f6 │ │ │ ├── f6cdd99356b580e6484fe4d6769dabd6 │ │ │ ├── f6e4f58a02e756b1fa55c09438cd82d7 │ │ │ └── f6e8a752f22144a9dd3b84ec5c97caa6 │ │ ├── f7 │ │ │ ├── f715adeb6d848cf948eb5a34efb31699 │ │ │ ├── f728be4ebb6e9e1abc567bf697d89e45 │ │ │ ├── f72af10ac44b9344db25a58d38d4a355 │ │ │ ├── f749e1d17e4f43ed895ae757f9bc6b8c │ │ │ ├── f7bc76c117c373f640d5caa90f26fd6c │ │ │ ├── f7bdc5fdec54e0d0eb96383d3f3f1972 │ │ │ ├── f7bfe9831190d105d7a18f2ec5d47a56 │ │ │ ├── f7e06a72bcac921d0d82a6356e2133c2 │ │ │ └── f7eb64b6e8bc1f8a9f1a1f4b40907e00 │ │ ├── f8 │ │ │ ├── f812a9adfc79d1e149be40925ebfdb30 │ │ │ ├── f8169e1641c89ff5fa7d5b387aefd0c9 │ │ │ ├── f827456723a9807c3b68a3046c9d5a42 │ │ │ ├── f8b031d46fc55c92a34dd110fdd6cb86 │ │ │ ├── f8d0c77ad7c8ef70422646750a8a6db3 │ │ │ ├── f8d148e066faebdd28e2fb7313e2f019 │ │ │ └── f8e246762279323027e55f48c7b4905e │ │ ├── f9 │ │ │ ├── f90401ba98ad0d677394070ca0399037 │ │ │ ├── f906951e5f58e183bb0e723e8c98e0a1 │ │ │ ├── f9341ea0bf8828d976f77c37fe47703c │ │ │ ├── f95d12f4ae6778473177323912ed0278 │ │ │ ├── f95f90201d627ae40e47b7aae7bdadaf │ │ │ ├── f99097c39879cb8a3dae04f684a1be61 │ │ │ ├── f9b68dc35e3496677ac1cb3b352855bc │ │ │ ├── f9d483a41204cd9c55583d5bf06d0830 │ │ │ └── f9e1ed303e864d49938a17d4e0f9f34f │ │ ├── fa │ │ │ ├── fa5a5c84eb958b3cea327f3817f4cdaa │ │ │ ├── fa86ed068294ce8821d29921e9f5cfdd │ │ │ ├── facc5186bbd6f9e7e214ce1cf61f9809 │ │ │ ├── fad1cfb62c993d0572fc7a2c3c2dc3d3 │ │ │ └── faee4eb8746a58f695ff657d24f158d2 │ │ ├── fb │ │ │ ├── fb0bed6c40588d44d3fdf3448efbe9e2 │ │ │ ├── fb0ddb650a3daafe79d346e86a8e5f54 │ │ │ ├── fb276afb907db287023ca121ee629ba9 │ │ │ ├── fb352c8ced1973852caaabeff782cb22 │ │ │ ├── fba7dc62970b0e85fa353d6cf7fbd6ee │ │ │ ├── fba82620f97048d3fd09f0fe2ae72373 │ │ │ ├── fbc8401a269552225ecf71b5a02267a7 │ │ │ └── fbd86cb908f2ac0d50948fd83b95cdb6 │ │ ├── fc │ │ │ ├── fc08f2fc8a66413a9492a20c59e0ab5e │ │ │ ├── fc3bc54c42d0077f93800cd25cea52eb │ │ │ ├── fc4810964ebe7b3e986634cc235b3a0d │ │ │ ├── fc4b8be296ff38969d790baeb8c221f2 │ │ │ ├── fc5531ea13b6804603d06aec2b1fe4f9 │ │ │ ├── fc581ad9ff615cb39344b7cd4d09b151 │ │ │ ├── fc78e5ce6ba338425dcbf335acbe9a75 │ │ │ ├── fc89e4c7753e110a579e4272810e148b │ │ │ ├── fcd51959d68ec717f4a8a116b589fd88 │ │ │ ├── fce48b34516892b7e81b6c699603d3dd │ │ │ ├── fcea8f51fe298869a5350cde19324b84 │ │ │ └── fcf77862beea99cc3ce74dae2962c8e5 │ │ ├── fd │ │ │ ├── fd381b8373cda744b8fa8a93e76eacd9 │ │ │ ├── fd40c710a94d873e2aedce0c7863c98a │ │ │ ├── fd4e3eb9ad2e8c239270788ad75c4266 │ │ │ ├── fd56a6aec89bb37b21efdefa6faca654 │ │ │ └── fddc4ae73cf610373151215376c2ae99 │ │ ├── fe │ │ │ ├── fe09eab7bff1ab2f05c52eaf6578c8e1 │ │ │ ├── fe1cebd143e9b8bda0c900e51c81300d │ │ │ ├── fe260e82350769b6640ab0c453f9e7b4 │ │ │ ├── fe2f44e0d1c9428de2a6bcd3ee37026d │ │ │ ├── fe30c97c39347e286c048c328845e37d │ │ │ ├── fe3dea5a4163dba02c6d1a779c2a17f9 │ │ │ ├── fe46354e2c761b951729651e3459dd94 │ │ │ ├── fe5d4b06ee9bed6b707318fdd7ae97fe │ │ │ ├── fe7400c43bd4c39464342a13d45a8f6a │ │ │ ├── fe91d8d0a40f7ce79bc9f2ac0881edfd │ │ │ ├── febd3aa0e72622782c17458b4ac491bf │ │ │ └── fec1857b2cc1e85e7583767df2fac5e9 │ │ └── ff │ │ │ ├── ff1e2d4bfe2043af8f69faaaa86aecdd │ │ │ ├── ff394bb59118ed51ce56b7ddfcf8077c │ │ │ ├── ff3bd763854f7a0bc39cb37aa6de2f7b │ │ │ ├── ff3cfad1a034577ea33df34e1cdeb250 │ │ │ ├── ff514cbe7c7cd363838ca23f091cd132 │ │ │ ├── ff57546e85a43f8ec67cab84ac1e7011 │ │ │ ├── ff66eeeac10dd17810076e51ec573ea4 │ │ │ ├── ff784f872600e058c891dd2ae9852ba3 │ │ │ ├── ff8d10c2ad3bb4f9f12d5c543bc511f3 │ │ │ ├── ffa6365c54331e700e3e4562630a89d1 │ │ │ ├── ffacad1f9bb795611b80c15a945a606b │ │ │ ├── ffcb1fb5ad3d4c9b5d90170f7956ab2a │ │ │ ├── ffccea350927d524842939814b18ba46 │ │ │ ├── ffdd31b23855557240e5c8a15ed1ff17 │ │ │ └── ffefc6157ce787eb6415930343bc7ce0 │ ├── AssetImportState │ ├── BuildPlayer.prefs │ ├── BuildSettings.asset │ ├── CurrentLayout-default.dwlt │ ├── EditorOnlyScriptingSettings.json │ ├── EditorOnlyVirtualTextureState.json │ ├── EditorSnapSettings.asset │ ├── EditorUserBuildSettings.asset │ ├── InspectorExpandedItems.asset │ ├── LastSceneManagerSetup.txt │ ├── LibraryFormatVersion.txt │ ├── MonoManager.asset │ ├── PackageCache │ │ ├── com.unity.collab-proxy@1.5.7 │ │ │ ├── .Resources │ │ │ │ ├── .collabattributes │ │ │ │ └── .collabignore │ │ │ ├── .gitattributes │ │ │ ├── CHANGELOG.md │ │ │ ├── CHANGELOG.md.meta │ │ │ ├── Documentation~ │ │ │ │ ├── images │ │ │ │ │ └── example.png │ │ │ │ └── unity-cloud-collaborate.md │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── Collaborate.meta │ │ │ │ ├── Collaborate │ │ │ │ │ ├── Assets.meta │ │ │ │ │ ├── Assets │ │ │ │ │ │ ├── Icons.meta │ │ │ │ │ │ ├── Icons │ │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ │ ├── README.md.meta │ │ │ │ │ │ │ ├── added-file-dark.png │ │ │ │ │ │ │ ├── added-file-dark.png.meta │ │ │ │ │ │ │ ├── added-file-dark@2x.png │ │ │ │ │ │ │ ├── added-file-dark@2x.png.meta │ │ │ │ │ │ │ ├── added-file-light.png │ │ │ │ │ │ │ ├── added-file-light.png.meta │ │ │ │ │ │ │ ├── added-file-light@2x.png │ │ │ │ │ │ │ ├── added-file-light@2x.png.meta │ │ │ │ │ │ │ ├── back-dark.png │ │ │ │ │ │ │ ├── back-dark.png.meta │ │ │ │ │ │ │ ├── back-dark@2x.png │ │ │ │ │ │ │ ├── back-dark@2x.png.meta │ │ │ │ │ │ │ ├── back-light.png │ │ │ │ │ │ │ ├── back-light.png.meta │ │ │ │ │ │ │ ├── back-light@2x.png │ │ │ │ │ │ │ ├── back-light@2x.png.meta │ │ │ │ │ │ │ ├── choose-mine-dark.png │ │ │ │ │ │ │ ├── choose-mine-dark.png.meta │ │ │ │ │ │ │ ├── choose-mine-dark@2x.png │ │ │ │ │ │ │ ├── choose-mine-dark@2x.png.meta │ │ │ │ │ │ │ ├── choose-mine-light.png │ │ │ │ │ │ │ ├── choose-mine-light.png.meta │ │ │ │ │ │ │ ├── choose-mine-light@2x.png │ │ │ │ │ │ │ ├── choose-mine-light@2x.png.meta │ │ │ │ │ │ │ ├── choose-remote-dark.png │ │ │ │ │ │ │ ├── choose-remote-dark.png.meta │ │ │ │ │ │ │ ├── choose-remote-dark@2x.png │ │ │ │ │ │ │ ├── choose-remote-dark@2x.png.meta │ │ │ │ │ │ │ ├── choose-remote-light.png │ │ │ │ │ │ │ ├── choose-remote-light.png.meta │ │ │ │ │ │ │ ├── choose-remote-light@2x.png │ │ │ │ │ │ │ ├── choose-remote-light@2x.png.meta │ │ │ │ │ │ │ ├── clear-dark.png │ │ │ │ │ │ │ ├── clear-dark.png.meta │ │ │ │ │ │ │ ├── clear-dark@2x.png │ │ │ │ │ │ │ ├── clear-dark@2x.png.meta │ │ │ │ │ │ │ ├── clear-light.png │ │ │ │ │ │ │ ├── clear-light.png.meta │ │ │ │ │ │ │ ├── clear-light@2x.png │ │ │ │ │ │ │ ├── clear-light@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-available-changes-dark.png │ │ │ │ │ │ │ ├── collaborate-available-changes-dark.png.meta │ │ │ │ │ │ │ ├── collaborate-available-changes-dark@2x.png │ │ │ │ │ │ │ ├── collaborate-available-changes-dark@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-available-changes-light.png │ │ │ │ │ │ │ ├── collaborate-available-changes-light.png.meta │ │ │ │ │ │ │ ├── collaborate-available-changes-light@2x.png │ │ │ │ │ │ │ ├── collaborate-available-changes-light@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-dark.png │ │ │ │ │ │ │ ├── collaborate-dark.png.meta │ │ │ │ │ │ │ ├── collaborate-dark@2x.png │ │ │ │ │ │ │ ├── collaborate-dark@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-done-dark.png │ │ │ │ │ │ │ ├── collaborate-done-dark.png.meta │ │ │ │ │ │ │ ├── collaborate-done-dark@2x.png │ │ │ │ │ │ │ ├── collaborate-done-dark@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-done-light.png │ │ │ │ │ │ │ ├── collaborate-done-light.png.meta │ │ │ │ │ │ │ ├── collaborate-done-light@2x.png │ │ │ │ │ │ │ ├── collaborate-done-light@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-error-dark.png │ │ │ │ │ │ │ ├── collaborate-error-dark.png.meta │ │ │ │ │ │ │ ├── collaborate-error-dark@2x.png │ │ │ │ │ │ │ ├── collaborate-error-dark@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-error-light.png │ │ │ │ │ │ │ ├── collaborate-error-light.png.meta │ │ │ │ │ │ │ ├── collaborate-error-light@2x.png │ │ │ │ │ │ │ ├── collaborate-error-light@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-incoming-dark.png │ │ │ │ │ │ │ ├── collaborate-incoming-dark.png.meta │ │ │ │ │ │ │ ├── collaborate-incoming-dark@2x.png │ │ │ │ │ │ │ ├── collaborate-incoming-dark@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-incoming-light.png │ │ │ │ │ │ │ ├── collaborate-incoming-light.png.meta │ │ │ │ │ │ │ ├── collaborate-incoming-light@2x.png │ │ │ │ │ │ │ ├── collaborate-incoming-light@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-light.png │ │ │ │ │ │ │ ├── collaborate-light.png.meta │ │ │ │ │ │ │ ├── collaborate-light@2x.png │ │ │ │ │ │ │ ├── collaborate-light@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-offline-dark.png │ │ │ │ │ │ │ ├── collaborate-offline-dark.png.meta │ │ │ │ │ │ │ ├── collaborate-offline-dark@2x.png │ │ │ │ │ │ │ ├── collaborate-offline-dark@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-offline-light.png │ │ │ │ │ │ │ ├── collaborate-offline-light.png.meta │ │ │ │ │ │ │ ├── collaborate-offline-light@2x.png │ │ │ │ │ │ │ ├── collaborate-offline-light@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-progress-dark.png │ │ │ │ │ │ │ ├── collaborate-progress-dark.png.meta │ │ │ │ │ │ │ ├── collaborate-progress-dark@2x.png │ │ │ │ │ │ │ ├── collaborate-progress-dark@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-progress-light.png │ │ │ │ │ │ │ ├── collaborate-progress-light.png.meta │ │ │ │ │ │ │ ├── collaborate-progress-light@2x.png │ │ │ │ │ │ │ ├── collaborate-progress-light@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-warning-dark.png │ │ │ │ │ │ │ ├── collaborate-warning-dark.png.meta │ │ │ │ │ │ │ ├── collaborate-warning-dark@2x.png │ │ │ │ │ │ │ ├── collaborate-warning-dark@2x.png.meta │ │ │ │ │ │ │ ├── collaborate-warning-light.png │ │ │ │ │ │ │ ├── collaborate-warning-light.png.meta │ │ │ │ │ │ │ ├── collaborate-warning-light@2x.png │ │ │ │ │ │ │ ├── collaborate-warning-light@2x.png.meta │ │ │ │ │ │ │ ├── conflicted-file-dark.png │ │ │ │ │ │ │ ├── conflicted-file-dark.png.meta │ │ │ │ │ │ │ ├── conflicted-file-dark@2x.png │ │ │ │ │ │ │ ├── conflicted-file-dark@2x.png.meta │ │ │ │ │ │ │ ├── conflicted-file-light.png │ │ │ │ │ │ │ ├── conflicted-file-light.png.meta │ │ │ │ │ │ │ ├── conflicted-file-light@2x.png │ │ │ │ │ │ │ ├── conflicted-file-light@2x.png.meta │ │ │ │ │ │ │ ├── deleted-file-dark.png │ │ │ │ │ │ │ ├── deleted-file-dark.png.meta │ │ │ │ │ │ │ ├── deleted-file-dark@2x.png │ │ │ │ │ │ │ ├── deleted-file-dark@2x.png.meta │ │ │ │ │ │ │ ├── deleted-file-light.png │ │ │ │ │ │ │ ├── deleted-file-light.png.meta │ │ │ │ │ │ │ ├── deleted-file-light@2x.png │ │ │ │ │ │ │ ├── deleted-file-light@2x.png.meta │ │ │ │ │ │ │ ├── diff-dark.png │ │ │ │ │ │ │ ├── diff-dark.png.meta │ │ │ │ │ │ │ ├── diff-dark@2x.png │ │ │ │ │ │ │ ├── diff-dark@2x.png.meta │ │ │ │ │ │ │ ├── diff-light.png │ │ │ │ │ │ │ ├── diff-light.png.meta │ │ │ │ │ │ │ ├── diff-light@2x.png │ │ │ │ │ │ │ ├── diff-light@2x.png.meta │ │ │ │ │ │ │ ├── edited-file-dark.png │ │ │ │ │ │ │ ├── edited-file-dark.png.meta │ │ │ │ │ │ │ ├── edited-file-dark@2x.png │ │ │ │ │ │ │ ├── edited-file-dark@2x.png.meta │ │ │ │ │ │ │ ├── edited-file-light.png │ │ │ │ │ │ │ ├── edited-file-light.png.meta │ │ │ │ │ │ │ ├── edited-file-light@2x.png │ │ │ │ │ │ │ ├── edited-file-light@2x.png.meta │ │ │ │ │ │ │ ├── loading-dark.png │ │ │ │ │ │ │ ├── loading-dark.png.meta │ │ │ │ │ │ │ ├── loading-dark@2x.png │ │ │ │ │ │ │ ├── loading-dark@2x.png.meta │ │ │ │ │ │ │ ├── loading-light.png │ │ │ │ │ │ │ ├── loading-light.png.meta │ │ │ │ │ │ │ ├── loading-light@2x.png │ │ │ │ │ │ │ ├── loading-light@2x.png.meta │ │ │ │ │ │ │ ├── merge-conflicts-dark.png │ │ │ │ │ │ │ ├── merge-conflicts-dark.png.meta │ │ │ │ │ │ │ ├── merge-conflicts-dark@2x.png │ │ │ │ │ │ │ ├── merge-conflicts-dark@2x.png.meta │ │ │ │ │ │ │ ├── merge-conflicts-light.png │ │ │ │ │ │ │ ├── merge-conflicts-light.png.meta │ │ │ │ │ │ │ ├── merge-conflicts-light@2x.png │ │ │ │ │ │ │ ├── merge-conflicts-light@2x.png.meta │ │ │ │ │ │ │ ├── merge-dark.png │ │ │ │ │ │ │ ├── merge-dark.png.meta │ │ │ │ │ │ │ ├── merge-dark@2x.png │ │ │ │ │ │ │ ├── merge-dark@2x.png.meta │ │ │ │ │ │ │ ├── merge-light.png │ │ │ │ │ │ │ ├── merge-light.png.meta │ │ │ │ │ │ │ ├── merge-light@2x.png │ │ │ │ │ │ │ ├── merge-light@2x.png.meta │ │ │ │ │ │ │ ├── more-vert-dark.png │ │ │ │ │ │ │ ├── more-vert-dark.png.meta │ │ │ │ │ │ │ ├── more-vert-dark@2x.png │ │ │ │ │ │ │ ├── more-vert-dark@2x.png.meta │ │ │ │ │ │ │ ├── more-vert-light.png │ │ │ │ │ │ │ ├── more-vert-light.png.meta │ │ │ │ │ │ │ ├── more-vert-light@2x.png │ │ │ │ │ │ │ ├── more-vert-light@2x.png.meta │ │ │ │ │ │ │ ├── moved-file-dark.png │ │ │ │ │ │ │ ├── moved-file-dark.png.meta │ │ │ │ │ │ │ ├── moved-file-dark@2x.png │ │ │ │ │ │ │ ├── moved-file-dark@2x.png.meta │ │ │ │ │ │ │ ├── moved-file-light.png │ │ │ │ │ │ │ ├── moved-file-light.png.meta │ │ │ │ │ │ │ ├── moved-file-light@2x.png │ │ │ │ │ │ │ ├── moved-file-light@2x.png.meta │ │ │ │ │ │ │ ├── publish-dark.png │ │ │ │ │ │ │ ├── publish-dark.png.meta │ │ │ │ │ │ │ ├── publish-dark@2x.png │ │ │ │ │ │ │ ├── publish-dark@2x.png.meta │ │ │ │ │ │ │ ├── publish-light.png │ │ │ │ │ │ │ ├── publish-light.png.meta │ │ │ │ │ │ │ ├── publish-light@2x.png │ │ │ │ │ │ │ ├── publish-light@2x.png.meta │ │ │ │ │ │ │ ├── revert-asset-dark.png │ │ │ │ │ │ │ ├── revert-asset-dark.png.meta │ │ │ │ │ │ │ ├── revert-asset-dark@2x.png │ │ │ │ │ │ │ ├── revert-asset-dark@2x.png.meta │ │ │ │ │ │ │ ├── revert-asset-light.png │ │ │ │ │ │ │ ├── revert-asset-light.png.meta │ │ │ │ │ │ │ ├── revert-asset-light@2x.png │ │ │ │ │ │ │ ├── revert-asset-light@2x.png.meta │ │ │ │ │ │ │ ├── search-dark.png │ │ │ │ │ │ │ ├── search-dark.png.meta │ │ │ │ │ │ │ ├── search-dark@2x.png │ │ │ │ │ │ │ ├── search-dark@2x.png.meta │ │ │ │ │ │ │ ├── search-light.png │ │ │ │ │ │ │ ├── search-light.png.meta │ │ │ │ │ │ │ ├── search-light@2x.png │ │ │ │ │ │ │ ├── search-light@2x.png.meta │ │ │ │ │ │ │ ├── show-dark.png │ │ │ │ │ │ │ ├── show-dark.png.meta │ │ │ │ │ │ │ ├── show-dark@2x.png │ │ │ │ │ │ │ ├── show-dark@2x.png.meta │ │ │ │ │ │ │ ├── show-light.png │ │ │ │ │ │ │ ├── show-light.png.meta │ │ │ │ │ │ │ ├── show-light@2x.png │ │ │ │ │ │ │ ├── show-light@2x.png.meta │ │ │ │ │ │ │ ├── status-error-dark.png │ │ │ │ │ │ │ ├── status-error-dark.png.meta │ │ │ │ │ │ │ ├── status-error-dark@2x.png │ │ │ │ │ │ │ ├── status-error-dark@2x.png.meta │ │ │ │ │ │ │ ├── status-error-light.png │ │ │ │ │ │ │ ├── status-error-light.png.meta │ │ │ │ │ │ │ ├── status-error-light@2x.png │ │ │ │ │ │ │ ├── status-error-light@2x.png.meta │ │ │ │ │ │ │ ├── status-info-dark.png │ │ │ │ │ │ │ ├── status-info-dark.png.meta │ │ │ │ │ │ │ ├── status-info-dark@2x.png │ │ │ │ │ │ │ ├── status-info-dark@2x.png.meta │ │ │ │ │ │ │ ├── status-info-light.png │ │ │ │ │ │ │ ├── status-info-light.png.meta │ │ │ │ │ │ │ ├── status-info-light@2x.png │ │ │ │ │ │ │ ├── status-info-light@2x.png.meta │ │ │ │ │ │ │ ├── status-warning-dark.png │ │ │ │ │ │ │ ├── status-warning-dark.png.meta │ │ │ │ │ │ │ ├── status-warning-dark@2x.png │ │ │ │ │ │ │ ├── status-warning-dark@2x.png.meta │ │ │ │ │ │ │ ├── status-warning-light.png │ │ │ │ │ │ │ ├── status-warning-light.png.meta │ │ │ │ │ │ │ ├── status-warning-light@2x.png │ │ │ │ │ │ │ ├── status-warning-light@2x.png.meta │ │ │ │ │ │ │ ├── undo-dark.png │ │ │ │ │ │ │ ├── undo-dark.png.meta │ │ │ │ │ │ │ ├── undo-dark@2x.png │ │ │ │ │ │ │ ├── undo-dark@2x.png.meta │ │ │ │ │ │ │ ├── undo-light.png │ │ │ │ │ │ │ ├── undo-light.png.meta │ │ │ │ │ │ │ ├── undo-light@2x.png │ │ │ │ │ │ │ └── undo-light@2x.png.meta │ │ │ │ │ │ ├── Layouts.meta │ │ │ │ │ │ ├── Layouts │ │ │ │ │ │ │ ├── AlertBox.uxml │ │ │ │ │ │ │ ├── AlertBox.uxml.meta │ │ │ │ │ │ │ ├── BaseChangeListElement.uxml │ │ │ │ │ │ │ ├── BaseChangeListElement.uxml.meta │ │ │ │ │ │ │ ├── ChangesGroupHeader.uxml │ │ │ │ │ │ │ ├── ChangesGroupHeader.uxml.meta │ │ │ │ │ │ │ ├── ChangesTabPageView.uxml │ │ │ │ │ │ │ ├── ChangesTabPageView.uxml.meta │ │ │ │ │ │ │ ├── ErrorPageView.uxml │ │ │ │ │ │ │ ├── ErrorPageView.uxml.meta │ │ │ │ │ │ │ ├── HistoryEntryComponent.uxml │ │ │ │ │ │ │ ├── HistoryEntryComponent.uxml.meta │ │ │ │ │ │ │ ├── HistoryTabPageView.uxml │ │ │ │ │ │ │ ├── HistoryTabPageView.uxml.meta │ │ │ │ │ │ │ ├── ListNotice.uxml │ │ │ │ │ │ │ ├── ListNotice.uxml.meta │ │ │ │ │ │ │ ├── MainPageView.uxml │ │ │ │ │ │ │ ├── MainPageView.uxml.meta │ │ │ │ │ │ │ ├── Paginator.uxml │ │ │ │ │ │ │ ├── Paginator.uxml.meta │ │ │ │ │ │ │ ├── ProgressView.uxml │ │ │ │ │ │ │ ├── ProgressView.uxml.meta │ │ │ │ │ │ │ ├── StartPageView.uxml │ │ │ │ │ │ │ ├── StartPageView.uxml.meta │ │ │ │ │ │ │ ├── TopBar.uxml │ │ │ │ │ │ │ ├── TopBar.uxml.meta │ │ │ │ │ │ │ ├── main-window.uxml │ │ │ │ │ │ │ └── main-window.uxml.meta │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── README.md.meta │ │ │ │ │ │ ├── StringAssets.cs │ │ │ │ │ │ ├── StringAssets.cs.meta │ │ │ │ │ │ ├── Styles.meta │ │ │ │ │ │ ├── Styles │ │ │ │ │ │ │ ├── AlertBox.uss │ │ │ │ │ │ │ ├── AlertBox.uss.meta │ │ │ │ │ │ │ ├── BaseChangeListElement.uss │ │ │ │ │ │ │ ├── BaseChangeListElement.uss.meta │ │ │ │ │ │ │ ├── BetterTextField.uss │ │ │ │ │ │ │ ├── BetterTextField.uss.meta │ │ │ │ │ │ │ ├── ChangesGroupHeader.uss │ │ │ │ │ │ │ ├── ChangesGroupHeader.uss.meta │ │ │ │ │ │ │ ├── ChangesTabPageView.uss │ │ │ │ │ │ │ ├── ChangesTabPageView.uss.meta │ │ │ │ │ │ │ ├── FloatingDialogue.uss │ │ │ │ │ │ │ ├── FloatingDialogue.uss.meta │ │ │ │ │ │ │ ├── FloatingMenu.uss │ │ │ │ │ │ │ ├── FloatingMenu.uss.meta │ │ │ │ │ │ │ ├── FloatingMenuItem.uss │ │ │ │ │ │ │ ├── FloatingMenuItem.uss.meta │ │ │ │ │ │ │ ├── HistoryEntryComponent.uss │ │ │ │ │ │ │ ├── HistoryEntryComponent.uss.meta │ │ │ │ │ │ │ ├── IconButton.uss │ │ │ │ │ │ │ ├── IconButton.uss.meta │ │ │ │ │ │ │ ├── IconTextButton.uss │ │ │ │ │ │ │ ├── IconTextButton.uss.meta │ │ │ │ │ │ │ ├── ListNotice.uss │ │ │ │ │ │ │ ├── ListNotice.uss.meta │ │ │ │ │ │ │ ├── MainPageView.uss │ │ │ │ │ │ │ ├── MainPageView.uss.meta │ │ │ │ │ │ │ ├── Paginator.uss │ │ │ │ │ │ │ ├── Paginator.uss.meta │ │ │ │ │ │ │ ├── ProgressView.uss │ │ │ │ │ │ │ ├── ProgressView.uss.meta │ │ │ │ │ │ │ ├── SearchBar.uss │ │ │ │ │ │ │ ├── SearchBar.uss.meta │ │ │ │ │ │ │ ├── StartPageView.uss │ │ │ │ │ │ │ ├── StartPageView.uss.meta │ │ │ │ │ │ │ ├── TabView.uss │ │ │ │ │ │ │ ├── TabView.uss.meta │ │ │ │ │ │ │ ├── TextButton.uss │ │ │ │ │ │ │ ├── TextButton.uss.meta │ │ │ │ │ │ │ ├── ToggleableChangeListElement.uss │ │ │ │ │ │ │ ├── ToggleableChangeListElement.uss.meta │ │ │ │ │ │ │ ├── TopBar.uss │ │ │ │ │ │ │ ├── TopBar.uss.meta │ │ │ │ │ │ │ ├── styles.uss │ │ │ │ │ │ │ └── styles.uss.meta │ │ │ │ │ │ ├── UiConstants.cs │ │ │ │ │ │ └── UiConstants.cs.meta │ │ │ │ │ ├── Common.meta │ │ │ │ │ ├── Common │ │ │ │ │ │ ├── ArrayContainer.cs │ │ │ │ │ │ ├── ArrayContainer.cs.meta │ │ │ │ │ │ ├── LocationAttribute.cs │ │ │ │ │ │ ├── LocationAttribute.cs.meta │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── README.md.meta │ │ │ │ │ │ ├── ScriptableObjectSingleton.cs │ │ │ │ │ │ ├── ScriptableObjectSingleton.cs.meta │ │ │ │ │ │ ├── SerializableDictionary.cs │ │ │ │ │ │ ├── SerializableDictionary.cs.meta │ │ │ │ │ │ ├── StringArrayContainer.cs │ │ │ │ │ │ └── StringArrayContainer.cs.meta │ │ │ │ │ ├── Components.meta │ │ │ │ │ ├── Components │ │ │ │ │ │ ├── AdapterListView.cs │ │ │ │ │ │ ├── AdapterListView.cs.meta │ │ │ │ │ │ ├── AlertBox.cs │ │ │ │ │ │ ├── AlertBox.cs.meta │ │ │ │ │ │ ├── BetterTextField.cs │ │ │ │ │ │ ├── BetterTextField.cs.meta │ │ │ │ │ │ ├── ChangeEntryGroup.cs │ │ │ │ │ │ ├── ChangeEntryGroup.cs.meta │ │ │ │ │ │ ├── ChangeListElements.meta │ │ │ │ │ │ ├── ChangeListElements │ │ │ │ │ │ │ ├── BaseChangeListElement.cs │ │ │ │ │ │ │ ├── BaseChangeListElement.cs.meta │ │ │ │ │ │ │ ├── ChangeListElement.cs │ │ │ │ │ │ │ ├── ChangeListElement.cs.meta │ │ │ │ │ │ │ ├── ConflictedChangeListElement.cs │ │ │ │ │ │ │ ├── ConflictedChangeListElement.cs.meta │ │ │ │ │ │ │ ├── HistoryChangeListElement.cs │ │ │ │ │ │ │ ├── HistoryChangeListElement.cs.meta │ │ │ │ │ │ │ ├── ToggleableChangeListElement.cs │ │ │ │ │ │ │ └── ToggleableChangeListElement.cs.meta │ │ │ │ │ │ ├── ChangesGroupHeader.cs │ │ │ │ │ │ ├── ChangesGroupHeader.cs.meta │ │ │ │ │ │ ├── ErrorPageView.cs │ │ │ │ │ │ ├── ErrorPageView.cs.meta │ │ │ │ │ │ ├── HistoryEntryComponent.cs │ │ │ │ │ │ ├── HistoryEntryComponent.cs.meta │ │ │ │ │ │ ├── IconButton.cs │ │ │ │ │ │ ├── IconButton.cs.meta │ │ │ │ │ │ ├── IconTextButton.cs │ │ │ │ │ │ ├── IconTextButton.cs.meta │ │ │ │ │ │ ├── ListNotice.cs │ │ │ │ │ │ ├── ListNotice.cs.meta │ │ │ │ │ │ ├── Menus.meta │ │ │ │ │ │ ├── Menus │ │ │ │ │ │ │ ├── FloatingDialogue.cs │ │ │ │ │ │ │ ├── FloatingDialogue.cs.meta │ │ │ │ │ │ │ ├── FloatingMenu.cs │ │ │ │ │ │ │ ├── FloatingMenu.cs.meta │ │ │ │ │ │ │ ├── FloatingMenuItem.cs │ │ │ │ │ │ │ └── FloatingMenuItem.cs.meta │ │ │ │ │ │ ├── PageComponent.cs │ │ │ │ │ │ ├── PageComponent.cs.meta │ │ │ │ │ │ ├── Paginator.cs │ │ │ │ │ │ ├── Paginator.cs.meta │ │ │ │ │ │ ├── ProgressView.cs │ │ │ │ │ │ ├── ProgressView.cs.meta │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── README.md.meta │ │ │ │ │ │ ├── SearchBar.cs │ │ │ │ │ │ ├── SearchBar.cs.meta │ │ │ │ │ │ ├── TabPageComponent.cs │ │ │ │ │ │ ├── TabPageComponent.cs.meta │ │ │ │ │ │ ├── TabView.cs │ │ │ │ │ │ ├── TabView.cs.meta │ │ │ │ │ │ ├── TextButton.cs │ │ │ │ │ │ ├── TextButton.cs.meta │ │ │ │ │ │ ├── TopBar.cs │ │ │ │ │ │ └── TopBar.cs.meta │ │ │ │ │ ├── Models.meta │ │ │ │ │ ├── Models │ │ │ │ │ │ ├── Api.meta │ │ │ │ │ │ ├── Api │ │ │ │ │ │ │ ├── ISourceControlProvider.cs │ │ │ │ │ │ │ └── ISourceControlProvider.cs.meta │ │ │ │ │ │ ├── ChangesModel.cs │ │ │ │ │ │ ├── ChangesModel.cs.meta │ │ │ │ │ │ ├── Enums.meta │ │ │ │ │ │ ├── Enums │ │ │ │ │ │ │ ├── ProjectStatus.cs │ │ │ │ │ │ │ └── ProjectStatus.cs.meta │ │ │ │ │ │ ├── HistoryModel.cs │ │ │ │ │ │ ├── HistoryModel.cs.meta │ │ │ │ │ │ ├── IChangesModel.cs │ │ │ │ │ │ ├── IChangesModel.cs.meta │ │ │ │ │ │ ├── IHistoryModel.cs │ │ │ │ │ │ ├── IHistoryModel.cs.meta │ │ │ │ │ │ ├── IMainModel.cs │ │ │ │ │ │ ├── IMainModel.cs.meta │ │ │ │ │ │ ├── IModel.cs │ │ │ │ │ │ ├── IModel.cs.meta │ │ │ │ │ │ ├── IStartModel.cs │ │ │ │ │ │ ├── IStartModel.cs.meta │ │ │ │ │ │ ├── MainModel.cs │ │ │ │ │ │ ├── MainModel.cs.meta │ │ │ │ │ │ ├── Providers.meta │ │ │ │ │ │ ├── Providers │ │ │ │ │ │ │ ├── Collab.cs │ │ │ │ │ │ │ └── Collab.cs.meta │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── README.md.meta │ │ │ │ │ │ ├── StartModel.cs │ │ │ │ │ │ ├── StartModel.cs.meta │ │ │ │ │ │ ├── Structures.meta │ │ │ │ │ │ └── Structures │ │ │ │ │ │ │ ├── ChangeEntry.cs │ │ │ │ │ │ │ ├── ChangeEntry.cs.meta │ │ │ │ │ │ │ ├── ErrorInfo.cs │ │ │ │ │ │ │ ├── ErrorInfo.cs.meta │ │ │ │ │ │ │ ├── HistoryEntry.cs │ │ │ │ │ │ │ ├── HistoryEntry.cs.meta │ │ │ │ │ │ │ ├── IChangeEntry.cs │ │ │ │ │ │ │ ├── IChangeEntry.cs.meta │ │ │ │ │ │ │ ├── IChangeEntryData.cs │ │ │ │ │ │ │ ├── IChangeEntryData.cs.meta │ │ │ │ │ │ │ ├── IErrorInfo.cs │ │ │ │ │ │ │ ├── IErrorInfo.cs.meta │ │ │ │ │ │ │ ├── IHistoryEntry.cs │ │ │ │ │ │ │ ├── IHistoryEntry.cs.meta │ │ │ │ │ │ │ ├── IProgressInfo.cs │ │ │ │ │ │ │ ├── IProgressInfo.cs.meta │ │ │ │ │ │ │ ├── ProgressInfo.cs │ │ │ │ │ │ │ └── ProgressInfo.cs.meta │ │ │ │ │ ├── Presenters.meta │ │ │ │ │ ├── Presenters │ │ │ │ │ │ ├── ChangesPresenter.cs │ │ │ │ │ │ ├── ChangesPresenter.cs.meta │ │ │ │ │ │ ├── HistoryPresenter.cs │ │ │ │ │ │ ├── HistoryPresenter.cs.meta │ │ │ │ │ │ ├── IChangesPresenter.cs │ │ │ │ │ │ ├── IChangesPresenter.cs.meta │ │ │ │ │ │ ├── IHistoryPresenter.cs │ │ │ │ │ │ ├── IHistoryPresenter.cs.meta │ │ │ │ │ │ ├── IMainPresenter.cs │ │ │ │ │ │ ├── IMainPresenter.cs.meta │ │ │ │ │ │ ├── IPresenter.cs │ │ │ │ │ │ ├── IPresenter.cs.meta │ │ │ │ │ │ ├── IStartPresenter.cs │ │ │ │ │ │ ├── IStartPresenter.cs.meta │ │ │ │ │ │ ├── MainPresenter.cs │ │ │ │ │ │ ├── MainPresenter.cs.meta │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── README.md.meta │ │ │ │ │ │ ├── StartPresenter.cs │ │ │ │ │ │ └── StartPresenter.cs.meta │ │ │ │ │ ├── Properties.meta │ │ │ │ │ ├── Properties │ │ │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ │ │ └── AssemblyInfo.cs.meta │ │ │ │ │ ├── README.md │ │ │ │ │ ├── README.md.meta │ │ │ │ │ ├── Settings.meta │ │ │ │ │ ├── Settings │ │ │ │ │ │ ├── CollabSetting.cs │ │ │ │ │ │ ├── CollabSetting.cs.meta │ │ │ │ │ │ ├── CollabSettings.cs │ │ │ │ │ │ ├── CollabSettings.cs.meta │ │ │ │ │ │ ├── CollabSettingsManager.cs │ │ │ │ │ │ ├── CollabSettingsManager.cs.meta │ │ │ │ │ │ ├── CollabSettingsProvider.cs │ │ │ │ │ │ ├── CollabSettingsProvider.cs.meta │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ └── README.md.meta │ │ │ │ │ ├── Unity.CollabProxy.Editor.asmdef │ │ │ │ │ ├── Unity.CollabProxy.Editor.asmdef.meta │ │ │ │ │ ├── UserInterface.meta │ │ │ │ │ ├── UserInterface │ │ │ │ │ │ ├── Bootstrap.cs │ │ │ │ │ │ ├── Bootstrap.cs.meta │ │ │ │ │ │ ├── CollaborateWindow.cs │ │ │ │ │ │ ├── CollaborateWindow.cs.meta │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── README.md.meta │ │ │ │ │ │ ├── ToolbarButton.cs │ │ │ │ │ │ ├── ToolbarButton.cs.meta │ │ │ │ │ │ ├── WindowCache.cs │ │ │ │ │ │ └── WindowCache.cs.meta │ │ │ │ │ ├── Utilities.meta │ │ │ │ │ ├── Utilities │ │ │ │ │ │ ├── ExtensionMethods.cs │ │ │ │ │ │ ├── ExtensionMethods.cs.meta │ │ │ │ │ │ ├── MenuUtilities.cs │ │ │ │ │ │ ├── MenuUtilities.cs.meta │ │ │ │ │ │ ├── OpenLinksUtility.cs │ │ │ │ │ │ ├── OpenLinksUtility.cs.meta │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── README.md.meta │ │ │ │ │ │ ├── StringUtility.cs │ │ │ │ │ │ ├── StringUtility.cs.meta │ │ │ │ │ │ ├── Threading.cs │ │ │ │ │ │ ├── Threading.cs.meta │ │ │ │ │ │ ├── TimeStamp.cs │ │ │ │ │ │ └── TimeStamp.cs.meta │ │ │ │ │ ├── Views.meta │ │ │ │ │ └── Views │ │ │ │ │ │ ├── Adapters.meta │ │ │ │ │ │ ├── Adapters │ │ │ │ │ │ ├── IAdapter.cs │ │ │ │ │ │ ├── IAdapter.cs.meta │ │ │ │ │ │ ├── IAdapterObserver.cs │ │ │ │ │ │ ├── IAdapterObserver.cs.meta │ │ │ │ │ │ ├── ListAdapters.meta │ │ │ │ │ │ └── ListAdapters │ │ │ │ │ │ │ ├── BaseListAdapter.cs │ │ │ │ │ │ │ ├── BaseListAdapter.cs.meta │ │ │ │ │ │ │ ├── ConflictedChangeListAdapter.cs │ │ │ │ │ │ │ ├── ConflictedChangeListAdapter.cs.meta │ │ │ │ │ │ │ ├── HistoryEntryChangeListAdapter.cs │ │ │ │ │ │ │ ├── HistoryEntryChangeListAdapter.cs.meta │ │ │ │ │ │ │ ├── ToggleableChangeListAdapter.cs │ │ │ │ │ │ │ └── ToggleableChangeListAdapter.cs.meta │ │ │ │ │ │ ├── ChangesTabPageView.cs │ │ │ │ │ │ ├── ChangesTabPageView.cs.meta │ │ │ │ │ │ ├── HistoryTabPageView.cs │ │ │ │ │ │ ├── HistoryTabPageView.cs.meta │ │ │ │ │ │ ├── IChangesView.cs │ │ │ │ │ │ ├── IChangesView.cs.meta │ │ │ │ │ │ ├── IHistoryView.cs │ │ │ │ │ │ ├── IHistoryView.cs.meta │ │ │ │ │ │ ├── IMainView.cs │ │ │ │ │ │ ├── IMainView.cs.meta │ │ │ │ │ │ ├── IStartView.cs │ │ │ │ │ │ ├── IStartView.cs.meta │ │ │ │ │ │ ├── IView.cs │ │ │ │ │ │ ├── IView.cs.meta │ │ │ │ │ │ ├── MainPageView.cs │ │ │ │ │ │ ├── MainPageView.cs.meta │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── README.md.meta │ │ │ │ │ │ ├── StartPageView.cs │ │ │ │ │ │ └── StartPageView.cs.meta │ │ │ │ ├── PlasticSCM.meta │ │ │ │ └── PlasticSCM │ │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ │ ├── AssemblyInfo.cs.meta │ │ │ │ │ ├── AssetMenu.meta │ │ │ │ │ ├── AssetMenu │ │ │ │ │ ├── AssetMenuItems.cs │ │ │ │ │ ├── AssetMenuItems.cs.meta │ │ │ │ │ ├── AssetMenuOperations.cs │ │ │ │ │ ├── AssetMenuOperations.cs.meta │ │ │ │ │ ├── AssetOperations.cs │ │ │ │ │ ├── AssetOperations.cs.meta │ │ │ │ │ ├── AssetsSelection.cs │ │ │ │ │ ├── AssetsSelection.cs.meta │ │ │ │ │ ├── Dialogs.meta │ │ │ │ │ ├── Dialogs │ │ │ │ │ │ ├── CheckinDialog.cs │ │ │ │ │ │ ├── CheckinDialog.cs.meta │ │ │ │ │ │ ├── CheckinDialogOperations.cs │ │ │ │ │ │ └── CheckinDialogOperations.cs.meta │ │ │ │ │ ├── ProjectViewAssetSelection.cs │ │ │ │ │ └── ProjectViewAssetSelection.cs.meta │ │ │ │ │ ├── AssetOverlays.meta │ │ │ │ │ ├── AssetOverlays │ │ │ │ │ ├── AssetStatus.cs │ │ │ │ │ ├── AssetStatus.cs.meta │ │ │ │ │ ├── Cache.meta │ │ │ │ │ ├── Cache │ │ │ │ │ │ ├── AssetStatusCache.cs │ │ │ │ │ │ ├── AssetStatusCache.cs.meta │ │ │ │ │ │ ├── BuildPathDictionary.cs │ │ │ │ │ │ ├── BuildPathDictionary.cs.meta │ │ │ │ │ │ ├── LocalStatusCache.cs │ │ │ │ │ │ ├── LocalStatusCache.cs.meta │ │ │ │ │ │ ├── LockStatusCache.cs │ │ │ │ │ │ ├── LockStatusCache.cs.meta │ │ │ │ │ │ ├── RemoteStatusCache.cs │ │ │ │ │ │ ├── RemoteStatusCache.cs.meta │ │ │ │ │ │ ├── SearchLocks.cs │ │ │ │ │ │ └── SearchLocks.cs.meta │ │ │ │ │ ├── DrawAssetOverlay.cs │ │ │ │ │ └── DrawAssetOverlay.cs.meta │ │ │ │ │ ├── Assets.meta │ │ │ │ │ ├── Assets │ │ │ │ │ ├── Images.meta │ │ │ │ │ ├── Images │ │ │ │ │ │ ├── buttonssosigninemail.png │ │ │ │ │ │ ├── buttonssosigninemail.png.meta │ │ │ │ │ │ ├── buttonssosigninemail@2x.png │ │ │ │ │ │ ├── buttonssosigninemail@2x.png.meta │ │ │ │ │ │ ├── buttonssosigningoogle.png │ │ │ │ │ │ ├── buttonssosigningoogle.png.meta │ │ │ │ │ │ ├── buttonssosigninunity.png │ │ │ │ │ │ ├── buttonssosigninunity.png.meta │ │ │ │ │ │ ├── d_buttonssosigninemail.png │ │ │ │ │ │ ├── d_buttonssosigninemail.png.meta │ │ │ │ │ │ ├── d_buttonssosigninemail@2x.png │ │ │ │ │ │ ├── d_buttonssosigninemail@2x.png.meta │ │ │ │ │ │ ├── d_cloudbuho.png │ │ │ │ │ │ ├── d_cloudbuho.png.meta │ │ │ │ │ │ ├── d_cloudbuhochristmas.png │ │ │ │ │ │ ├── d_cloudbuhochristmas.png.meta │ │ │ │ │ │ ├── d_cloudbuhoshe.png │ │ │ │ │ │ ├── d_cloudbuhoshe.png.meta │ │ │ │ │ │ ├── d_cloudbuhoshechristmas.png │ │ │ │ │ │ ├── d_cloudbuhoshechristmas.png.meta │ │ │ │ │ │ ├── d_colorbuho.png │ │ │ │ │ │ ├── d_colorbuho.png.meta │ │ │ │ │ │ ├── d_colorbuhochristmas.png │ │ │ │ │ │ ├── d_colorbuhochristmas.png.meta │ │ │ │ │ │ ├── d_colorbuhoshe.png │ │ │ │ │ │ ├── d_colorbuhoshe.png.meta │ │ │ │ │ │ ├── d_colorbuhoshechristmas.png │ │ │ │ │ │ ├── d_colorbuhoshechristmas.png.meta │ │ │ │ │ │ ├── d_expertbuho.png │ │ │ │ │ │ ├── d_expertbuho.png.meta │ │ │ │ │ │ ├── d_expertbuhochristmas.png │ │ │ │ │ │ ├── d_expertbuhochristmas.png.meta │ │ │ │ │ │ ├── d_expertbuhoshe.png │ │ │ │ │ │ ├── d_expertbuhoshe.png.meta │ │ │ │ │ │ ├── d_expertbuhoshechristmas.png │ │ │ │ │ │ ├── d_expertbuhoshechristmas.png.meta │ │ │ │ │ │ ├── d_genericbuho1.png │ │ │ │ │ │ ├── d_genericbuho1.png.meta │ │ │ │ │ │ ├── d_genericbuho2.png │ │ │ │ │ │ ├── d_genericbuho2.png.meta │ │ │ │ │ │ ├── d_genericbuho3.png │ │ │ │ │ │ ├── d_genericbuho3.png.meta │ │ │ │ │ │ ├── d_genericbuhochristmas1.png │ │ │ │ │ │ ├── d_genericbuhochristmas1.png.meta │ │ │ │ │ │ ├── d_genericbuhochristmas2.png │ │ │ │ │ │ ├── d_genericbuhochristmas2.png.meta │ │ │ │ │ │ ├── d_genericbuhochristmas3.png │ │ │ │ │ │ ├── d_genericbuhochristmas3.png.meta │ │ │ │ │ │ ├── d_genericbuhoshe1.png │ │ │ │ │ │ ├── d_genericbuhoshe1.png.meta │ │ │ │ │ │ ├── d_genericbuhoshe2.png │ │ │ │ │ │ ├── d_genericbuhoshe2.png.meta │ │ │ │ │ │ ├── d_genericbuhoshe3.png │ │ │ │ │ │ ├── d_genericbuhoshe3.png.meta │ │ │ │ │ │ ├── d_genericbuhoshechristmas1.png │ │ │ │ │ │ ├── d_genericbuhoshechristmas1.png.meta │ │ │ │ │ │ ├── d_genericbuhoshechristmas2.png │ │ │ │ │ │ ├── d_genericbuhoshechristmas2.png.meta │ │ │ │ │ │ ├── d_genericbuhoshechristmas3.png │ │ │ │ │ │ ├── d_genericbuhoshechristmas3.png.meta │ │ │ │ │ │ ├── d_iconplasticview.png │ │ │ │ │ │ ├── d_iconplasticview.png.meta │ │ │ │ │ │ ├── d_iconplasticview@2x.png │ │ │ │ │ │ ├── d_iconplasticview@2x.png.meta │ │ │ │ │ │ ├── d_loading.png │ │ │ │ │ │ ├── d_loading.png.meta │ │ │ │ │ │ ├── d_loading@2x.png │ │ │ │ │ │ ├── d_loading@2x.png.meta │ │ │ │ │ │ ├── d_step1.png │ │ │ │ │ │ ├── d_step1.png.meta │ │ │ │ │ │ ├── d_step1@2x.png │ │ │ │ │ │ ├── d_step1@2x.png.meta │ │ │ │ │ │ ├── d_step2.png │ │ │ │ │ │ ├── d_step2.png.meta │ │ │ │ │ │ ├── d_step2@2x.png │ │ │ │ │ │ ├── d_step2@2x.png.meta │ │ │ │ │ │ ├── d_step3.png │ │ │ │ │ │ ├── d_step3.png.meta │ │ │ │ │ │ ├── d_step3@2x.png │ │ │ │ │ │ ├── d_step3@2x.png.meta │ │ │ │ │ │ ├── d_stepok.png │ │ │ │ │ │ ├── d_stepok.png.meta │ │ │ │ │ │ ├── d_stepok@2x.png │ │ │ │ │ │ ├── d_stepok@2x.png.meta │ │ │ │ │ │ ├── d_stevejobsbuho.png │ │ │ │ │ │ ├── d_stevejobsbuho.png.meta │ │ │ │ │ │ ├── d_stevejobsbuhochristmas.png │ │ │ │ │ │ ├── d_stevejobsbuhochristmas.png.meta │ │ │ │ │ │ ├── d_stevejobsbuhoshe.png │ │ │ │ │ │ ├── d_stevejobsbuhoshe.png.meta │ │ │ │ │ │ ├── d_stevejobsbuhoshechristmas.png │ │ │ │ │ │ ├── d_stevejobsbuhoshechristmas.png.meta │ │ │ │ │ │ ├── iconadded.png │ │ │ │ │ │ ├── iconadded.png.meta │ │ │ │ │ │ ├── iconchanged.png │ │ │ │ │ │ ├── iconchanged.png.meta │ │ │ │ │ │ ├── iconclosebutton.png │ │ │ │ │ │ ├── iconclosebutton.png.meta │ │ │ │ │ │ ├── icondeleted.png │ │ │ │ │ │ ├── icondeleted.png.meta │ │ │ │ │ │ ├── iconemptygravatar.png │ │ │ │ │ │ ├── iconemptygravatar.png.meta │ │ │ │ │ │ ├── iconemptygravatar@2x.png │ │ │ │ │ │ ├── iconemptygravatar@2x.png.meta │ │ │ │ │ │ ├── iconfschanged.png │ │ │ │ │ │ ├── iconfschanged.png.meta │ │ │ │ │ │ ├── iconmergecategory.png │ │ │ │ │ │ ├── iconmergecategory.png.meta │ │ │ │ │ │ ├── iconmergeconflict.png │ │ │ │ │ │ ├── iconmergeconflict.png.meta │ │ │ │ │ │ ├── iconmerged.png │ │ │ │ │ │ ├── iconmerged.png.meta │ │ │ │ │ │ ├── iconmergelink.png │ │ │ │ │ │ ├── iconmergelink.png.meta │ │ │ │ │ │ ├── iconmoved.png │ │ │ │ │ │ ├── iconmoved.png.meta │ │ │ │ │ │ ├── iconplastic.png │ │ │ │ │ │ ├── iconplastic.png.meta │ │ │ │ │ │ ├── iconplasticview.png │ │ │ │ │ │ ├── iconplasticview.png.meta │ │ │ │ │ │ ├── iconplasticview@2x.png │ │ │ │ │ │ ├── iconplasticview@2x.png.meta │ │ │ │ │ │ ├── iconpressedclosebutton.png │ │ │ │ │ │ ├── iconpressedclosebutton.png.meta │ │ │ │ │ │ ├── iconrepository.png │ │ │ │ │ │ ├── iconrepository.png.meta │ │ │ │ │ │ ├── ignored.png │ │ │ │ │ │ ├── ignored.png.meta │ │ │ │ │ │ ├── loading.png │ │ │ │ │ │ ├── loading.png.meta │ │ │ │ │ │ ├── loading@2x.png │ │ │ │ │ │ ├── loading@2x.png.meta │ │ │ │ │ │ ├── notondisk.png │ │ │ │ │ │ ├── notondisk.png.meta │ │ │ │ │ │ ├── ok.png │ │ │ │ │ │ ├── ok.png.meta │ │ │ │ │ │ ├── step1.png │ │ │ │ │ │ ├── step1.png.meta │ │ │ │ │ │ ├── step1@2x.png │ │ │ │ │ │ ├── step1@2x.png.meta │ │ │ │ │ │ ├── step2.png │ │ │ │ │ │ ├── step2.png.meta │ │ │ │ │ │ ├── step2@2x.png │ │ │ │ │ │ ├── step2@2x.png.meta │ │ │ │ │ │ ├── step3.png │ │ │ │ │ │ ├── step3.png.meta │ │ │ │ │ │ ├── step3@2x.png │ │ │ │ │ │ ├── step3@2x.png.meta │ │ │ │ │ │ ├── stepok.png │ │ │ │ │ │ ├── stepok.png.meta │ │ │ │ │ │ ├── stepok@2x.png │ │ │ │ │ │ ├── stepok@2x.png.meta │ │ │ │ │ │ ├── xlink.png │ │ │ │ │ │ └── xlink.png.meta │ │ │ │ │ ├── Layouts.meta │ │ │ │ │ ├── Layouts │ │ │ │ │ │ ├── CreateOrganizationPanel.uxml │ │ │ │ │ │ ├── CreateOrganizationPanel.uxml.meta │ │ │ │ │ │ ├── CreatedOrganizationPanel.uxml │ │ │ │ │ │ ├── CreatedOrganizationPanel.uxml.meta │ │ │ │ │ │ ├── OrganizationPanel.uxml │ │ │ │ │ │ ├── OrganizationPanel.uxml.meta │ │ │ │ │ │ ├── SSOSignUpPanel.uxml │ │ │ │ │ │ ├── SSOSignUpPanel.uxml.meta │ │ │ │ │ │ ├── SignInPanel.uxml │ │ │ │ │ │ ├── SignInPanel.uxml.meta │ │ │ │ │ │ ├── SignInWithEmailPanel.uxml │ │ │ │ │ │ ├── SignInWithEmailPanel.uxml.meta │ │ │ │ │ │ ├── TabView.uxml │ │ │ │ │ │ ├── TabView.uxml.meta │ │ │ │ │ │ ├── TeamEditionConfigurationWindow.uxml │ │ │ │ │ │ ├── TeamEditionConfigurationWindow.uxml.meta │ │ │ │ │ │ ├── WaitingSignInPanel.uxml │ │ │ │ │ │ └── WaitingSignInPanel.uxml.meta │ │ │ │ │ ├── Styles.meta │ │ │ │ │ └── Styles │ │ │ │ │ │ ├── CreateOrganizationPanel.uss │ │ │ │ │ │ ├── CreateOrganizationPanel.uss.meta │ │ │ │ │ │ ├── CreatedOrganizationPanel.uss │ │ │ │ │ │ ├── CreatedOrganizationPanel.uss.meta │ │ │ │ │ │ ├── OrganizationPanel.uss │ │ │ │ │ │ ├── OrganizationPanel.uss.meta │ │ │ │ │ │ ├── SSOSignUpPanel.uss │ │ │ │ │ │ ├── SSOSignUpPanel.uss.meta │ │ │ │ │ │ ├── SignInPanel.uss │ │ │ │ │ │ ├── SignInPanel.uss.meta │ │ │ │ │ │ ├── SignInSignUp.uss │ │ │ │ │ │ ├── SignInSignUp.uss.meta │ │ │ │ │ │ ├── SignInWithEmailPanel.dark.uss │ │ │ │ │ │ ├── SignInWithEmailPanel.dark.uss.meta │ │ │ │ │ │ ├── SignInWithEmailPanel.light.uss │ │ │ │ │ │ ├── SignInWithEmailPanel.light.uss.meta │ │ │ │ │ │ ├── SignInWithEmailPanel.uss │ │ │ │ │ │ ├── SignInWithEmailPanel.uss.meta │ │ │ │ │ │ ├── TabView.dark.uss │ │ │ │ │ │ ├── TabView.dark.uss.meta │ │ │ │ │ │ ├── TabView.light.uss │ │ │ │ │ │ ├── TabView.light.uss.meta │ │ │ │ │ │ ├── TabView.uss │ │ │ │ │ │ ├── TabView.uss.meta │ │ │ │ │ │ ├── TeamEditionConfigurationWindow.uss │ │ │ │ │ │ ├── TeamEditionConfigurationWindow.uss.meta │ │ │ │ │ │ ├── WaitingSignInPanel.uss │ │ │ │ │ │ └── WaitingSignInPanel.uss.meta │ │ │ │ │ ├── AssetsUtils.meta │ │ │ │ │ ├── AssetsUtils │ │ │ │ │ ├── AssetsPath.cs │ │ │ │ │ ├── AssetsPath.cs.meta │ │ │ │ │ ├── LoadAsset.cs │ │ │ │ │ ├── LoadAsset.cs.meta │ │ │ │ │ ├── Processor.meta │ │ │ │ │ ├── Processor │ │ │ │ │ │ ├── AssetModificationProcessor.cs │ │ │ │ │ │ ├── AssetModificationProcessor.cs.meta │ │ │ │ │ │ ├── AssetPostprocessor.cs │ │ │ │ │ │ ├── AssetPostprocessor.cs.meta │ │ │ │ │ │ ├── AssetsProcessor.cs │ │ │ │ │ │ ├── AssetsProcessor.cs.meta │ │ │ │ │ │ ├── PlasticAssetsProcessor.cs │ │ │ │ │ │ └── PlasticAssetsProcessor.cs.meta │ │ │ │ │ ├── ProjectPath.cs │ │ │ │ │ ├── ProjectPath.cs.meta │ │ │ │ │ ├── RefreshAsset.cs │ │ │ │ │ ├── RefreshAsset.cs.meta │ │ │ │ │ ├── SaveAssets.cs │ │ │ │ │ └── SaveAssets.cs.meta │ │ │ │ │ ├── AutoRefresh.cs │ │ │ │ │ ├── AutoRefresh.cs.meta │ │ │ │ │ ├── Beta.meta │ │ │ │ │ ├── Beta │ │ │ │ │ ├── CalculateUserBetaProgramSetting.cs │ │ │ │ │ └── CalculateUserBetaProgramSetting.cs.meta │ │ │ │ │ ├── CheckWorkspaceTreeNodeStatus.cs │ │ │ │ │ ├── CheckWorkspaceTreeNodeStatus.cs.meta │ │ │ │ │ ├── CloudProjectDownloader.meta │ │ │ │ │ ├── CloudProjectDownloader │ │ │ │ │ ├── AutoConfigClientConf.cs │ │ │ │ │ ├── AutoConfigClientConf.cs.meta │ │ │ │ │ ├── CloudProjectDownloader.cs │ │ │ │ │ ├── CloudProjectDownloader.cs.meta │ │ │ │ │ ├── CommandLineArguments.cs │ │ │ │ │ ├── CommandLineArguments.cs.meta │ │ │ │ │ ├── DownloadRepositoryOperation.cs │ │ │ │ │ ├── DownloadRepositoryOperation.cs.meta │ │ │ │ │ ├── ParseArguments.cs │ │ │ │ │ └── ParseArguments.cs.meta │ │ │ │ │ ├── CollabPlugin.cs │ │ │ │ │ ├── CollabPlugin.cs.meta │ │ │ │ │ ├── Configuration.meta │ │ │ │ │ ├── Configuration │ │ │ │ │ ├── ChannelCertificateUiImpl.cs │ │ │ │ │ ├── ChannelCertificateUiImpl.cs.meta │ │ │ │ │ ├── CloudEdition.meta │ │ │ │ │ ├── CloudEdition │ │ │ │ │ │ ├── Welcome.meta │ │ │ │ │ │ └── Welcome │ │ │ │ │ │ │ ├── CloudEditionWelcomeWindow.cs │ │ │ │ │ │ │ ├── CloudEditionWelcomeWindow.cs.meta │ │ │ │ │ │ │ ├── CreateOrganizationPanel.cs │ │ │ │ │ │ │ ├── CreateOrganizationPanel.cs.meta │ │ │ │ │ │ │ ├── CreatedOrganizationPanel.cs │ │ │ │ │ │ │ ├── CreatedOrganizationPanel.cs.meta │ │ │ │ │ │ │ ├── OrganizationPanel.cs │ │ │ │ │ │ │ ├── OrganizationPanel.cs.meta │ │ │ │ │ │ │ ├── SSOSignUpPanel.cs │ │ │ │ │ │ │ ├── SSOSignUpPanel.cs.meta │ │ │ │ │ │ │ ├── SignInPanel.cs │ │ │ │ │ │ │ ├── SignInPanel.cs.meta │ │ │ │ │ │ │ ├── SignInWithEmailPanel.cs │ │ │ │ │ │ │ ├── SignInWithEmailPanel.cs.meta │ │ │ │ │ │ │ ├── WaitingSignInPanel.cs │ │ │ │ │ │ │ └── WaitingSignInPanel.cs.meta │ │ │ │ │ ├── ConfigurePartialWorkspace.cs │ │ │ │ │ ├── ConfigurePartialWorkspace.cs.meta │ │ │ │ │ ├── CredentialsDialog.cs │ │ │ │ │ ├── CredentialsDialog.cs.meta │ │ │ │ │ ├── CredentialsUIImpl.cs │ │ │ │ │ ├── CredentialsUIImpl.cs.meta │ │ │ │ │ ├── EncryptionConfigurationDialog.cs │ │ │ │ │ ├── EncryptionConfigurationDialog.cs.meta │ │ │ │ │ ├── MissingEncryptionPasswordPromptHandler.cs │ │ │ │ │ ├── MissingEncryptionPasswordPromptHandler.cs.meta │ │ │ │ │ ├── TeamEdition.meta │ │ │ │ │ ├── TeamEdition │ │ │ │ │ │ ├── TeamEditionConfigurationWindow.cs │ │ │ │ │ │ └── TeamEditionConfigurationWindow.cs.meta │ │ │ │ │ ├── ToolConfig.cs │ │ │ │ │ ├── ToolConfig.cs.meta │ │ │ │ │ ├── WriteLogConfiguration.cs │ │ │ │ │ └── WriteLogConfiguration.cs.meta │ │ │ │ │ ├── Developer.meta │ │ │ │ │ ├── Developer │ │ │ │ │ ├── CheckinProgress.cs │ │ │ │ │ ├── CheckinProgress.cs.meta │ │ │ │ │ ├── GenericProgress.cs │ │ │ │ │ ├── GenericProgress.cs.meta │ │ │ │ │ ├── IncomingChangesNotificationPanel.cs │ │ │ │ │ ├── IncomingChangesNotificationPanel.cs.meta │ │ │ │ │ ├── ProgressOperationHandler.cs │ │ │ │ │ ├── ProgressOperationHandler.cs.meta │ │ │ │ │ ├── UpdateProgress.cs │ │ │ │ │ ├── UpdateProgress.cs.meta │ │ │ │ │ ├── UpdateReport.meta │ │ │ │ │ └── UpdateReport │ │ │ │ │ │ ├── UpdateReportDialog.cs │ │ │ │ │ │ ├── UpdateReportDialog.cs.meta │ │ │ │ │ │ ├── UpdateReportLineListViewItem.cs │ │ │ │ │ │ ├── UpdateReportLineListViewItem.cs.meta │ │ │ │ │ │ ├── UpdateReportListHeaderState.cs │ │ │ │ │ │ ├── UpdateReportListHeaderState.cs.meta │ │ │ │ │ │ ├── UpdateReportListView.cs │ │ │ │ │ │ └── UpdateReportListView.cs.meta │ │ │ │ │ ├── DrawGuiModeSwitcher.cs │ │ │ │ │ ├── DrawGuiModeSwitcher.cs.meta │ │ │ │ │ ├── DrawIncomingChangesNotificationPanel.cs │ │ │ │ │ ├── DrawIncomingChangesNotificationPanel.cs.meta │ │ │ │ │ ├── EnumExtensions.cs │ │ │ │ │ ├── EnumExtensions.cs.meta │ │ │ │ │ ├── FindWorkspace.cs │ │ │ │ │ ├── FindWorkspace.cs.meta │ │ │ │ │ ├── GetRelativePath.cs │ │ │ │ │ ├── GetRelativePath.cs.meta │ │ │ │ │ ├── Gluon.meta │ │ │ │ │ ├── Gluon │ │ │ │ │ ├── CheckinProgress.cs │ │ │ │ │ ├── CheckinProgress.cs.meta │ │ │ │ │ ├── IncomingChangesNotificationPanel.cs │ │ │ │ │ ├── IncomingChangesNotificationPanel.cs.meta │ │ │ │ │ ├── ProgressOperationHandler.cs │ │ │ │ │ ├── ProgressOperationHandler.cs.meta │ │ │ │ │ ├── UpdateProgress.cs │ │ │ │ │ ├── UpdateProgress.cs.meta │ │ │ │ │ ├── UpdateReport.meta │ │ │ │ │ └── UpdateReport │ │ │ │ │ │ ├── ErrorListViewItem.cs │ │ │ │ │ │ ├── ErrorListViewItem.cs.meta │ │ │ │ │ │ ├── UpdateReportDialog.cs │ │ │ │ │ │ ├── UpdateReportDialog.cs.meta │ │ │ │ │ │ ├── UpdateReportListHeaderState.cs │ │ │ │ │ │ ├── UpdateReportListHeaderState.cs.meta │ │ │ │ │ │ ├── UpdateReportListView.cs │ │ │ │ │ │ └── UpdateReportListView.cs.meta │ │ │ │ │ ├── Help.meta │ │ │ │ │ ├── Help │ │ │ │ │ ├── BuildFormattedHelp.cs │ │ │ │ │ ├── BuildFormattedHelp.cs.meta │ │ │ │ │ ├── DrawHelpPanel.cs │ │ │ │ │ ├── DrawHelpPanel.cs.meta │ │ │ │ │ ├── HelpData.cs │ │ │ │ │ ├── HelpData.cs.meta │ │ │ │ │ ├── HelpFormat.cs │ │ │ │ │ ├── HelpFormat.cs.meta │ │ │ │ │ ├── HelpLink.cs │ │ │ │ │ ├── HelpLink.cs.meta │ │ │ │ │ ├── HelpLinkData.cs │ │ │ │ │ ├── HelpLinkData.cs.meta │ │ │ │ │ ├── HelpPanel.cs │ │ │ │ │ ├── HelpPanel.cs.meta │ │ │ │ │ ├── TestingHelpData.cs │ │ │ │ │ └── TestingHelpData.cs.meta │ │ │ │ │ ├── Inspector.meta │ │ │ │ │ ├── Inspector │ │ │ │ │ ├── DrawInspectorOperations.cs │ │ │ │ │ ├── DrawInspectorOperations.cs.meta │ │ │ │ │ ├── InspectorAssetSelection.cs │ │ │ │ │ └── InspectorAssetSelection.cs.meta │ │ │ │ │ ├── MetaPath.cs │ │ │ │ │ ├── MetaPath.cs.meta │ │ │ │ │ ├── NewIncomingChanges.cs │ │ │ │ │ ├── NewIncomingChanges.cs.meta │ │ │ │ │ ├── PlasticApp.cs │ │ │ │ │ ├── PlasticApp.cs.meta │ │ │ │ │ ├── PlasticGUIClient.cs │ │ │ │ │ ├── PlasticGUIClient.cs.meta │ │ │ │ │ ├── PlasticGUIClient_Gluon.cs │ │ │ │ │ ├── PlasticGUIClient_Gluon.cs.meta │ │ │ │ │ ├── PlasticMenuItem.cs │ │ │ │ │ ├── PlasticMenuItem.cs.meta │ │ │ │ │ ├── PlasticWindow.cs │ │ │ │ │ ├── PlasticWindow.cs.meta │ │ │ │ │ ├── SetupCloudProjectId.cs │ │ │ │ │ ├── SetupCloudProjectId.cs.meta │ │ │ │ │ ├── SwitchModeConfirmationDialog.cs │ │ │ │ │ ├── SwitchModeConfirmationDialog.cs.meta │ │ │ │ │ ├── Tool.meta │ │ │ │ │ ├── Tool │ │ │ │ │ ├── BringWindowToFront.cs │ │ │ │ │ ├── BringWindowToFront.cs.meta │ │ │ │ │ ├── FindTool.cs │ │ │ │ │ ├── FindTool.cs.meta │ │ │ │ │ ├── IsExeAvailable.cs │ │ │ │ │ ├── IsExeAvailable.cs.meta │ │ │ │ │ ├── LaunchInstaller.cs │ │ │ │ │ ├── LaunchInstaller.cs.meta │ │ │ │ │ ├── LaunchTool.cs │ │ │ │ │ ├── LaunchTool.cs.meta │ │ │ │ │ ├── ToolConstants.cs │ │ │ │ │ └── ToolConstants.cs.meta │ │ │ │ │ ├── UI.meta │ │ │ │ │ ├── UI │ │ │ │ │ ├── Avatar.meta │ │ │ │ │ ├── Avatar │ │ │ │ │ │ ├── ApplyCircleMask.cs │ │ │ │ │ │ ├── ApplyCircleMask.cs.meta │ │ │ │ │ │ ├── AvatarImages.cs │ │ │ │ │ │ ├── AvatarImages.cs.meta │ │ │ │ │ │ ├── GetAvatar.cs │ │ │ │ │ │ └── GetAvatar.cs.meta │ │ │ │ │ ├── BoolSetting.cs │ │ │ │ │ ├── BoolSetting.cs.meta │ │ │ │ │ ├── CooldownWindowDelayer.cs │ │ │ │ │ ├── CooldownWindowDelayer.cs.meta │ │ │ │ │ ├── DockEditorWindow.cs │ │ │ │ │ ├── DockEditorWindow.cs.meta │ │ │ │ │ ├── DrawActionButton.cs │ │ │ │ │ ├── DrawActionButton.cs.meta │ │ │ │ │ ├── DrawActionHelpBox.cs │ │ │ │ │ ├── DrawActionHelpBox.cs.meta │ │ │ │ │ ├── DrawSearchField.cs │ │ │ │ │ ├── DrawSearchField.cs.meta │ │ │ │ │ ├── DrawSplitter.cs │ │ │ │ │ ├── DrawSplitter.cs.meta │ │ │ │ │ ├── DropDownTextField.cs │ │ │ │ │ ├── DropDownTextField.cs.meta │ │ │ │ │ ├── EditorDispatcher.cs │ │ │ │ │ ├── EditorDispatcher.cs.meta │ │ │ │ │ ├── EditorProgressBar.cs │ │ │ │ │ ├── EditorProgressBar.cs.meta │ │ │ │ │ ├── EditorProgressControls.cs │ │ │ │ │ ├── EditorProgressControls.cs.meta │ │ │ │ │ ├── EditorVersion.cs │ │ │ │ │ ├── EditorVersion.cs.meta │ │ │ │ │ ├── EditorWindowFocus.cs │ │ │ │ │ ├── EditorWindowFocus.cs.meta │ │ │ │ │ ├── EnumPopupSetting.cs │ │ │ │ │ ├── EnumPopupSetting.cs.meta │ │ │ │ │ ├── FindEditorWindow.cs │ │ │ │ │ ├── FindEditorWindow.cs.meta │ │ │ │ │ ├── GUIActionRunner.cs │ │ │ │ │ ├── GUIActionRunner.cs.meta │ │ │ │ │ ├── GUISpace.cs │ │ │ │ │ ├── GUISpace.cs.meta │ │ │ │ │ ├── GetPlasticShortcut.cs │ │ │ │ │ ├── GetPlasticShortcut.cs.meta │ │ │ │ │ ├── GuiEnabled.cs │ │ │ │ │ ├── GuiEnabled.cs.meta │ │ │ │ │ ├── HandleMenuItem.cs │ │ │ │ │ ├── HandleMenuItem.cs.meta │ │ │ │ │ ├── Images.cs │ │ │ │ │ ├── Images.cs.meta │ │ │ │ │ ├── MeasureMaxWidth.cs │ │ │ │ │ ├── MeasureMaxWidth.cs.meta │ │ │ │ │ ├── Message.meta │ │ │ │ │ ├── Message │ │ │ │ │ │ ├── DrawDialogIcon.cs │ │ │ │ │ │ ├── DrawDialogIcon.cs.meta │ │ │ │ │ │ ├── PlasticQuestionAlert.cs │ │ │ │ │ │ └── PlasticQuestionAlert.cs.meta │ │ │ │ │ ├── PlasticDialog.cs │ │ │ │ │ ├── PlasticDialog.cs.meta │ │ │ │ │ ├── PlasticSplitterGUILayout.cs │ │ │ │ │ ├── PlasticSplitterGUILayout.cs.meta │ │ │ │ │ ├── Progress.meta │ │ │ │ │ ├── Progress │ │ │ │ │ │ ├── DrawProgressForDialogs.cs │ │ │ │ │ │ ├── DrawProgressForDialogs.cs.meta │ │ │ │ │ │ ├── DrawProgressForOperations.cs │ │ │ │ │ │ ├── DrawProgressForOperations.cs.meta │ │ │ │ │ │ ├── DrawProgressForViews.cs │ │ │ │ │ │ ├── DrawProgressForViews.cs.meta │ │ │ │ │ │ ├── OperationProgressData.cs │ │ │ │ │ │ ├── OperationProgressData.cs.meta │ │ │ │ │ │ ├── ProgressControlsForDialogs.cs │ │ │ │ │ │ ├── ProgressControlsForDialogs.cs.meta │ │ │ │ │ │ ├── ProgressControlsForViews.cs │ │ │ │ │ │ └── ProgressControlsForViews.cs.meta │ │ │ │ │ ├── ResponseType.cs │ │ │ │ │ ├── ResponseType.cs.meta │ │ │ │ │ ├── RunModal.cs │ │ │ │ │ ├── RunModal.cs.meta │ │ │ │ │ ├── ShowWindow.cs │ │ │ │ │ ├── ShowWindow.cs.meta │ │ │ │ │ ├── SortOrderComparer.cs │ │ │ │ │ ├── SortOrderComparer.cs.meta │ │ │ │ │ ├── TabButton.cs │ │ │ │ │ ├── TabButton.cs.meta │ │ │ │ │ ├── Tree.meta │ │ │ │ │ ├── Tree │ │ │ │ │ │ ├── DrawTreeViewItem.cs │ │ │ │ │ │ ├── DrawTreeViewItem.cs.meta │ │ │ │ │ │ ├── GetChangesOverlayIcon.cs │ │ │ │ │ │ ├── GetChangesOverlayIcon.cs.meta │ │ │ │ │ │ ├── ListViewItemIds.cs │ │ │ │ │ │ ├── ListViewItemIds.cs.meta │ │ │ │ │ │ ├── TableViewOperations.cs │ │ │ │ │ │ ├── TableViewOperations.cs.meta │ │ │ │ │ │ ├── TreeHeaderColumns.cs │ │ │ │ │ │ ├── TreeHeaderColumns.cs.meta │ │ │ │ │ │ ├── TreeHeaderSettings.cs │ │ │ │ │ │ ├── TreeHeaderSettings.cs.meta │ │ │ │ │ │ ├── TreeViewItemIds.cs │ │ │ │ │ │ └── TreeViewItemIds.cs.meta │ │ │ │ │ ├── UIElements.meta │ │ │ │ │ ├── UIElements │ │ │ │ │ │ ├── LoadingSpinner.cs │ │ │ │ │ │ ├── LoadingSpinner.cs.meta │ │ │ │ │ │ ├── TabView.cs │ │ │ │ │ │ ├── TabView.cs.meta │ │ │ │ │ │ ├── UIElementsExtensions.cs │ │ │ │ │ │ └── UIElementsExtensions.cs.meta │ │ │ │ │ ├── UnityConstants.cs │ │ │ │ │ ├── UnityConstants.cs.meta │ │ │ │ │ ├── UnityEvents.cs │ │ │ │ │ ├── UnityEvents.cs.meta │ │ │ │ │ ├── UnityMenuItem.cs │ │ │ │ │ ├── UnityMenuItem.cs.meta │ │ │ │ │ ├── UnityPlasticGuiMessage.cs │ │ │ │ │ ├── UnityPlasticGuiMessage.cs.meta │ │ │ │ │ ├── UnityPlasticTimer.cs │ │ │ │ │ ├── UnityPlasticTimer.cs.meta │ │ │ │ │ ├── UnityStyles.cs │ │ │ │ │ ├── UnityStyles.cs.meta │ │ │ │ │ ├── UnityThreadWaiter.cs │ │ │ │ │ └── UnityThreadWaiter.cs.meta │ │ │ │ │ ├── Unity.PlasticSCM.Editor.asmdef │ │ │ │ │ ├── Unity.PlasticSCM.Editor.asmdef.meta │ │ │ │ │ ├── UnityConfigurationChecker.cs │ │ │ │ │ ├── UnityConfigurationChecker.cs.meta │ │ │ │ │ ├── VCSPlugin.cs │ │ │ │ │ ├── VCSPlugin.cs.meta │ │ │ │ │ ├── ViewSwitcher.cs │ │ │ │ │ ├── ViewSwitcher.cs.meta │ │ │ │ │ ├── Views.meta │ │ │ │ │ ├── Views │ │ │ │ │ ├── Changesets.meta │ │ │ │ │ ├── Changesets │ │ │ │ │ │ ├── ChangesetListViewItem.cs │ │ │ │ │ │ ├── ChangesetListViewItem.cs.meta │ │ │ │ │ │ ├── ChangesetsListHeaderState.cs │ │ │ │ │ │ ├── ChangesetsListHeaderState.cs.meta │ │ │ │ │ │ ├── ChangesetsListView.cs │ │ │ │ │ │ ├── ChangesetsListView.cs.meta │ │ │ │ │ │ ├── ChangesetsSelection.cs │ │ │ │ │ │ ├── ChangesetsSelection.cs.meta │ │ │ │ │ │ ├── ChangesetsTab.cs │ │ │ │ │ │ ├── ChangesetsTab.cs.meta │ │ │ │ │ │ ├── ChangesetsViewMenu.cs │ │ │ │ │ │ ├── ChangesetsViewMenu.cs.meta │ │ │ │ │ │ ├── DateFilter.cs │ │ │ │ │ │ ├── DateFilter.cs.meta │ │ │ │ │ │ ├── LaunchDiffOperations.cs │ │ │ │ │ │ └── LaunchDiffOperations.cs.meta │ │ │ │ │ ├── CreateWorkspace.meta │ │ │ │ │ ├── CreateWorkspace │ │ │ │ │ │ ├── CreateWorkspaceView.cs │ │ │ │ │ │ ├── CreateWorkspaceView.cs.meta │ │ │ │ │ │ ├── CreateWorkspaceViewState.cs │ │ │ │ │ │ ├── CreateWorkspaceViewState.cs.meta │ │ │ │ │ │ ├── Dialogs.meta │ │ │ │ │ │ ├── Dialogs │ │ │ │ │ │ │ ├── CreateRepositoryDialog.cs │ │ │ │ │ │ │ ├── CreateRepositoryDialog.cs.meta │ │ │ │ │ │ │ ├── RepositoriesListHeaderState.cs │ │ │ │ │ │ │ ├── RepositoriesListHeaderState.cs.meta │ │ │ │ │ │ │ ├── RepositoriesListView.cs │ │ │ │ │ │ │ ├── RepositoriesListView.cs.meta │ │ │ │ │ │ │ ├── RepositoryExplorerDialog.cs │ │ │ │ │ │ │ ├── RepositoryExplorerDialog.cs.meta │ │ │ │ │ │ │ ├── RepositoryListViewItem.cs │ │ │ │ │ │ │ └── RepositoryListViewItem.cs.meta │ │ │ │ │ │ ├── DrawCreateWorkspaceView.cs │ │ │ │ │ │ ├── DrawCreateWorkspaceView.cs.meta │ │ │ │ │ │ ├── ValidRepositoryName.cs │ │ │ │ │ │ └── ValidRepositoryName.cs.meta │ │ │ │ │ ├── Diff.meta │ │ │ │ │ ├── Diff │ │ │ │ │ │ ├── ChangeCategoryTreeViewItem.cs │ │ │ │ │ │ ├── ChangeCategoryTreeViewItem.cs.meta │ │ │ │ │ │ ├── ClientDiffTreeViewItem.cs │ │ │ │ │ │ ├── ClientDiffTreeViewItem.cs.meta │ │ │ │ │ │ ├── Dialogs.meta │ │ │ │ │ │ ├── Dialogs │ │ │ │ │ │ │ ├── GetRestorePathDialog.cs │ │ │ │ │ │ │ └── GetRestorePathDialog.cs.meta │ │ │ │ │ │ ├── DiffPanel.cs │ │ │ │ │ │ ├── DiffPanel.cs.meta │ │ │ │ │ │ ├── DiffSelection.cs │ │ │ │ │ │ ├── DiffSelection.cs.meta │ │ │ │ │ │ ├── DiffTreeView.cs │ │ │ │ │ │ ├── DiffTreeView.cs.meta │ │ │ │ │ │ ├── DiffTreeViewMenu.cs │ │ │ │ │ │ ├── DiffTreeViewMenu.cs.meta │ │ │ │ │ │ ├── GetClientDiffInfos.cs │ │ │ │ │ │ ├── GetClientDiffInfos.cs.meta │ │ │ │ │ │ ├── MergeCategoryTreeViewItem.cs │ │ │ │ │ │ ├── MergeCategoryTreeViewItem.cs.meta │ │ │ │ │ │ ├── UnityDiffTree.cs │ │ │ │ │ │ └── UnityDiffTree.cs.meta │ │ │ │ │ ├── FileSystemOperation.cs │ │ │ │ │ ├── FileSystemOperation.cs.meta │ │ │ │ │ ├── History.meta │ │ │ │ │ ├── History │ │ │ │ │ │ ├── HistoryListHeaderState.cs │ │ │ │ │ │ ├── HistoryListHeaderState.cs.meta │ │ │ │ │ │ ├── HistoryListView.cs │ │ │ │ │ │ ├── HistoryListView.cs.meta │ │ │ │ │ │ ├── HistoryListViewItem.cs │ │ │ │ │ │ ├── HistoryListViewItem.cs.meta │ │ │ │ │ │ ├── HistoryListViewMenu.cs │ │ │ │ │ │ ├── HistoryListViewMenu.cs.meta │ │ │ │ │ │ ├── HistorySelection.cs │ │ │ │ │ │ ├── HistorySelection.cs.meta │ │ │ │ │ │ ├── HistoryTab.cs │ │ │ │ │ │ ├── HistoryTab.cs.meta │ │ │ │ │ │ ├── SaveAction.cs │ │ │ │ │ │ └── SaveAction.cs.meta │ │ │ │ │ ├── IncomingChanges.meta │ │ │ │ │ ├── IncomingChanges │ │ │ │ │ │ ├── Developer.meta │ │ │ │ │ │ ├── Developer │ │ │ │ │ │ │ ├── ChangeCategoryTreeViewItem.cs │ │ │ │ │ │ │ ├── ChangeCategoryTreeViewItem.cs.meta │ │ │ │ │ │ │ ├── ChangeTreeViewItem.cs │ │ │ │ │ │ │ ├── ChangeTreeViewItem.cs.meta │ │ │ │ │ │ │ ├── DirectoryConflicts.meta │ │ │ │ │ │ │ ├── DirectoryConflicts │ │ │ │ │ │ │ │ ├── ConflictResolutionState.cs │ │ │ │ │ │ │ │ ├── ConflictResolutionState.cs.meta │ │ │ │ │ │ │ │ ├── DrawDirectoryResolutionPanel.cs │ │ │ │ │ │ │ │ └── DrawDirectoryResolutionPanel.cs.meta │ │ │ │ │ │ │ ├── IncomingChangesSelection.cs │ │ │ │ │ │ │ ├── IncomingChangesSelection.cs.meta │ │ │ │ │ │ │ ├── IncomingChangesTab.cs │ │ │ │ │ │ │ ├── IncomingChangesTab.cs.meta │ │ │ │ │ │ │ ├── IncomingChangesTreeHeaderState.cs │ │ │ │ │ │ │ ├── IncomingChangesTreeHeaderState.cs.meta │ │ │ │ │ │ │ ├── IncomingChangesTreeView.cs │ │ │ │ │ │ │ ├── IncomingChangesTreeView.cs.meta │ │ │ │ │ │ │ ├── IncomingChangesViewMenu.cs │ │ │ │ │ │ │ ├── IncomingChangesViewMenu.cs.meta │ │ │ │ │ │ │ ├── IsCurrent.cs │ │ │ │ │ │ │ ├── IsCurrent.cs.meta │ │ │ │ │ │ │ ├── IsResolved.cs │ │ │ │ │ │ │ ├── IsResolved.cs.meta │ │ │ │ │ │ │ ├── UnityIncomingChangesTree.cs │ │ │ │ │ │ │ └── UnityIncomingChangesTree.cs.meta │ │ │ │ │ │ ├── Gluon.meta │ │ │ │ │ │ ├── Gluon │ │ │ │ │ │ │ ├── ChangeCategoryTreeViewItem.cs │ │ │ │ │ │ │ ├── ChangeCategoryTreeViewItem.cs.meta │ │ │ │ │ │ │ ├── ChangeTreeViewItem.cs │ │ │ │ │ │ │ ├── ChangeTreeViewItem.cs.meta │ │ │ │ │ │ │ ├── Errors.meta │ │ │ │ │ │ │ ├── Errors │ │ │ │ │ │ │ │ ├── ErrorListViewItem.cs │ │ │ │ │ │ │ │ ├── ErrorListViewItem.cs.meta │ │ │ │ │ │ │ │ ├── ErrorsListHeaderState.cs │ │ │ │ │ │ │ │ ├── ErrorsListHeaderState.cs.meta │ │ │ │ │ │ │ │ ├── ErrorsListView.cs │ │ │ │ │ │ │ │ └── ErrorsListView.cs.meta │ │ │ │ │ │ │ ├── IncomingChangesSelection.cs │ │ │ │ │ │ │ ├── IncomingChangesSelection.cs.meta │ │ │ │ │ │ │ ├── IncomingChangesTab.cs │ │ │ │ │ │ │ ├── IncomingChangesTab.cs.meta │ │ │ │ │ │ │ ├── IncomingChangesTreeHeaderState.cs │ │ │ │ │ │ │ ├── IncomingChangesTreeHeaderState.cs.meta │ │ │ │ │ │ │ ├── IncomingChangesTreeView.cs │ │ │ │ │ │ │ ├── IncomingChangesTreeView.cs.meta │ │ │ │ │ │ │ ├── IncomingChangesViewMenu.cs │ │ │ │ │ │ │ ├── IncomingChangesViewMenu.cs.meta │ │ │ │ │ │ │ ├── UnityIncomingChangesTree.cs │ │ │ │ │ │ │ └── UnityIncomingChangesTree.cs.meta │ │ │ │ │ │ ├── IIncomingChangesTab.cs │ │ │ │ │ │ └── IIncomingChangesTab.cs.meta │ │ │ │ │ ├── LaunchOperation.cs │ │ │ │ │ ├── LaunchOperation.cs.meta │ │ │ │ │ ├── PendingChanges.meta │ │ │ │ │ ├── PendingChanges │ │ │ │ │ │ ├── ChangeCategoryTreeViewItem.cs │ │ │ │ │ │ ├── ChangeCategoryTreeViewItem.cs.meta │ │ │ │ │ │ ├── ChangeTreeViewItem.cs │ │ │ │ │ │ ├── ChangeTreeViewItem.cs.meta │ │ │ │ │ │ ├── Dialogs.meta │ │ │ │ │ │ ├── Dialogs │ │ │ │ │ │ │ ├── CheckinConflictsDialog.cs │ │ │ │ │ │ │ ├── CheckinConflictsDialog.cs.meta │ │ │ │ │ │ │ ├── CheckinMergeNeededDialog.cs │ │ │ │ │ │ │ ├── CheckinMergeNeededDialog.cs.meta │ │ │ │ │ │ │ ├── DependenciesDialog.cs │ │ │ │ │ │ │ ├── DependenciesDialog.cs.meta │ │ │ │ │ │ │ ├── FilterRulesConfirmationDialog.cs │ │ │ │ │ │ │ ├── FilterRulesConfirmationDialog.cs.meta │ │ │ │ │ │ │ ├── LaunchCheckinConflictsDialog.cs │ │ │ │ │ │ │ ├── LaunchCheckinConflictsDialog.cs.meta │ │ │ │ │ │ │ ├── LaunchDependenciesDialog.cs │ │ │ │ │ │ │ ├── LaunchDependenciesDialog.cs.meta │ │ │ │ │ │ │ ├── PendingChangesOptionsDialog.cs │ │ │ │ │ │ │ └── PendingChangesOptionsDialog.cs.meta │ │ │ │ │ │ ├── DrawCommentTextArea.cs │ │ │ │ │ │ ├── DrawCommentTextArea.cs.meta │ │ │ │ │ │ ├── FilesFilterPatternsMenuBuilder.cs │ │ │ │ │ │ ├── FilesFilterPatternsMenuBuilder.cs.meta │ │ │ │ │ │ ├── PendingChangesMultiColumnHeader.cs │ │ │ │ │ │ ├── PendingChangesMultiColumnHeader.cs.meta │ │ │ │ │ │ ├── PendingChangesSelection.cs │ │ │ │ │ │ ├── PendingChangesSelection.cs.meta │ │ │ │ │ │ ├── PendingChangesTab.cs │ │ │ │ │ │ ├── PendingChangesTab.cs.meta │ │ │ │ │ │ ├── PendingChangesTreeHeaderState.cs │ │ │ │ │ │ ├── PendingChangesTreeHeaderState.cs.meta │ │ │ │ │ │ ├── PendingChangesTreeView.cs │ │ │ │ │ │ ├── PendingChangesTreeView.cs.meta │ │ │ │ │ │ ├── PendingChangesViewMenu.cs │ │ │ │ │ │ ├── PendingChangesViewMenu.cs.meta │ │ │ │ │ │ ├── PendingMergeLinks.meta │ │ │ │ │ │ ├── PendingMergeLinks │ │ │ │ │ │ │ ├── MergeLinkListViewItem.cs │ │ │ │ │ │ │ ├── MergeLinkListViewItem.cs.meta │ │ │ │ │ │ │ ├── MergeLinksListView.cs │ │ │ │ │ │ │ └── MergeLinksListView.cs.meta │ │ │ │ │ │ ├── UnityPendingChangesTree.cs │ │ │ │ │ │ └── UnityPendingChangesTree.cs.meta │ │ │ │ │ ├── Welcome.meta │ │ │ │ │ └── Welcome │ │ │ │ │ │ ├── ConfigurePlasticOperation.cs │ │ │ │ │ │ ├── ConfigurePlasticOperation.cs.meta │ │ │ │ │ │ ├── DownloadAndInstallOperation.cs │ │ │ │ │ │ ├── DownloadAndInstallOperation.cs.meta │ │ │ │ │ │ ├── GetInstallerTmpFileName.cs │ │ │ │ │ │ ├── GetInstallerTmpFileName.cs.meta │ │ │ │ │ │ ├── MacOSConfigWorkaround.cs │ │ │ │ │ │ ├── MacOSConfigWorkaround.cs.meta │ │ │ │ │ │ ├── WelcomeView.cs │ │ │ │ │ │ └── WelcomeView.cs.meta │ │ │ │ │ ├── WebApi.meta │ │ │ │ │ └── WebApi │ │ │ │ │ ├── CredentialsResponse.cs │ │ │ │ │ ├── CredentialsResponse.cs.meta │ │ │ │ │ ├── PlasticScmRestApiClient.cs │ │ │ │ │ ├── PlasticScmRestApiClient.cs.meta │ │ │ │ │ ├── UnityPackageBetaEnrollResponse.cs │ │ │ │ │ └── UnityPackageBetaEnrollResponse.cs.meta │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── Lib.meta │ │ │ ├── Lib │ │ │ │ ├── Editor.meta │ │ │ │ └── Editor │ │ │ │ │ ├── PlasticSCM.meta │ │ │ │ │ └── PlasticSCM │ │ │ │ │ ├── FileSystemWatcherLicense.txt │ │ │ │ │ ├── FileSystemWatcherLicense.txt.meta │ │ │ │ │ ├── Unity.Plastic.Antlr3.Runtime.dll │ │ │ │ │ ├── Unity.Plastic.Antlr3.Runtime.dll.meta │ │ │ │ │ ├── liblz4Plastic.dylib │ │ │ │ │ ├── liblz4Plastic.dylib.meta │ │ │ │ │ ├── localization.meta │ │ │ │ │ ├── localization │ │ │ │ │ ├── plastic-gui.en.txt │ │ │ │ │ ├── plastic-gui.en.txt.meta │ │ │ │ │ ├── plastic-gui.es.txt │ │ │ │ │ └── plastic-gui.es.txt.meta │ │ │ │ │ ├── log4netPlastic.dll │ │ │ │ │ ├── log4netPlastic.dll.meta │ │ │ │ │ ├── lz4x64Plastic.dll │ │ │ │ │ ├── lz4x64Plastic.dll.meta │ │ │ │ │ ├── unityplastic.dll │ │ │ │ │ ├── unityplastic.dll.meta │ │ │ │ │ ├── zlib64Plastic.dll │ │ │ │ │ └── zlib64Plastic.dll.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── Tests.meta │ │ │ ├── Tests │ │ │ │ ├── .tests.json │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── Collaborate.meta │ │ │ │ │ ├── Collaborate │ │ │ │ │ │ ├── Models.meta │ │ │ │ │ │ ├── Models │ │ │ │ │ │ │ ├── ChangesModelTests.cs │ │ │ │ │ │ │ ├── ChangesModelTests.cs.meta │ │ │ │ │ │ │ ├── HistoryModelTests.cs │ │ │ │ │ │ │ ├── HistoryModelTests.cs.meta │ │ │ │ │ │ │ ├── Providers.meta │ │ │ │ │ │ │ ├── Providers │ │ │ │ │ │ │ │ ├── MockSourceControlProvider.cs │ │ │ │ │ │ │ │ └── MockSourceControlProvider.cs.meta │ │ │ │ │ │ │ ├── StartModelTests.cs │ │ │ │ │ │ │ ├── StartModelTests.cs.meta │ │ │ │ │ │ │ ├── TestChangesModel.cs │ │ │ │ │ │ │ ├── TestChangesModel.cs.meta │ │ │ │ │ │ │ ├── TestHistoryModel.cs │ │ │ │ │ │ │ ├── TestHistoryModel.cs.meta │ │ │ │ │ │ │ ├── TestMainModel.cs │ │ │ │ │ │ │ ├── TestMainModel.cs.meta │ │ │ │ │ │ │ ├── TestSourceControlProvider.cs │ │ │ │ │ │ │ ├── TestSourceControlProvider.cs.meta │ │ │ │ │ │ │ ├── TestStartModel.cs │ │ │ │ │ │ │ ├── TestStartModel.cs.meta │ │ │ │ │ │ │ ├── TestWindowCache.cs │ │ │ │ │ │ │ └── TestWindowCache.cs.meta │ │ │ │ │ │ ├── Presenters.meta │ │ │ │ │ │ ├── Presenters │ │ │ │ │ │ │ ├── ChangesPresenterTests.cs │ │ │ │ │ │ │ ├── ChangesPresenterTests.cs.meta │ │ │ │ │ │ │ ├── HistoryPresenterTests.cs │ │ │ │ │ │ │ ├── HistoryPresenterTests.cs.meta │ │ │ │ │ │ │ ├── MainPresenterTests.cs │ │ │ │ │ │ │ ├── MainPresenterTests.cs.meta │ │ │ │ │ │ │ ├── StartPresenterTests.cs │ │ │ │ │ │ │ ├── StartPresenterTests.cs.meta │ │ │ │ │ │ │ ├── TestChangesView.cs │ │ │ │ │ │ │ ├── TestChangesView.cs.meta │ │ │ │ │ │ │ ├── TestHistoryView.cs │ │ │ │ │ │ │ ├── TestHistoryView.cs.meta │ │ │ │ │ │ │ ├── TestMainView.cs │ │ │ │ │ │ │ ├── TestMainView.cs.meta │ │ │ │ │ │ │ ├── TestStartView.cs │ │ │ │ │ │ │ └── TestStartView.cs.meta │ │ │ │ │ │ ├── Scenario.meta │ │ │ │ │ │ ├── Scenario │ │ │ │ │ │ │ ├── AsyncToCoroutine.cs │ │ │ │ │ │ │ ├── AsyncToCoroutine.cs.meta │ │ │ │ │ │ │ ├── BasicTests.cs │ │ │ │ │ │ │ └── BasicTests.cs.meta │ │ │ │ │ │ ├── ScenarioTestBase.cs │ │ │ │ │ │ ├── ScenarioTestBase.cs.meta │ │ │ │ │ │ ├── TestConstants.cs │ │ │ │ │ │ ├── TestConstants.cs.meta │ │ │ │ │ │ ├── TestHelpers.cs │ │ │ │ │ │ ├── TestHelpers.cs.meta │ │ │ │ │ │ ├── TestWindow.cs │ │ │ │ │ │ ├── TestWindow.cs.meta │ │ │ │ │ │ ├── UITestHelpers.cs │ │ │ │ │ │ ├── UITestHelpers.cs.meta │ │ │ │ │ │ ├── Unity.CollabProxy.EditorTests.asmdef │ │ │ │ │ │ └── Unity.CollabProxy.EditorTests.asmdef.meta │ │ │ │ │ ├── PlasticSCM.meta │ │ │ │ │ └── PlasticSCM │ │ │ │ │ │ ├── AssetMenu.meta │ │ │ │ │ │ ├── AssetMenu │ │ │ │ │ │ ├── AssetMenuUpdaterTests.cs │ │ │ │ │ │ ├── AssetMenuUpdaterTests.cs.meta │ │ │ │ │ │ ├── SelectedAssetGroupInfoTests.cs │ │ │ │ │ │ └── SelectedAssetGroupInfoTests.cs.meta │ │ │ │ │ │ ├── Mock.meta │ │ │ │ │ │ ├── Mock │ │ │ │ │ │ ├── BuildWorkspaceTreeNode.cs │ │ │ │ │ │ ├── BuildWorkspaceTreeNode.cs.meta │ │ │ │ │ │ ├── PlasticApiMock.cs │ │ │ │ │ │ └── PlasticApiMock.cs.meta │ │ │ │ │ │ ├── ProjectDownloader.meta │ │ │ │ │ │ ├── ProjectDownloader │ │ │ │ │ │ ├── CommandLineArgumentsTests.cs │ │ │ │ │ │ ├── CommandLineArgumentsTests.cs.meta │ │ │ │ │ │ ├── ParseArgumentsTest.cs │ │ │ │ │ │ └── ParseArgumentsTest.cs.meta │ │ │ │ │ │ ├── UI.meta │ │ │ │ │ │ ├── UI │ │ │ │ │ │ ├── EditorVersionTests.cs │ │ │ │ │ │ ├── EditorVersionTests.cs.meta │ │ │ │ │ │ ├── TextureLoadTests.cs │ │ │ │ │ │ └── TextureLoadTests.cs.meta │ │ │ │ │ │ ├── Unity.PlasticSCM.EditorTests.asmdef │ │ │ │ │ │ ├── Unity.PlasticSCM.EditorTests.asmdef.meta │ │ │ │ │ │ ├── Views.meta │ │ │ │ │ │ └── Views │ │ │ │ │ │ ├── Diff.meta │ │ │ │ │ │ ├── Diff │ │ │ │ │ │ ├── UnityDiffTreeTests.cs │ │ │ │ │ │ └── UnityDiffTreeTests.cs.meta │ │ │ │ │ │ ├── IncomingChanges.meta │ │ │ │ │ │ ├── IncomingChanges │ │ │ │ │ │ ├── Developer.meta │ │ │ │ │ │ ├── Developer │ │ │ │ │ │ │ ├── IsCurrentTests.cs │ │ │ │ │ │ │ ├── IsCurrentTests.cs.meta │ │ │ │ │ │ │ ├── IsResolvedTests.cs │ │ │ │ │ │ │ ├── IsResolvedTests.cs.meta │ │ │ │ │ │ │ ├── MergetTreeResultMock.cs │ │ │ │ │ │ │ ├── MergetTreeResultMock.cs.meta │ │ │ │ │ │ │ ├── UnityIncomingChangesTreeTests.cs │ │ │ │ │ │ │ └── UnityIncomingChangesTreeTests.cs.meta │ │ │ │ │ │ ├── Gluon.meta │ │ │ │ │ │ └── Gluon │ │ │ │ │ │ │ ├── UnityIncomingChangesTreeTests.cs │ │ │ │ │ │ │ └── UnityIncomingChangesTreeTests.cs.meta │ │ │ │ │ │ ├── PendingChanges.meta │ │ │ │ │ │ └── PendingChanges │ │ │ │ │ │ ├── UnityPendingChangesTreeTests.cs │ │ │ │ │ │ └── UnityPendingChangesTreeTests.cs.meta │ │ │ │ ├── README.md │ │ │ │ └── README.md.meta │ │ │ ├── Third Party Notices.md │ │ │ ├── Third Party Notices.md.meta │ │ │ ├── package.json │ │ │ └── package.json.meta │ │ ├── com.unity.ext.nunit@1.0.6 │ │ │ ├── .gitlab-ci.yml │ │ │ ├── CHANGELOG.md │ │ │ ├── CHANGELOG.md.meta │ │ │ ├── Documentation~ │ │ │ │ └── ext.nunit.md │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── net35.meta │ │ │ ├── net35 │ │ │ │ ├── unity-custom.meta │ │ │ │ └── unity-custom │ │ │ │ │ ├── nunit.framework.dll │ │ │ │ │ └── nunit.framework.dll.meta │ │ │ ├── package.json │ │ │ └── package.json.meta │ │ ├── com.unity.ide.rider@2.0.7 │ │ │ ├── .editorconfig │ │ │ ├── CHANGELOG.md │ │ │ ├── CHANGELOG.md.meta │ │ │ ├── CONTRIBUTING.md │ │ │ ├── CONTRIBUTING.md.meta │ │ │ ├── Documentation~ │ │ │ │ ├── README.md │ │ │ │ ├── TableOfContents.md │ │ │ │ ├── images │ │ │ │ │ ├── preferences-rider-tab.png │ │ │ │ │ └── preferences-settings-external-tools-window.png │ │ │ │ ├── index.md │ │ │ │ └── using-the-jetbrains-rider-editor-package.md │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── Rider.meta │ │ │ ├── Rider │ │ │ │ ├── Editor.meta │ │ │ │ └── Editor │ │ │ │ │ ├── Discovery.cs │ │ │ │ │ ├── Discovery.cs.meta │ │ │ │ │ ├── EditorPluginInterop.cs │ │ │ │ │ ├── EditorPluginInterop.cs.meta │ │ │ │ │ ├── LoggingLevel.cs │ │ │ │ │ ├── LoggingLevel.cs.meta │ │ │ │ │ ├── PluginSettings.cs │ │ │ │ │ ├── PluginSettings.cs.meta │ │ │ │ │ ├── PostProcessors.meta │ │ │ │ │ ├── PostProcessors │ │ │ │ │ ├── RiderAssetPostprocessor.cs │ │ │ │ │ └── RiderAssetPostprocessor.cs.meta │ │ │ │ │ ├── ProjectGeneration.meta │ │ │ │ │ ├── ProjectGeneration │ │ │ │ │ ├── AssemblyNameProvider.cs │ │ │ │ │ ├── AssemblyNameProvider.cs.meta │ │ │ │ │ ├── FileIOProvider.cs │ │ │ │ │ ├── FileIOProvider.cs.meta │ │ │ │ │ ├── GUIDProvider.cs │ │ │ │ │ ├── GUIDProvider.cs.meta │ │ │ │ │ ├── IAssemblyNameProvider.cs │ │ │ │ │ ├── IAssemblyNameProvider.cs.meta │ │ │ │ │ ├── IFileIO.cs │ │ │ │ │ ├── IFileIO.cs.meta │ │ │ │ │ ├── IGUIDGenerator.cs │ │ │ │ │ ├── IGUIDGenerator.cs.meta │ │ │ │ │ ├── IGenerator.cs │ │ │ │ │ ├── IGenerator.cs.meta │ │ │ │ │ ├── ProjectGeneration.cs │ │ │ │ │ ├── ProjectGeneration.cs.meta │ │ │ │ │ ├── ProjectGenerationFlag.cs │ │ │ │ │ ├── ProjectGenerationFlag.cs.meta │ │ │ │ │ ├── SolutionGuidGenerator.cs │ │ │ │ │ └── SolutionGuidGenerator.cs.meta │ │ │ │ │ ├── Properties.meta │ │ │ │ │ ├── Properties │ │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ │ └── AssemblyInfo.cs.meta │ │ │ │ │ ├── RiderFileSystemWatcher.cs │ │ │ │ │ ├── RiderFileSystemWatcher.cs.meta │ │ │ │ │ ├── RiderInitializer.cs │ │ │ │ │ ├── RiderInitializer.cs.meta │ │ │ │ │ ├── RiderScriptEditor.cs │ │ │ │ │ ├── RiderScriptEditor.cs.meta │ │ │ │ │ ├── RiderScriptEditorData.cs │ │ │ │ │ ├── RiderScriptEditorData.cs.meta │ │ │ │ │ ├── UnitTesting.meta │ │ │ │ │ ├── UnitTesting │ │ │ │ │ ├── CallbackData.cs │ │ │ │ │ ├── CallbackData.cs.meta │ │ │ │ │ ├── CallbackInitializer.cs │ │ │ │ │ ├── CallbackInitializer.cs.meta │ │ │ │ │ ├── RiderTestRunner.cs │ │ │ │ │ ├── RiderTestRunner.cs.meta │ │ │ │ │ ├── SyncTestRunCallback.cs │ │ │ │ │ ├── SyncTestRunCallback.cs.meta │ │ │ │ │ ├── SyncTestRunEventsHandler.cs │ │ │ │ │ ├── SyncTestRunEventsHandler.cs.meta │ │ │ │ │ ├── TestEvent.cs │ │ │ │ │ ├── TestEvent.cs.meta │ │ │ │ │ ├── TestsCallback.cs │ │ │ │ │ └── TestsCallback.cs.meta │ │ │ │ │ ├── Util.meta │ │ │ │ │ ├── Util │ │ │ │ │ ├── CommandLineParser.cs │ │ │ │ │ ├── CommandLineParser.cs.meta │ │ │ │ │ ├── FileSystemUtil.cs │ │ │ │ │ ├── FileSystemUtil.cs.meta │ │ │ │ │ ├── LibcNativeInterop.cs │ │ │ │ │ ├── LibcNativeInterop.cs.meta │ │ │ │ │ ├── RiderMenu.cs │ │ │ │ │ ├── RiderMenu.cs.meta │ │ │ │ │ ├── SerializableVersion.cs │ │ │ │ │ └── SerializableVersion.cs.meta │ │ │ │ │ ├── com.unity.ide.rider.asmdef │ │ │ │ │ └── com.unity.ide.rider.asmdef.meta │ │ │ ├── package.json │ │ │ └── package.json.meta │ │ ├── com.unity.ide.visualstudio@2.0.8 │ │ │ ├── CHANGELOG.md │ │ │ ├── CHANGELOG.md.meta │ │ │ ├── CONTRIBUTING.md │ │ │ ├── CONTRIBUTING.md.meta │ │ │ ├── Documentation~ │ │ │ │ └── README.md │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── AppleEventIntegration~ │ │ │ │ │ ├── AppleEventIntegration.xcodeproj │ │ │ │ │ │ ├── project.pbxproj │ │ │ │ │ │ └── project.xcworkspace │ │ │ │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ │ │ │ └── xcshareddata │ │ │ │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ │ │ └── AppleEventIntegration │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ └── main.mm │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ ├── AssemblyInfo.cs.meta │ │ │ │ ├── COMIntegration.meta │ │ │ │ ├── COMIntegration │ │ │ │ │ ├── COMIntegration~ │ │ │ │ │ │ ├── BStrHolder.h │ │ │ │ │ │ ├── BStrHolder.h.meta │ │ │ │ │ │ ├── CMakeLists.txt │ │ │ │ │ │ ├── CMakeLists.txt.meta │ │ │ │ │ │ ├── COMIntegration.cpp │ │ │ │ │ │ ├── COMIntegration.cpp.meta │ │ │ │ │ │ ├── ComPtr.h │ │ │ │ │ │ ├── ComPtr.h.meta │ │ │ │ │ │ ├── dte80a.tlh │ │ │ │ │ │ ├── dte80a.tlh.meta │ │ │ │ │ │ ├── release-build.txt │ │ │ │ │ │ └── release-build.txt.meta │ │ │ │ │ ├── Release.meta │ │ │ │ │ └── Release │ │ │ │ │ │ ├── COMIntegration.exe │ │ │ │ │ │ └── COMIntegration.exe.meta │ │ │ │ ├── Discovery.cs │ │ │ │ ├── Discovery.cs.meta │ │ │ │ ├── FileUtility.cs │ │ │ │ ├── FileUtility.cs.meta │ │ │ │ ├── Image.cs │ │ │ │ ├── Image.cs.meta │ │ │ │ ├── Messaging.meta │ │ │ │ ├── Messaging │ │ │ │ │ ├── Deserializer.cs │ │ │ │ │ ├── Deserializer.cs.meta │ │ │ │ │ ├── ExceptionEventArgs.cs │ │ │ │ │ ├── ExceptionEventArgs.cs.meta │ │ │ │ │ ├── Message.cs │ │ │ │ │ ├── Message.cs.meta │ │ │ │ │ ├── MessageEventArgs.cs │ │ │ │ │ ├── MessageEventArgs.cs.meta │ │ │ │ │ ├── MessageType.cs │ │ │ │ │ ├── MessageType.cs.meta │ │ │ │ │ ├── Messenger.cs │ │ │ │ │ ├── Messenger.cs.meta │ │ │ │ │ ├── Serializer.cs │ │ │ │ │ ├── Serializer.cs.meta │ │ │ │ │ ├── TcpClient.cs │ │ │ │ │ ├── TcpClient.cs.meta │ │ │ │ │ ├── TcpListener.cs │ │ │ │ │ ├── TcpListener.cs.meta │ │ │ │ │ ├── UdpSocket.cs │ │ │ │ │ └── UdpSocket.cs.meta │ │ │ │ ├── Plugins.meta │ │ │ │ ├── Plugins │ │ │ │ │ ├── .gitattributes │ │ │ │ │ ├── AppleEventIntegration.bundle.meta │ │ │ │ │ └── AppleEventIntegration.bundle │ │ │ │ │ │ ├── Contents.meta │ │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ ├── Info.plist.meta │ │ │ │ │ │ ├── MacOS.meta │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ ├── AppleEventIntegration │ │ │ │ │ │ └── AppleEventIntegration.meta │ │ │ │ │ │ ├── _CodeSignature.meta │ │ │ │ │ │ └── _CodeSignature │ │ │ │ │ │ ├── CodeResources │ │ │ │ │ │ └── CodeResources.meta │ │ │ │ ├── ProjectGeneration.meta │ │ │ │ ├── ProjectGeneration │ │ │ │ │ ├── AssemblyNameProvider.cs │ │ │ │ │ ├── AssemblyNameProvider.cs.meta │ │ │ │ │ ├── FileIOProvider.cs │ │ │ │ │ ├── FileIOProvider.cs.meta │ │ │ │ │ ├── GUIDProvider.cs │ │ │ │ │ ├── GUIDProvider.cs.meta │ │ │ │ │ ├── ProjectGeneration.cs │ │ │ │ │ ├── ProjectGeneration.cs.meta │ │ │ │ │ ├── ProjectGenerationFlag.cs │ │ │ │ │ └── ProjectGenerationFlag.cs.meta │ │ │ │ ├── Solution.cs │ │ │ │ ├── Solution.cs.meta │ │ │ │ ├── SolutionParser.cs │ │ │ │ ├── SolutionParser.cs.meta │ │ │ │ ├── SolutionProjectEntry.cs │ │ │ │ ├── SolutionProjectEntry.cs.meta │ │ │ │ ├── SolutionProperties.cs │ │ │ │ ├── SolutionProperties.cs.meta │ │ │ │ ├── Symbols.cs │ │ │ │ ├── Symbols.cs.meta │ │ │ │ ├── Testing.meta │ │ │ │ ├── Testing │ │ │ │ │ ├── TestAdaptor.cs │ │ │ │ │ ├── TestAdaptor.cs.meta │ │ │ │ │ ├── TestResultAdaptor.cs │ │ │ │ │ ├── TestResultAdaptor.cs.meta │ │ │ │ │ ├── TestRunnerApiListener.cs │ │ │ │ │ ├── TestRunnerApiListener.cs.meta │ │ │ │ │ ├── TestRunnerCallbacks.cs │ │ │ │ │ ├── TestRunnerCallbacks.cs.meta │ │ │ │ │ ├── TestStatusAdaptor.cs │ │ │ │ │ └── TestStatusAdaptor.cs.meta │ │ │ │ ├── UnityInstallation.cs │ │ │ │ ├── UnityInstallation.cs.meta │ │ │ │ ├── UsageUtility.cs │ │ │ │ ├── UsageUtility.cs.meta │ │ │ │ ├── VSWhere.meta │ │ │ │ ├── VSWhere │ │ │ │ │ ├── vswhere.exe │ │ │ │ │ └── vswhere.exe.meta │ │ │ │ ├── VersionPair.cs │ │ │ │ ├── VersionPair.cs.meta │ │ │ │ ├── VisualStudioEditor.cs │ │ │ │ ├── VisualStudioEditor.cs.meta │ │ │ │ ├── VisualStudioInstallation.cs │ │ │ │ ├── VisualStudioInstallation.cs.meta │ │ │ │ ├── VisualStudioIntegration.cs │ │ │ │ ├── VisualStudioIntegration.cs.meta │ │ │ │ ├── com.unity.ide.visualstudio.asmdef │ │ │ │ └── com.unity.ide.visualstudio.asmdef.meta │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── ThirdPartyNotices.md │ │ │ ├── ThirdPartyNotices.md.meta │ │ │ ├── package.json │ │ │ └── package.json.meta │ │ ├── com.unity.ide.vscode@1.2.3 │ │ │ ├── CHANGELOG.md │ │ │ ├── CHANGELOG.md.meta │ │ │ ├── CONTRIBUTING.md │ │ │ ├── CONTRIBUTING.md.meta │ │ │ ├── Documentation~ │ │ │ │ └── README.md │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── ProjectGeneration.meta │ │ │ │ ├── ProjectGeneration │ │ │ │ │ ├── AssemblyNameProvider.cs │ │ │ │ │ ├── AssemblyNameProvider.cs.meta │ │ │ │ │ ├── FileIO.cs │ │ │ │ │ ├── FileIO.cs.meta │ │ │ │ │ ├── GUIDGenerator.cs │ │ │ │ │ ├── GUIDGenerator.cs.meta │ │ │ │ │ ├── ProjectGeneration.cs │ │ │ │ │ ├── ProjectGeneration.cs.meta │ │ │ │ │ ├── ProjectGenerationFlag.cs │ │ │ │ │ └── ProjectGenerationFlag.cs.meta │ │ │ │ ├── Unity.com.unity.vscode.Editor.asmdef │ │ │ │ ├── Unity.com.unity.vscode.Editor.asmdef.meta │ │ │ │ ├── VSCodeDiscovery.cs │ │ │ │ ├── VSCodeDiscovery.cs.meta │ │ │ │ ├── VSCodeScriptEditor.cs │ │ │ │ └── VSCodeScriptEditor.cs.meta │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── package.json │ │ │ └── package.json.meta │ │ ├── com.unity.nuget.newtonsoft-json@2.0.0 │ │ │ ├── .gitattributes │ │ │ ├── CHANGELOG.md │ │ │ ├── CHANGELOG.md.meta │ │ │ ├── Documentation~ │ │ │ │ └── index.md │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── Runtime.meta │ │ │ ├── Runtime │ │ │ │ ├── AOT.meta │ │ │ │ ├── AOT │ │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ │ └── Newtonsoft.Json.dll.meta │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ ├── Newtonsoft.Json.dll.meta │ │ │ │ ├── Portable.meta │ │ │ │ └── Portable │ │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ │ └── Newtonsoft.Json.dll.meta │ │ │ ├── Tests.meta │ │ │ ├── Tests │ │ │ │ ├── .tests.json │ │ │ │ ├── Editor.meta │ │ │ │ └── Editor │ │ │ │ │ ├── SanityTests.cs │ │ │ │ │ ├── SanityTests.cs.meta │ │ │ │ │ ├── Unity.Nuget.NewtonsoftJson.EditorTests.asmdef │ │ │ │ │ └── Unity.Nuget.NewtonsoftJson.EditorTests.asmdef.meta │ │ │ ├── Third Party Notices.md │ │ │ ├── Third Party Notices.md.meta │ │ │ ├── link.xml │ │ │ ├── link.xml.meta │ │ │ ├── package.json │ │ │ └── package.json.meta │ │ ├── com.unity.test-framework@1.1.24 │ │ │ ├── CHANGELOG.md │ │ │ ├── CHANGELOG.md.meta │ │ │ ├── CONTRIBUTING.md │ │ │ ├── CONTRIBUTING.md.meta │ │ │ ├── Documentation~ │ │ │ │ ├── TableOfContents.md │ │ │ │ ├── edit-mode-vs-play-mode-tests.md │ │ │ │ ├── extending.md │ │ │ │ ├── extension-get-test-results.md │ │ │ │ ├── extension-retrieve-test-list.md │ │ │ │ ├── extension-run-tests.md │ │ │ │ ├── getting-started.md │ │ │ │ ├── images │ │ │ │ │ ├── assembly-definition-references.png │ │ │ │ │ ├── editmode-create-test-script.png │ │ │ │ │ ├── editmode-run-test.png │ │ │ │ │ ├── editmode-run-tests.png │ │ │ │ │ ├── editmode-tab.png │ │ │ │ │ ├── execution-order-full.svg │ │ │ │ │ ├── execution-order-outerunitytestaction.svg │ │ │ │ │ ├── execution-order-unitysetup-teardown.svg │ │ │ │ │ ├── import-settings.png │ │ │ │ │ ├── new-test-script.png │ │ │ │ │ ├── playmode-disable-all.png │ │ │ │ │ ├── playmode-results-standalone.png │ │ │ │ │ ├── playmode-run-standalone.png │ │ │ │ │ ├── playmode-tab.png │ │ │ │ │ ├── test-runner-window.png │ │ │ │ │ ├── test-templates.png │ │ │ │ │ └── tests-folder-assembly.png │ │ │ │ ├── index.md │ │ │ │ ├── manual.md │ │ │ │ ├── reference-actions-outside-tests.md │ │ │ │ ├── reference-attribute-conditionalignore.md │ │ │ │ ├── reference-attribute-testmustexpectalllogs.md │ │ │ │ ├── reference-attribute-testplayerbuildmodifier.md │ │ │ │ ├── reference-attribute-testruncallback.md │ │ │ │ ├── reference-attribute-unityplatform.md │ │ │ │ ├── reference-attribute-unitytest.md │ │ │ │ ├── reference-command-line.md │ │ │ │ ├── reference-comparer-color.md │ │ │ │ ├── reference-comparer-equals.md │ │ │ │ ├── reference-comparer-float.md │ │ │ │ ├── reference-comparer-quaternion.md │ │ │ │ ├── reference-comparer-vector2.md │ │ │ │ ├── reference-comparer-vector3.md │ │ │ │ ├── reference-comparer-vector4.md │ │ │ │ ├── reference-custom-assertion.md │ │ │ │ ├── reference-custom-attributes.md │ │ │ │ ├── reference-custom-constraints.md │ │ │ │ ├── reference-custom-equality-comparers.md │ │ │ │ ├── reference-custom-yield-instructions.md │ │ │ │ ├── reference-execution-settings.md │ │ │ │ ├── reference-filter.md │ │ │ │ ├── reference-icallbacks.md │ │ │ │ ├── reference-ierror-callbacks.md │ │ │ │ ├── reference-itest-adaptor.md │ │ │ │ ├── reference-itest-result-adaptor.md │ │ │ │ ├── reference-itest-run-settings.md │ │ │ │ ├── reference-outerunitytestaction.md │ │ │ │ ├── reference-recompile-scripts.md │ │ │ │ ├── reference-setup-and-cleanup.md │ │ │ │ ├── reference-test-runner-api.md │ │ │ │ ├── reference-test-utils.md │ │ │ │ ├── reference-tests-monobehaviour.md │ │ │ │ ├── reference-tests-parameterized.md │ │ │ │ ├── reference-unitysetup-and-unityteardown.md │ │ │ │ ├── reference-wait-for-domain-reload.md │ │ │ │ ├── resources.md │ │ │ │ ├── workflow-create-playmode-test.md │ │ │ │ ├── workflow-create-test-assembly.md │ │ │ │ ├── workflow-create-test.md │ │ │ │ ├── workflow-run-playmode-test-standalone.md │ │ │ │ └── workflow-run-test.md │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── UnityEditor.TestRunner.meta │ │ │ ├── UnityEditor.TestRunner │ │ │ │ ├── Api.meta │ │ │ │ ├── Api │ │ │ │ │ ├── CallbacksDelegator.cs │ │ │ │ │ ├── CallbacksDelegator.cs.meta │ │ │ │ │ ├── CallbacksDelegatorListener.cs │ │ │ │ │ ├── CallbacksDelegatorListener.cs.meta │ │ │ │ │ ├── CallbacksHolder.cs │ │ │ │ │ ├── CallbacksHolder.cs.meta │ │ │ │ │ ├── ExecutionSettings.cs │ │ │ │ │ ├── ExecutionSettings.cs.meta │ │ │ │ │ ├── Filter.cs │ │ │ │ │ ├── Filter.cs.meta │ │ │ │ │ ├── ICallbacks.cs │ │ │ │ │ ├── ICallbacks.cs.meta │ │ │ │ │ ├── ICallbacksDelegator.cs │ │ │ │ │ ├── ICallbacksDelegator.cs.meta │ │ │ │ │ ├── ICallbacksHolder.cs │ │ │ │ │ ├── ICallbacksHolder.cs.meta │ │ │ │ │ ├── IErrorCallbacks.cs │ │ │ │ │ ├── IErrorCallbacks.cs.meta │ │ │ │ │ ├── ITestAdaptor.cs │ │ │ │ │ ├── ITestAdaptor.cs.meta │ │ │ │ │ ├── ITestAdaptorFactory.cs │ │ │ │ │ ├── ITestAdaptorFactory.cs.meta │ │ │ │ │ ├── ITestResultAdaptor.cs │ │ │ │ │ ├── ITestResultAdaptor.cs.meta │ │ │ │ │ ├── ITestRunSettings.cs │ │ │ │ │ ├── ITestRunSettings.cs.meta │ │ │ │ │ ├── ITestRunnerApi.cs │ │ │ │ │ ├── ITestRunnerApi.cs.meta │ │ │ │ │ ├── ITestTreeRebuildCallbacks.cs │ │ │ │ │ ├── ITestTreeRebuildCallbacks.cs.meta │ │ │ │ │ ├── RunState.cs │ │ │ │ │ ├── RunState.cs.meta │ │ │ │ │ ├── TestAdaptor.cs │ │ │ │ │ ├── TestAdaptor.cs.meta │ │ │ │ │ ├── TestAdaptorFactory.cs │ │ │ │ │ ├── TestAdaptorFactory.cs.meta │ │ │ │ │ ├── TestMode.cs │ │ │ │ │ ├── TestMode.cs.meta │ │ │ │ │ ├── TestResultAdaptor.cs │ │ │ │ │ ├── TestResultAdaptor.cs.meta │ │ │ │ │ ├── TestRunnerApi.cs │ │ │ │ │ ├── TestRunnerApi.cs.meta │ │ │ │ │ ├── TestStatus.cs │ │ │ │ │ └── TestStatus.cs.meta │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ ├── AssemblyInfo.cs.meta │ │ │ │ ├── CommandLineParser.meta │ │ │ │ ├── CommandLineParser │ │ │ │ │ ├── CommandLineOption.cs │ │ │ │ │ ├── CommandLineOption.cs.meta │ │ │ │ │ ├── CommandLineOptionSet.cs │ │ │ │ │ ├── CommandLineOptionSet.cs.meta │ │ │ │ │ ├── ICommandLineOption.cs │ │ │ │ │ └── ICommandLineOption.cs.meta │ │ │ │ ├── CommandLineTest.meta │ │ │ │ ├── CommandLineTest │ │ │ │ │ ├── Executer.cs │ │ │ │ │ ├── Executer.cs.meta │ │ │ │ │ ├── ExecutionSettings.cs │ │ │ │ │ ├── ExecutionSettings.cs.meta │ │ │ │ │ ├── ExitCallbacks.cs │ │ │ │ │ ├── ExitCallbacks.cs.meta │ │ │ │ │ ├── ExitCallbacksDataHolder.cs │ │ │ │ │ ├── ExitCallbacksDataHolder.cs.meta │ │ │ │ │ ├── ISettingsBuilder.cs │ │ │ │ │ ├── ISettingsBuilder.cs.meta │ │ │ │ │ ├── LogSavingCallbacks.cs │ │ │ │ │ ├── LogSavingCallbacks.cs.meta │ │ │ │ │ ├── LogWriter.cs │ │ │ │ │ ├── LogWriter.cs.meta │ │ │ │ │ ├── ResultsSavingCallbacks.cs │ │ │ │ │ ├── ResultsSavingCallbacks.cs.meta │ │ │ │ │ ├── ResultsWriter.cs │ │ │ │ │ ├── ResultsWriter.cs.meta │ │ │ │ │ ├── RunData.cs │ │ │ │ │ ├── RunData.cs.meta │ │ │ │ │ ├── RunSettings.cs │ │ │ │ │ ├── RunSettings.cs.meta │ │ │ │ │ ├── SettingsBuilder.cs │ │ │ │ │ ├── SettingsBuilder.cs.meta │ │ │ │ │ ├── SetupException.cs │ │ │ │ │ ├── SetupException.cs.meta │ │ │ │ │ ├── TestStarter.cs │ │ │ │ │ └── TestStarter.cs.meta │ │ │ │ ├── GUI.meta │ │ │ │ ├── GUI │ │ │ │ │ ├── AssetsDatabaseHelper.cs │ │ │ │ │ ├── AssetsDatabaseHelper.cs.meta │ │ │ │ │ ├── GuiHelper.cs │ │ │ │ │ ├── GuiHelper.cs.meta │ │ │ │ │ ├── IAssetsDatabaseHelper.cs │ │ │ │ │ ├── IAssetsDatabaseHelper.cs.meta │ │ │ │ │ ├── IGuiHelper.cs │ │ │ │ │ ├── IGuiHelper.cs.meta │ │ │ │ │ ├── TestListBuilder.meta │ │ │ │ │ ├── TestListBuilder │ │ │ │ │ │ ├── RenderingOptions.cs │ │ │ │ │ │ ├── RenderingOptions.cs.meta │ │ │ │ │ │ ├── ResultSummarizer.cs │ │ │ │ │ │ ├── ResultSummarizer.cs.meta │ │ │ │ │ │ ├── TestFilterSettings.cs │ │ │ │ │ │ ├── TestFilterSettings.cs.meta │ │ │ │ │ │ ├── TestTreeViewBuilder.cs │ │ │ │ │ │ └── TestTreeViewBuilder.cs.meta │ │ │ │ │ ├── TestListGuiHelper.cs │ │ │ │ │ ├── TestListGuiHelper.cs.meta │ │ │ │ │ ├── TestListTreeView.meta │ │ │ │ │ ├── TestListTreeView │ │ │ │ │ │ ├── Icons.cs │ │ │ │ │ │ ├── Icons.cs.meta │ │ │ │ │ │ ├── TestListTreeViewDataSource.cs │ │ │ │ │ │ ├── TestListTreeViewDataSource.cs.meta │ │ │ │ │ │ ├── TestListTreeViewGUI.cs │ │ │ │ │ │ ├── TestListTreeViewGUI.cs.meta │ │ │ │ │ │ ├── TestTreeViewItem.cs │ │ │ │ │ │ └── TestTreeViewItem.cs.meta │ │ │ │ │ ├── TestRunnerResult.cs │ │ │ │ │ ├── TestRunnerResult.cs.meta │ │ │ │ │ ├── TestRunnerUIFilter.cs │ │ │ │ │ ├── TestRunnerUIFilter.cs.meta │ │ │ │ │ ├── UITestRunnerFilter.cs │ │ │ │ │ ├── UITestRunnerFilter.cs.meta │ │ │ │ │ ├── Views.meta │ │ │ │ │ └── Views │ │ │ │ │ │ ├── EditModeTestListGUI.cs │ │ │ │ │ │ ├── EditModeTestListGUI.cs.meta │ │ │ │ │ │ ├── PlayModeTestListGUI.cs │ │ │ │ │ │ ├── PlayModeTestListGUI.cs.meta │ │ │ │ │ │ ├── TestListGUIBase.cs │ │ │ │ │ │ └── TestListGUIBase.cs.meta │ │ │ │ ├── NUnitExtension.meta │ │ │ │ ├── NUnitExtension │ │ │ │ │ ├── Attributes.meta │ │ │ │ │ ├── Attributes │ │ │ │ │ │ ├── AssetPipelineIgnore.cs │ │ │ │ │ │ ├── AssetPipelineIgnore.cs.meta │ │ │ │ │ │ ├── ITestPlayerBuildModifier.cs │ │ │ │ │ │ ├── ITestPlayerBuildModifier.cs.meta │ │ │ │ │ │ ├── TestPlayerBuildModifierAttribute.cs │ │ │ │ │ │ └── TestPlayerBuildModifierAttribute.cs.meta │ │ │ │ │ ├── TestRunnerStateSerializer.cs │ │ │ │ │ └── TestRunnerStateSerializer.cs.meta │ │ │ │ ├── RequireApiProfileAttribute.cs │ │ │ │ ├── RequireApiProfileAttribute.cs.meta │ │ │ │ ├── RequirePlatformSupportAttribute.cs │ │ │ │ ├── RequirePlatformSupportAttribute.cs.meta │ │ │ │ ├── TestBuildAssemblyFilter.cs │ │ │ │ ├── TestBuildAssemblyFilter.cs.meta │ │ │ │ ├── TestLaunchers.meta │ │ │ │ ├── TestLaunchers │ │ │ │ │ ├── AttributeFinderBase.cs │ │ │ │ │ ├── AttributeFinderBase.cs.meta │ │ │ │ │ ├── DelayedCallback.cs │ │ │ │ │ ├── DelayedCallback.cs.meta │ │ │ │ │ ├── EditModeLauncher.cs │ │ │ │ │ ├── EditModeLauncher.cs.meta │ │ │ │ │ ├── EditModeLauncherContextSettings.cs │ │ │ │ │ ├── EditModeLauncherContextSettings.cs.meta │ │ │ │ │ ├── PlatformSetup.meta │ │ │ │ │ ├── PlatformSetup │ │ │ │ │ │ ├── AndroidPlatformSetup.cs │ │ │ │ │ │ ├── AndroidPlatformSetup.cs.meta │ │ │ │ │ │ ├── ApplePlatformSetup.cs │ │ │ │ │ │ ├── ApplePlatformSetup.cs.meta │ │ │ │ │ │ ├── IPlatformSetup.cs │ │ │ │ │ │ ├── IPlatformSetup.cs.meta │ │ │ │ │ │ ├── LuminPlatformSetup.cs │ │ │ │ │ │ ├── LuminPlatformSetup.cs.meta │ │ │ │ │ │ ├── PlatformSpecificSetup.cs │ │ │ │ │ │ ├── PlatformSpecificSetup.cs.meta │ │ │ │ │ │ ├── StadiaPlatformSetup.cs │ │ │ │ │ │ ├── StadiaPlatformSetup.cs.meta │ │ │ │ │ │ ├── SwitchPlatformSetup.cs │ │ │ │ │ │ ├── SwitchPlatformSetup.cs.meta │ │ │ │ │ │ ├── UwpPlatformSetup.cs │ │ │ │ │ │ ├── UwpPlatformSetup.cs.meta │ │ │ │ │ │ ├── XboxOnePlatformSetup.cs │ │ │ │ │ │ └── XboxOnePlatformSetup.cs.meta │ │ │ │ │ ├── PlayerLauncher.cs │ │ │ │ │ ├── PlayerLauncher.cs.meta │ │ │ │ │ ├── PlayerLauncherBuildOptions.cs │ │ │ │ │ ├── PlayerLauncherBuildOptions.cs.meta │ │ │ │ │ ├── PlayerLauncherContextSettings.cs │ │ │ │ │ ├── PlayerLauncherContextSettings.cs.meta │ │ │ │ │ ├── PlayerLauncherTestRunSettings.cs │ │ │ │ │ ├── PlayerLauncherTestRunSettings.cs.meta │ │ │ │ │ ├── PlaymodeLauncher.cs │ │ │ │ │ ├── PlaymodeLauncher.cs.meta │ │ │ │ │ ├── PostbuildCleanupAttributeFinder.cs │ │ │ │ │ ├── PostbuildCleanupAttributeFinder.cs.meta │ │ │ │ │ ├── PrebuildSetupAttributeFinder.cs │ │ │ │ │ ├── PrebuildSetupAttributeFinder.cs.meta │ │ │ │ │ ├── RemotePlayerLogController.cs │ │ │ │ │ ├── RemotePlayerLogController.cs.meta │ │ │ │ │ ├── RemotePlayerTestController.cs │ │ │ │ │ ├── RemotePlayerTestController.cs.meta │ │ │ │ │ ├── RemoteTestResultReciever.cs │ │ │ │ │ ├── RemoteTestResultReciever.cs.meta │ │ │ │ │ ├── RuntimeTestLauncherBase.cs │ │ │ │ │ ├── RuntimeTestLauncherBase.cs.meta │ │ │ │ │ ├── TestLauncherBase.cs │ │ │ │ │ └── TestLauncherBase.cs.meta │ │ │ │ ├── TestResultSerializer.cs │ │ │ │ ├── TestResultSerializer.cs.meta │ │ │ │ ├── TestRun.meta │ │ │ │ ├── TestRun │ │ │ │ │ ├── Tasks.meta │ │ │ │ │ ├── Tasks │ │ │ │ │ │ ├── BuildActionTaskBase.cs │ │ │ │ │ │ ├── BuildActionTaskBase.cs.meta │ │ │ │ │ │ ├── BuildTestTreeTask.cs │ │ │ │ │ │ ├── BuildTestTreeTask.cs.meta │ │ │ │ │ │ ├── CleanupVerificationTask.cs │ │ │ │ │ │ ├── CleanupVerificationTask.cs.meta │ │ │ │ │ │ ├── FileCleanupVerifierTaskBase.cs │ │ │ │ │ │ ├── FileCleanupVerifierTaskBase.cs.meta │ │ │ │ │ │ ├── LegacyEditModeRunTask.cs │ │ │ │ │ │ ├── LegacyEditModeRunTask.cs.meta │ │ │ │ │ │ ├── LegacyPlayModeRunTask.cs │ │ │ │ │ │ ├── LegacyPlayModeRunTask.cs.meta │ │ │ │ │ │ ├── LegacyPlayerRunTask.cs │ │ │ │ │ │ ├── LegacyPlayerRunTask.cs.meta │ │ │ │ │ │ ├── PerformUndoTask.cs │ │ │ │ │ │ ├── PerformUndoTask.cs.meta │ │ │ │ │ │ ├── PrebuildSetupTask.cs │ │ │ │ │ │ ├── PrebuildSetupTask.cs.meta │ │ │ │ │ │ ├── RegisterFilesForCleanupVerificationTask.cs │ │ │ │ │ │ ├── RegisterFilesForCleanupVerificationTask.cs.meta │ │ │ │ │ │ ├── SaveModiedSceneTask.cs │ │ │ │ │ │ ├── SaveModiedSceneTask.cs.meta │ │ │ │ │ │ ├── SaveUndoIndexTask.cs │ │ │ │ │ │ ├── SaveUndoIndexTask.cs.meta │ │ │ │ │ │ ├── TestTaskBase.cs │ │ │ │ │ │ └── TestTaskBase.cs.meta │ │ │ │ │ ├── TestJobData.cs │ │ │ │ │ ├── TestJobData.cs.meta │ │ │ │ │ ├── TestJobDataHolder.cs │ │ │ │ │ ├── TestJobDataHolder.cs.meta │ │ │ │ │ ├── TestJobRunner.cs │ │ │ │ │ ├── TestJobRunner.cs.meta │ │ │ │ │ ├── TestRunCanceledException.cs │ │ │ │ │ └── TestRunCanceledException.cs.meta │ │ │ │ ├── TestRunner.meta │ │ │ │ ├── TestRunner │ │ │ │ │ ├── Callbacks.meta │ │ │ │ │ ├── Callbacks │ │ │ │ │ │ ├── EditModeRunnerCallback.cs │ │ │ │ │ │ ├── EditModeRunnerCallback.cs.meta │ │ │ │ │ │ ├── RerunCallback.cs │ │ │ │ │ │ ├── RerunCallback.cs.meta │ │ │ │ │ │ ├── RerunCallbackData.cs │ │ │ │ │ │ ├── RerunCallbackData.cs.meta │ │ │ │ │ │ ├── RerunCallbackInitializer.cs │ │ │ │ │ │ ├── RerunCallbackInitializer.cs.meta │ │ │ │ │ │ ├── TestRunnerCallback.cs │ │ │ │ │ │ ├── TestRunnerCallback.cs.meta │ │ │ │ │ │ ├── WindowResultUpdater.cs │ │ │ │ │ │ ├── WindowResultUpdater.cs.meta │ │ │ │ │ │ ├── WindowResultUpdaterDataHolder.cs │ │ │ │ │ │ └── WindowResultUpdaterDataHolder.cs.meta │ │ │ │ │ ├── EditModePCHelper.cs │ │ │ │ │ ├── EditModePCHelper.cs.meta │ │ │ │ │ ├── EditModeRunner.cs │ │ │ │ │ ├── EditModeRunner.cs.meta │ │ │ │ │ ├── EditmodeWorkItemFactory.cs │ │ │ │ │ ├── EditmodeWorkItemFactory.cs.meta │ │ │ │ │ ├── EditorEnumeratorTestWorkItem.cs │ │ │ │ │ ├── EditorEnumeratorTestWorkItem.cs.meta │ │ │ │ │ ├── EnumeratorStepHelper.cs │ │ │ │ │ ├── EnumeratorStepHelper.cs.meta │ │ │ │ │ ├── Messages.meta │ │ │ │ │ ├── Messages │ │ │ │ │ │ ├── EnterPlayMode.cs │ │ │ │ │ │ ├── EnterPlayMode.cs.meta │ │ │ │ │ │ ├── ExitPlayMode.cs │ │ │ │ │ │ ├── ExitPlayMode.cs.meta │ │ │ │ │ │ ├── RecompileScripts.cs │ │ │ │ │ │ ├── RecompileScripts.cs.meta │ │ │ │ │ │ ├── WaitForDomainReload.cs │ │ │ │ │ │ └── WaitForDomainReload.cs.meta │ │ │ │ │ ├── Utils.meta │ │ │ │ │ └── Utils │ │ │ │ │ │ ├── CachingTestListProvider.cs │ │ │ │ │ │ ├── CachingTestListProvider.cs.meta │ │ │ │ │ │ ├── EditorAssembliesProxy.cs │ │ │ │ │ │ ├── EditorAssembliesProxy.cs.meta │ │ │ │ │ │ ├── EditorAssemblyWrapper.cs │ │ │ │ │ │ ├── EditorAssemblyWrapper.cs.meta │ │ │ │ │ │ ├── EditorCompilationInterfaceProxy.cs │ │ │ │ │ │ ├── EditorCompilationInterfaceProxy.cs.meta │ │ │ │ │ │ ├── EditorLoadedTestAssemblyProvider.cs │ │ │ │ │ │ ├── EditorLoadedTestAssemblyProvider.cs.meta │ │ │ │ │ │ ├── IEditorAssembliesProxy.cs │ │ │ │ │ │ ├── IEditorAssembliesProxy.cs.meta │ │ │ │ │ │ ├── IEditorCompilationInterfaceProxy.cs │ │ │ │ │ │ ├── IEditorCompilationInterfaceProxy.cs.meta │ │ │ │ │ │ ├── IEditorLoadedTestAssemblyProvider.cs │ │ │ │ │ │ ├── IEditorLoadedTestAssemblyProvider.cs.meta │ │ │ │ │ │ ├── ITestListCache.cs │ │ │ │ │ │ ├── ITestListCache.cs.meta │ │ │ │ │ │ ├── ITestListCacheData.cs │ │ │ │ │ │ ├── ITestListCacheData.cs.meta │ │ │ │ │ │ ├── ITestListProvider.cs │ │ │ │ │ │ ├── ITestListProvider.cs.meta │ │ │ │ │ │ ├── TestListCache.cs │ │ │ │ │ │ ├── TestListCache.cs.meta │ │ │ │ │ │ ├── TestListCacheData.cs │ │ │ │ │ │ ├── TestListCacheData.cs.meta │ │ │ │ │ │ ├── TestListJob.cs │ │ │ │ │ │ ├── TestListJob.cs.meta │ │ │ │ │ │ ├── TestListProvider.cs │ │ │ │ │ │ └── TestListProvider.cs.meta │ │ │ │ ├── TestRunnerWindow.cs │ │ │ │ ├── TestRunnerWindow.cs.meta │ │ │ │ ├── TestRunnerWindowSettings.cs │ │ │ │ ├── TestRunnerWindowSettings.cs.meta │ │ │ │ ├── TestSettings.meta │ │ │ │ ├── TestSettings │ │ │ │ │ ├── ITestSettings.cs │ │ │ │ │ ├── ITestSettings.cs.meta │ │ │ │ │ ├── ITestSettingsDeserializer.cs │ │ │ │ │ ├── ITestSettingsDeserializer.cs.meta │ │ │ │ │ ├── TestSettings.cs │ │ │ │ │ ├── TestSettings.cs.meta │ │ │ │ │ ├── TestSettingsDeserializer.cs │ │ │ │ │ └── TestSettingsDeserializer.cs.meta │ │ │ │ ├── UnityEditor.TestRunner.asmdef │ │ │ │ ├── UnityEditor.TestRunner.asmdef.meta │ │ │ │ ├── UnityTestProtocol.meta │ │ │ │ └── UnityTestProtocol │ │ │ │ │ ├── ITestRunnerApiMapper.cs │ │ │ │ │ ├── ITestRunnerApiMapper.cs.meta │ │ │ │ │ ├── IUtpLogger.cs │ │ │ │ │ ├── IUtpLogger.cs.meta │ │ │ │ │ ├── IUtpMessageReporter.cs │ │ │ │ │ ├── IUtpMessageReporter.cs.meta │ │ │ │ │ ├── Message.cs │ │ │ │ │ ├── Message.cs.meta │ │ │ │ │ ├── TestFinishedMessage.cs │ │ │ │ │ ├── TestFinishedMessage.cs.meta │ │ │ │ │ ├── TestPlanMessage.cs │ │ │ │ │ ├── TestPlanMessage.cs.meta │ │ │ │ │ ├── TestRunnerApiMapper.cs │ │ │ │ │ ├── TestRunnerApiMapper.cs.meta │ │ │ │ │ ├── TestStartedMessage.cs │ │ │ │ │ ├── TestStartedMessage.cs.meta │ │ │ │ │ ├── TestState.cs │ │ │ │ │ ├── TestState.cs.meta │ │ │ │ │ ├── UnityTestProtocolListener.cs │ │ │ │ │ ├── UnityTestProtocolListener.cs.meta │ │ │ │ │ ├── UnityTestProtocolStarter.cs │ │ │ │ │ ├── UnityTestProtocolStarter.cs.meta │ │ │ │ │ ├── UtpDebuglogger.cs │ │ │ │ │ ├── UtpDebuglogger.cs.meta │ │ │ │ │ ├── UtpMessageReporter.cs │ │ │ │ │ └── UtpMessageReporter.cs.meta │ │ │ ├── UnityEngine.TestRunner.meta │ │ │ ├── UnityEngine.TestRunner │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ ├── AssemblyInfo.cs.meta │ │ │ │ ├── Assertions.meta │ │ │ │ ├── Assertions │ │ │ │ │ ├── AllocatingGCMemoryConstraint.cs │ │ │ │ │ ├── AllocatingGCMemoryConstraint.cs.meta │ │ │ │ │ ├── ConstraintsExtensions.cs │ │ │ │ │ ├── ConstraintsExtensions.cs.meta │ │ │ │ │ ├── InvalidSignatureException.cs │ │ │ │ │ ├── InvalidSignatureException.cs.meta │ │ │ │ │ ├── Is.cs │ │ │ │ │ ├── Is.cs.meta │ │ │ │ │ ├── LogAssert.cs │ │ │ │ │ ├── LogAssert.cs.meta │ │ │ │ │ ├── LogScope.meta │ │ │ │ │ ├── LogScope │ │ │ │ │ │ ├── ILogScope.cs │ │ │ │ │ │ ├── ILogScope.cs.meta │ │ │ │ │ │ ├── LogEvent.cs │ │ │ │ │ │ ├── LogEvent.cs.meta │ │ │ │ │ │ ├── LogMatch.cs │ │ │ │ │ │ ├── LogMatch.cs.meta │ │ │ │ │ │ ├── LogScope.cs │ │ │ │ │ │ └── LogScope.cs.meta │ │ │ │ │ ├── UnexpectedLogMessageException.cs │ │ │ │ │ ├── UnexpectedLogMessageException.cs.meta │ │ │ │ │ ├── UnhandledLogMessageException.cs │ │ │ │ │ ├── UnhandledLogMessageException.cs.meta │ │ │ │ │ ├── UnityTestTimeoutException.cs │ │ │ │ │ └── UnityTestTimeoutException.cs.meta │ │ │ │ ├── NUnitExtensions.meta │ │ │ │ ├── NUnitExtensions │ │ │ │ │ ├── ActionDelegator.cs │ │ │ │ │ ├── ActionDelegator.cs.meta │ │ │ │ │ ├── Attributes.meta │ │ │ │ │ ├── Attributes │ │ │ │ │ │ ├── ConditionalIgnoreAttribute.cs │ │ │ │ │ │ ├── ConditionalIgnoreAttribute.cs.meta │ │ │ │ │ │ ├── TestEnumerator.cs │ │ │ │ │ │ ├── TestEnumerator.cs.meta │ │ │ │ │ │ ├── TestMustExpectAllLogsAttribute.cs │ │ │ │ │ │ ├── TestMustExpectAllLogsAttribute.cs.meta │ │ │ │ │ │ ├── UnityCombinatorialStrategy.cs │ │ │ │ │ │ ├── UnityCombinatorialStrategy.cs.meta │ │ │ │ │ │ ├── UnityPlatformAttribute.cs │ │ │ │ │ │ ├── UnityPlatformAttribute.cs.meta │ │ │ │ │ │ ├── UnitySetUpAttribute.cs │ │ │ │ │ │ ├── UnitySetUpAttribute.cs.meta │ │ │ │ │ │ ├── UnityTearDownAttribute.cs │ │ │ │ │ │ ├── UnityTearDownAttribute.cs.meta │ │ │ │ │ │ ├── UnityTestAttribute.cs │ │ │ │ │ │ └── UnityTestAttribute.cs.meta │ │ │ │ │ ├── BaseDelegator.cs │ │ │ │ │ ├── BaseDelegator.cs.meta │ │ │ │ │ ├── Commands.meta │ │ │ │ │ ├── Commands │ │ │ │ │ │ ├── BeforeAfterTestCommandBase.cs │ │ │ │ │ │ ├── BeforeAfterTestCommandBase.cs.meta │ │ │ │ │ │ ├── BeforeAfterTestCommandState.cs │ │ │ │ │ │ ├── BeforeAfterTestCommandState.cs.meta │ │ │ │ │ │ ├── EnumerableApplyChangesToContextCommand.cs │ │ │ │ │ │ ├── EnumerableApplyChangesToContextCommand.cs.meta │ │ │ │ │ │ ├── EnumerableRepeatedTestCommand.cs │ │ │ │ │ │ ├── EnumerableRepeatedTestCommand.cs.meta │ │ │ │ │ │ ├── EnumerableRetryTestCommand.cs │ │ │ │ │ │ ├── EnumerableRetryTestCommand.cs.meta │ │ │ │ │ │ ├── EnumerableSetUpTearDownCommand.cs │ │ │ │ │ │ ├── EnumerableSetUpTearDownCommand.cs.meta │ │ │ │ │ │ ├── EnumerableTestMethodCommand.cs │ │ │ │ │ │ ├── EnumerableTestMethodCommand.cs.meta │ │ │ │ │ │ ├── EnumerableTestState.cs │ │ │ │ │ │ ├── EnumerableTestState.cs.meta │ │ │ │ │ │ ├── ImmediateEnumerableCommand.cs │ │ │ │ │ │ ├── ImmediateEnumerableCommand.cs.meta │ │ │ │ │ │ ├── OuterUnityTestActionCommand.cs │ │ │ │ │ │ ├── OuterUnityTestActionCommand.cs.meta │ │ │ │ │ │ ├── SetUpTearDownCommand.cs │ │ │ │ │ │ ├── SetUpTearDownCommand.cs.meta │ │ │ │ │ │ ├── TestActionCommand.cs │ │ │ │ │ │ ├── TestActionCommand.cs.meta │ │ │ │ │ │ ├── TestCommandPcHelper.cs │ │ │ │ │ │ ├── TestCommandPcHelper.cs.meta │ │ │ │ │ │ ├── UnityTestMethodCommand.cs │ │ │ │ │ │ └── UnityTestMethodCommand.cs.meta │ │ │ │ │ ├── ConstructDelegator.cs │ │ │ │ │ ├── ConstructDelegator.cs.meta │ │ │ │ │ ├── Filters.meta │ │ │ │ │ ├── Filters │ │ │ │ │ │ ├── AssemblyNameFilter.cs │ │ │ │ │ │ ├── AssemblyNameFilter.cs.meta │ │ │ │ │ │ ├── CategoryFilterExtended.cs │ │ │ │ │ │ └── CategoryFilterExtended.cs.meta │ │ │ │ │ ├── IAsyncTestAssemblyBuilder.cs │ │ │ │ │ ├── IAsyncTestAssemblyBuilder.cs.meta │ │ │ │ │ ├── IStateSerializer.cs │ │ │ │ │ ├── IStateSerializer.cs.meta │ │ │ │ │ ├── Runner.meta │ │ │ │ │ ├── Runner │ │ │ │ │ │ ├── CompositeWorkItem.cs │ │ │ │ │ │ ├── CompositeWorkItem.cs.meta │ │ │ │ │ │ ├── CoroutineTestWorkItem.cs │ │ │ │ │ │ ├── CoroutineTestWorkItem.cs.meta │ │ │ │ │ │ ├── DefaultTestWorkItem.cs │ │ │ │ │ │ ├── DefaultTestWorkItem.cs.meta │ │ │ │ │ │ ├── FailCommand.cs │ │ │ │ │ │ ├── FailCommand.cs.meta │ │ │ │ │ │ ├── IEnumerableTestMethodCommand.cs │ │ │ │ │ │ ├── IEnumerableTestMethodCommand.cs.meta │ │ │ │ │ │ ├── PlaymodeWorkItemFactory.cs │ │ │ │ │ │ ├── PlaymodeWorkItemFactory.cs.meta │ │ │ │ │ │ ├── RestoreTestContextAfterDomainReload.cs │ │ │ │ │ │ ├── RestoreTestContextAfterDomainReload.cs.meta │ │ │ │ │ │ ├── TestCommandBuilder.cs │ │ │ │ │ │ ├── TestCommandBuilder.cs.meta │ │ │ │ │ │ ├── UnityLogCheckDelegatingCommand.cs │ │ │ │ │ │ ├── UnityLogCheckDelegatingCommand.cs.meta │ │ │ │ │ │ ├── UnityTestAssemblyRunner.cs │ │ │ │ │ │ ├── UnityTestAssemblyRunner.cs.meta │ │ │ │ │ │ ├── UnityTestExecutionContext.cs │ │ │ │ │ │ ├── UnityTestExecutionContext.cs.meta │ │ │ │ │ │ ├── UnityWorkItem.cs │ │ │ │ │ │ ├── UnityWorkItem.cs.meta │ │ │ │ │ │ ├── UnityWorkItemDataHolder.cs │ │ │ │ │ │ ├── UnityWorkItemDataHolder.cs.meta │ │ │ │ │ │ ├── WorkItemFactory.cs │ │ │ │ │ │ └── WorkItemFactory.cs.meta │ │ │ │ │ ├── TestExtensions.cs │ │ │ │ │ ├── TestExtensions.cs.meta │ │ │ │ │ ├── TestResultExtensions.cs │ │ │ │ │ ├── TestResultExtensions.cs.meta │ │ │ │ │ ├── UnityTestAssemblyBuilder.cs │ │ │ │ │ └── UnityTestAssemblyBuilder.cs.meta │ │ │ │ ├── TestRunner.meta │ │ │ │ ├── TestRunner │ │ │ │ │ ├── Callbacks.meta │ │ │ │ │ ├── Callbacks │ │ │ │ │ │ ├── PlayModeRunnerCallback.cs │ │ │ │ │ │ ├── PlayModeRunnerCallback.cs.meta │ │ │ │ │ │ ├── PlayerQuitHandler.cs │ │ │ │ │ │ ├── PlayerQuitHandler.cs.meta │ │ │ │ │ │ ├── RemoteTestResultSender.cs │ │ │ │ │ │ ├── RemoteTestResultSender.cs.meta │ │ │ │ │ │ ├── TestResultRenderer.cs │ │ │ │ │ │ ├── TestResultRenderer.cs.meta │ │ │ │ │ │ ├── TestResultRendererCallback.cs │ │ │ │ │ │ └── TestResultRendererCallback.cs.meta │ │ │ │ │ ├── ITestRunnerListener.cs │ │ │ │ │ ├── ITestRunnerListener.cs.meta │ │ │ │ │ ├── Messages.meta │ │ │ │ │ ├── Messages │ │ │ │ │ │ ├── IEditModeTestYieldInstruction.cs │ │ │ │ │ │ └── IEditModeTestYieldInstruction.cs.meta │ │ │ │ │ ├── PlaymodeTestsController.cs │ │ │ │ │ ├── PlaymodeTestsController.cs.meta │ │ │ │ │ ├── PlaymodeTestsControllerSettings.cs │ │ │ │ │ ├── PlaymodeTestsControllerSettings.cs.meta │ │ │ │ │ ├── RemoteHelpers.meta │ │ │ │ │ ├── RemoteHelpers │ │ │ │ │ │ ├── IRemoteTestResultDataFactory.cs │ │ │ │ │ │ ├── IRemoteTestResultDataFactory.cs.meta │ │ │ │ │ │ ├── PlayerConnectionMessageIds.cs │ │ │ │ │ │ ├── PlayerConnectionMessageIds.cs.meta │ │ │ │ │ │ ├── RemoteTestData.cs │ │ │ │ │ │ ├── RemoteTestData.cs.meta │ │ │ │ │ │ ├── RemoteTestResultData.cs │ │ │ │ │ │ ├── RemoteTestResultData.cs.meta │ │ │ │ │ │ ├── RemoteTestResultDataFactory.cs │ │ │ │ │ │ ├── RemoteTestResultDataFactory.cs.meta │ │ │ │ │ │ ├── RemoteTestResultDataWithTestData.cs │ │ │ │ │ │ └── RemoteTestResultDataWithTestData.cs.meta │ │ │ │ │ ├── RuntimeTestRunnerFilter.cs │ │ │ │ │ ├── RuntimeTestRunnerFilter.cs.meta │ │ │ │ │ ├── SynchronousFilter.cs │ │ │ │ │ ├── SynchronousFilter.cs.meta │ │ │ │ │ ├── TestEnumeratorWrapper.cs │ │ │ │ │ ├── TestEnumeratorWrapper.cs.meta │ │ │ │ │ ├── TestListenerWrapper.cs │ │ │ │ │ ├── TestListenerWrapper.cs.meta │ │ │ │ │ ├── TestPlatform.cs │ │ │ │ │ └── TestPlatform.cs.meta │ │ │ │ ├── UnityEngine.TestRunner.asmdef │ │ │ │ ├── UnityEngine.TestRunner.asmdef.meta │ │ │ │ ├── Utils.meta │ │ │ │ └── Utils │ │ │ │ │ ├── AssemblyProvider.meta │ │ │ │ │ ├── AssemblyProvider │ │ │ │ │ ├── AssemblyLoadProxy.cs │ │ │ │ │ ├── AssemblyLoadProxy.cs.meta │ │ │ │ │ ├── AssemblyWrapper.cs │ │ │ │ │ ├── AssemblyWrapper.cs.meta │ │ │ │ │ ├── IAssemblyLoadProxy.cs │ │ │ │ │ ├── IAssemblyLoadProxy.cs.meta │ │ │ │ │ ├── IAssemblyWrapper.cs │ │ │ │ │ ├── IAssemblyWrapper.cs.meta │ │ │ │ │ ├── IScriptingRuntimeProxy.cs │ │ │ │ │ ├── IScriptingRuntimeProxy.cs.meta │ │ │ │ │ ├── ITestAssemblyProvider.cs │ │ │ │ │ ├── ITestAssemblyProvider.cs.meta │ │ │ │ │ ├── PlayerTestAssemblyProvider.cs │ │ │ │ │ ├── PlayerTestAssemblyProvider.cs.meta │ │ │ │ │ ├── ScriptingRuntimeProxy.cs │ │ │ │ │ └── ScriptingRuntimeProxy.cs.meta │ │ │ │ │ ├── AttributeHelper.cs │ │ │ │ │ ├── AttributeHelper.cs.meta │ │ │ │ │ ├── ColorEqualityComparer.cs │ │ │ │ │ ├── ColorEqualityComparer.cs.meta │ │ │ │ │ ├── CoroutineRunner.cs │ │ │ │ │ ├── CoroutineRunner.cs.meta │ │ │ │ │ ├── FloatEqualityComparer.cs │ │ │ │ │ ├── FloatEqualityComparer.cs.meta │ │ │ │ │ ├── IOuterUnityTestAction.cs │ │ │ │ │ ├── IOuterUnityTestAction.cs.meta │ │ │ │ │ ├── IPostBuildCleanup.cs │ │ │ │ │ ├── IPostBuildCleanup.cs.meta │ │ │ │ │ ├── IPrebuildSceneSetup.cs │ │ │ │ │ ├── IPrebuildSceneSetup.cs.meta │ │ │ │ │ ├── ITestRunCallback.cs │ │ │ │ │ ├── ITestRunCallback.cs.meta │ │ │ │ │ ├── MonoBehaviourTest.meta │ │ │ │ │ ├── MonoBehaviourTest │ │ │ │ │ ├── IMonoBehaviourTest.cs │ │ │ │ │ ├── IMonoBehaviourTest.cs.meta │ │ │ │ │ ├── MonoBehaviourTest.cs │ │ │ │ │ └── MonoBehaviourTest.cs.meta │ │ │ │ │ ├── PostBuildCleanupAttribute.cs │ │ │ │ │ ├── PostBuildCleanupAttribute.cs.meta │ │ │ │ │ ├── PrebuildSceneSetupAttribute.cs │ │ │ │ │ ├── PrebuildSceneSetupAttribute.cs.meta │ │ │ │ │ ├── QuaternionEqualityComparer.cs │ │ │ │ │ ├── QuaternionEqualityComparer.cs.meta │ │ │ │ │ ├── StacktraceFilter.cs │ │ │ │ │ ├── StacktraceFilter.cs.meta │ │ │ │ │ ├── TestRunCallbackAttribute.cs │ │ │ │ │ ├── TestRunCallbackAttribute.cs.meta │ │ │ │ │ ├── TestRunCallbackListener.cs │ │ │ │ │ ├── TestRunCallbackListener.cs.meta │ │ │ │ │ ├── Utils.cs │ │ │ │ │ ├── Utils.cs.meta │ │ │ │ │ ├── Vector2ComparerWithEqualsOperator.cs │ │ │ │ │ ├── Vector2ComparerWithEqualsOperator.cs.meta │ │ │ │ │ ├── Vector2EqualityComparer.cs │ │ │ │ │ ├── Vector2EqualityComparer.cs.meta │ │ │ │ │ ├── Vector3ComparerWithEqualsOperator.cs │ │ │ │ │ ├── Vector3ComparerWithEqualsOperator.cs.meta │ │ │ │ │ ├── Vector3EqualityComparer.cs │ │ │ │ │ ├── Vector3EqualityComparer.cs.meta │ │ │ │ │ ├── Vector4ComparerWithEqualsOperator.cs │ │ │ │ │ ├── Vector4ComparerWithEqualsOperator.cs.meta │ │ │ │ │ ├── Vector4EqualityComparer.cs │ │ │ │ │ └── Vector4EqualityComparer.cs.meta │ │ │ ├── package.json │ │ │ └── package.json.meta │ │ ├── com.unity.textmeshpro@3.0.6 │ │ │ ├── CHANGELOG.md │ │ │ ├── CHANGELOG.md.meta │ │ │ ├── Documentation~ │ │ │ │ ├── TextMeshPro.md │ │ │ │ └── TextMeshPro.md.meta │ │ │ ├── Editor Resources.meta │ │ │ ├── Editor Resources │ │ │ │ ├── Gizmos.meta │ │ │ │ ├── Gizmos │ │ │ │ │ ├── TMP - Dropdown Icon.psd │ │ │ │ │ ├── TMP - Dropdown Icon.psd.meta │ │ │ │ │ ├── TMP - Font Asset Icon.psd │ │ │ │ │ ├── TMP - Font Asset Icon.psd.meta │ │ │ │ │ ├── TMP - Input Field Icon.psd │ │ │ │ │ ├── TMP - Input Field Icon.psd.meta │ │ │ │ │ ├── TMP - Sprite Asset Icon.psd │ │ │ │ │ ├── TMP - Sprite Asset Icon.psd.meta │ │ │ │ │ ├── TMP - Text Component Icon.psd │ │ │ │ │ └── TMP - Text Component Icon.psd.meta │ │ │ │ ├── Shaders.meta │ │ │ │ ├── Shaders │ │ │ │ │ ├── TMP_Properties.cginc │ │ │ │ │ ├── TMP_Properties.cginc.meta │ │ │ │ │ ├── TMP_SDF Internal Editor.shader │ │ │ │ │ ├── TMP_SDF Internal Editor.shader.meta │ │ │ │ │ ├── TMP_SDF_SSD.cginc │ │ │ │ │ └── TMP_SDF_SSD.cginc.meta │ │ │ │ ├── Textures.meta │ │ │ │ └── Textures │ │ │ │ │ ├── SectionHeader_Dark.psd │ │ │ │ │ ├── SectionHeader_Dark.psd.meta │ │ │ │ │ ├── SectionHeader_Light.psd │ │ │ │ │ ├── SectionHeader_Light.psd.meta │ │ │ │ │ ├── btn_AlignBaseLine.psd │ │ │ │ │ ├── btn_AlignBaseLine.psd.meta │ │ │ │ │ ├── btn_AlignBaseLine_Light.psd │ │ │ │ │ ├── btn_AlignBaseLine_Light.psd.meta │ │ │ │ │ ├── btn_AlignBottom.psd │ │ │ │ │ ├── btn_AlignBottom.psd.meta │ │ │ │ │ ├── btn_AlignBottom_Light.psd │ │ │ │ │ ├── btn_AlignBottom_Light.psd.meta │ │ │ │ │ ├── btn_AlignCapLine.psd │ │ │ │ │ ├── btn_AlignCapLine.psd.meta │ │ │ │ │ ├── btn_AlignCapLine_Light.psd │ │ │ │ │ ├── btn_AlignCapLine_Light.psd.meta │ │ │ │ │ ├── btn_AlignCenter.psd │ │ │ │ │ ├── btn_AlignCenter.psd.meta │ │ │ │ │ ├── btn_AlignCenterGeo.psd │ │ │ │ │ ├── btn_AlignCenterGeo.psd.meta │ │ │ │ │ ├── btn_AlignCenterGeo_Light.psd │ │ │ │ │ ├── btn_AlignCenterGeo_Light.psd.meta │ │ │ │ │ ├── btn_AlignCenter_Light.psd │ │ │ │ │ ├── btn_AlignCenter_Light.psd.meta │ │ │ │ │ ├── btn_AlignFlush.psd │ │ │ │ │ ├── btn_AlignFlush.psd.meta │ │ │ │ │ ├── btn_AlignFlush_Light.psd │ │ │ │ │ ├── btn_AlignFlush_Light.psd.meta │ │ │ │ │ ├── btn_AlignJustified.psd │ │ │ │ │ ├── btn_AlignJustified.psd.meta │ │ │ │ │ ├── btn_AlignJustified_Light.psd │ │ │ │ │ ├── btn_AlignJustified_Light.psd.meta │ │ │ │ │ ├── btn_AlignLeft.psd │ │ │ │ │ ├── btn_AlignLeft.psd.meta │ │ │ │ │ ├── btn_AlignLeft_Light.psd │ │ │ │ │ ├── btn_AlignLeft_Light.psd.meta │ │ │ │ │ ├── btn_AlignMidLine.psd │ │ │ │ │ ├── btn_AlignMidLine.psd.meta │ │ │ │ │ ├── btn_AlignMiddle.psd │ │ │ │ │ ├── btn_AlignMiddle.psd.meta │ │ │ │ │ ├── btn_AlignMiddle_Light.psd │ │ │ │ │ ├── btn_AlignMiddle_Light.psd.meta │ │ │ │ │ ├── btn_AlignMidline_Light.psd │ │ │ │ │ ├── btn_AlignMidline_Light.psd.meta │ │ │ │ │ ├── btn_AlignRight.psd │ │ │ │ │ ├── btn_AlignRight.psd.meta │ │ │ │ │ ├── btn_AlignRight_Light.psd │ │ │ │ │ ├── btn_AlignRight_Light.psd.meta │ │ │ │ │ ├── btn_AlignTop.psd │ │ │ │ │ ├── btn_AlignTop.psd.meta │ │ │ │ │ ├── btn_AlignTop_Light.psd │ │ │ │ │ └── btn_AlignTop_Light.psd.meta │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── Package Resources.meta │ │ │ ├── Package Resources │ │ │ │ ├── TMP Essential Resources.unitypackage.meta │ │ │ │ └── TMP Examples & Extras.unitypackage.meta │ │ │ ├── PackageConversionData.json │ │ │ ├── PackageConversionData.json.meta │ │ │ ├── PackageConversionData_Assets.json │ │ │ ├── PackageConversionData_Assets.json.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── DropdownOptionListDrawer.cs │ │ │ │ │ ├── DropdownOptionListDrawer.cs.meta │ │ │ │ │ ├── GlyphInfoDrawer.cs │ │ │ │ │ ├── GlyphInfoDrawer.cs.meta │ │ │ │ │ ├── GlyphMetricsPropertyDrawer.cs │ │ │ │ │ ├── GlyphMetricsPropertyDrawer.cs.meta │ │ │ │ │ ├── GlyphRectPropertyDrawer.cs │ │ │ │ │ ├── GlyphRectPropertyDrawer.cs.meta │ │ │ │ │ ├── TMP_BaseEditorPanel.cs │ │ │ │ │ ├── TMP_BaseEditorPanel.cs.meta │ │ │ │ │ ├── TMP_BaseShaderGUI.cs │ │ │ │ │ ├── TMP_BaseShaderGUI.cs.meta │ │ │ │ │ ├── TMP_BitmapShaderGUI.cs │ │ │ │ │ ├── TMP_BitmapShaderGUI.cs.meta │ │ │ │ │ ├── TMP_CharacterPropertyDrawer.cs │ │ │ │ │ ├── TMP_CharacterPropertyDrawer.cs.meta │ │ │ │ │ ├── TMP_ColorGradientAssetMenu.cs │ │ │ │ │ ├── TMP_ColorGradientAssetMenu.cs.meta │ │ │ │ │ ├── TMP_ColorGradientEditor.cs │ │ │ │ │ ├── TMP_ColorGradientEditor.cs.meta │ │ │ │ │ ├── TMP_DropdownEditor.cs │ │ │ │ │ ├── TMP_DropdownEditor.cs.meta │ │ │ │ │ ├── TMP_EditorCoroutine.cs │ │ │ │ │ ├── TMP_EditorCoroutine.cs.meta │ │ │ │ │ ├── TMP_EditorPanel.cs │ │ │ │ │ ├── TMP_EditorPanel.cs.meta │ │ │ │ │ ├── TMP_EditorPanelUI.cs │ │ │ │ │ ├── TMP_EditorPanelUI.cs.meta │ │ │ │ │ ├── TMP_EditorUtility.cs │ │ │ │ │ ├── TMP_EditorUtility.cs.meta │ │ │ │ │ ├── TMP_FontAssetEditor.cs │ │ │ │ │ ├── TMP_FontAssetEditor.cs.meta │ │ │ │ │ ├── TMP_FontAsset_CreationMenu.cs │ │ │ │ │ ├── TMP_FontAsset_CreationMenu.cs.meta │ │ │ │ │ ├── TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs │ │ │ │ │ ├── TMP_GlyphPairAdjustmentRecordPropertyDrawer.cs.meta │ │ │ │ │ ├── TMP_GlyphPropertyDrawer.cs │ │ │ │ │ ├── TMP_GlyphPropertyDrawer.cs.meta │ │ │ │ │ ├── TMP_InputFieldEditor.cs │ │ │ │ │ ├── TMP_InputFieldEditor.cs.meta │ │ │ │ │ ├── TMP_MeshRendererEditor.cs │ │ │ │ │ ├── TMP_MeshRendererEditor.cs.meta │ │ │ │ │ ├── TMP_PackageUtilities.cs │ │ │ │ │ ├── TMP_PackageUtilities.cs.meta │ │ │ │ │ ├── TMP_PostBuildProcessHandler.cs │ │ │ │ │ ├── TMP_PostBuildProcessHandler.cs.meta │ │ │ │ │ ├── TMP_PreBuildProcessor.cs │ │ │ │ │ ├── TMP_PreBuildProcessor.cs.meta │ │ │ │ │ ├── TMP_ProjectTextSettings.cs │ │ │ │ │ ├── TMP_ProjectTextSettings.cs.meta │ │ │ │ │ ├── TMP_ResourcesLoader.cs │ │ │ │ │ ├── TMP_ResourcesLoader.cs.meta │ │ │ │ │ ├── TMP_SDFShaderGUI.cs │ │ │ │ │ ├── TMP_SDFShaderGUI.cs.meta │ │ │ │ │ ├── TMP_SerializedPropertyHolder.cs │ │ │ │ │ ├── TMP_SerializedPropertyHolder.cs.meta │ │ │ │ │ ├── TMP_SettingsEditor.cs │ │ │ │ │ ├── TMP_SettingsEditor.cs.meta │ │ │ │ │ ├── TMP_SpriteAssetEditor.cs │ │ │ │ │ ├── TMP_SpriteAssetEditor.cs.meta │ │ │ │ │ ├── TMP_SpriteAssetImporter.cs │ │ │ │ │ ├── TMP_SpriteAssetImporter.cs.meta │ │ │ │ │ ├── TMP_SpriteAssetMenu.cs │ │ │ │ │ ├── TMP_SpriteAssetMenu.cs.meta │ │ │ │ │ ├── TMP_SpriteCharacterPropertyDrawer.cs │ │ │ │ │ ├── TMP_SpriteCharacterPropertyDrawer.cs.meta │ │ │ │ │ ├── TMP_SpriteGlyphPropertyDrawer.cs │ │ │ │ │ ├── TMP_SpriteGlyphPropertyDrawer.cs.meta │ │ │ │ │ ├── TMP_StyleAssetMenu.cs │ │ │ │ │ ├── TMP_StyleAssetMenu.cs.meta │ │ │ │ │ ├── TMP_StyleSheetEditor.cs │ │ │ │ │ ├── TMP_StyleSheetEditor.cs.meta │ │ │ │ │ ├── TMP_SubMeshUI_Editor.cs │ │ │ │ │ ├── TMP_SubMeshUI_Editor.cs.meta │ │ │ │ │ ├── TMP_SubMesh_Editor.cs │ │ │ │ │ ├── TMP_SubMesh_Editor.cs.meta │ │ │ │ │ ├── TMP_TextAlignmentDrawer.cs │ │ │ │ │ ├── TMP_TextAlignmentDrawer.cs.meta │ │ │ │ │ ├── TMP_UIStyleManager.cs │ │ │ │ │ ├── TMP_UIStyleManager.cs.meta │ │ │ │ │ ├── TMPro_ContextMenus.cs │ │ │ │ │ ├── TMPro_ContextMenus.cs.meta │ │ │ │ │ ├── TMPro_CreateObjectMenu.cs │ │ │ │ │ ├── TMPro_CreateObjectMenu.cs.meta │ │ │ │ │ ├── TMPro_EditorShaderUtilities.cs │ │ │ │ │ ├── TMPro_EditorShaderUtilities.cs.meta │ │ │ │ │ ├── TMPro_FontAssetCreatorWindow.cs │ │ │ │ │ ├── TMPro_FontAssetCreatorWindow.cs.meta │ │ │ │ │ ├── TMPro_FontPlugin.cs │ │ │ │ │ ├── TMPro_FontPlugin.cs.meta │ │ │ │ │ ├── TMPro_SortingLayerHelper.cs │ │ │ │ │ ├── TMPro_SortingLayerHelper.cs.meta │ │ │ │ │ ├── TMPro_TextContainerEditor.cs │ │ │ │ │ ├── TMPro_TextContainerEditor.cs.meta │ │ │ │ │ ├── TMPro_TexturePostProcessor.cs │ │ │ │ │ ├── TMPro_TexturePostProcessor.cs.meta │ │ │ │ │ ├── Unity.TextMeshPro.Editor.asmdef │ │ │ │ │ └── Unity.TextMeshPro.Editor.asmdef.meta │ │ │ │ ├── Runtime.meta │ │ │ │ └── Runtime │ │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ │ ├── AssemblyInfo.cs.meta │ │ │ │ │ ├── FastAction.cs │ │ │ │ │ ├── FastAction.cs.meta │ │ │ │ │ ├── ITextPreProcessor.cs │ │ │ │ │ ├── ITextPreProcessor.cs.meta │ │ │ │ │ ├── MaterialReferenceManager.cs │ │ │ │ │ ├── MaterialReferenceManager.cs.meta │ │ │ │ │ ├── TMP_Asset.cs │ │ │ │ │ ├── TMP_Asset.cs.meta │ │ │ │ │ ├── TMP_Character.cs │ │ │ │ │ ├── TMP_Character.cs.meta │ │ │ │ │ ├── TMP_CharacterInfo.cs │ │ │ │ │ ├── TMP_CharacterInfo.cs.meta │ │ │ │ │ ├── TMP_ColorGradient.cs │ │ │ │ │ ├── TMP_ColorGradient.cs.meta │ │ │ │ │ ├── TMP_Compatibility.cs │ │ │ │ │ ├── TMP_Compatibility.cs.meta │ │ │ │ │ ├── TMP_CoroutineTween.cs │ │ │ │ │ ├── TMP_CoroutineTween.cs.meta │ │ │ │ │ ├── TMP_DefaultControls.cs │ │ │ │ │ ├── TMP_DefaultControls.cs.meta │ │ │ │ │ ├── TMP_Dropdown.cs │ │ │ │ │ ├── TMP_Dropdown.cs.meta │ │ │ │ │ ├── TMP_EditorResourceManager.cs │ │ │ │ │ ├── TMP_EditorResourceManager.cs.meta │ │ │ │ │ ├── TMP_FontAsset.cs │ │ │ │ │ ├── TMP_FontAsset.cs.meta │ │ │ │ │ ├── TMP_FontAssetCommon.cs │ │ │ │ │ ├── TMP_FontAssetCommon.cs.meta │ │ │ │ │ ├── TMP_FontAssetUtilities.cs │ │ │ │ │ ├── TMP_FontAssetUtilities.cs.meta │ │ │ │ │ ├── TMP_FontFeatureTable.cs │ │ │ │ │ ├── TMP_FontFeatureTable.cs.meta │ │ │ │ │ ├── TMP_FontFeaturesCommon.cs │ │ │ │ │ ├── TMP_FontFeaturesCommon.cs.meta │ │ │ │ │ ├── TMP_InputField.cs │ │ │ │ │ ├── TMP_InputField.cs.meta │ │ │ │ │ ├── TMP_InputValidator.cs │ │ │ │ │ ├── TMP_InputValidator.cs.meta │ │ │ │ │ ├── TMP_LineInfo.cs │ │ │ │ │ ├── TMP_LineInfo.cs.meta │ │ │ │ │ ├── TMP_ListPool.cs │ │ │ │ │ ├── TMP_ListPool.cs.meta │ │ │ │ │ ├── TMP_MaterialManager.cs │ │ │ │ │ ├── TMP_MaterialManager.cs.meta │ │ │ │ │ ├── TMP_MeshInfo.cs │ │ │ │ │ ├── TMP_MeshInfo.cs.meta │ │ │ │ │ ├── TMP_ObjectPool.cs │ │ │ │ │ ├── TMP_ObjectPool.cs.meta │ │ │ │ │ ├── TMP_PackageResourceImporter.cs │ │ │ │ │ ├── TMP_PackageResourceImporter.cs.meta │ │ │ │ │ ├── TMP_ResourcesManager.cs │ │ │ │ │ ├── TMP_ResourcesManager.cs.meta │ │ │ │ │ ├── TMP_RichTextTagsCommon.cs │ │ │ │ │ ├── TMP_RichTextTagsCommon.cs.meta │ │ │ │ │ ├── TMP_ScrollbarEventHandler.cs │ │ │ │ │ ├── TMP_ScrollbarEventHandler.cs.meta │ │ │ │ │ ├── TMP_SelectionCaret.cs │ │ │ │ │ ├── TMP_SelectionCaret.cs.meta │ │ │ │ │ ├── TMP_Settings.cs │ │ │ │ │ ├── TMP_Settings.cs.meta │ │ │ │ │ ├── TMP_ShaderUtilities.cs │ │ │ │ │ ├── TMP_ShaderUtilities.cs.meta │ │ │ │ │ ├── TMP_Sprite.cs │ │ │ │ │ ├── TMP_Sprite.cs.meta │ │ │ │ │ ├── TMP_SpriteAnimator.cs │ │ │ │ │ ├── TMP_SpriteAnimator.cs.meta │ │ │ │ │ ├── TMP_SpriteAsset.cs │ │ │ │ │ ├── TMP_SpriteAsset.cs.meta │ │ │ │ │ ├── TMP_SpriteAssetImportFormats.cs │ │ │ │ │ ├── TMP_SpriteAssetImportFormats.cs.meta │ │ │ │ │ ├── TMP_SpriteCharacter.cs │ │ │ │ │ ├── TMP_SpriteCharacter.cs.meta │ │ │ │ │ ├── TMP_SpriteGlyph.cs │ │ │ │ │ ├── TMP_SpriteGlyph.cs.meta │ │ │ │ │ ├── TMP_Style.cs │ │ │ │ │ ├── TMP_Style.cs.meta │ │ │ │ │ ├── TMP_StyleSheet.cs │ │ │ │ │ ├── TMP_StyleSheet.cs.meta │ │ │ │ │ ├── TMP_SubMesh.cs │ │ │ │ │ ├── TMP_SubMesh.cs.meta │ │ │ │ │ ├── TMP_SubMeshUI.cs │ │ │ │ │ ├── TMP_SubMeshUI.cs.meta │ │ │ │ │ ├── TMP_Text.cs │ │ │ │ │ ├── TMP_Text.cs.meta │ │ │ │ │ ├── TMP_TextElement.cs │ │ │ │ │ ├── TMP_TextElement.cs.meta │ │ │ │ │ ├── TMP_TextElement_Legacy.cs │ │ │ │ │ ├── TMP_TextElement_Legacy.cs.meta │ │ │ │ │ ├── TMP_TextInfo.cs │ │ │ │ │ ├── TMP_TextInfo.cs.meta │ │ │ │ │ ├── TMP_TextParsingUtilities.cs │ │ │ │ │ ├── TMP_TextParsingUtilities.cs.meta │ │ │ │ │ ├── TMP_TextProcessingStack.cs │ │ │ │ │ ├── TMP_TextProcessingStack.cs.meta │ │ │ │ │ ├── TMP_TextUtilities.cs │ │ │ │ │ ├── TMP_TextUtilities.cs.meta │ │ │ │ │ ├── TMP_UpdateManager.cs │ │ │ │ │ ├── TMP_UpdateManager.cs.meta │ │ │ │ │ ├── TMP_UpdateRegistery.cs │ │ │ │ │ ├── TMP_UpdateRegistery.cs.meta │ │ │ │ │ ├── TMPro_EventManager.cs │ │ │ │ │ ├── TMPro_EventManager.cs.meta │ │ │ │ │ ├── TMPro_ExtensionMethods.cs │ │ │ │ │ ├── TMPro_ExtensionMethods.cs.meta │ │ │ │ │ ├── TMPro_MeshUtilities.cs │ │ │ │ │ ├── TMPro_MeshUtilities.cs.meta │ │ │ │ │ ├── TMPro_Private.cs │ │ │ │ │ ├── TMPro_Private.cs.meta │ │ │ │ │ ├── TMPro_UGUI_Private.cs │ │ │ │ │ ├── TMPro_UGUI_Private.cs.meta │ │ │ │ │ ├── TextContainer.cs │ │ │ │ │ ├── TextContainer.cs.meta │ │ │ │ │ ├── TextMeshPro.cs │ │ │ │ │ ├── TextMeshPro.cs.meta │ │ │ │ │ ├── TextMeshProUGUI.cs │ │ │ │ │ ├── TextMeshProUGUI.cs.meta │ │ │ │ │ ├── Unity.TextMeshPro.asmdef │ │ │ │ │ └── Unity.TextMeshPro.asmdef.meta │ │ │ ├── Tests.meta │ │ │ ├── Tests │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── TMP_EditorTests.cs │ │ │ │ │ ├── TMP_EditorTests.cs.meta │ │ │ │ │ ├── Unity.TextMeshPro.Editor.Tests.asmdef │ │ │ │ │ └── Unity.TextMeshPro.Editor.Tests.asmdef.meta │ │ │ │ ├── Runtime.meta │ │ │ │ └── Runtime │ │ │ │ │ ├── TMP_RuntimeTests.cs │ │ │ │ │ ├── TMP_RuntimeTests.cs.meta │ │ │ │ │ ├── Unity.TextMeshPro.Tests.asmdef │ │ │ │ │ └── Unity.TextMeshPro.Tests.asmdef.meta │ │ │ ├── ValidationExceptions.json │ │ │ ├── ValidationExceptions.json.meta │ │ │ ├── package.json │ │ │ └── package.json.meta │ │ └── com.unity.timeline@1.4.8 │ │ │ ├── CHANGELOG.md │ │ │ ├── CHANGELOG.md.meta │ │ │ ├── DocCodeExamples.meta │ │ │ ├── DocCodeExamples │ │ │ ├── ActionExamples.cs │ │ │ ├── ActionExamples.cs.meta │ │ │ ├── DocCodeExamples.asmdef │ │ │ ├── DocCodeExamples.asmdef.meta │ │ │ ├── TimelineAttributesExamples.cs │ │ │ ├── TimelineAttributesExamples.cs.meta │ │ │ ├── TimelineEditorExamples.cs │ │ │ ├── TimelineEditorExamples.cs.meta │ │ │ ├── TrackAssetExamples.cs │ │ │ └── TrackAssetExamples.cs.meta │ │ │ ├── Documentation~ │ │ │ ├── TableOfContents.md │ │ │ ├── clp_about.md │ │ │ ├── clp_add.md │ │ │ ├── clp_blend.md │ │ │ ├── clp_dup.md │ │ │ ├── clp_ease.md │ │ │ ├── clp_gap_extrap.md │ │ │ ├── clp_insert.md │ │ │ ├── clp_match.md │ │ │ ├── clp_pan_zoom.md │ │ │ ├── clp_position.md │ │ │ ├── clp_reset.md │ │ │ ├── clp_select.md │ │ │ ├── clp_speed.md │ │ │ ├── clp_split.md │ │ │ ├── clp_tile.md │ │ │ ├── clp_trim.md │ │ │ ├── crv_about.md │ │ │ ├── crv_hide.md │ │ │ ├── crv_keys_add.md │ │ │ ├── crv_keys_del.md │ │ │ ├── crv_keys_edit.md │ │ │ ├── crv_keys_interp.md │ │ │ ├── crv_keys_sel.md │ │ │ ├── crv_nav.md │ │ │ ├── filter.yml │ │ │ ├── grp_hide.md │ │ │ ├── grp_lock.md │ │ │ ├── grp_use.md │ │ │ ├── images │ │ │ │ ├── timeline_add_track_menu.png │ │ │ │ ├── timeline_animation_window_locked.png │ │ │ │ ├── timeline_cinematic_example.png │ │ │ │ ├── timeline_clip_blend_area.png │ │ │ │ ├── timeline_clip_double_speed.png │ │ │ │ ├── timeline_clip_duplicate_before.png │ │ │ │ ├── timeline_clip_duplicate_clip_after.png │ │ │ │ ├── timeline_clip_duplicate_clip_before.png │ │ │ │ ├── timeline_clip_duplicate_project.png │ │ │ │ ├── timeline_clip_ease_in_bad_gap.png │ │ │ │ ├── timeline_clip_ease_in_good_gap.png │ │ │ │ ├── timeline_clip_ease_in_out.png │ │ │ │ ├── timeline_clip_ease_in_override_scene.png │ │ │ │ ├── timeline_clip_ease_in_override_track.png │ │ │ │ ├── timeline_clip_split_after.png │ │ │ │ ├── timeline_clip_split_before.png │ │ │ │ ├── timeline_clip_trim_end_keys.png │ │ │ │ ├── timeline_clip_trim_loop.png │ │ │ │ ├── timeline_clip_trim_start_keys.png │ │ │ │ ├── timeline_clips_anim_clip_timing.png │ │ │ │ ├── timeline_clips_arrows.png │ │ │ │ ├── timeline_clips_position_invalid.png │ │ │ │ ├── timeline_clips_positioning.png │ │ │ │ ├── timeline_clips_select_first.png │ │ │ │ ├── timeline_clips_select_last.png │ │ │ │ ├── timeline_clips_split_after.png │ │ │ │ ├── timeline_clips_split_before.png │ │ │ │ ├── timeline_clips_tile_result.png │ │ │ │ ├── timeline_clips_tile_selection.png │ │ │ │ ├── timeline_clips_view.png │ │ │ │ ├── timeline_clips_view_adding.png │ │ │ │ ├── timeline_clips_view_inserting_after.png │ │ │ │ ├── timeline_clips_view_inserting_before.png │ │ │ │ ├── timeline_cog_menu.png │ │ │ │ ├── timeline_curves_first_last_tangent.png │ │ │ │ ├── timeline_curves_interp_menu.png │ │ │ │ ├── timeline_curves_tangent_joined.png │ │ │ │ ├── timeline_curves_view_icon.png │ │ │ │ ├── timeline_curves_view_position_x.png │ │ │ │ ├── timeline_curves_view_select_contiguous.png │ │ │ │ ├── timeline_curves_view_select_key.png │ │ │ │ ├── timeline_duration_mode.png │ │ │ │ ├── timeline_editor_bindings.png │ │ │ │ ├── timeline_editor_create.png │ │ │ │ ├── timeline_editor_project.png │ │ │ │ ├── timeline_editor_to_start.png │ │ │ │ ├── timeline_end_button.png │ │ │ │ ├── timeline_frames_subframes.png │ │ │ │ ├── timeline_gap_extrap_icons.png │ │ │ │ ├── timeline_gap_extrap_two_tracks.png │ │ │ │ ├── timeline_humanoid_after_match.png │ │ │ │ ├── timeline_humanoid_before_match.png │ │ │ │ ├── timeline_humanoid_blend.png │ │ │ │ ├── timeline_humanoid_idle.png │ │ │ │ ├── timeline_humanoid_manual.png │ │ │ │ ├── timeline_humanoid_match_menu.png │ │ │ │ ├── timeline_humanoid_runleft.png │ │ │ │ ├── timeline_humanoid_start.png │ │ │ │ ├── timeline_inspector_activation_clip.png │ │ │ │ ├── timeline_inspector_activation_track.png │ │ │ │ ├── timeline_inspector_anim_extrap.png │ │ │ │ ├── timeline_inspector_animation_clip.png │ │ │ │ ├── timeline_inspector_animation_clip_common.png │ │ │ │ ├── timeline_inspector_animation_clip_playable.png │ │ │ │ ├── timeline_inspector_animation_track.png │ │ │ │ ├── timeline_inspector_audio_clip.png │ │ │ │ ├── timeline_inspector_blend_curves.png │ │ │ │ ├── timeline_inspector_clip_speed.png │ │ │ │ ├── timeline_inspector_clip_timing.png │ │ │ │ ├── timeline_inspector_control_clip_common.png │ │ │ │ ├── timeline_inspector_control_clip_playable.png │ │ │ │ ├── timeline_inspector_curve_editor.png │ │ │ │ ├── timeline_inspector_ease_in_blend_out.png │ │ │ │ ├── timeline_inspector_ease_in_out.png │ │ │ │ ├── timeline_inspector_multiple_selection.png │ │ │ │ ├── timeline_inspector_narrow_selection.png │ │ │ │ ├── timeline_inspector_playable_director.png │ │ │ │ ├── timeline_inspector_timeline.png │ │ │ │ ├── timeline_last_loop_before.png │ │ │ │ ├── timeline_last_loop_complete.png │ │ │ │ ├── timeline_last_loop_trim.png │ │ │ │ ├── timeline_masking_avatar_inspector.png │ │ │ │ ├── timeline_masking_avatar_off.png │ │ │ │ ├── timeline_masking_avatar_on.png │ │ │ │ ├── timeline_masking_override.png │ │ │ │ ├── timeline_masking_override_selected.png │ │ │ │ ├── timeline_masking_start.png │ │ │ │ ├── timeline_masking_waving.png │ │ │ │ ├── timeline_match_clip_many.png │ │ │ │ ├── timeline_match_clip_two.png │ │ │ │ ├── timeline_match_prematch_clips.png │ │ │ │ ├── timeline_match_prematch_scene.png │ │ │ │ ├── timeline_mix_mode_blend_arrow.png │ │ │ │ ├── timeline_mix_mode_position_cursor.png │ │ │ │ ├── timeline_move_track_after copy.png │ │ │ │ ├── timeline_move_track_after.png │ │ │ │ ├── timeline_move_track_before.png │ │ │ │ ├── timeline_nesting_editing.png │ │ │ │ ├── timeline_nesting_example.png │ │ │ │ ├── timeline_nesting_global.png │ │ │ │ ├── timeline_nesting_local.png │ │ │ │ ├── timeline_next_frame_button.png │ │ │ │ ├── timeline_overview_asset.png │ │ │ │ ├── timeline_overview_enemy.png │ │ │ │ ├── timeline_overview_instance.png │ │ │ │ ├── timeline_overview_player.png │ │ │ │ ├── timeline_play_button.png │ │ │ │ ├── timeline_play_range.png │ │ │ │ ├── timeline_play_range_button.png │ │ │ │ ├── timeline_playback_controls.png │ │ │ │ ├── timeline_playhead_insert_100_after.png │ │ │ │ ├── timeline_playhead_insert_before.png │ │ │ │ ├── timeline_playhead_insert_menu.png │ │ │ │ ├── timeline_playhead_location.png │ │ │ │ ├── timeline_playhead_select_menu.png │ │ │ │ ├── timeline_playhead_trim_after.png │ │ │ │ ├── timeline_playhead_trim_before.png │ │ │ │ ├── timeline_preview_selector.png │ │ │ │ ├── timeline_previous_frame_button.png │ │ │ │ ├── timeline_property_red.png │ │ │ │ ├── timeline_replace_mode.png │ │ │ │ ├── timeline_replace_mode_red_cut.png │ │ │ │ ├── timeline_ripple_mode.png │ │ │ │ ├── timeline_ripple_mode_yellow_arrow.png │ │ │ │ ├── timeline_splash.png │ │ │ │ ├── timeline_start_button.png │ │ │ │ ├── timeline_track_alert_icon.png │ │ │ │ ├── timeline_track_duplicate.png │ │ │ │ ├── timeline_track_group_add.png │ │ │ │ ├── timeline_track_group_hidden.png │ │ │ │ ├── timeline_track_group_locked.png │ │ │ │ ├── timeline_track_group_plus.png │ │ │ │ ├── timeline_track_list.png │ │ │ │ ├── timeline_track_locked.png │ │ │ │ ├── timeline_track_muted.png │ │ │ │ ├── timeline_track_priority.png │ │ │ │ ├── timeline_track_reorder.png │ │ │ │ ├── timeline_track_select_first.png │ │ │ │ ├── timeline_track_select_last.png │ │ │ │ ├── timeline_workflow_clip_in_project.png │ │ │ │ ├── timeline_workflow_converted_clip.png │ │ │ │ ├── timeline_workflow_dopesheet.png │ │ │ │ ├── timeline_workflow_keyframing_menu.png │ │ │ │ ├── timeline_workflow_record_button.png │ │ │ │ ├── timeline_workflow_recorded_clip_track_menu.png │ │ │ │ ├── timeline_workflow_recording.png │ │ │ │ ├── timeline_workflow_recording_diamonds.png │ │ │ │ ├── timeline_zoombar.png │ │ │ │ ├── timeline_zoomed_clip_edit_modes.png │ │ │ │ ├── workflow_inspector_animation_clip_playable.png │ │ │ │ ├── workflow_nesting_control_disabled.png │ │ │ │ ├── workflow_nesting_done.png │ │ │ │ ├── workflow_nesting_double_click.png │ │ │ │ ├── workflow_nesting_drag_board.png │ │ │ │ ├── workflow_nesting_edit_warning.png │ │ │ │ └── workflow_nesting_master.png │ │ │ ├── index.md │ │ │ ├── insp_about.md │ │ │ ├── insp_clp.md │ │ │ ├── insp_clp_act.md │ │ │ ├── insp_clp_anim_com.md │ │ │ ├── insp_clp_anim_plyb.md │ │ │ ├── insp_clp_aud.md │ │ │ ├── insp_clp_ctrl_com.md │ │ │ ├── insp_clp_ctrl_plyb.md │ │ │ ├── insp_tl.md │ │ │ ├── insp_trk.md │ │ │ ├── insp_trk_act.md │ │ │ ├── insp_trk_anim.md │ │ │ ├── play_director.md │ │ │ ├── tl_about.md │ │ │ ├── tl_gloss.md │ │ │ ├── tl_play_cntrls.md │ │ │ ├── tl_selector.md │ │ │ ├── tl_settings.md │ │ │ ├── tl_window.md │ │ │ ├── trk_add.md │ │ │ ├── trk_delete.md │ │ │ ├── trk_dup.md │ │ │ ├── trk_list_about.md │ │ │ ├── trk_lock.md │ │ │ ├── trk_mute.md │ │ │ ├── trk_reorder.md │ │ │ ├── trk_select.md │ │ │ ├── wf_about.md │ │ │ ├── wf_char_anim.md │ │ │ ├── wf_conv_infinite.md │ │ │ ├── wf_instance.md │ │ │ ├── wf_mask.md │ │ │ ├── wf_nested.md │ │ │ └── wf_rec_anim.md │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ ├── Actions.meta │ │ │ ├── Actions │ │ │ │ ├── ActionContext.cs │ │ │ │ ├── ActionContext.cs.meta │ │ │ │ ├── ActionManager.cs │ │ │ │ ├── ActionManager.cs.meta │ │ │ │ ├── ClipAction.cs │ │ │ │ ├── ClipAction.cs.meta │ │ │ │ ├── ClipsActions.cs │ │ │ │ ├── ClipsActions.cs.meta │ │ │ │ ├── IAction.cs │ │ │ │ ├── IAction.cs.meta │ │ │ │ ├── IMenuChecked.cs │ │ │ │ ├── IMenuChecked.cs.meta │ │ │ │ ├── IMenuName.cs │ │ │ │ ├── IMenuName.cs.meta │ │ │ │ ├── Invoker.cs │ │ │ │ ├── Invoker.cs.meta │ │ │ │ ├── MarkerAction.cs │ │ │ │ ├── MarkerAction.cs.meta │ │ │ │ ├── MarkerActions.cs │ │ │ │ ├── MarkerActions.cs.meta │ │ │ │ ├── Menus.meta │ │ │ │ ├── Menus │ │ │ │ │ ├── MenuItemActionBase.cs │ │ │ │ │ ├── MenuItemActionBase.cs.meta │ │ │ │ │ ├── TimelineContextMenu.cs │ │ │ │ │ └── TimelineContextMenu.cs.meta │ │ │ │ ├── TimelineAction.cs │ │ │ │ ├── TimelineAction.cs.meta │ │ │ │ ├── TimelineActions.cs │ │ │ │ ├── TimelineActions.cs.meta │ │ │ │ ├── TrackAction.cs │ │ │ │ ├── TrackAction.cs.meta │ │ │ │ ├── TrackActions.cs │ │ │ │ └── TrackActions.cs.meta │ │ │ ├── Activation.meta │ │ │ ├── Activation │ │ │ │ ├── ActivationTrackEditor.cs │ │ │ │ ├── ActivationTrackEditor.cs.meta │ │ │ │ ├── ActivationTrackInspector.cs │ │ │ │ └── ActivationTrackInspector.cs.meta │ │ │ ├── Analytics.meta │ │ │ ├── Analytics │ │ │ │ ├── TimelineAnalytics.cs │ │ │ │ └── TimelineAnalytics.cs.meta │ │ │ ├── Animation.meta │ │ │ ├── Animation │ │ │ │ ├── AnimationClipActions.cs │ │ │ │ ├── AnimationClipActions.cs.meta │ │ │ │ ├── AnimationClipCurveCache.cs │ │ │ │ ├── AnimationClipCurveCache.cs.meta │ │ │ │ ├── AnimationClipExtensions.cs │ │ │ │ ├── AnimationClipExtensions.cs.meta │ │ │ │ ├── AnimationOffsetMenu.cs │ │ │ │ ├── AnimationOffsetMenu.cs.meta │ │ │ │ ├── AnimationPlayableAssetEditor.cs │ │ │ │ ├── AnimationPlayableAssetEditor.cs.meta │ │ │ │ ├── AnimationTrackActions.cs │ │ │ │ ├── AnimationTrackActions.cs.meta │ │ │ │ ├── BindingSelector.cs │ │ │ │ ├── BindingSelector.cs.meta │ │ │ │ ├── BindingTreeViewDataSource.cs │ │ │ │ ├── BindingTreeViewDataSource.cs.meta │ │ │ │ ├── BindingTreeViewDataSourceGUI.cs │ │ │ │ ├── BindingTreeViewDataSourceGUI.cs.meta │ │ │ │ ├── ClipCurveEditor.cs │ │ │ │ ├── ClipCurveEditor.cs.meta │ │ │ │ ├── CurveDataSource.cs │ │ │ │ ├── CurveDataSource.cs.meta │ │ │ │ ├── CurveTreeViewNode.cs │ │ │ │ ├── CurveTreeViewNode.cs.meta │ │ │ │ ├── CurvesProxy.cs │ │ │ │ ├── CurvesProxy.cs.meta │ │ │ │ ├── TimelineAnimationUtilities.cs │ │ │ │ └── TimelineAnimationUtilities.cs.meta │ │ │ ├── Attributes.meta │ │ │ ├── Attributes │ │ │ │ ├── ActiveInModeAttribute.cs │ │ │ │ ├── ActiveInModeAttribute.cs.meta │ │ │ │ ├── MenuEntryAttribute.cs │ │ │ │ ├── MenuEntryAttribute.cs.meta │ │ │ │ ├── ShortcutAttribute.cs │ │ │ │ ├── ShortcutAttribute.cs.meta │ │ │ │ ├── TimelineShortcutAttribute.cs │ │ │ │ └── TimelineShortcutAttribute.cs.meta │ │ │ ├── Audio.meta │ │ │ ├── Audio │ │ │ │ ├── AudioClipPropertiesDrawer.cs │ │ │ │ ├── AudioClipPropertiesDrawer.cs.meta │ │ │ │ ├── AudioPlayableAssetEditor.cs │ │ │ │ ├── AudioPlayableAssetEditor.cs.meta │ │ │ │ ├── AudioPlayableAssetInspector.cs │ │ │ │ ├── AudioPlayableAssetInspector.cs.meta │ │ │ │ ├── AudioTrackInspector.cs │ │ │ │ └── AudioTrackInspector.cs.meta │ │ │ ├── ControlTrack.meta │ │ │ ├── ControlTrack │ │ │ │ ├── ControlPlayableAssetEditor.cs │ │ │ │ └── ControlPlayableAssetEditor.cs.meta │ │ │ ├── CurveEditUtility.cs │ │ │ ├── CurveEditUtility.cs.meta │ │ │ ├── CustomEditors.meta │ │ │ ├── CustomEditors │ │ │ │ ├── ClipEditor.cs │ │ │ │ ├── ClipEditor.cs.meta │ │ │ │ ├── CustomTimelineEditorCache.cs │ │ │ │ ├── CustomTimelineEditorCache.cs.meta │ │ │ │ ├── MarkerEditor.cs │ │ │ │ ├── MarkerEditor.cs.meta │ │ │ │ ├── MarkerTrackEditor.cs │ │ │ │ ├── MarkerTrackEditor.cs.meta │ │ │ │ ├── TrackEditor.cs │ │ │ │ └── TrackEditor.cs.meta │ │ │ ├── DirectorNamedColor.cs │ │ │ ├── DirectorNamedColor.cs.meta │ │ │ ├── DirectorStyles.cs │ │ │ ├── DirectorStyles.cs.meta │ │ │ ├── Extensions.meta │ │ │ ├── Extensions │ │ │ │ ├── AnimatedParameterExtensions.cs │ │ │ │ ├── AnimatedParameterExtensions.cs.meta │ │ │ │ ├── AnimationTrackExtensions.cs │ │ │ │ ├── AnimationTrackExtensions.cs.meta │ │ │ │ ├── TrackExtensions.cs │ │ │ │ └── TrackExtensions.cs.meta │ │ │ ├── Items.meta │ │ │ ├── Items │ │ │ │ ├── ClipItem.cs │ │ │ │ ├── ClipItem.cs.meta │ │ │ │ ├── ITimelineItem.cs │ │ │ │ ├── ITimelineItem.cs.meta │ │ │ │ ├── ItemsGroup.cs │ │ │ │ ├── ItemsGroup.cs.meta │ │ │ │ ├── ItemsPerTrack.cs │ │ │ │ ├── ItemsPerTrack.cs.meta │ │ │ │ ├── ItemsUtils.cs │ │ │ │ ├── ItemsUtils.cs.meta │ │ │ │ ├── MarkerItem.cs │ │ │ │ └── MarkerItem.cs.meta │ │ │ ├── Manipulators.meta │ │ │ ├── Manipulators │ │ │ │ ├── AddDelete.meta │ │ │ │ ├── AddDelete │ │ │ │ │ ├── AddDeleteItemModeMix.cs │ │ │ │ │ ├── AddDeleteItemModeMix.cs.meta │ │ │ │ │ ├── AddDeleteItemModeReplace.cs │ │ │ │ │ ├── AddDeleteItemModeReplace.cs.meta │ │ │ │ │ ├── AddDeleteItemModeRipple.cs │ │ │ │ │ ├── AddDeleteItemModeRipple.cs.meta │ │ │ │ │ ├── IAddDeleteItemMode.cs │ │ │ │ │ └── IAddDeleteItemMode.cs.meta │ │ │ │ ├── Cursors.meta │ │ │ │ ├── Cursors │ │ │ │ │ ├── TimelineCursors.cs │ │ │ │ │ └── TimelineCursors.cs.meta │ │ │ │ ├── EditMode.cs │ │ │ │ ├── EditMode.cs.meta │ │ │ │ ├── EditModeInputHandler.cs │ │ │ │ ├── EditModeInputHandler.cs.meta │ │ │ │ ├── Move.meta │ │ │ │ ├── Move │ │ │ │ │ ├── IMoveItemMode.cs │ │ │ │ │ ├── IMoveItemMode.cs.meta │ │ │ │ │ ├── MoveItemHandler.cs │ │ │ │ │ ├── MoveItemHandler.cs.meta │ │ │ │ │ ├── MoveItemModeMix.cs │ │ │ │ │ ├── MoveItemModeMix.cs.meta │ │ │ │ │ ├── MoveItemModeReplace.cs │ │ │ │ │ ├── MoveItemModeReplace.cs.meta │ │ │ │ │ ├── MoveItemModeRipple.cs │ │ │ │ │ ├── MoveItemModeRipple.cs.meta │ │ │ │ │ ├── MovingItems.cs │ │ │ │ │ └── MovingItems.cs.meta │ │ │ │ ├── Sequence.meta │ │ │ │ ├── Sequence │ │ │ │ │ ├── EaseClip.cs │ │ │ │ │ ├── EaseClip.cs.meta │ │ │ │ │ ├── Jog.cs │ │ │ │ │ ├── Jog.cs.meta │ │ │ │ │ ├── MarkerHeaderContextMenu.cs │ │ │ │ │ ├── MarkerHeaderContextMenu.cs.meta │ │ │ │ │ ├── RectangleSelect.cs │ │ │ │ │ ├── RectangleSelect.cs.meta │ │ │ │ │ ├── RectangleTool.cs │ │ │ │ │ ├── RectangleTool.cs.meta │ │ │ │ │ ├── RectangleZoom.cs │ │ │ │ │ ├── RectangleZoom.cs.meta │ │ │ │ │ ├── SelectAndMoveItem.cs │ │ │ │ │ ├── SelectAndMoveItem.cs.meta │ │ │ │ │ ├── TrackZoom.cs │ │ │ │ │ ├── TrackZoom.cs.meta │ │ │ │ │ ├── TrimClip.cs │ │ │ │ │ └── TrimClip.cs.meta │ │ │ │ ├── TimeAreaAutoPanner.cs │ │ │ │ ├── TimeAreaAutoPanner.cs.meta │ │ │ │ ├── TimeIndicator.cs │ │ │ │ ├── TimeIndicator.cs.meta │ │ │ │ ├── TimelineClipGroup.cs │ │ │ │ ├── TimelineClipGroup.cs.meta │ │ │ │ ├── Trim.meta │ │ │ │ ├── Trim │ │ │ │ │ ├── ITrimItemMode.cs │ │ │ │ │ ├── ITrimItemMode.cs.meta │ │ │ │ │ ├── TrimItemModeMix.cs │ │ │ │ │ ├── TrimItemModeMix.cs.meta │ │ │ │ │ ├── TrimItemModeReplace.cs │ │ │ │ │ ├── TrimItemModeReplace.cs.meta │ │ │ │ │ ├── TrimItemModeRipple.cs │ │ │ │ │ └── TrimItemModeRipple.cs.meta │ │ │ │ ├── Utils.meta │ │ │ │ └── Utils │ │ │ │ │ ├── EditModeGUIUtils.cs │ │ │ │ │ ├── EditModeGUIUtils.cs.meta │ │ │ │ │ ├── EditModeMixUtils.cs │ │ │ │ │ ├── EditModeMixUtils.cs.meta │ │ │ │ │ ├── EditModeReplaceUtils.cs │ │ │ │ │ ├── EditModeReplaceUtils.cs.meta │ │ │ │ │ ├── EditModeRippleUtils.cs │ │ │ │ │ ├── EditModeRippleUtils.cs.meta │ │ │ │ │ ├── EditModeUtils.cs │ │ │ │ │ ├── EditModeUtils.cs.meta │ │ │ │ │ ├── ManipulatorsUtils.cs │ │ │ │ │ ├── ManipulatorsUtils.cs.meta │ │ │ │ │ ├── PlacementValidity.cs │ │ │ │ │ └── PlacementValidity.cs.meta │ │ │ ├── MenuPriority.cs │ │ │ ├── MenuPriority.cs.meta │ │ │ ├── Playables.meta │ │ │ ├── Playables │ │ │ │ ├── ControlPlayableInspector.cs │ │ │ │ └── ControlPlayableInspector.cs.meta │ │ │ ├── Properties.meta │ │ │ ├── Properties │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ └── AssemblyInfo.cs.meta │ │ │ ├── Recording.meta │ │ │ ├── Recording │ │ │ │ ├── AnimationTrackRecorder.cs │ │ │ │ ├── AnimationTrackRecorder.cs.meta │ │ │ │ ├── TimelineRecording.cs │ │ │ │ ├── TimelineRecording.cs.meta │ │ │ │ ├── TimelineRecordingContextualResponder.cs │ │ │ │ ├── TimelineRecordingContextualResponder.cs.meta │ │ │ │ ├── TimelineRecording_Monobehaviour.cs │ │ │ │ ├── TimelineRecording_Monobehaviour.cs.meta │ │ │ │ ├── TimelineRecording_PlayableAsset.cs │ │ │ │ ├── TimelineRecording_PlayableAsset.cs.meta │ │ │ │ ├── TrackAssetRecordingExtensions.cs │ │ │ │ └── TrackAssetRecordingExtensions.cs.meta │ │ │ ├── Shortcuts.cs │ │ │ ├── Shortcuts.cs.meta │ │ │ ├── Signals.meta │ │ │ ├── Signals │ │ │ │ ├── SignalAssetInspector.cs │ │ │ │ ├── SignalAssetInspector.cs.meta │ │ │ │ ├── SignalEmitterEditor.cs │ │ │ │ ├── SignalEmitterEditor.cs.meta │ │ │ │ ├── SignalEmitterInspector.cs │ │ │ │ ├── SignalEmitterInspector.cs.meta │ │ │ │ ├── SignalEventDrawer.cs │ │ │ │ ├── SignalEventDrawer.cs.meta │ │ │ │ ├── SignalManager.cs │ │ │ │ ├── SignalManager.cs.meta │ │ │ │ ├── SignalReceiverHeader.cs │ │ │ │ ├── SignalReceiverHeader.cs.meta │ │ │ │ ├── SignalReceiverInspector.cs │ │ │ │ ├── SignalReceiverInspector.cs.meta │ │ │ │ ├── SignalUtility.cs │ │ │ │ ├── SignalUtility.cs.meta │ │ │ │ ├── Styles.cs │ │ │ │ ├── Styles.cs.meta │ │ │ │ ├── TreeView.meta │ │ │ │ └── TreeView │ │ │ │ │ ├── SignalListFactory.cs │ │ │ │ │ ├── SignalListFactory.cs.meta │ │ │ │ │ ├── SignalReceiverItem.cs │ │ │ │ │ ├── SignalReceiverItem.cs.meta │ │ │ │ │ ├── SignalReceiverTreeView.cs │ │ │ │ │ └── SignalReceiverTreeView.cs.meta │ │ │ ├── State.meta │ │ │ ├── State │ │ │ │ ├── ISequenceState.cs │ │ │ │ ├── ISequenceState.cs.meta │ │ │ │ ├── SequenceHierarchy.cs │ │ │ │ ├── SequenceHierarchy.cs.meta │ │ │ │ ├── SequencePath.cs │ │ │ │ ├── SequencePath.cs.meta │ │ │ │ ├── SequenceState.cs │ │ │ │ ├── SequenceState.cs.meta │ │ │ │ ├── WindowState.cs │ │ │ │ └── WindowState.cs.meta │ │ │ ├── StyleSheets.meta │ │ │ ├── StyleSheets │ │ │ │ ├── Extensions.meta │ │ │ │ ├── Extensions │ │ │ │ │ ├── common.uss │ │ │ │ │ ├── common.uss.meta │ │ │ │ │ ├── dark.uss │ │ │ │ │ ├── dark.uss.meta │ │ │ │ │ ├── light.uss │ │ │ │ │ └── light.uss.meta │ │ │ │ ├── Images.meta │ │ │ │ ├── Images │ │ │ │ │ ├── DarkSkin.meta │ │ │ │ │ ├── DarkSkin │ │ │ │ │ │ ├── TimelineActivation.png │ │ │ │ │ │ ├── TimelineActivation.png.meta │ │ │ │ │ │ ├── TimelineAutokey.png │ │ │ │ │ │ ├── TimelineAutokey.png.meta │ │ │ │ │ │ ├── TimelineAutokey@2x.png │ │ │ │ │ │ ├── TimelineAutokey@2x.png.meta │ │ │ │ │ │ ├── TimelineAutokey_active.png │ │ │ │ │ │ ├── TimelineAutokey_active.png.meta │ │ │ │ │ │ ├── TimelineAutokey_active@2x.png │ │ │ │ │ │ ├── TimelineAutokey_active@2x.png.meta │ │ │ │ │ │ ├── TimelineContinue.png │ │ │ │ │ │ ├── TimelineContinue.png.meta │ │ │ │ │ │ ├── TimelineDisabledBackground.png │ │ │ │ │ │ ├── TimelineDisabledBackground.png.meta │ │ │ │ │ │ ├── TimelineEndPlayback.png │ │ │ │ │ │ ├── TimelineEndPlayback.png.meta │ │ │ │ │ │ ├── TimelineHold.png │ │ │ │ │ │ ├── TimelineHold.png.meta │ │ │ │ │ │ ├── TimelineIconClipIn.png │ │ │ │ │ │ ├── TimelineIconClipIn.png.meta │ │ │ │ │ │ ├── TimelineIconClipOut.png │ │ │ │ │ │ ├── TimelineIconClipOut.png.meta │ │ │ │ │ │ ├── TimelineInfiniteTrackNoShadow.png │ │ │ │ │ │ ├── TimelineInfiniteTrackNoShadow.png.meta │ │ │ │ │ │ ├── TimelineKeyframe.png │ │ │ │ │ │ ├── TimelineKeyframe.png.meta │ │ │ │ │ │ ├── TimelineLoop.png │ │ │ │ │ │ ├── TimelineLoop.png.meta │ │ │ │ │ │ ├── TimelineMarkerItem.png │ │ │ │ │ │ ├── TimelineMarkerItem.png.meta │ │ │ │ │ │ ├── TimelineMarkerItemCollapsed.png │ │ │ │ │ │ ├── TimelineMarkerItemCollapsed.png.meta │ │ │ │ │ │ ├── TimelineMarkerItemSelected.png │ │ │ │ │ │ ├── TimelineMarkerItemSelected.png.meta │ │ │ │ │ │ ├── TimelinePingPong.png │ │ │ │ │ │ ├── TimelinePingPong.png.meta │ │ │ │ │ │ ├── TimelinePlayRange.png │ │ │ │ │ │ ├── TimelinePlayRange.png.meta │ │ │ │ │ │ ├── TimelineSignalCollapsed.png │ │ │ │ │ │ ├── TimelineSignalCollapsed.png.meta │ │ │ │ │ │ ├── TimelineSignalSelected.png │ │ │ │ │ │ ├── TimelineSignalSelected.png.meta │ │ │ │ │ │ ├── TimelineStartPlayback.png │ │ │ │ │ │ ├── TimelineStartPlayback.png.meta │ │ │ │ │ │ ├── TimelineTimeCursor.png │ │ │ │ │ │ └── TimelineTimeCursor.png.meta │ │ │ │ │ ├── Icons.meta │ │ │ │ │ ├── Icons │ │ │ │ │ │ ├── Timeline-Marker-Warning-Overlay.png │ │ │ │ │ │ ├── Timeline-Marker-Warning-Overlay.png.meta │ │ │ │ │ │ ├── TimelineClipBG.png │ │ │ │ │ │ ├── TimelineClipBG.png.meta │ │ │ │ │ │ ├── TimelineClipFG.png │ │ │ │ │ │ ├── TimelineClipFG.png.meta │ │ │ │ │ │ ├── TimelineCollapseMarkerButtonDisabled.png │ │ │ │ │ │ ├── TimelineCollapseMarkerButtonDisabled.png.meta │ │ │ │ │ │ ├── TimelineCollapseMarkerButtonEnabled.png │ │ │ │ │ │ ├── TimelineCollapseMarkerButtonEnabled.png.meta │ │ │ │ │ │ ├── TimelineDigIn.png │ │ │ │ │ │ ├── TimelineDigIn.png.meta │ │ │ │ │ │ ├── TimelineEditModeMixOFF.png │ │ │ │ │ │ ├── TimelineEditModeMixOFF.png.meta │ │ │ │ │ │ ├── TimelineEditModeMixON.png │ │ │ │ │ │ ├── TimelineEditModeMixON.png.meta │ │ │ │ │ │ ├── TimelineEditModeReplaceOFF.png │ │ │ │ │ │ ├── TimelineEditModeReplaceOFF.png.meta │ │ │ │ │ │ ├── TimelineEditModeReplaceON.png │ │ │ │ │ │ ├── TimelineEditModeReplaceON.png.meta │ │ │ │ │ │ ├── TimelineEditModeRippleOFF.png │ │ │ │ │ │ ├── TimelineEditModeRippleOFF.png.meta │ │ │ │ │ │ ├── TimelineEditModeRippleON.png │ │ │ │ │ │ ├── TimelineEditModeRippleON.png.meta │ │ │ │ │ │ ├── TimelineHeaderMarkerIcon.png │ │ │ │ │ │ ├── TimelineHeaderMarkerIcon.png.meta │ │ │ │ │ │ ├── TimelineSelector.png │ │ │ │ │ │ ├── TimelineSelector.png.meta │ │ │ │ │ │ ├── TimelineSignal.png │ │ │ │ │ │ ├── TimelineSignal.png.meta │ │ │ │ │ │ ├── TrackAvatarButtonDisabled.png │ │ │ │ │ │ ├── TrackAvatarButtonDisabled.png.meta │ │ │ │ │ │ ├── TrackAvatarButtonDisabled@2x.png │ │ │ │ │ │ ├── TrackAvatarButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── TrackAvatarButtonEnabled.png │ │ │ │ │ │ ├── TrackAvatarButtonEnabled.png.meta │ │ │ │ │ │ ├── TrackAvatarButtonEnabled@2x.png │ │ │ │ │ │ ├── TrackAvatarButtonEnabled@2x.png.meta │ │ │ │ │ │ ├── TrackCurvesButtonDisabled.png │ │ │ │ │ │ ├── TrackCurvesButtonDisabled.png.meta │ │ │ │ │ │ ├── TrackCurvesButtonDisabled@2x.png │ │ │ │ │ │ ├── TrackCurvesButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── TrackCurvesButtonEnabled.png │ │ │ │ │ │ ├── TrackCurvesButtonEnabled.png.meta │ │ │ │ │ │ ├── TrackCurvesButtonEnabled@2x.png │ │ │ │ │ │ ├── TrackCurvesButtonEnabled@2x.png.meta │ │ │ │ │ │ ├── TrackLockButtonDisabled.png │ │ │ │ │ │ ├── TrackLockButtonDisabled.png.meta │ │ │ │ │ │ ├── TrackLockButtonDisabled@2x.png │ │ │ │ │ │ ├── TrackLockButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── TrackLockButtonEnabled.png │ │ │ │ │ │ ├── TrackLockButtonEnabled.png.meta │ │ │ │ │ │ ├── TrackLockButtonEnabled@2x.png │ │ │ │ │ │ ├── TrackLockButtonEnabled@2x.png.meta │ │ │ │ │ │ ├── TrackMarkerButtonDisabled.png │ │ │ │ │ │ ├── TrackMarkerButtonDisabled.png.meta │ │ │ │ │ │ ├── TrackMarkerButtonDisabled@2x.png │ │ │ │ │ │ ├── TrackMarkerButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── TrackMarkerButtonEnabled.png │ │ │ │ │ │ ├── TrackMarkerButtonEnabled.png.meta │ │ │ │ │ │ ├── TrackMarkerButtonEnabled@2x.png │ │ │ │ │ │ ├── TrackMarkerButtonEnabled@2x.png.meta │ │ │ │ │ │ ├── TrackMuteButtonDisabled.png │ │ │ │ │ │ ├── TrackMuteButtonDisabled.png.meta │ │ │ │ │ │ ├── TrackMuteButtonDisabled@2x.png │ │ │ │ │ │ ├── TrackMuteButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── TrackMuteButtonEnabled.png │ │ │ │ │ │ ├── TrackMuteButtonEnabled.png.meta │ │ │ │ │ │ ├── TrackMuteButtonEnabled@2x.png │ │ │ │ │ │ ├── TrackMuteButtonEnabled@2x.png.meta │ │ │ │ │ │ ├── TrackRecordButtonDisabled.png │ │ │ │ │ │ ├── TrackRecordButtonDisabled.png.meta │ │ │ │ │ │ ├── TrackRecordButtonDisabled@2x.png │ │ │ │ │ │ ├── TrackRecordButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── TrackRecordButtonEnabled.png │ │ │ │ │ │ ├── TrackRecordButtonEnabled.png.meta │ │ │ │ │ │ ├── TrackRecordButtonEnabled@2x.png │ │ │ │ │ │ ├── TrackRecordButtonEnabled@2x.png.meta │ │ │ │ │ │ ├── d_TimelineCollapseMarkerButtonDisabled.png │ │ │ │ │ │ ├── d_TimelineCollapseMarkerButtonDisabled.png.meta │ │ │ │ │ │ ├── d_TimelineCollapseMarkerButtonEnabled.png │ │ │ │ │ │ ├── d_TimelineCollapseMarkerButtonEnabled.png.meta │ │ │ │ │ │ ├── d_TimelineDigIn.png │ │ │ │ │ │ ├── d_TimelineDigIn.png.meta │ │ │ │ │ │ ├── d_TimelineEditModeMixOFF.png │ │ │ │ │ │ ├── d_TimelineEditModeMixOFF.png.meta │ │ │ │ │ │ ├── d_TimelineEditModeMixON.png │ │ │ │ │ │ ├── d_TimelineEditModeMixON.png.meta │ │ │ │ │ │ ├── d_TimelineEditModeReplaceOFF.png │ │ │ │ │ │ ├── d_TimelineEditModeReplaceOFF.png.meta │ │ │ │ │ │ ├── d_TimelineEditModeReplaceON.png │ │ │ │ │ │ ├── d_TimelineEditModeReplaceON.png.meta │ │ │ │ │ │ ├── d_TimelineEditModeRippleOFF.png │ │ │ │ │ │ ├── d_TimelineEditModeRippleOFF.png.meta │ │ │ │ │ │ ├── d_TimelineEditModeRippleON.png │ │ │ │ │ │ ├── d_TimelineEditModeRippleON.png.meta │ │ │ │ │ │ ├── d_TimelineHeaderMarkerIcon.png │ │ │ │ │ │ ├── d_TimelineHeaderMarkerIcon.png.meta │ │ │ │ │ │ ├── d_TimelineSelector.png │ │ │ │ │ │ ├── d_TimelineSelector.png.meta │ │ │ │ │ │ ├── d_TimelineSignal.png │ │ │ │ │ │ ├── d_TimelineSignal.png.meta │ │ │ │ │ │ ├── d_TrackAvatarButtonDisabled.png │ │ │ │ │ │ ├── d_TrackAvatarButtonDisabled.png.meta │ │ │ │ │ │ ├── d_TrackAvatarButtonDisabled@2x.png │ │ │ │ │ │ ├── d_TrackAvatarButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── d_TrackAvatarButtonEnabled.png │ │ │ │ │ │ ├── d_TrackAvatarButtonEnabled.png.meta │ │ │ │ │ │ ├── d_TrackAvatarButtonEnabled@2x.png │ │ │ │ │ │ ├── d_TrackAvatarButtonEnabled@2x.png.meta │ │ │ │ │ │ ├── d_TrackCurvesButtonDisabled.png │ │ │ │ │ │ ├── d_TrackCurvesButtonDisabled.png.meta │ │ │ │ │ │ ├── d_TrackCurvesButtonDisabled@2x.png │ │ │ │ │ │ ├── d_TrackCurvesButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── d_TrackCurvesButtonEnabled.png │ │ │ │ │ │ ├── d_TrackCurvesButtonEnabled.png.meta │ │ │ │ │ │ ├── d_TrackCurvesButtonEnabled@2x.png │ │ │ │ │ │ ├── d_TrackCurvesButtonEnabled@2x.png.meta │ │ │ │ │ │ ├── d_TrackLockButtonDisabled.png │ │ │ │ │ │ ├── d_TrackLockButtonDisabled.png.meta │ │ │ │ │ │ ├── d_TrackLockButtonDisabled@2x.png │ │ │ │ │ │ ├── d_TrackLockButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── d_TrackLockButtonEnabled.png │ │ │ │ │ │ ├── d_TrackLockButtonEnabled.png.meta │ │ │ │ │ │ ├── d_TrackLockButtonEnabled@2x.png │ │ │ │ │ │ ├── d_TrackLockButtonEnabled@2x.png.meta │ │ │ │ │ │ ├── d_TrackMarkerButtonDisabled.png │ │ │ │ │ │ ├── d_TrackMarkerButtonDisabled.png.meta │ │ │ │ │ │ ├── d_TrackMarkerButtonDisabled@2x.png │ │ │ │ │ │ ├── d_TrackMarkerButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── d_TrackMarkerButtonEnabled.png │ │ │ │ │ │ ├── d_TrackMarkerButtonEnabled.png.meta │ │ │ │ │ │ ├── d_TrackMarkerButtonEnabled@2x.png │ │ │ │ │ │ ├── d_TrackMarkerButtonEnabled@2x.png.meta │ │ │ │ │ │ ├── d_TrackMuteButtonDisabled.png │ │ │ │ │ │ ├── d_TrackMuteButtonDisabled.png.meta │ │ │ │ │ │ ├── d_TrackMuteButtonDisabled@2x.png │ │ │ │ │ │ ├── d_TrackMuteButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── d_TrackMuteButtonEnabled.png │ │ │ │ │ │ ├── d_TrackMuteButtonEnabled.png.meta │ │ │ │ │ │ ├── d_TrackMuteButtonEnabled@2x.png │ │ │ │ │ │ ├── d_TrackMuteButtonEnabled@2x.png.meta │ │ │ │ │ │ ├── d_TrackRecordButtonDisabled.png │ │ │ │ │ │ ├── d_TrackRecordButtonDisabled.png.meta │ │ │ │ │ │ ├── d_TrackRecordButtonDisabled@2x.png │ │ │ │ │ │ ├── d_TrackRecordButtonDisabled@2x.png.meta │ │ │ │ │ │ ├── d_TrackRecordButtonEnabled.png │ │ │ │ │ │ ├── d_TrackRecordButtonEnabled.png.meta │ │ │ │ │ │ ├── d_TrackRecordButtonEnabled@2x.png │ │ │ │ │ │ └── d_TrackRecordButtonEnabled@2x.png.meta │ │ │ │ │ ├── LightSkin.meta │ │ │ │ │ ├── LightSkin │ │ │ │ │ │ ├── TimelineActivation.png │ │ │ │ │ │ ├── TimelineActivation.png.meta │ │ │ │ │ │ ├── TimelineAutokey.png │ │ │ │ │ │ ├── TimelineAutokey.png.meta │ │ │ │ │ │ ├── TimelineAutokey@2x.png │ │ │ │ │ │ ├── TimelineAutokey@2x.png.meta │ │ │ │ │ │ ├── TimelineAutokey_active.png │ │ │ │ │ │ ├── TimelineAutokey_active.png.meta │ │ │ │ │ │ ├── TimelineAutokey_active@2x.png │ │ │ │ │ │ ├── TimelineAutokey_active@2x.png.meta │ │ │ │ │ │ ├── TimelineContinue.png │ │ │ │ │ │ ├── TimelineContinue.png.meta │ │ │ │ │ │ ├── TimelineDisabledBackground.png │ │ │ │ │ │ ├── TimelineDisabledBackground.png.meta │ │ │ │ │ │ ├── TimelineEndPlayback.png │ │ │ │ │ │ ├── TimelineEndPlayback.png.meta │ │ │ │ │ │ ├── TimelineHold.png │ │ │ │ │ │ ├── TimelineHold.png.meta │ │ │ │ │ │ ├── TimelineIconClipIn.png │ │ │ │ │ │ ├── TimelineIconClipIn.png.meta │ │ │ │ │ │ ├── TimelineIconClipOut.png │ │ │ │ │ │ ├── TimelineIconClipOut.png.meta │ │ │ │ │ │ ├── TimelineInfiniteTrackNoShadow.png │ │ │ │ │ │ ├── TimelineInfiniteTrackNoShadow.png.meta │ │ │ │ │ │ ├── TimelineKeyframe.png │ │ │ │ │ │ ├── TimelineKeyframe.png.meta │ │ │ │ │ │ ├── TimelineLoop.png │ │ │ │ │ │ ├── TimelineLoop.png.meta │ │ │ │ │ │ ├── TimelineMarkerItem.png │ │ │ │ │ │ ├── TimelineMarkerItem.png.meta │ │ │ │ │ │ ├── TimelineMarkerItemCollapsed.png │ │ │ │ │ │ ├── TimelineMarkerItemCollapsed.png.meta │ │ │ │ │ │ ├── TimelineMarkerItemSelected.png │ │ │ │ │ │ ├── TimelineMarkerItemSelected.png.meta │ │ │ │ │ │ ├── TimelinePingPong.png │ │ │ │ │ │ ├── TimelinePingPong.png.meta │ │ │ │ │ │ ├── TimelinePlayRange.png │ │ │ │ │ │ ├── TimelinePlayRange.png.meta │ │ │ │ │ │ ├── TimelineSignalCollapsed.png │ │ │ │ │ │ ├── TimelineSignalCollapsed.png.meta │ │ │ │ │ │ ├── TimelineSignalSelected.png │ │ │ │ │ │ ├── TimelineSignalSelected.png.meta │ │ │ │ │ │ ├── TimelineStartPlayback.png │ │ │ │ │ │ ├── TimelineStartPlayback.png.meta │ │ │ │ │ │ ├── TimelineTimeCursor.png │ │ │ │ │ │ └── TimelineTimeCursor.png.meta │ │ │ │ │ ├── Shared.meta │ │ │ │ │ └── Shared │ │ │ │ │ │ ├── Timeline-Marker-Multi-Overlay.png │ │ │ │ │ │ ├── Timeline-Marker-Multi-Overlay.png.meta │ │ │ │ │ │ ├── TimelineBottomShadow.png │ │ │ │ │ │ ├── TimelineBottomShadow.png.meta │ │ │ │ │ │ ├── TimelineConnector.png │ │ │ │ │ │ ├── TimelineConnector.png.meta │ │ │ │ │ │ ├── TimelineDisplay.png │ │ │ │ │ │ ├── TimelineDisplay.png.meta │ │ │ │ │ │ ├── TimelineGroupBackground.png │ │ │ │ │ │ ├── TimelineGroupBackground.png.meta │ │ │ │ │ │ ├── TimelineOutline.png │ │ │ │ │ │ ├── TimelineOutline.png.meta │ │ │ │ │ │ ├── TimelineSeqEnd.png │ │ │ │ │ │ ├── TimelineSeqEnd.png.meta │ │ │ │ │ │ ├── TimelineSwatch.png │ │ │ │ │ │ ├── TimelineSwatch.png.meta │ │ │ │ │ │ ├── TimelineWarning.png │ │ │ │ │ │ └── TimelineWarning.png.meta │ │ │ │ ├── res.meta │ │ │ │ └── res │ │ │ │ │ ├── HumanoidDefault.anim │ │ │ │ │ ├── HumanoidDefault.anim.meta │ │ │ │ │ ├── Timeline_DarkSkin.txt │ │ │ │ │ ├── Timeline_DarkSkin.txt.meta │ │ │ │ │ ├── Timeline_LightSkin.txt │ │ │ │ │ └── Timeline_LightSkin.txt.meta │ │ │ ├── TimelineEditor.cs │ │ │ ├── TimelineEditor.cs.meta │ │ │ ├── TimelineHelpers.cs │ │ │ ├── TimelineHelpers.cs.meta │ │ │ ├── TimelineSelection.cs │ │ │ ├── TimelineSelection.cs.meta │ │ │ ├── TimelineUtility.cs │ │ │ ├── TimelineUtility.cs.meta │ │ │ ├── Tooltip.cs │ │ │ ├── Tooltip.cs.meta │ │ │ ├── Trackhead.cs │ │ │ ├── Trackhead.cs.meta │ │ │ ├── Undo.meta │ │ │ ├── Undo │ │ │ │ ├── ApplyDefaultUndoAttribute.cs │ │ │ │ ├── ApplyDefaultUndoAttribute.cs.meta │ │ │ │ ├── UndoExtensions.cs │ │ │ │ ├── UndoExtensions.cs.meta │ │ │ │ ├── UndoScope.cs │ │ │ │ └── UndoScope.cs.meta │ │ │ ├── Unity.Timeline.Editor.asmdef │ │ │ ├── Unity.Timeline.Editor.asmdef.meta │ │ │ ├── UnityEditorInternals.cs │ │ │ ├── UnityEditorInternals.cs.meta │ │ │ ├── Utilities.meta │ │ │ ├── Utilities │ │ │ │ ├── AnimatedParameterCache.cs │ │ │ │ ├── AnimatedParameterCache.cs.meta │ │ │ │ ├── AnimatedParameterUtility.cs │ │ │ │ ├── AnimatedParameterUtility.cs.meta │ │ │ │ ├── AnimatedPropertyUtility.cs │ │ │ │ ├── AnimatedPropertyUtility.cs.meta │ │ │ │ ├── BindingUtility.cs │ │ │ │ ├── BindingUtility.cs.meta │ │ │ │ ├── BreadcrumbDrawer.cs │ │ │ │ ├── BreadcrumbDrawer.cs.meta │ │ │ │ ├── ClipModifier.cs │ │ │ │ ├── ClipModifier.cs.meta │ │ │ │ ├── Clipboard.cs │ │ │ │ ├── Clipboard.cs.meta │ │ │ │ ├── ControlPlayableUtility.cs │ │ │ │ ├── ControlPlayableUtility.cs.meta │ │ │ │ ├── CustomTrackDrawerAttribute.cs │ │ │ │ ├── CustomTrackDrawerAttribute.cs.meta │ │ │ │ ├── DisplayNameHelper.cs │ │ │ │ ├── DisplayNameHelper.cs.meta │ │ │ │ ├── Graphics.cs │ │ │ │ ├── Graphics.cs.meta │ │ │ │ ├── KeyTraverser.cs │ │ │ │ ├── KeyTraverser.cs.meta │ │ │ │ ├── MarkerModifier.cs │ │ │ │ ├── MarkerModifier.cs.meta │ │ │ │ ├── ObjectExtension.cs │ │ │ │ ├── ObjectExtension.cs.meta │ │ │ │ ├── ObjectReferenceField.cs │ │ │ │ ├── ObjectReferenceField.cs.meta │ │ │ │ ├── PropertyCollector.cs │ │ │ │ ├── PropertyCollector.cs.meta │ │ │ │ ├── Range.cs │ │ │ │ ├── Range.cs.meta │ │ │ │ ├── Scopes.meta │ │ │ │ ├── Scopes │ │ │ │ │ ├── GUIColorOverride.cs │ │ │ │ │ ├── GUIColorOverride.cs.meta │ │ │ │ │ ├── GUIGroupScope.cs │ │ │ │ │ ├── GUIGroupScope.cs.meta │ │ │ │ │ ├── GUIMixedValueScope.cs │ │ │ │ │ ├── GUIMixedValueScope.cs.meta │ │ │ │ │ ├── GUIViewportScope.cs │ │ │ │ │ ├── GUIViewportScope.cs.meta │ │ │ │ │ ├── HorizontalScope.cs │ │ │ │ │ ├── HorizontalScope.cs.meta │ │ │ │ │ ├── IndentLevelScope.cs │ │ │ │ │ ├── IndentLevelScope.cs.meta │ │ │ │ │ ├── LabelWidthScope.cs │ │ │ │ │ ├── LabelWidthScope.cs.meta │ │ │ │ │ ├── PropertyScope.cs │ │ │ │ │ └── PropertyScope.cs.meta │ │ │ │ ├── SequenceSelectorNameFormater.cs │ │ │ │ ├── SequenceSelectorNameFormater.cs.meta │ │ │ │ ├── SpacePartitioner.cs │ │ │ │ ├── SpacePartitioner.cs.meta │ │ │ │ ├── StyleManager.cs │ │ │ │ ├── StyleManager.cs.meta │ │ │ │ ├── StyleNormalColorOverride.cs │ │ │ │ ├── StyleNormalColorOverride.cs.meta │ │ │ │ ├── TimeReferenceUtility.cs │ │ │ │ ├── TimeReferenceUtility.cs.meta │ │ │ │ ├── TimelineKeyboardNavigation.cs │ │ │ │ ├── TimelineKeyboardNavigation.cs.meta │ │ │ │ ├── TrackModifier.cs │ │ │ │ ├── TrackModifier.cs.meta │ │ │ │ ├── TrackResourceCache.cs │ │ │ │ ├── TrackResourceCache.cs.meta │ │ │ │ ├── TypeUtility.cs │ │ │ │ └── TypeUtility.cs.meta │ │ │ ├── Window.meta │ │ │ ├── Window │ │ │ │ ├── Modes.meta │ │ │ │ ├── Modes │ │ │ │ │ ├── TimeReferenceMode.cs │ │ │ │ │ ├── TimeReferenceMode.cs.meta │ │ │ │ │ ├── TimelineActiveMode.cs │ │ │ │ │ ├── TimelineActiveMode.cs.meta │ │ │ │ │ ├── TimelineAssetEditionMode.cs │ │ │ │ │ ├── TimelineAssetEditionMode.cs.meta │ │ │ │ │ ├── TimelineDisabledMode.cs │ │ │ │ │ ├── TimelineDisabledMode.cs.meta │ │ │ │ │ ├── TimelineInactiveMode.cs │ │ │ │ │ ├── TimelineInactiveMode.cs.meta │ │ │ │ │ ├── TimelineMode.cs │ │ │ │ │ ├── TimelineMode.cs.meta │ │ │ │ │ ├── TimelineReadOnlyMode.cs │ │ │ │ │ └── TimelineReadOnlyMode.cs.meta │ │ │ │ ├── PlaybackScroller.cs │ │ │ │ ├── PlaybackScroller.cs.meta │ │ │ │ ├── TimelineMarkerHeaderGUI.cs │ │ │ │ ├── TimelineMarkerHeaderGUI.cs.meta │ │ │ │ ├── TimelineWindow.cs │ │ │ │ ├── TimelineWindow.cs.meta │ │ │ │ ├── TimelineWindowTimeControl.cs │ │ │ │ ├── TimelineWindowTimeControl.cs.meta │ │ │ │ ├── TimelineWindow_ActiveTimeline.cs │ │ │ │ ├── TimelineWindow_ActiveTimeline.cs.meta │ │ │ │ ├── TimelineWindow_Breadcrumbs.cs │ │ │ │ ├── TimelineWindow_Breadcrumbs.cs.meta │ │ │ │ ├── TimelineWindow_Duration.cs │ │ │ │ ├── TimelineWindow_Duration.cs.meta │ │ │ │ ├── TimelineWindow_EditorCallbacks.cs │ │ │ │ ├── TimelineWindow_EditorCallbacks.cs.meta │ │ │ │ ├── TimelineWindow_Gui.cs │ │ │ │ ├── TimelineWindow_Gui.cs.meta │ │ │ │ ├── TimelineWindow_HeaderGui.cs │ │ │ │ ├── TimelineWindow_HeaderGui.cs.meta │ │ │ │ ├── TimelineWindow_Manipulators.cs │ │ │ │ ├── TimelineWindow_Manipulators.cs.meta │ │ │ │ ├── TimelineWindow_PlayRange.cs │ │ │ │ ├── TimelineWindow_PlayRange.cs.meta │ │ │ │ ├── TimelineWindow_PlayableLookup.cs │ │ │ │ ├── TimelineWindow_PlayableLookup.cs.meta │ │ │ │ ├── TimelineWindow_PreviewPlayMode.cs │ │ │ │ ├── TimelineWindow_PreviewPlayMode.cs.meta │ │ │ │ ├── TimelineWindow_Selection.cs │ │ │ │ ├── TimelineWindow_Selection.cs.meta │ │ │ │ ├── TimelineWindow_StateChange.cs │ │ │ │ ├── TimelineWindow_StateChange.cs.meta │ │ │ │ ├── TimelineWindow_TimeArea.cs │ │ │ │ ├── TimelineWindow_TimeArea.cs.meta │ │ │ │ ├── TimelineWindow_TimeCursor.cs │ │ │ │ ├── TimelineWindow_TimeCursor.cs.meta │ │ │ │ ├── TimelineWindow_TrackGui.cs │ │ │ │ ├── TimelineWindow_TrackGui.cs.meta │ │ │ │ ├── ViewModel.meta │ │ │ │ ├── ViewModel │ │ │ │ │ ├── ScriptableObjectViewPrefs.cs │ │ │ │ │ ├── ScriptableObjectViewPrefs.cs.meta │ │ │ │ │ ├── TimelineAssetViewModel.cs │ │ │ │ │ ├── TimelineAssetViewModel.cs.meta │ │ │ │ │ ├── TimelineWindowViewPrefs.cs │ │ │ │ │ └── TimelineWindowViewPrefs.cs.meta │ │ │ │ ├── WindowConstants.cs │ │ │ │ └── WindowConstants.cs.meta │ │ │ ├── inspectors.meta │ │ │ ├── inspectors │ │ │ │ ├── AnimationPlayableAssetInspector.cs │ │ │ │ ├── AnimationPlayableAssetInspector.cs.meta │ │ │ │ ├── AnimationTrackInspector.cs │ │ │ │ ├── AnimationTrackInspector.cs.meta │ │ │ │ ├── BasicAssetInspector.cs │ │ │ │ ├── BasicAssetInspector.cs.meta │ │ │ │ ├── BuiltInCurvePresets.cs │ │ │ │ ├── BuiltInCurvePresets.cs.meta │ │ │ │ ├── ClipInspector.meta │ │ │ │ ├── ClipInspector │ │ │ │ │ ├── ClipInspector.cs │ │ │ │ │ ├── ClipInspector.cs.meta │ │ │ │ │ ├── ClipInspectorCurveEditor.cs │ │ │ │ │ ├── ClipInspectorCurveEditor.cs.meta │ │ │ │ │ ├── ClipInspectorSelectionInfo.cs │ │ │ │ │ └── ClipInspectorSelectionInfo.cs.meta │ │ │ │ ├── CurvesOwner.meta │ │ │ │ ├── CurvesOwner │ │ │ │ │ ├── CurvesOwnerInspectorHelper.cs │ │ │ │ │ ├── CurvesOwnerInspectorHelper.cs.meta │ │ │ │ │ ├── ICurvesOwnerInspectorWrapper.cs │ │ │ │ │ └── ICurvesOwnerInspectorWrapper.cs.meta │ │ │ │ ├── DirectorNamedColorInspector.cs │ │ │ │ ├── DirectorNamedColorInspector.cs.meta │ │ │ │ ├── EditorClip.cs │ │ │ │ ├── EditorClip.cs.meta │ │ │ │ ├── EditorClipFactory.cs │ │ │ │ ├── EditorClipFactory.cs.meta │ │ │ │ ├── GroupTrackInspector.cs │ │ │ │ ├── GroupTrackInspector.cs.meta │ │ │ │ ├── MarkerInspector.cs │ │ │ │ ├── MarkerInspector.cs.meta │ │ │ │ ├── TimeFieldDrawer.cs │ │ │ │ ├── TimeFieldDrawer.cs.meta │ │ │ │ ├── TimelineAssetInspector.cs │ │ │ │ ├── TimelineAssetInspector.cs.meta │ │ │ │ ├── TimelineInspectorUtility.cs │ │ │ │ ├── TimelineInspectorUtility.cs.meta │ │ │ │ ├── TimelinePreferences.cs │ │ │ │ ├── TimelinePreferences.cs.meta │ │ │ │ ├── TimelineProjectSettings.cs │ │ │ │ ├── TimelineProjectSettings.cs.meta │ │ │ │ ├── TrackAssetInspector.cs │ │ │ │ └── TrackAssetInspector.cs.meta │ │ │ ├── treeview.meta │ │ │ └── treeview │ │ │ │ ├── AnimationTrackKeyDataSource.cs │ │ │ │ ├── AnimationTrackKeyDataSource.cs.meta │ │ │ │ ├── Control.cs │ │ │ │ ├── Control.cs.meta │ │ │ │ ├── Drawers.meta │ │ │ │ ├── Drawers │ │ │ │ ├── AnimationTrackDrawer.cs │ │ │ │ ├── AnimationTrackDrawer.cs.meta │ │ │ │ ├── ClipDrawer.cs │ │ │ │ ├── ClipDrawer.cs.meta │ │ │ │ ├── InfiniteTrackDrawer.cs │ │ │ │ ├── InfiniteTrackDrawer.cs.meta │ │ │ │ ├── Layers.meta │ │ │ │ ├── Layers │ │ │ │ │ ├── ClipsLayer.cs │ │ │ │ │ ├── ClipsLayer.cs.meta │ │ │ │ │ ├── ItemsLayer.cs │ │ │ │ │ ├── ItemsLayer.cs.meta │ │ │ │ │ ├── MarkersLayer.cs │ │ │ │ │ └── MarkersLayer.cs.meta │ │ │ │ ├── TrackDrawer.cs │ │ │ │ ├── TrackDrawer.cs.meta │ │ │ │ ├── TrackItemsDrawer.cs │ │ │ │ └── TrackItemsDrawer.cs.meta │ │ │ │ ├── IPropertyKeyDataSource.cs │ │ │ │ ├── IPropertyKeyDataSource.cs.meta │ │ │ │ ├── IRowGUI.cs │ │ │ │ ├── IRowGUI.cs.meta │ │ │ │ ├── ItemGui.meta │ │ │ │ ├── ItemGui │ │ │ │ ├── ISelectable.cs │ │ │ │ ├── ISelectable.cs.meta │ │ │ │ ├── TimelineClipGUI.cs │ │ │ │ ├── TimelineClipGUI.cs.meta │ │ │ │ ├── TimelineItemGUI.cs │ │ │ │ ├── TimelineItemGUI.cs.meta │ │ │ │ ├── TimelineMarkerClusterGUI.cs │ │ │ │ ├── TimelineMarkerClusterGUI.cs.meta │ │ │ │ ├── TimelineMarkerGUI.cs │ │ │ │ └── TimelineMarkerGUI.cs.meta │ │ │ │ ├── ManipulationsClips.cs │ │ │ │ ├── ManipulationsClips.cs.meta │ │ │ │ ├── ManipulationsTimeline.cs │ │ │ │ ├── ManipulationsTimeline.cs.meta │ │ │ │ ├── ManipulationsTracks.cs │ │ │ │ ├── ManipulationsTracks.cs.meta │ │ │ │ ├── Manipulator.cs │ │ │ │ ├── Manipulator.cs.meta │ │ │ │ ├── PickerUtils.cs │ │ │ │ ├── PickerUtils.cs.meta │ │ │ │ ├── Snapping.meta │ │ │ │ ├── Snapping │ │ │ │ ├── IAttractable.cs │ │ │ │ ├── IAttractable.cs.meta │ │ │ │ ├── ISnappable.cs │ │ │ │ ├── ISnappable.cs.meta │ │ │ │ ├── SnapEngine.cs │ │ │ │ └── SnapEngine.cs.meta │ │ │ │ ├── TimelineClipHandle.cs │ │ │ │ ├── TimelineClipHandle.cs.meta │ │ │ │ ├── TimelineClipUnion.cs │ │ │ │ ├── TimelineClipUnion.cs.meta │ │ │ │ ├── TimelineDataSource.cs │ │ │ │ ├── TimelineDataSource.cs.meta │ │ │ │ ├── TimelineDragging.cs │ │ │ │ ├── TimelineDragging.cs.meta │ │ │ │ ├── TimelineTreeView.cs │ │ │ │ ├── TimelineTreeView.cs.meta │ │ │ │ ├── TimelineTreeViewGUI.cs │ │ │ │ ├── TimelineTreeViewGUI.cs.meta │ │ │ │ ├── TrackGui.meta │ │ │ │ ├── TrackGui │ │ │ │ ├── InlineCurveEditor.cs │ │ │ │ ├── InlineCurveEditor.cs.meta │ │ │ │ ├── TimelineGroupGUI.cs │ │ │ │ ├── TimelineGroupGUI.cs.meta │ │ │ │ ├── TimelineTrackBaseGUI.cs │ │ │ │ ├── TimelineTrackBaseGUI.cs.meta │ │ │ │ ├── TimelineTrackErrorGUI.cs │ │ │ │ ├── TimelineTrackErrorGUI.cs.meta │ │ │ │ ├── TimelineTrackGUI.cs │ │ │ │ ├── TimelineTrackGUI.cs.meta │ │ │ │ ├── TrackResizeHandle.cs │ │ │ │ └── TrackResizeHandle.cs.meta │ │ │ │ ├── TrackPropertyCurvesDataSource.cs │ │ │ │ └── TrackPropertyCurvesDataSource.cs.meta │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── README.md │ │ │ ├── README.md.meta │ │ │ ├── Runtime.meta │ │ │ ├── Runtime │ │ │ ├── Activation.meta │ │ │ ├── Activation │ │ │ │ ├── ActivationMixerPlayable.cs │ │ │ │ ├── ActivationMixerPlayable.cs.meta │ │ │ │ ├── ActivationPlayableAsset.cs │ │ │ │ ├── ActivationPlayableAsset.cs.meta │ │ │ │ ├── ActivationTrack.cs │ │ │ │ └── ActivationTrack.cs.meta │ │ │ ├── Animation.meta │ │ │ ├── Animation │ │ │ │ ├── AnimationOutputWeightProcessor.cs │ │ │ │ ├── AnimationOutputWeightProcessor.cs.meta │ │ │ │ ├── AnimationPlayableAsset.cs │ │ │ │ ├── AnimationPlayableAsset.cs.meta │ │ │ │ ├── AnimationPreviewUpdateCallback.cs │ │ │ │ ├── AnimationPreviewUpdateCallback.cs.meta │ │ │ │ ├── AnimationTrack.cs │ │ │ │ ├── AnimationTrack.cs.meta │ │ │ │ ├── ICurvesOwner.cs │ │ │ │ └── ICurvesOwner.cs.meta │ │ │ ├── AssetUpgrade.meta │ │ │ ├── AssetUpgrade │ │ │ │ ├── AnimationPlayableAssetUpgrade.cs │ │ │ │ ├── AnimationPlayableAssetUpgrade.cs.meta │ │ │ │ ├── AnimationTrackUpgrade.cs │ │ │ │ ├── AnimationTrackUpgrade.cs.meta │ │ │ │ ├── ClipUpgrade.cs │ │ │ │ ├── ClipUpgrade.cs.meta │ │ │ │ ├── TimelineUpgrade.cs │ │ │ │ ├── TimelineUpgrade.cs.meta │ │ │ │ ├── TrackUpgrade.cs │ │ │ │ └── TrackUpgrade.cs.meta │ │ │ ├── Attributes.meta │ │ │ ├── Attributes │ │ │ │ ├── TrackColorAttribute.cs │ │ │ │ └── TrackColorAttribute.cs.meta │ │ │ ├── Audio.meta │ │ │ ├── Audio │ │ │ │ ├── AudioClipProperties.cs │ │ │ │ ├── AudioClipProperties.cs.meta │ │ │ │ ├── AudioMixerProperties.cs │ │ │ │ ├── AudioMixerProperties.cs.meta │ │ │ │ ├── AudioPlayableAsset.cs │ │ │ │ ├── AudioPlayableAsset.cs.meta │ │ │ │ ├── AudioTrack.cs │ │ │ │ └── AudioTrack.cs.meta │ │ │ ├── ClipCaps.cs │ │ │ ├── ClipCaps.cs.meta │ │ │ ├── Control.meta │ │ │ ├── Control │ │ │ │ ├── ControlPlayableAsset.cs │ │ │ │ ├── ControlPlayableAsset.cs.meta │ │ │ │ ├── ControlTrack.cs │ │ │ │ └── ControlTrack.cs.meta │ │ │ ├── DiscreteTime.cs │ │ │ ├── DiscreteTime.cs.meta │ │ │ ├── Evaluation.meta │ │ │ ├── Evaluation │ │ │ │ ├── InfiniteRuntimeClip.cs │ │ │ │ ├── InfiniteRuntimeClip.cs.meta │ │ │ │ ├── IntervalTree.cs │ │ │ │ ├── IntervalTree.cs.meta │ │ │ │ ├── RuntimeClip.cs │ │ │ │ ├── RuntimeClip.cs.meta │ │ │ │ ├── RuntimeClipBase.cs │ │ │ │ ├── RuntimeClipBase.cs.meta │ │ │ │ ├── RuntimeElement.cs │ │ │ │ ├── RuntimeElement.cs.meta │ │ │ │ ├── ScheduleRuntimeClip.cs │ │ │ │ └── ScheduleRuntimeClip.cs.meta │ │ │ ├── Events.meta │ │ │ ├── Events │ │ │ │ ├── IMarker.cs │ │ │ │ ├── IMarker.cs.meta │ │ │ │ ├── INotificationOptionProvider.cs │ │ │ │ ├── INotificationOptionProvider.cs.meta │ │ │ │ ├── Marker.cs │ │ │ │ ├── Marker.cs.meta │ │ │ │ ├── MarkerList.cs │ │ │ │ ├── MarkerList.cs.meta │ │ │ │ ├── MarkerTrack.cs │ │ │ │ ├── MarkerTrack.cs.meta │ │ │ │ ├── SignalTrack.cs │ │ │ │ ├── SignalTrack.cs.meta │ │ │ │ ├── Signals.meta │ │ │ │ └── Signals │ │ │ │ │ ├── CustomSignalEventDrawer.cs │ │ │ │ │ ├── CustomSignalEventDrawer.cs.meta │ │ │ │ │ ├── SignalAsset.cs │ │ │ │ │ ├── SignalAsset.cs.meta │ │ │ │ │ ├── SignalEmitter.cs │ │ │ │ │ ├── SignalEmitter.cs.meta │ │ │ │ │ ├── SignalReceiver.cs │ │ │ │ │ └── SignalReceiver.cs.meta │ │ │ ├── Extensions.meta │ │ │ ├── Extensions │ │ │ │ ├── TrackExtensions.cs │ │ │ │ └── TrackExtensions.cs.meta │ │ │ ├── GroupTrack.cs │ │ │ ├── GroupTrack.cs.meta │ │ │ ├── ILayerable.cs │ │ │ ├── ILayerable.cs.meta │ │ │ ├── Playables.meta │ │ │ ├── Playables │ │ │ │ ├── ActivationControlPlayable.cs │ │ │ │ ├── ActivationControlPlayable.cs.meta │ │ │ │ ├── BasicScriptPlayable.cs │ │ │ │ ├── BasicScriptPlayable.cs.meta │ │ │ │ ├── DirectorControlPlayable.cs │ │ │ │ ├── DirectorControlPlayable.cs.meta │ │ │ │ ├── ITimeControl.cs │ │ │ │ ├── ITimeControl.cs.meta │ │ │ │ ├── NotificationFlags.cs │ │ │ │ ├── NotificationFlags.cs.meta │ │ │ │ ├── ParticleControlPlayable.cs │ │ │ │ ├── ParticleControlPlayable.cs.meta │ │ │ │ ├── PrefabControlPlayable.cs │ │ │ │ ├── PrefabControlPlayable.cs.meta │ │ │ │ ├── TimeControlPlayable.cs │ │ │ │ ├── TimeControlPlayable.cs.meta │ │ │ │ ├── TimeNotificationBehaviour.cs │ │ │ │ └── TimeNotificationBehaviour.cs.meta │ │ │ ├── Properties.meta │ │ │ ├── Properties │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ └── AssemblyInfo.cs.meta │ │ │ ├── Scripting.meta │ │ │ ├── Scripting │ │ │ │ ├── PlayableTrack.cs │ │ │ │ └── PlayableTrack.cs.meta │ │ │ ├── Timeline.deprecated.cs │ │ │ ├── Timeline.deprecated.cs.meta │ │ │ ├── TimelineAsset.cs │ │ │ ├── TimelineAsset.cs.meta │ │ │ ├── TimelineAsset_CreateRemove.cs │ │ │ ├── TimelineAsset_CreateRemove.cs.meta │ │ │ ├── TimelineAttributes.cs │ │ │ ├── TimelineAttributes.cs.meta │ │ │ ├── TimelineClip.cs │ │ │ ├── TimelineClip.cs.meta │ │ │ ├── TimelinePlayable.cs │ │ │ ├── TimelinePlayable.cs.meta │ │ │ ├── TrackAsset.cs │ │ │ ├── TrackAsset.cs.meta │ │ │ ├── Unity.Timeline.asmdef │ │ │ ├── Unity.Timeline.asmdef.meta │ │ │ ├── Utilities.meta │ │ │ └── Utilities │ │ │ │ ├── AnimationPreviewUtilities.cs │ │ │ │ ├── AnimationPreviewUtilities.cs.meta │ │ │ │ ├── AnimatorBindingCache.cs │ │ │ │ ├── AnimatorBindingCache.cs.meta │ │ │ │ ├── Extrapolation.cs │ │ │ │ ├── Extrapolation.cs.meta │ │ │ │ ├── HashUtility.cs │ │ │ │ ├── HashUtility.cs.meta │ │ │ │ ├── IPropertyCollector.cs │ │ │ │ ├── IPropertyCollector.cs.meta │ │ │ │ ├── IPropertyPreview.cs │ │ │ │ ├── IPropertyPreview.cs.meta │ │ │ │ ├── NotificationUtilities.cs │ │ │ │ ├── NotificationUtilities.cs.meta │ │ │ │ ├── TimeUtility.cs │ │ │ │ ├── TimeUtility.cs.meta │ │ │ │ ├── TimelineCreateUtilities.cs │ │ │ │ ├── TimelineCreateUtilities.cs.meta │ │ │ │ ├── TimelineUndo.cs │ │ │ │ ├── TimelineUndo.cs.meta │ │ │ │ ├── WeightUtility.cs │ │ │ │ └── WeightUtility.cs.meta │ │ │ ├── ValidationExceptions.json │ │ │ ├── ValidationExceptions.json.meta │ │ │ ├── package.json │ │ │ └── package.json.meta │ ├── PackageManager │ │ ├── ProjectCache │ │ └── ProjectCache.md5 │ ├── SceneVisibilityState.asset │ ├── ScriptAssemblies │ │ ├── Assembly-CSharp.dll │ │ ├── BuiltinAssemblies.stamp │ │ ├── Unity.CollabProxy.Editor.dll │ │ ├── Unity.PlasticSCM.Editor.dll │ │ ├── Unity.Rider.Editor.dll │ │ ├── Unity.TextMeshPro.Editor.dll │ │ ├── Unity.TextMeshPro.dll │ │ ├── Unity.Timeline.Editor.dll │ │ ├── Unity.Timeline.dll │ │ ├── Unity.VSCode.Editor.dll │ │ ├── Unity.VisualStudio.Editor.dll │ │ ├── UnityEditor.TestRunner.dll │ │ ├── UnityEditor.UI.dll │ │ ├── UnityEngine.TestRunner.dll │ │ └── UnityEngine.UI.dll │ ├── ScriptMapper │ ├── ShaderCache.db │ ├── ShaderCache │ │ ├── 0 │ │ │ ├── 0187caf48cbd524bbc1bb616b9349f29.bin │ │ │ ├── 066e24e3d5f99636fe1833a889a2720e.bin │ │ │ ├── 07a7166a9ca4f7040b8dc6c4fda71619.bin │ │ │ ├── 09a523f76acf03ef1facf03f8c238025.bin │ │ │ ├── 0bab5c48e76e4321c2ac8179310bf95f.bin │ │ │ ├── 0d3b62f21dd4f6f8de9d6298a200eba7.bin │ │ │ ├── 0db63f7e8d39f704750be506c1cb302f.bin │ │ │ └── 0e36852b53a8d01c479a18be0ceb68f1.bin │ │ ├── 1 │ │ │ ├── 12ca15f13aacb4b377f7cdc5bcca7034.bin │ │ │ ├── 1455f4056c2c89f07fefd4bdf36bafd2.bin │ │ │ ├── 191696bb18ebadcb187d4393f48f3e7b.bin │ │ │ ├── 1929ed0ee4c23394bdb418b1b8b54ccb.bin │ │ │ ├── 1afb4593509cc5cad03fdf82892746eb.bin │ │ │ ├── 1b20e9691d33f0d621c757ac2a1a04c3.bin │ │ │ ├── 1c32bfc315f10b44ea38e9f9c8a7b44d.bin │ │ │ └── 1e0b8a7a0ab6b4dad66da17f8b7e6a8a.bin │ │ ├── 2 │ │ │ ├── 2071e9ed2d21157ef3a57de14cbb186d.bin │ │ │ ├── 20b777e8df726746318ed99612c80ed2.bin │ │ │ ├── 2390b5dad2d656f96d46a4fa4572e0b3.bin │ │ │ ├── 2555f4791415f94b52e8dc5aac828040.bin │ │ │ ├── 2568c866249412c722b93c0106304a3d.bin │ │ │ ├── 26df317fbbe59be1ccb95fb342deb8be.bin │ │ │ ├── 2b3e39da592a1d331f56ab9b3e1e59d8.bin │ │ │ └── 2f2c66ac6d5bcd70fe531c164c4ccf7d.bin │ │ ├── 3 │ │ │ ├── 325da5790728412f189bb4169f259d2c.bin │ │ │ ├── 355952641d6fe2c743ffc81abc00d689.bin │ │ │ ├── 3929475c3b6c41dc02364b4b37ce2b6a.bin │ │ │ ├── 3a74cb635cee0aa4d7e67c5056e2ceda.bin │ │ │ ├── 3bd770c360bf3e1e9d8f00d2ceeeef6f.bin │ │ │ ├── 3d2014fdc7fe2b4baeafde750549d654.bin │ │ │ ├── 3d9f23e7fd4fb3cd399e2d3844cb056a.bin │ │ │ ├── 3da2561a35d5be29ca570152ca4ed2be.bin │ │ │ └── 3e7e3e45c6f1460a4978126987dcb58f.bin │ │ ├── 4 │ │ │ ├── 404246366a0139a583fcb901c41d2923.bin │ │ │ ├── 484259598d1ba2fe11de6d6f68e8ed14.bin │ │ │ └── 4a4b631893551ee4f24fdd3658ece10a.bin │ │ ├── 5 │ │ │ ├── 51bfaff9003c8963ff43f7a135dcd760.bin │ │ │ ├── 5490c21427fcceb4b20f89f456baa0b1.bin │ │ │ ├── 54c49d4391ddf64d3f2afcf885046626.bin │ │ │ ├── 58fd9e3c25ded214752d8b1de80365c9.bin │ │ │ └── 59d7d2ea07044407b4f30deae4e3dead.bin │ │ ├── 6 │ │ │ ├── 6293132d45d67d7e4dedc1f1af4c9d39.bin │ │ │ ├── 678f49a3ce68c3050518e4813371f143.bin │ │ │ ├── 6a12658e4cfb0bae8f21204913ee4f19.bin │ │ │ └── 6ef3e768434775ddc5d5314a04de7e6f.bin │ │ ├── 7 │ │ │ ├── 70f5f687c190b362d982fc6ed3789bf8.bin │ │ │ ├── 75d077f66455c6bc409f49c6882d07bc.bin │ │ │ ├── 7753080feb780657963c09ace7b946ab.bin │ │ │ ├── 78fbe7b7a841fd7ca8d14f6bc0f84f19.bin │ │ │ ├── 79340ea1c80fa3a0e63035c4faf81ce3.bin │ │ │ ├── 7ae9349d0563d061a683cb3596f16735.bin │ │ │ ├── 7be449ccecefbd2332305adb41c22aa1.bin │ │ │ └── 7e34a028bd1f3deaea3bd5cdee141c2a.bin │ │ ├── 8 │ │ │ ├── 82842bc96c7dc5dd602216abc7fed448.bin │ │ │ ├── 835d5ad14bb416b4eef6a679a3928139.bin │ │ │ ├── 83a6444b25b15c5d38a30842c542da4c.bin │ │ │ ├── 859eb61eced4d052f8f8cde3746c8802.bin │ │ │ ├── 86b2c4f266ef628a7dd2931906ec6078.bin │ │ │ ├── 86c4cde9f0fd41033db4a28d54cc8652.bin │ │ │ ├── 894fdb2eed2ce1508da400888545d91e.bin │ │ │ ├── 89db9d6f0773583356bb164efa4045e2.bin │ │ │ └── 8dd4f55e17f6d5ea237af31b332fa717.bin │ │ ├── 9 │ │ │ ├── 932783bb7ff23b806717d62fd5d8c60c.bin │ │ │ ├── 949e713a2bc31af6cf11c09b3c96f201.bin │ │ │ ├── 953936158d1c1aec4febd35acf14385f.bin │ │ │ ├── 964ddb97f7bc70927aeea15fe34cde88.bin │ │ │ ├── 98355fbd34a2d8f17158ef89c68d4924.bin │ │ │ ├── 9cd6c0f6da58487ff2b2e68d243b95e0.bin │ │ │ ├── 9e33b43510962a13e41e72565b9e0c03.bin │ │ │ ├── 9fb1325849f667517421a5059fb42d9d.bin │ │ │ └── 9fe194683d960dab99bb383341d3feb9.bin │ │ ├── EditorEncounteredVariants │ │ ├── a │ │ │ ├── a2b2c189feec34efb27bfab5270647bf.bin │ │ │ ├── a38be7f90d94a9a2209be0497ee5f731.bin │ │ │ ├── a598145ae931a5b53a622c60c7c330af.bin │ │ │ ├── a6a9827a51040fdc67f6135aa8e4e823.bin │ │ │ ├── a6e41d69d558ee725b2c048609013261.bin │ │ │ ├── a7487e21af875ae050dab22381556945.bin │ │ │ └── aeb1fead0ad93582a5bff793975b4ad6.bin │ │ ├── b │ │ │ ├── b61b703d9755a966c1d8c8fd325ed71d.bin │ │ │ ├── b78c7a5acca267049031a1dbcfd779cb.bin │ │ │ ├── ba464ed3712339c6725bcf9777ea532c.bin │ │ │ ├── bb353a3b06d98a8fbb8cdb283dadeef3.bin │ │ │ ├── bddc6250138eecc27470c9ec43c5be2a.bin │ │ │ └── bf73827d5aaa9c617f434ea467311a3c.bin │ │ ├── c │ │ │ └── c068fd3737fc1979494af7f411bb8ddc.bin │ │ ├── d │ │ │ ├── d0afdebbdd3ef2b19d4ee1b2528ece99.bin │ │ │ ├── d36a7000f0242f5bbc69c0ff168e80ce.bin │ │ │ ├── d4e2460a955df0f1e0998e292f4d76d3.bin │ │ │ ├── d5d157718705e861a08c107530bedc5b.bin │ │ │ ├── dbaa6c20025ee8c8565800cc184d4995.bin │ │ │ └── dfbce856c6316c4c40a995e220b2ef12.bin │ │ ├── e │ │ │ ├── e31d182dbc76d2d44fa84636d115d18e.bin │ │ │ ├── e3b2de8219520c656c9bfe424f8d5b87.bin │ │ │ ├── e450887676023ad62cac20b58771197d.bin │ │ │ ├── e988a9f9975e30f33bc79aaad1c1e9f5.bin │ │ │ ├── ed38a58ad68dc89283fcc8772a07acff.bin │ │ │ ├── eed9ae978cd2c678a11cbde46d853ead.bin │ │ │ ├── ef0ef5be70bea7398132aa2fb8ec53ae.bin │ │ │ └── eff8f7b95f9333e0887388cf344e5c97.bin │ │ └── f │ │ │ ├── f2323eec4f746217f9ff88e197c71874.bin │ │ │ ├── f278d627f8c2a5c0986558e9bd746702.bin │ │ │ ├── f479745c53bf176aad2363924c128f3d.bin │ │ │ ├── f486e15eda33d112614d0a5c4b094030.bin │ │ │ ├── f71162d67885525f35507d62d9790901.bin │ │ │ ├── f7cfc8fb632e13bc9bf58006a0139c2b.bin │ │ │ ├── f8fa9440d5b95c045b7bb6d9d7f3b742.bin │ │ │ ├── f9ca7f5e52b3523ae2bc6c34bbcc3f7c.bin │ │ │ ├── fefa1e1b2cf0b4db601708ac590a6755.bin │ │ │ └── fff7c22c232fb7e941f49114a41c71ee.bin │ ├── SourceAssetDB │ ├── SourceAssetDB-lock │ ├── SpriteAtlasDatabase.asset │ ├── StateCache │ │ ├── Hierarchy │ │ │ ├── 3f0263-mainStage.json │ │ │ ├── 859432-2c9a6b01779d0c246b.json │ │ │ ├── 859432-mainStage.json │ │ │ └── f0b1fb-mainStage.json │ │ ├── LayerSettings │ │ │ └── 9e │ │ │ │ └── 9ecc5c3c162a7aba29bafa64c8b94b7c.json │ │ ├── MainStageHierarchy │ │ │ └── 35 │ │ │ │ └── 35b8aac2479d4a85fed2d3b7a2d07893.json │ │ └── SceneView │ │ │ ├── 193ba7-2c9a6b01779d0c246b.json │ │ │ ├── 193ba7-mainStage.json │ │ │ ├── a9c72a-mainStage.json │ │ │ ├── bc5cee-mainStage.json │ │ │ └── cc │ │ │ └── cce03c6cd6f3fe8b99883bc65ca639b1.json │ ├── Style.catalog │ ├── expandedItems │ ├── shadercompiler-UnityShaderCompiler.exe0.log │ ├── shadercompiler-UnityShaderCompiler.exe1.log │ ├── shadercompiler-UnityShaderCompiler.exe2.log │ └── shadercompiler-UnityShaderCompiler.exe3.log ├── Logs │ ├── AssetImportWorker0.log │ ├── AssetImportWorker1.log │ ├── Packages-Update.log │ ├── shadercompiler-AssetImportWorker0.log │ ├── shadercompiler-UnityShaderCompiler.exe0.log │ ├── shadercompiler-UnityShaderCompiler.exe1.log │ ├── shadercompiler-UnityShaderCompiler.exe10.log │ ├── shadercompiler-UnityShaderCompiler.exe11.log │ ├── shadercompiler-UnityShaderCompiler.exe12.log │ ├── shadercompiler-UnityShaderCompiler.exe13.log │ ├── shadercompiler-UnityShaderCompiler.exe2.log │ ├── shadercompiler-UnityShaderCompiler.exe3.log │ ├── shadercompiler-UnityShaderCompiler.exe4.log │ ├── shadercompiler-UnityShaderCompiler.exe5.log │ ├── shadercompiler-UnityShaderCompiler.exe6.log │ ├── shadercompiler-UnityShaderCompiler.exe7.log │ ├── shadercompiler-UnityShaderCompiler.exe8.log │ └── shadercompiler-UnityShaderCompiler.exe9.log ├── Packages │ ├── manifest.json │ └── packages-lock.json ├── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── PackageManagerSettings.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ ├── VersionControlSettings.asset │ └── XRSettings.asset ├── UserSettings │ └── EditorUserSettings.asset └── obj │ └── Debug │ ├── Assembly-CSharp.csprojAssemblyReference.cache │ └── DesignTimeResolveAssemblyReferencesInput.cache ├── BH3_Frame.drawio ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/.gitignore -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/.idea/.idea.BH3_AutoChes_Preject/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /workspace.xml -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/.idea/.idea.BH3_AutoChes_Preject/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/.idea/.idea.BH3_AutoChes_Preject/.idea/encodings.xml -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/.idea/.idea.BH3_AutoChes_Preject/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/.idea/.idea.BH3_AutoChes_Preject/.idea/modules.xml -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/.idea/.idea.BH3_AutoChes_Preject/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/.idea/.idea.BH3_AutoChes_Preject/.idea/vcs.xml -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/.idea/.idea.BH3_AutoChes_Preject/riderModule.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/.idea/.idea.BH3_AutoChes_Preject/riderModule.iml -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/mixamo.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/mixamo.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/mixamo/Die.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/mixamo/Die.fbx -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/mixamo/Die.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/mixamo/Die.fbx.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/mixamo/standing idle.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/mixamo/standing idle.fbx -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/mixamo/standing idle.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/mixamo/standing idle.fbx.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/no_weapon_humanoid.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/no_weapon_humanoid.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/55.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/55.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/55.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/55.mat.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/blue.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/blue.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/blush1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/blush1.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/fdfd.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/fdfd.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/卡莲.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/卡莲.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/卡莲.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/卡莲.mat.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/材质10mat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/材质10mat.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/材质14mat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/材质14mat.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/材质7mat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/材质7mat.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/材质9mat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/材质9mat.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/身体_UV.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Materials/身体_UV.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Running.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Running.fbx -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Running.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Running.fbx.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/55.png -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/55.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/55.png.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/blue.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/blue.tga -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/blue.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/blue.tga.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/blush1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/blush1.tga -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/fdfd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/fdfd.png -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/fdfd.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/fdfd.png.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/卡莲.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/卡莲.png -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/卡莲.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/卡莲.png.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/身体_UV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/身体_UV.png -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/身体_UV.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/卡莲running/Texture/身体_UV.png.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/bl.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/bl.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/bl.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/bl.mat.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/blue.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/blue.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/blue.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/blue.mat.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/blush1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/blush1.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/新建.003.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/新建.003.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/新建6.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/新建6.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/新建6.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/新建6.mat.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质10.004.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质10.004.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质10mat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质10mat.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质11.004.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质11.004.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质12.004.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质12.004.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质13.004.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质13.004.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质14.004.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质14.004.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质14mat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质14mat.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质4.002.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质4.002.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质5.002.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质5.002.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质6.001.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质6.001.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质7.004.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质7.004.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质7mat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质7mat.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质8.004.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质8.004.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质9.004.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质9.004.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质9mat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/材质9mat.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/身体_UV.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Materials/身体_UV.mat -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/bl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/bl.png -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/bl.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/bl.png.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/blue.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/blue.tga -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/blue.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/blue.tga.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/blush1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/blush1.tga -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/身体_UV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/身体_UV.png -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/身体_UV.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/Textures/身体_UV.png.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbm.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbm.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbm/bl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbm/bl.png -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbm/blue.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbm/blue.tga -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbm/blush1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbm/blush1.tga -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbm/身体_UV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbm/身体_UV.png -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbx -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animation/白练Attack/白练Attack.fbx.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Art/Animator.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Art/Animator.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Prefabs.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Resource.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Resource.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes/Light.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes/Light.prefab -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes/Light.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes/Light.prefab.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes/TestScene.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes/TestScene.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes/TestScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes/TestScene.unity -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes/TestScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes/TestScene.unity.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes/TestScene/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes/TestScene/LightingData.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes/TestScene/LightingData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes/TestScene/LightingData.asset.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes/TestScene/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes/TestScene/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/Scenes/TestScene/ReflectionProbe-0.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/Scenes/TestScene/ReflectionProbe-0.exr.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Chess.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/Chess.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Chess/ChessOperate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/Chess/ChessOperate.cs -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Chess/ChessOperate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06bb8fa7697a42dba9020f76d03dd304 3 | timeCreated: 1587385806 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Chess/Ichess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/Chess/Ichess.cs -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Chess/Ichess.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/Chess/Ichess.cs.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/ChessBoard.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/ChessBoard.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/ChessBoard/ChessBoard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/ChessBoard/ChessBoard.cs -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/ChessBoard/ChessBoard.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/ChessBoard/ChessBoard.cs.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 398b33226b0a48ab84ef0b903ee532a8 3 | timeCreated: 1586866754 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Scenes/FightScenes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/Scenes/FightScenes.cs -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Scenes/FightScenes.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af50259413ab45e5ae9d55ade201dfc6 3 | timeCreated: 1586866787 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Scenes/FinshScene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/Scenes/FinshScene.cs -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Scenes/FinshScene.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/Scenes/FinshScene.cs.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Scenes/PrepareScene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/Scenes/PrepareScene.cs -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Scenes/PrepareScene.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4e9a5503d9d42338354eea38c8c9811 3 | timeCreated: 1586866818 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Test.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/Test.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Test/ChessCreateTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/Test/ChessCreateTest.cs -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Assets/scripts/Test/ChessCreateTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Assets/scripts/Test/ChessCreateTest.cs.meta -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/APIUpdater/project-dependencies.graph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/APIUpdater/project-dependencies.graph -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/AnnotationManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/AnnotationManager -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ArtifactDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ArtifactDB -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ArtifactDB-lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ArtifactDB-lock -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/00/000771635a267e72a29a00000acbbf5c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/00/000771635a267e72a29a00000acbbf5c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/00/00342a1f96d4b2d1af4890865196315e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/00/00342a1f96d4b2d1af4890865196315e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/00/004779a5e5d4b92873e9dadcc338dadc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/00/004779a5e5d4b92873e9dadcc338dadc -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/00/007d3f07b4877f9dcd32eea614cd7c0f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/00/007d3f07b4877f9dcd32eea614cd7c0f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/00/00a3fb15f588b7cb0b6eae2df697c888: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/00/00a3fb15f588b7cb0b6eae2df697c888 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/00/00d5974b5138b9f6567d126ce3bca64f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/00/00d5974b5138b9f6567d126ce3bca64f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/00/00e1d866828f41c19cab319ce64a405d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/00/00e1d866828f41c19cab319ce64a405d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/00/00e4d91b4edb06f4779f920ec758e587: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/00/00e4d91b4edb06f4779f920ec758e587 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/01/0102d19c004a82bc103d7cb00ce22b52: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/01/0102d19c004a82bc103d7cb00ce22b52 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/01/010af0b4f994eb61c587323d95ff3148: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/01/010af0b4f994eb61c587323d95ff3148 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/01/0113f1f3987fafd0eee0e7d527e8208e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/01/0113f1f3987fafd0eee0e7d527e8208e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/01/013f622af05e2e29f886500ac3675602: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/01/013f622af05e2e29f886500ac3675602 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/01/01646ae095268cf3296688c1aa37c00a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/01/01646ae095268cf3296688c1aa37c00a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/01/01767a69cad71e7c2db952c93e4206a7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/01/01767a69cad71e7c2db952c93e4206a7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/01/01cafd33f1a40837974c922ba6ad3d9d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/01/01cafd33f1a40837974c922ba6ad3d9d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/01/01e19fe1cfda15ab33324f36181de385: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/01/01e19fe1cfda15ab33324f36181de385 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/02/023b3625695b72527c849c17c0e15131: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/02/023b3625695b72527c849c17c0e15131 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/02/02436a998fcb80d81c8c3842384a3faa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/02/02436a998fcb80d81c8c3842384a3faa -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/02/024960e3ce09249457724e94a55e1ee7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/02/024960e3ce09249457724e94a55e1ee7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/02/02d61b5029c1996fc5ba99372b0d229f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/02/02d61b5029c1996fc5ba99372b0d229f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/02/02e3a9305a6c718b83bda20e03930226: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/02/02e3a9305a6c718b83bda20e03930226 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/02/02f186af37e9c68f336f83089345238c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/02/02f186af37e9c68f336f83089345238c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/03/032952476c7c9f753e26e63c8db4cc2c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/03/032952476c7c9f753e26e63c8db4cc2c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/03/037318e22ed2e545d7619e7bdb1de51d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/03/037318e22ed2e545d7619e7bdb1de51d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/03/03a052cd72cbaa3c2d58f22459f117a3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/03/03a052cd72cbaa3c2d58f22459f117a3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/03/03b0303cdd97ed3ce3dc709402c025f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/03/03b0303cdd97ed3ce3dc709402c025f7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/03/03bdfd82c0b9cbcb742115ed706b1800: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/03/03bdfd82c0b9cbcb742115ed706b1800 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/03/03d45b6dc9a51bf8c64480eaeeccc921: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/03/03d45b6dc9a51bf8c64480eaeeccc921 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/03/03e4d8ab46f1f927802ca8668c05a710: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/03/03e4d8ab46f1f927802ca8668c05a710 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/04/0402b40f4549f750b90d7df60f687472: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/04/0402b40f4549f750b90d7df60f687472 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/04/04190c54d672de5baba030cde6943147: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/04/04190c54d672de5baba030cde6943147 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/04/047761b78bca949d40a4c094da1b7b03: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/04/047761b78bca949d40a4c094da1b7b03 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/04/04b024ea19ebf72368525fcb2fc7ca0c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/04/04b024ea19ebf72368525fcb2fc7ca0c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/04/04bdf7eefc4e89663404a601981671b6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/04/04bdf7eefc4e89663404a601981671b6 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/04/04d81e880a16fd3d18ee02d12cc1d6ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/04/04d81e880a16fd3d18ee02d12cc1d6ec -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/04/04e507ebfa836da679bf2d636403de6a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/04/04e507ebfa836da679bf2d636403de6a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/05/0555b29a186fe2a6775b3b186008af0d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/05/0555b29a186fe2a6775b3b186008af0d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/05/058f10ff143a85fa1cf4f1a860204471: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/05/058f10ff143a85fa1cf4f1a860204471 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/05/05a2133fc08710edb535fc3db38685c1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/05/05a2133fc08710edb535fc3db38685c1 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/05/05b1b5c193db281cbe73a43ff33e6c16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/05/05b1b5c193db281cbe73a43ff33e6c16 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/05/05be8ef6451071240966ca34239249f3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/05/05be8ef6451071240966ca34239249f3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/05/05ebe99953ff77a996c9f3bb8412a436: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/05/05ebe99953ff77a996c9f3bb8412a436 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/06/064dfe77eaf8d7b4506c05e2df045914: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/06/064dfe77eaf8d7b4506c05e2df045914 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/06/06534adfd0cab7e0d7ef013810715edb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/06/06534adfd0cab7e0d7ef013810715edb -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/06/06b047890043bb11ede2e192b115bb24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/06/06b047890043bb11ede2e192b115bb24 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/06/06b846a0c9939ac07b2ea89af0e78cce: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/06/06b846a0c9939ac07b2ea89af0e78cce -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/06/06c80a9b45b7c30ea9ebccd49d5776ed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/06/06c80a9b45b7c30ea9ebccd49d5776ed -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/06/06f106bcda5e478a325fd8eb2e5b381a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/06/06f106bcda5e478a325fd8eb2e5b381a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/07/071acd9a2eeec656f6f56bf794897449: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/07/071acd9a2eeec656f6f56bf794897449 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/07/072fffc59c676ebe9b245a0d1cb678a2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/07/072fffc59c676ebe9b245a0d1cb678a2 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/07/07709f67e2a2bce705a57b6ee18916fb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/07/07709f67e2a2bce705a57b6ee18916fb -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/07/07ae3167fecff84e14434703af2a30ce: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/07/07ae3167fecff84e14434703af2a30ce -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/07/07c9aa047672ca45e81a7ace9e25f39c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/07/07c9aa047672ca45e81a7ace9e25f39c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/08/080bd484ced9661e2c9bbb82fd890889: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/08/080bd484ced9661e2c9bbb82fd890889 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/08/08100b398911a035026b351627497f61: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/08/08100b398911a035026b351627497f61 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/08/08638cc65df29ffa734a2b1d90c68208: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/08/08638cc65df29ffa734a2b1d90c68208 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/08/0866fd617a94ebc94e3e03db376f9683: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/08/0866fd617a94ebc94e3e03db376f9683 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/08/0895eef552d2c732283e8798c451409e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/08/0895eef552d2c732283e8798c451409e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/08/089b262e5735d982075c867728e959ad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/08/089b262e5735d982075c867728e959ad -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/08/08a9ce140bbd5d12e5b31fcc660bf43b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/08/08a9ce140bbd5d12e5b31fcc660bf43b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/08/08b6daf7418a497e322d7c16194f63b3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/08/08b6daf7418a497e322d7c16194f63b3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/09/091256baad466550135839ad70770e84: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/09/091256baad466550135839ad70770e84 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/09/0924a8990782cfe13752f94aa1c7e5bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/09/0924a8990782cfe13752f94aa1c7e5bf -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/09/09303d8d2c8bb911420493d6550d7649: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/09/09303d8d2c8bb911420493d6550d7649 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/09/09606dec2e8e1fde64627f06cf649d59: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/09/09606dec2e8e1fde64627f06cf649d59 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/09/0986c7cf7dbaa7b6af409adcd47c92ce: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/09/0986c7cf7dbaa7b6af409adcd47c92ce -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/09/09e7ebef8aae9ed0bdeb1c1d3d164437: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/09/09e7ebef8aae9ed0bdeb1c1d3d164437 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/09/09e84220e87740dbe5b65f35424c3412: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/09/09e84220e87740dbe5b65f35424c3412 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/09/09eb36a7c3a9ffab62a518d10d0dee26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/09/09eb36a7c3a9ffab62a518d10d0dee26 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/09/09f6c18d18536d05580d46d27a0d1ff3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/09/09f6c18d18536d05580d46d27a0d1ff3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/09/09fcd630bb753bbe83dbf8907f7f28c9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/09/09fcd630bb753bbe83dbf8907f7f28c9 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0a/0a9b559dd07e7241edb8385de0cc50ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0a/0a9b559dd07e7241edb8385de0cc50ac -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0a/0aa6870e8cfff00dd36158b14feab979: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0a/0aa6870e8cfff00dd36158b14feab979 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0a/0ac2600b137c5a38acaa3bb14815687b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0a/0ac2600b137c5a38acaa3bb14815687b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0a/0ac9e2a0c6fb3a9aa5b5e18f56ef058f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0a/0ac9e2a0c6fb3a9aa5b5e18f56ef058f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0a/0acce715cd3b79e70a5a35d617842f95: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0a/0acce715cd3b79e70a5a35d617842f95 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0b/0b0ad5cae72f110cdda85454a7789363: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0b/0b0ad5cae72f110cdda85454a7789363 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0b/0b4a0773c8bf22fc813ba4c88a8ff02b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0b/0b4a0773c8bf22fc813ba4c88a8ff02b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0b/0b4d6d9a6b92553f8b9c21f9a9857447: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0b/0b4d6d9a6b92553f8b9c21f9a9857447 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0b/0b66bb49009e1286758e0e7c776d2988: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0b/0b66bb49009e1286758e0e7c776d2988 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0b/0b8108dd89d987e6929273c8b052b21b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0b/0b8108dd89d987e6929273c8b052b21b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0b/0b922374deebec66c5e8090ef4474387: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0b/0b922374deebec66c5e8090ef4474387 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0b/0bbe336c5256cd3c60220c99cbfc53f4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0b/0bbe336c5256cd3c60220c99cbfc53f4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0b/0bc08e0138246e5a14067cae697a63e7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0b/0bc08e0138246e5a14067cae697a63e7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0b/0bc4ef4b13c50b2fcfb4ff81c8c02a5a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0b/0bc4ef4b13c50b2fcfb4ff81c8c02a5a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0c/0c053232382e9ffaf1c2665a89d821d1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0c/0c053232382e9ffaf1c2665a89d821d1 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0c/0c11949032064e01e5239d86b2440498: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0c/0c11949032064e01e5239d86b2440498 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0c/0c6bca3c94d20fab63113720ea9d72f5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0c/0c6bca3c94d20fab63113720ea9d72f5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0c/0c6fb68b9cabbf397114458566733acb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0c/0c6fb68b9cabbf397114458566733acb -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0c/0c7e09b4311320434cdc302cbba0ccb7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0c/0c7e09b4311320434cdc302cbba0ccb7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0c/0c9dea881930660e40f9bd977235ed12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0c/0c9dea881930660e40f9bd977235ed12 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0c/0ce35842c0573dd330ad0f24b1b09b83: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0c/0ce35842c0573dd330ad0f24b1b09b83 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0c/0ce8a19a02f79e67e500b71c4d359c1f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0c/0ce8a19a02f79e67e500b71c4d359c1f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0c/0cfd842011ff44314a246d4ccfc1c633: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0c/0cfd842011ff44314a246d4ccfc1c633 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0d/0d28b58c104fc607fe23baab6903c8f1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0d/0d28b58c104fc607fe23baab6903c8f1 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0d/0d2e37f510413afe75a8625f441e43b4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0d/0d2e37f510413afe75a8625f441e43b4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0d/0d493c52e2b3ad29214497050039663f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0d/0d493c52e2b3ad29214497050039663f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0d/0d62fcf3bee37408e96a1f67fd362ab5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0d/0d62fcf3bee37408e96a1f67fd362ab5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0d/0da26e328708c1b0f8d8928c21be8213: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0d/0da26e328708c1b0f8d8928c21be8213 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0d/0da4260dee5b9dee97ea31323924459e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0d/0da4260dee5b9dee97ea31323924459e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0d/0deac8671d2db691b8d8b617dc3f38f5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0d/0deac8671d2db691b8d8b617dc3f38f5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0e/0e10d52ac1e15e827ce8d498967ab3f6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0e/0e10d52ac1e15e827ce8d498967ab3f6 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0e/0e1dcfadcdd6c119c60784b26ddc31d3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0e/0e1dcfadcdd6c119c60784b26ddc31d3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0e/0e95daa212b9e0e655bb8c767c09f239: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0e/0e95daa212b9e0e655bb8c767c09f239 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0e/0ed6d6b0ba74e3d32f952b91045ceda5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0e/0ed6d6b0ba74e3d32f952b91045ceda5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0e/0ee00e00ece450c55070eba9c841b962: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0e/0ee00e00ece450c55070eba9c841b962 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0e/0eed62f1037301d062a72305a1cbd9e0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0e/0eed62f1037301d062a72305a1cbd9e0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0e/0efb6f274f7063901e48cf5024a37e15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0e/0efb6f274f7063901e48cf5024a37e15 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0f/0f0b97155101e4fec01f1f8e85271a36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0f/0f0b97155101e4fec01f1f8e85271a36 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0f/0f170503bb9208a6e3b85dd97ee5888d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0f/0f170503bb9208a6e3b85dd97ee5888d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0f/0f6dd03d6f0b5e3e3a6adc440e73893c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0f/0f6dd03d6f0b5e3e3a6adc440e73893c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0f/0f83b27a8ebc983fe09a42cdd17382ec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0f/0f83b27a8ebc983fe09a42cdd17382ec -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0f/0f8a7d6eb8e46ef38e0363c4d5db5734: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0f/0f8a7d6eb8e46ef38e0363c4d5db5734 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0f/0fc654b30e88f27aa0d69d4a22efbf8e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0f/0fc654b30e88f27aa0d69d4a22efbf8e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0f/0fd64fb4867dee7f6501e1056f76cd20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0f/0fd64fb4867dee7f6501e1056f76cd20 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0f/0fd7b001d70496afb26521671c2adbc4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0f/0fd7b001d70496afb26521671c2adbc4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0f/0fd83437ee6aeeb20abd5a2ef89f6d80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0f/0fd83437ee6aeeb20abd5a2ef89f6d80 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/0f/0ff6adaa53d9d42a5e6e864a584de399: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/0f/0ff6adaa53d9d42a5e6e864a584de399 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/10/10214a9b6914f214c96c87a43cbe7809: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/10/10214a9b6914f214c96c87a43cbe7809 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/10/108b6a59f9ac0af4f940e5d324f3a363: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/10/108b6a59f9ac0af4f940e5d324f3a363 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/10/1099080f54c0e59208609a28115265f3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/10/1099080f54c0e59208609a28115265f3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/10/10b99cbc3359490ec0dc7cfdaadc20d5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/10/10b99cbc3359490ec0dc7cfdaadc20d5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/10/10cd8ce28ddc41e18adc547f7ab4a5de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/10/10cd8ce28ddc41e18adc547f7ab4a5de -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/10/10e4c991803df5bc3cd7124fff1949d3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/10/10e4c991803df5bc3cd7124fff1949d3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/11/11163c4ec3b7ddbb4a17cbc6630f7843: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/11/11163c4ec3b7ddbb4a17cbc6630f7843 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/11/112f57fe6406fe85dd8f44b7cd03590a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/11/112f57fe6406fe85dd8f44b7cd03590a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/11/1153642f0ebc589bd2aa34074c2451d0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/11/1153642f0ebc589bd2aa34074c2451d0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/11/117100a04ae9b198c22db4dd4e84fc01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/11/117100a04ae9b198c22db4dd4e84fc01 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/11/117274b0fc3a51f0d1fba52fdebc0506: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/11/117274b0fc3a51f0d1fba52fdebc0506 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/11/1183df91f5724c00e7d3c838d1ec0f31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/11/1183df91f5724c00e7d3c838d1ec0f31 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/11/119784c695f4fa3831c280ee93f85b3c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/11/119784c695f4fa3831c280ee93f85b3c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/11/11efaa1f8f13ef8fdb711e7e9488e8fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/11/11efaa1f8f13ef8fdb711e7e9488e8fd -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/12/12010858340450d27c24347250f1afc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/12/12010858340450d27c24347250f1afc1 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/12/12218ed8660eee3696179ef04d57f338: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/12/12218ed8660eee3696179ef04d57f338 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/12/125357b18dad895e0ff57a7fae552adc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/12/125357b18dad895e0ff57a7fae552adc -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/12/12658a95768b61281b1873c878bf0308: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/12/12658a95768b61281b1873c878bf0308 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/12/126b63f4028ec58a87387de1bf79dd87: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/12/126b63f4028ec58a87387de1bf79dd87 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/12/1290b63276f6fc7a3d4210e16777ac7a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/12/1290b63276f6fc7a3d4210e16777ac7a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/12/12997f9328ff4ba1d1c214420f9e1670: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/12/12997f9328ff4ba1d1c214420f9e1670 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/12/12b8ce494fd67c49e8184d788349a44c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/12/12b8ce494fd67c49e8184d788349a44c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/12/12cf55b45efa2baf6ba6e8d7efe426a4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/12/12cf55b45efa2baf6ba6e8d7efe426a4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/12/12e00c73044548e6d5fb106b7c6a0f1a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/12/12e00c73044548e6d5fb106b7c6a0f1a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/13/1325f1d47f9a6f134dbe98e3ba42a79a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/13/1325f1d47f9a6f134dbe98e3ba42a79a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/13/132996f8fc14d7985e998ddb86d95c37: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/13/132996f8fc14d7985e998ddb86d95c37 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/13/1341527a852ca9cc26f03ba10e659594: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/13/1341527a852ca9cc26f03ba10e659594 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/13/1342840f112d1a919299ac85760be246: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/13/1342840f112d1a919299ac85760be246 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/13/13828eab0ff247c09878c09e672e5c3f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/13/13828eab0ff247c09878c09e672e5c3f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/13/138294065a3e4bb61aa70b430e548b12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/13/138294065a3e4bb61aa70b430e548b12 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/13/138f4410900d616d968fe65dd0fa2919: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/13/138f4410900d616d968fe65dd0fa2919 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/13/13e561d68cc09ddd48c3348774029794: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/13/13e561d68cc09ddd48c3348774029794 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/14/1421b4d5208aada39d53925aecfa1b42: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/14/1421b4d5208aada39d53925aecfa1b42 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/14/143f76ee6a746040abefdec977b95e55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/14/143f76ee6a746040abefdec977b95e55 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/14/14b03628ffe3b93be01011ddc9a031da: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/14/14b03628ffe3b93be01011ddc9a031da -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/14/14c07c1e71ebaf0a1ea61b46bcf09767: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/14/14c07c1e71ebaf0a1ea61b46bcf09767 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/14/14d9d3dac6cc92099db1ebc279b137b2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/14/14d9d3dac6cc92099db1ebc279b137b2 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/14/14dd9a91880614e6e61bb5aae0a07de0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/14/14dd9a91880614e6e61bb5aae0a07de0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/14/14e22d551bbc9b6a0e21cedfd168f774: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/14/14e22d551bbc9b6a0e21cedfd168f774 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/14/14ee46b8760c4fb79b97cfe6aed232a2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/14/14ee46b8760c4fb79b97cfe6aed232a2 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/15/1531861560cb2602c1aeb343819ec802: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/15/1531861560cb2602c1aeb343819ec802 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/15/155f2a30a8d5813e4faf6cb1c4653ef8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/15/155f2a30a8d5813e4faf6cb1c4653ef8 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/15/156ba57e1bf4524344b0cc60f208b758: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/15/156ba57e1bf4524344b0cc60f208b758 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/15/156f5f6c7bc4fedfac9dd3c89760d70a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/15/156f5f6c7bc4fedfac9dd3c89760d70a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/15/15a3043126422d46547ae09816e83d9f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/15/15a3043126422d46547ae09816e83d9f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/15/15ae8b8cb6d1bb63385790a5f5fcd5bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/15/15ae8b8cb6d1bb63385790a5f5fcd5bc -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/15/15ca9308538b2280b2a435f152ca64c1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/15/15ca9308538b2280b2a435f152ca64c1 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/16/1615990affa3e1fa33961196a29846a1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/16/1615990affa3e1fa33961196a29846a1 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/16/168312e8780dee66d3ae618a613f34c1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/16/168312e8780dee66d3ae618a613f34c1 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/16/168ba2f16731010d4799860120bb2096: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/16/168ba2f16731010d4799860120bb2096 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/16/16a3a52c0c06c8ebb4e14c2bca4df517: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/16/16a3a52c0c06c8ebb4e14c2bca4df517 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/16/16cbd591f16e8add27f884c53bcd81bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/16/16cbd591f16e8add27f884c53bcd81bc -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/17/171e2ffc28847c92a929129a223f4b30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/17/171e2ffc28847c92a929129a223f4b30 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/17/17400289b87494be981f228113a31f55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/17/17400289b87494be981f228113a31f55 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/17/17546aea90f60a2fcc380e7d14b163ca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/17/17546aea90f60a2fcc380e7d14b163ca -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/17/178ead3248f52b1f6c479db585a03148: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/17/178ead3248f52b1f6c479db585a03148 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/17/17a2e0c8458cce537a137418a7977507: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/17/17a2e0c8458cce537a137418a7977507 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/17/17da73b5bfda6c7e6b196a6392984f40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/17/17da73b5bfda6c7e6b196a6392984f40 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/17/17dd952d0520b6f694ebd474be93e8b0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/17/17dd952d0520b6f694ebd474be93e8b0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/17/17de5ef6f35503c3c6028233b78daab0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/17/17de5ef6f35503c3c6028233b78daab0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/18/184d5e0e84700d8f78ae7f1887e56840: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/18/184d5e0e84700d8f78ae7f1887e56840 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/18/188c4a38defed32e82a10c97b0d9c807: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/18/188c4a38defed32e82a10c97b0d9c807 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/18/1890e1d5504467030c0af8ad1e4da457: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/18/1890e1d5504467030c0af8ad1e4da457 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/18/1893bc00f6fee305e100e7c5dac3571c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/18/1893bc00f6fee305e100e7c5dac3571c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/18/18a9c968dfedde47049bc4863230e32e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/18/18a9c968dfedde47049bc4863230e32e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/18/18bb7a3cf2e6c2a0f142673a9e959b84: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/18/18bb7a3cf2e6c2a0f142673a9e959b84 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/18/18d5f0303336dc77a9aae2b1f58350aa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/18/18d5f0303336dc77a9aae2b1f58350aa -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/18/18e5f4ef7cb7ce9a7b910724b8398b20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/18/18e5f4ef7cb7ce9a7b910724b8398b20 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/18/18f0646c59417a055d1f476e9d737ca2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/18/18f0646c59417a055d1f476e9d737ca2 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/19/1904a57c07e08df52f35ace14d1e8409: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/19/1904a57c07e08df52f35ace14d1e8409 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/19/192515b15e837e269ef3192099769db6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/19/192515b15e837e269ef3192099769db6 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/19/19286317b454e4b50a0e97b4f7430f19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/19/19286317b454e4b50a0e97b4f7430f19 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/19/195e52720a35ef630b336d82bbce18ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/19/195e52720a35ef630b336d82bbce18ac -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/19/19b5816ee02b409b9d4d5bbe5ffd9ad5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/19/19b5816ee02b409b9d4d5bbe5ffd9ad5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1a/1a0a570c851901add91108433a3c9c2e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1a/1a0a570c851901add91108433a3c9c2e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1a/1a211947355975c42925f72c1862f218: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1a/1a211947355975c42925f72c1862f218 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1a/1a69a3f9e3a08ead402b0a84684094e5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1a/1a69a3f9e3a08ead402b0a84684094e5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1a/1a790ca95e5b59187806b0d8cae8df5a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1a/1a790ca95e5b59187806b0d8cae8df5a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1a/1aba095077853a26c46d38b506d245ae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1a/1aba095077853a26c46d38b506d245ae -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1a/1ad46197b1029581a46dda28fcb43ccf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1a/1ad46197b1029581a46dda28fcb43ccf -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1a/1ad80296c76941a43fbc2b185a9dbe7f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1a/1ad80296c76941a43fbc2b185a9dbe7f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1a/1ad83627bee8c9f43061d16538def42b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1a/1ad83627bee8c9f43061d16538def42b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1a/1adc21376ce4ffefcc01ab63e59307c5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1a/1adc21376ce4ffefcc01ab63e59307c5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1a/1ae106791caa6a571c85a2f72cdea60c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1a/1ae106791caa6a571c85a2f72cdea60c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1b43b3645ca78e3f38bee12706d42ba7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1b43b3645ca78e3f38bee12706d42ba7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1b4c0e46848f5aaac0752429f1b801e0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1b4c0e46848f5aaac0752429f1b801e0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1b512e94c710b9fb9726dcff3d195952: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1b512e94c710b9fb9726dcff3d195952 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1b5478410753e8b08d3abc8e0acc0c4e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1b5478410753e8b08d3abc8e0acc0c4e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1b572f4550a93e0abaa95d9284cf589a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1b572f4550a93e0abaa95d9284cf589a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1b6089d7a76da970c3b859485f688a97: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1b6089d7a76da970c3b859485f688a97 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1b640c6fc8fef9fddf11611fe498b605: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1b640c6fc8fef9fddf11611fe498b605 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1b9b6d25b4156767e781985fc583ee1b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1b9b6d25b4156767e781985fc583ee1b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1ba1b9bf886cc948e0784d36beffab10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1ba1b9bf886cc948e0784d36beffab10 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1ba7f94006703d9d41b56c5361b6b992: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1ba7f94006703d9d41b56c5361b6b992 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1bab7f84c8ea512fa9b981202ce0a6f8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1bab7f84c8ea512fa9b981202ce0a6f8 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1bba6c7f578da7df91a4819f3d9ad1bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1bba6c7f578da7df91a4819f3d9ad1bf -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1b/1bbb6cbe225d845ae482869e5c572b38: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1b/1bbb6cbe225d845ae482869e5c572b38 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1c/1c41394c086013d6d6eafd224751d507: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1c/1c41394c086013d6d6eafd224751d507 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1c/1c4741e8c107ffc2eb0652c4bb6ff460: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1c/1c4741e8c107ffc2eb0652c4bb6ff460 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1c/1ca7774d4c6e8ef7f374fa62a05d9a65: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1c/1ca7774d4c6e8ef7f374fa62a05d9a65 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1c/1cc13b48fb4af78a754e665077117264: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1c/1cc13b48fb4af78a754e665077117264 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1c/1cce52beca76affa72ecef29b0bd69b0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1c/1cce52beca76affa72ecef29b0bd69b0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1c/1cdd78d09f61aa8b01cc700f3cfbb514: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1c/1cdd78d09f61aa8b01cc700f3cfbb514 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1c/1cf10287829424eee9e25f53420a93f3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1c/1cf10287829424eee9e25f53420a93f3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1d/1d0e50b7156bae065ba369cab3c3fd99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1d/1d0e50b7156bae065ba369cab3c3fd99 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1d/1d1d0f3f5201eab2682f4728b7b8f88c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1d/1d1d0f3f5201eab2682f4728b7b8f88c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1d/1d322040c04b39d4b9ab4c642163ffa9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1d/1d322040c04b39d4b9ab4c642163ffa9 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1d/1d32a27d4e4a3b54d9eddca36b84989a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1d/1d32a27d4e4a3b54d9eddca36b84989a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1d/1d3fde7cb32e9ef519d68767650e76ee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1d/1d3fde7cb32e9ef519d68767650e76ee -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1d/1d49b959a704695124deeb571419a0dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1d/1d49b959a704695124deeb571419a0dd -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1d/1d51790f628ff699cadaf019863feb79: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1d/1d51790f628ff699cadaf019863feb79 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1d/1d8b626c2e6613d6edeb01ae08d2266a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1d/1d8b626c2e6613d6edeb01ae08d2266a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1d/1d987aac24877c11407436ca583d637b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1d/1d987aac24877c11407436ca583d637b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1d/1dae3f887346ba898dd7bd6f7fead45d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1d/1dae3f887346ba898dd7bd6f7fead45d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1e/1e21f4ea8431cd97a95aa4c9534f120b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1e/1e21f4ea8431cd97a95aa4c9534f120b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1e/1e3b98b1ad8b88a58c12bcdec2aacfbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1e/1e3b98b1ad8b88a58c12bcdec2aacfbf -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1e/1e4aba003d497db11652f9761af21d8b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1e/1e4aba003d497db11652f9761af21d8b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1e/1e8da1aeae50df067adba9c96a9605e0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1e/1e8da1aeae50df067adba9c96a9605e0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1e/1ec42647d2d4e0b71a1ecdf4490e77a8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1e/1ec42647d2d4e0b71a1ecdf4490e77a8 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1e/1ec753d085e3c59fafa321a13ca5afb2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1e/1ec753d085e3c59fafa321a13ca5afb2 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1e/1ec92f915bf466bf0ab7764fb511623b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1e/1ec92f915bf466bf0ab7764fb511623b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1e/1edc5248dd0cef1dd27f8908eb61b3f4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1e/1edc5248dd0cef1dd27f8908eb61b3f4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1e/1ee4dbd72f17a95b0fad4f2dbf4ccd74: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1e/1ee4dbd72f17a95b0fad4f2dbf4ccd74 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1f/1f0a98a976a1faa802885e5fda61d8f1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1f/1f0a98a976a1faa802885e5fda61d8f1 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1f/1f56f25f4313af81f28a4dc1e605b76f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1f/1f56f25f4313af81f28a4dc1e605b76f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1f/1f8be413fa153fdb79718168484c1fc0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1f/1f8be413fa153fdb79718168484c1fc0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1f/1fb9f37169fda7b21ca1bc046d73f4a8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1f/1fb9f37169fda7b21ca1bc046d73f4a8 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1f/1fc10c3d8cdfc8c692248aeaaf57b2bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1f/1fc10c3d8cdfc8c692248aeaaf57b2bb -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/1f/1fde1c95ce06763a569461a2e5cc7f36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/1f/1fde1c95ce06763a569461a2e5cc7f36 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/20/20052e0f5e080b1aceac82e6225f4116: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/20/20052e0f5e080b1aceac82e6225f4116 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/20/2032efcad620b583ce007712b892a9d1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/20/2032efcad620b583ce007712b892a9d1 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/20/203905be19ec486be8467779a708b4bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/20/203905be19ec486be8467779a708b4bb -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/20/203ed4cbc866aebf4a087b5d87410a36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/20/203ed4cbc866aebf4a087b5d87410a36 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/20/206ef6239658f956420b78c5e6669f78: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/20/206ef6239658f956420b78c5e6669f78 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/20/2071128c3129d95af842bfd03bfd15d4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/20/2071128c3129d95af842bfd03bfd15d4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/20/20cd7f02804e6e9d4bee10f6c197a90d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/20/20cd7f02804e6e9d4bee10f6c197a90d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/20/20d7b47e8bc2d820c0c98bb849279264: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/20/20d7b47e8bc2d820c0c98bb849279264 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/21/21091632ea3f0bd974d62cf3f9c826eb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/21/21091632ea3f0bd974d62cf3f9c826eb -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/21/212d734abd9bca1865ffce7ed4adc3e6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/21/212d734abd9bca1865ffce7ed4adc3e6 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/21/213596ae1bd95820e4f423cd0e7c7b7e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/21/213596ae1bd95820e4f423cd0e7c7b7e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/21/2138cee4505cdca6d4afec1bb4b826d9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/21/2138cee4505cdca6d4afec1bb4b826d9 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/21/218537333cd90f9491256cb3488b474b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/21/218537333cd90f9491256cb3488b474b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/21/2186e04605508cca6d9d1d4134069a7f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/21/2186e04605508cca6d9d1d4134069a7f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/21/21c3cba578e14ee7d6a37816725e260f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/21/21c3cba578e14ee7d6a37816725e260f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/22/2209539c8c558ff144dcedff834b2bf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/22/2209539c8c558ff144dcedff834b2bf5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/22/22248225c36e00bd97268ea839efe805: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/22/22248225c36e00bd97268ea839efe805 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/22/22d06ff499cc49595fecd11986e5f675: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/22/22d06ff499cc49595fecd11986e5f675 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/22/22f881781f4805f676ba9212c2c48516: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/22/22f881781f4805f676ba9212c2c48516 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/23/23044bed32138c2988ed8151b36f619b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/23/23044bed32138c2988ed8151b36f619b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/23/230f6362ccf964f6cffc47a4681e7613: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/23/230f6362ccf964f6cffc47a4681e7613 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/23/232e9a4ef8aaa17949bde2a35b8b903b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/23/232e9a4ef8aaa17949bde2a35b8b903b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/23/23758d5edacf6a1cae0f3d139a5ba588: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/23/23758d5edacf6a1cae0f3d139a5ba588 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/23/2388281cb4b3928b6b73a22c35c98dbb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/23/2388281cb4b3928b6b73a22c35c98dbb -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/23/239374beb2d357332ac7360ad35d262e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/23/239374beb2d357332ac7360ad35d262e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/23/23938f8ce252ec234944744d7e94e431: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/23/23938f8ce252ec234944744d7e94e431 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/23/23e4a20ecabcfa659809e62e7e9ffcc3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/23/23e4a20ecabcfa659809e62e7e9ffcc3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/23/23e7e1efe4af5504e25da6e60dffa518: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/23/23e7e1efe4af5504e25da6e60dffa518 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/24/24668255e3ee10303eb27cd1d861cd30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/24/24668255e3ee10303eb27cd1d861cd30 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/24/2484471e5d9f27762e43b54d51528785: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/24/2484471e5d9f27762e43b54d51528785 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/25/254fc7af024d17b8d075b3b466749769: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/25/254fc7af024d17b8d075b3b466749769 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/25/2561177ff1fbd1318c0fb17a6ec76f02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/25/2561177ff1fbd1318c0fb17a6ec76f02 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/25/258677b76162fd501e5e73d55e43e6f0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/25/258677b76162fd501e5e73d55e43e6f0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/25/25c00d004ce2cd634f599c74917389c9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/25/25c00d004ce2cd634f599c74917389c9 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/25/25c4290a067485fb7afd8fd3eb8ef275: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/25/25c4290a067485fb7afd8fd3eb8ef275 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/25/25e9286bc6497c34d38f825c4da00343: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/25/25e9286bc6497c34d38f825c4da00343 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/26/260db932db11f65c3550d1afc28c2e6f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/26/260db932db11f65c3550d1afc28c2e6f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/26/267809e9d7ef0cd33996e47fc629d194: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/26/267809e9d7ef0cd33996e47fc629d194 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/26/269b3af2484e30a6cea83c3321f9d1df: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/26/269b3af2484e30a6cea83c3321f9d1df -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/26/26bb46573a8a61672ded18f33f5826a7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/26/26bb46573a8a61672ded18f33f5826a7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/27/27134fbab8dead470b759a8b5146838d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/27/27134fbab8dead470b759a8b5146838d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/27/279c7a6c77d1655fd114cca414527f5d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/27/279c7a6c77d1655fd114cca414527f5d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/27/279d112a2b3c06d9782f275cdb79245e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/27/279d112a2b3c06d9782f275cdb79245e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/27/27db795b98fc207d4969712696080018: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/27/27db795b98fc207d4969712696080018 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/28/284b04a609a05967fde2dc2f29fb4832: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/28/284b04a609a05967fde2dc2f29fb4832 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/28/288868ace3788dd7d6b89f4be59a704a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/28/288868ace3788dd7d6b89f4be59a704a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/28/28da2c0df4e0626357b8f53560acab86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/28/28da2c0df4e0626357b8f53560acab86 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/28/28e3aa942b9771b28cb15ccb35dbc6a3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/28/28e3aa942b9771b28cb15ccb35dbc6a3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/28/28e67a2b85079fff5f0dc3f0efcb1c04: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/28/28e67a2b85079fff5f0dc3f0efcb1c04 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/28/28e9fcbbda5a2557ae9897f9c078fadf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/28/28e9fcbbda5a2557ae9897f9c078fadf -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/28/28f36da3e213b1dabd5aec6bc24f4171: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/28/28f36da3e213b1dabd5aec6bc24f4171 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/294806a623b0fadbc7138778ac55a743: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/294806a623b0fadbc7138778ac55a743 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/294f94428261f558b3d6a6cfe97c1d31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/294f94428261f558b3d6a6cfe97c1d31 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/295523c96dc9cc8f474c55023ccc7e6f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/295523c96dc9cc8f474c55023ccc7e6f -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/296da1b9b0d6f2f791b24938ce620b92: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/296da1b9b0d6f2f791b24938ce620b92 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/297c7e66d97f616a8dc2d2a95fa7628c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/297c7e66d97f616a8dc2d2a95fa7628c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/297f0d0632fae1b4616d25c04a154cdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/297f0d0632fae1b4616d25c04a154cdb -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/299ad19c75d479fcc621a688eef440a4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/299ad19c75d479fcc621a688eef440a4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/29b38f80fc08347a4b1181fde81dd35c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/29b38f80fc08347a4b1181fde81dd35c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/29b55ecb82288938030411702ddea633: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/29b55ecb82288938030411702ddea633 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/29d1f5afffba85a948f4208f87c38ba0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/29d1f5afffba85a948f4208f87c38ba0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/29da69a5dedfd830ac770a3fa3bd52d0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/29da69a5dedfd830ac770a3fa3bd52d0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/29e045f0153224542584f56840e55e0a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/29e045f0153224542584f56840e55e0a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/29/29fbc618cf0d5d233bca291f8ba453d4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/29/29fbc618cf0d5d233bca291f8ba453d4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2a/2a1c3b1069b54abdaf976ac74d605976: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2a/2a1c3b1069b54abdaf976ac74d605976 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2a/2a4b813b95f70728130b660dbd24f8d6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2a/2a4b813b95f70728130b660dbd24f8d6 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2a/2a93134a594c8f80a7c10053e4bd26f2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2a/2a93134a594c8f80a7c10053e4bd26f2 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2a/2abc554279e9ccb6b8902eb83a3fe96d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2a/2abc554279e9ccb6b8902eb83a3fe96d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2a/2af199fc4bf9c56689d30cea330a783b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2a/2af199fc4bf9c56689d30cea330a783b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2a/2af43b1579b00ed158a1277e5934bf24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2a/2af43b1579b00ed158a1277e5934bf24 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2b/2b59738d19408791626e2423e02031be: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2b/2b59738d19408791626e2423e02031be -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2b/2b69992c4a131f38a79c3789cbf02f62: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2b/2b69992c4a131f38a79c3789cbf02f62 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2b/2b76e1aec3fb19cd66834bbe64854d2a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2b/2b76e1aec3fb19cd66834bbe64854d2a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2b/2b905aa42f331d4d817c1ca3be240aaa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2b/2b905aa42f331d4d817c1ca3be240aaa -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2c/2c4efb2a7503b34622af44e314d8aac9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2c/2c4efb2a7503b34622af44e314d8aac9 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2c/2c79cd8c40e85d5c154b804b7d360057: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2c/2c79cd8c40e85d5c154b804b7d360057 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2c/2c95008b93ad1af345476fe882bee443: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2c/2c95008b93ad1af345476fe882bee443 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2c/2cb2126b5169d9011b9bf24df525e8db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2c/2cb2126b5169d9011b9bf24df525e8db -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2c/2cb234c7fa5722880cf12f64a1ce8239: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2c/2cb234c7fa5722880cf12f64a1ce8239 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2d/2d2dcc4194e683a3ce429c78db300d26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2d/2d2dcc4194e683a3ce429c78db300d26 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2d/2d359fdf48178369245d065ede08564c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2d/2d359fdf48178369245d065ede08564c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2d/2d6f2568aebac20354add7646da51a15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2d/2d6f2568aebac20354add7646da51a15 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2d/2d74085a8c5ea41a597d364baf97ac30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2d/2d74085a8c5ea41a597d364baf97ac30 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2d/2da3c58d772f07d24ae5ad3b39b81938: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2d/2da3c58d772f07d24ae5ad3b39b81938 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2d/2da83fceb84d9d2943d01a2343a6f72b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2d/2da83fceb84d9d2943d01a2343a6f72b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2d/2dcc74bffb4ba6e6cf9014816c6e63c0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2d/2dcc74bffb4ba6e6cf9014816c6e63c0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2d/2df0b657690ebb46f9f53932497696b3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2d/2df0b657690ebb46f9f53932497696b3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2d/2df1bbc739a2a4de3585a35b336dbfe0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2d/2df1bbc739a2a4de3585a35b336dbfe0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2d/2df97217ea7272cc77d5ece5d65d9be3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2d/2df97217ea7272cc77d5ece5d65d9be3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2e/2e12dc1c6f23d8364d64db75bc98d4e2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2e/2e12dc1c6f23d8364d64db75bc98d4e2 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2e/2e1c933340527d3ed9e39d3f777268d6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2e/2e1c933340527d3ed9e39d3f777268d6 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2e/2e51f1aef5b9cb17e72bedf53c95218d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2e/2e51f1aef5b9cb17e72bedf53c95218d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2e/2e87cd93c4b092a3bd57837c89eb0a3e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2e/2e87cd93c4b092a3bd57837c89eb0a3e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2e/2e9813c6c59770249f64ed36f07f1240: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2e/2e9813c6c59770249f64ed36f07f1240 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2e/2ebe6ef7221dbb79e29c024351bd13d7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2e/2ebe6ef7221dbb79e29c024351bd13d7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2e/2ef4eaed1a05ef7e6e65e2e1b0317de2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2e/2ef4eaed1a05ef7e6e65e2e1b0317de2 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2f/2f1b2e3a9125d112b8ffc80a3a7df909: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2f/2f1b2e3a9125d112b8ffc80a3a7df909 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2f/2f5144468ae8050cfc574e4aa5ece22a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2f/2f5144468ae8050cfc574e4aa5ece22a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2f/2f7e2b2ecf7ca76032ba8054ba3af1c5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2f/2f7e2b2ecf7ca76032ba8054ba3af1c5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2f/2fdd232fae6dce782403da5ac26b85aa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2f/2fdd232fae6dce782403da5ac26b85aa -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/2f/2fdf3577de37360f5f8b90bf926f4ac0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/2f/2fdf3577de37360f5f8b90bf926f4ac0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/30/3029f3b4ebd77865195a030f4f98bd2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/30/3029f3b4ebd77865195a030f4f98bd2d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/30/30716c5a3b399a0bb60eea8bd9952415: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/30/30716c5a3b399a0bb60eea8bd9952415 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/30/30892d2413e76466fb273ee105ae5ec8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/30/30892d2413e76466fb273ee105ae5ec8 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/30/308f732158628213adeb625a130f1178: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/30/308f732158628213adeb625a130f1178 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/30/30bf89a6aabf74faf4421e8f72ade30b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/30/30bf89a6aabf74faf4421e8f72ade30b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/30/30d4d6a617f7daf6f45fd6985d8d951a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/30/30d4d6a617f7daf6f45fd6985d8d951a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/31/31177d0f78de65bd54c13b828ace1af9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/31/31177d0f78de65bd54c13b828ace1af9 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/31/31436406361d1e7b02703cde7ab5c100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/31/31436406361d1e7b02703cde7ab5c100 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/31/314903ae24c68ea50324aeadb44d3c88: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/31/314903ae24c68ea50324aeadb44d3c88 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/31/3180cbfd3ad35dd9ecaf7f7fb5c91774: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/31/3180cbfd3ad35dd9ecaf7f7fb5c91774 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/31/318a37f0ddef74e649a873af1e3c0a01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/31/318a37f0ddef74e649a873af1e3c0a01 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/31/31cb55152154006ec42c5e04ab226809: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/31/31cb55152154006ec42c5e04ab226809 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/31/31e92cc18f96a74baac814a65892f2a4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/31/31e92cc18f96a74baac814a65892f2a4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/31/31f72379d017648af5842932b938c37e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/31/31f72379d017648af5842932b938c37e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/32/321b34253a5dc867d9b0632683279ee6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/32/321b34253a5dc867d9b0632683279ee6 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/32/32546803babc7065e7a23d7500fc635a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/32/32546803babc7065e7a23d7500fc635a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/32/3270e0717935ce2e35842ed5e30525bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/32/3270e0717935ce2e35842ed5e30525bf -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/32/32cab0e36d062c1317bd6347ece82c6b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/32/32cab0e36d062c1317bd6347ece82c6b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/32/32d71f4599e2345d501b63acdff22705: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/32/32d71f4599e2345d501b63acdff22705 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/32/32daa9ce0f2aa5dcc5ef4673fb237e51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/32/32daa9ce0f2aa5dcc5ef4673fb237e51 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/32/32ff03a6d70b9ca69b4f2a0a01862540: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/32/32ff03a6d70b9ca69b4f2a0a01862540 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/33/33014153a97fd44cf5edd330c7c8defd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/33/33014153a97fd44cf5edd330c7c8defd -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/33/3328b6dcde46c73db22d1aef802e9d14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/33/3328b6dcde46c73db22d1aef802e9d14 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/33/333c5dd60c2fd3c7e8e072971c57ac83: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/33/333c5dd60c2fd3c7e8e072971c57ac83 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/33/3360ed1579dc22575ec63e0d5e367865: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/33/3360ed1579dc22575ec63e0d5e367865 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/33/339c6a93e56d767e0cc9c5085732eeb0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/33/339c6a93e56d767e0cc9c5085732eeb0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/33/33ac77091ae3da093f236c82184d2760: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/33/33ac77091ae3da093f236c82184d2760 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/33/33d74210c5bdb24c5e7409591868d5f4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/33/33d74210c5bdb24c5e7409591868d5f4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/34/3413083e9cf67e388d2d818d5f294dc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/34/3413083e9cf67e388d2d818d5f294dc1 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/34/34409d45dcd45ed511dcc7af205e367d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/34/34409d45dcd45ed511dcc7af205e367d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/34/3482e9c6a0dc4f2b0d4babf081845a60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/34/3482e9c6a0dc4f2b0d4babf081845a60 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/34/34939a513bf70246efbc66f606b1303b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/34/34939a513bf70246efbc66f606b1303b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/34/34ae3104e351a0fdcd50cc0f0d3a0729: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/34/34ae3104e351a0fdcd50cc0f0d3a0729 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/34/34dfe30dde289c0a47a81e0530d6706b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/34/34dfe30dde289c0a47a81e0530d6706b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/35/35203786154a544e15dfe527599f971c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/35/35203786154a544e15dfe527599f971c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/35/35229f46813a7afa20dddf21d8a86475: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/35/35229f46813a7afa20dddf21d8a86475 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/35/353b267af82920df866ade2c58ede2d2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/35/353b267af82920df866ade2c58ede2d2 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/35/354aae5ac4b6bc59f6b96bd3bc532304: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/35/354aae5ac4b6bc59f6b96bd3bc532304 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/35/35740d3599c9c552a85f49e77f1661c7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/35/35740d3599c9c552a85f49e77f1661c7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/35/357dfe23ed56fa9b062243ff10ec0043: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/35/357dfe23ed56fa9b062243ff10ec0043 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/35/35aa86df4d70c7f53317dc380f0a899a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/35/35aa86df4d70c7f53317dc380f0a899a -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/35/35c86656bde22d12ad98ab8a3a14d6dc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/35/35c86656bde22d12ad98ab8a3a14d6dc -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/35/35cfecff5dedb87611b783c6d15f1af2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/35/35cfecff5dedb87611b783c6d15f1af2 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/35/35fbc210a3aae5b46330d35e7ba3ab61: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/35/35fbc210a3aae5b46330d35e7ba3ab61 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/36/364c716084100ce38411c3f8d84465a5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/36/364c716084100ce38411c3f8d84465a5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/36/367b2548810ad53e3564aaadb58a0c12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/36/367b2548810ad53e3564aaadb58a0c12 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/36/36958fbefc33181300fff4dbc551a542: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/36/36958fbefc33181300fff4dbc551a542 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/36/36d3af322bb7ce0418ac6702d90ab1fe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/36/36d3af322bb7ce0418ac6702d90ab1fe -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/37/3700a06331ae623ce9f726821cf3b190: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/37/3700a06331ae623ce9f726821cf3b190 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/37/375f9d9de6b816d6a8c487f7266804f5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/37/375f9d9de6b816d6a8c487f7266804f5 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/37/3774e5836297b76009a4f29061af442d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/37/3774e5836297b76009a4f29061af442d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/37/37a4d4037bd836f7b68056ea7ce6900b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/37/37a4d4037bd836f7b68056ea7ce6900b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/37/37be302a6d929f1dec7420b7aba9904e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/37/37be302a6d929f1dec7420b7aba9904e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/37/37c9293130ff344b5c56f8cb83151464: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/37/37c9293130ff344b5c56f8cb83151464 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/37/37d30ebb2b2ba64fa161083710df6dd7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/37/37d30ebb2b2ba64fa161083710df6dd7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/37/37d55ba25ad389f118211aa4c5732821: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/37/37d55ba25ad389f118211aa4c5732821 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/37/37f51fd82d01f6dc2d3d2c1d80efdbf4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/37/37f51fd82d01f6dc2d3d2c1d80efdbf4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/38/383e2140cbda6e865257b83a7f4b7067: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/38/383e2140cbda6e865257b83a7f4b7067 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/38/3852c22ab500b00db286caecb01ca2fb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/38/3852c22ab500b00db286caecb01ca2fb -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/38/3858f45e28c30ec6647c6ea3a165b362: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/38/3858f45e28c30ec6647c6ea3a165b362 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/38/38606b01d6ec66ae8025ef4cac53a5c0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/38/38606b01d6ec66ae8025ef4cac53a5c0 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/38/386c9a80f696d415c383b14dc8cdf65e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/38/386c9a80f696d415c383b14dc8cdf65e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/38/387b4d440ed59bd44cf1857cfd3d8c36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/38/387b4d440ed59bd44cf1857cfd3d8c36 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/38/38a09268a529d247ec17f97c8f02412e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/38/38a09268a529d247ec17f97c8f02412e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/38/38abc5af69d2b103133476a5e5c184a8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/38/38abc5af69d2b103133476a5e5c184a8 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/38/38c3d3ee5740affd2915374fa7717a31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/38/38c3d3ee5740affd2915374fa7717a31 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/38/38d5c7a67aa6275df87ef4c77946469e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/38/38d5c7a67aa6275df87ef4c77946469e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/39/394e3e52c990b4dbdc151afa3b9d4549: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/39/394e3e52c990b4dbdc151afa3b9d4549 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/39/39584812182a6edb92239b5a45f83a87: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/39/39584812182a6edb92239b5a45f83a87 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/39/39849838b030452b07dc8ac72bab8286: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/39/39849838b030452b07dc8ac72bab8286 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/39/398bba9a167f91a9af08177ceb776a3b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/39/398bba9a167f91a9af08177ceb776a3b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/39/399a0e00712b9710da48788b39e4b4aa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/39/399a0e00712b9710da48788b39e4b4aa -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3a/3a1b6706a0bc62defd00339adb058dfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3a/3a1b6706a0bc62defd00339adb058dfb -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3a/3a321e56a931b4491261377dc117c5ed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3a/3a321e56a931b4491261377dc117c5ed -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3a/3a431e8c468977ba3970a751523bc133: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3a/3a431e8c468977ba3970a751523bc133 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3a/3a7e1ef9b57b572da8c608a42bcede37: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3a/3a7e1ef9b57b572da8c608a42bcede37 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3a/3a88a0a67763e6331f30ca44500af6b4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3a/3a88a0a67763e6331f30ca44500af6b4 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3a/3ad412c929d0f2999339c0d7ac3aed7b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3a/3ad412c929d0f2999339c0d7ac3aed7b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3b/3b279c26d75af0061e872708ffe57ed7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3b/3b279c26d75af0061e872708ffe57ed7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3b/3b833d146bcc2ac58b1e385f6435a9dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3b/3b833d146bcc2ac58b1e385f6435a9dd -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3b/3bbf658ef38cc93f7fd5980395350eb8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3b/3bbf658ef38cc93f7fd5980395350eb8 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3b/3bdf96eee923790b01b5ecdff1c2bc42: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3b/3bdf96eee923790b01b5ecdff1c2bc42 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3b/3bf8a420c8a81082c8c00135a8c9c502: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3b/3bf8a420c8a81082c8c00135a8c9c502 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c10468b0fc312e29edf44d13fd38bfc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c10468b0fc312e29edf44d13fd38bfc -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c156242616bbce83e60dfa5e88d563d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c156242616bbce83e60dfa5e88d563d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c2f9becde00fcbd193265544bb99f00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c2f9becde00fcbd193265544bb99f00 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c3d9f22c3a29741ee6e8806e88a3b1d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c3d9f22c3a29741ee6e8806e88a3b1d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c4b1360ec65f2c93ba185e7cdaa695e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c4b1360ec65f2c93ba185e7cdaa695e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c59829dbbec217960b2b63e93d3d28d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c59829dbbec217960b2b63e93d3d28d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c59c536bedf5d1f4268cbc1603a3db3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c59c536bedf5d1f4268cbc1603a3db3 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c5fff0ba5d66c3ecb7fcccc04fb5b82: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c5fff0ba5d66c3ecb7fcccc04fb5b82 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c649df29722ba871227399330733b7d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c649df29722ba871227399330733b7d -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c6c60314d5165267ef3d579ebe2c368: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c6c60314d5165267ef3d579ebe2c368 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c745d817fba3af080885627cec43f5c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c745d817fba3af080885627cec43f5c -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c7e2ac57ed431e58d47c5dbed22af6e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c7e2ac57ed431e58d47c5dbed22af6e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3c82cf001900de4ac2cbfc79248c247b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3c82cf001900de4ac2cbfc79248c247b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3c/3cb488932f79ebde1d1e9eb3c735d16b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3c/3cb488932f79ebde1d1e9eb3c735d16b -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3d/3d1cb982edf74f29d3731fd734626014: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3d/3d1cb982edf74f29d3731fd734626014 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Artifacts/3d/3d2baf2c2aa59c955473baa7554fb94e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Artifacts/3d/3d2baf2c2aa59c955473baa7554fb94e -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/AssetImportState: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/AssetImportState -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/BuildPlayer.prefs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/BuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/BuildSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/CurrentLayout-default.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/CurrentLayout-default.dwlt -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/EditorOnlyScriptingSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/EditorOnlyScriptingSettings.json -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/EditorOnlyVirtualTextureState.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/EditorOnlyVirtualTextureState.json -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/EditorSnapSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/EditorSnapSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/EditorUserBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/EditorUserBuildSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/InspectorExpandedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/InspectorExpandedItems.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/LastSceneManagerSetup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/LastSceneManagerSetup.txt -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/LibraryFormatVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/LibraryFormatVersion.txt -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/MonoManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/MonoManager.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/Collaborate/Models/Enums.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08d752e03d484e968b3ec248adb23357 3 | timeCreated: 1573260450 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/SignInWithEmailPanel.dark.uss: -------------------------------------------------------------------------------- 1 | VisualElement {} -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.collab-proxy@1.5.7/Editor/PlasticSCM/Assets/Styles/SignInWithEmailPanel.light.uss: -------------------------------------------------------------------------------- 1 | SignInWithEmailPanel { 2 | background-color: white; 3 | } -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.collab-proxy@1.5.7/Tests/.tests.json: -------------------------------------------------------------------------------- 1 | { 2 | "createSeparatePackage": false 3 | } 4 | -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.ide.rider@2.0.7/Rider/Editor/Properties.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 354fde95fe0643b09509e5fcee350b33 3 | timeCreated: 1580716670 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.ide.rider@2.0.7/Rider/Editor/Properties/AssemblyInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8472c6472e6d4301873871a9e8fcf952 3 | timeCreated: 1580716711 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.ide.visualstudio@2.0.8/Editor/AssemblyInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d791d407901442e49862d3aa783ce8af 3 | timeCreated: 1602756877 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.nuget.newtonsoft-json@2.0.0/Tests/.tests.json: -------------------------------------------------------------------------------- 1 | { 2 | "createSeparatePackage": false 3 | } 4 | -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.timeline@1.4.8/DocCodeExamples/TrackAssetExamples.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9f0489deaf04d0fbcbe45fd50a018f6 3 | timeCreated: 1600894170 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.timeline@1.4.8/Editor/Actions/IMenuChecked.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0939c83f40ef46e584340aa87b3cadfe 3 | timeCreated: 1591130283 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.timeline@1.4.8/Editor/Actions/IMenuName.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 512ac45650d443f3be59379c2ecbf068 3 | timeCreated: 1591130274 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.timeline@1.4.8/Editor/Animation/CurveTreeViewNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ec45eaf72174ca189827d7896952167 3 | timeCreated: 1599683561 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.timeline@1.4.8/Editor/Undo/ApplyDefaultUndoAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b46a1ab31b3043b88cc57df2167383ac 3 | timeCreated: 1590517869 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.timeline@1.4.8/Editor/Undo/UndoScope.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef85e74dfd3749279eff9e7fbfbaf3f8 3 | timeCreated: 1590436732 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.timeline@1.4.8/Editor/UnityEditorInternals.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9045505a91f4aee87d5768fffc7de5c 3 | timeCreated: 1575581351 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.timeline@1.4.8/Editor/Utilities/Scopes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d55400f78d024c05b04dc124bb181d9e 3 | timeCreated: 1605887929 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageCache/com.unity.timeline@1.4.8/Editor/Utilities/Scopes/PropertyScope.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ccfd55dae664bbcb54c8457acffdbf8 3 | timeCreated: 1605887959 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageManager/ProjectCache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/PackageManager/ProjectCache -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/PackageManager/ProjectCache.md5: -------------------------------------------------------------------------------- 1 | 84426f19149efd148a365dcf7b2daff7 -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/SceneVisibilityState.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/SceneVisibilityState.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptAssemblies/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptAssemblies/Assembly-CSharp.dll -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptAssemblies/BuiltinAssemblies.stamp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptAssemblies/BuiltinAssemblies.stamp -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptAssemblies/Unity.Rider.Editor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptAssemblies/Unity.Rider.Editor.dll -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptAssemblies/Unity.TextMeshPro.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptAssemblies/Unity.TextMeshPro.dll -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptAssemblies/Unity.Timeline.Editor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptAssemblies/Unity.Timeline.Editor.dll -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptAssemblies/Unity.Timeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptAssemblies/Unity.Timeline.dll -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptAssemblies/Unity.VSCode.Editor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptAssemblies/Unity.VSCode.Editor.dll -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptAssemblies/UnityEditor.TestRunner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptAssemblies/UnityEditor.TestRunner.dll -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptAssemblies/UnityEditor.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptAssemblies/UnityEditor.UI.dll -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptAssemblies/UnityEngine.TestRunner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptAssemblies/UnityEngine.TestRunner.dll -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptAssemblies/UnityEngine.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptAssemblies/UnityEngine.UI.dll -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ScriptMapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ScriptMapper -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ShaderCache.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ShaderCache.db -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/ShaderCache/EditorEncounteredVariants: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/ShaderCache/EditorEncounteredVariants -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/SourceAssetDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/SourceAssetDB -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/SourceAssetDB-lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/SourceAssetDB-lock -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/SpriteAtlasDatabase.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/SpriteAtlasDatabase.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/StateCache/Hierarchy/3f0263-mainStage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/StateCache/Hierarchy/3f0263-mainStage.json -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/StateCache/Hierarchy/859432-mainStage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/StateCache/Hierarchy/859432-mainStage.json -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/StateCache/Hierarchy/f0b1fb-mainStage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/StateCache/Hierarchy/f0b1fb-mainStage.json -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/StateCache/SceneView/193ba7-mainStage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/StateCache/SceneView/193ba7-mainStage.json -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/StateCache/SceneView/a9c72a-mainStage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/StateCache/SceneView/a9c72a-mainStage.json -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/StateCache/SceneView/bc5cee-mainStage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/StateCache/SceneView/bc5cee-mainStage.json -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/Style.catalog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/Style.catalog -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/expandedItems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/expandedItems -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/shadercompiler-UnityShaderCompiler.exe0.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/shadercompiler-UnityShaderCompiler.exe0.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/shadercompiler-UnityShaderCompiler.exe1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/shadercompiler-UnityShaderCompiler.exe1.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/shadercompiler-UnityShaderCompiler.exe2.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/shadercompiler-UnityShaderCompiler.exe2.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Library/shadercompiler-UnityShaderCompiler.exe3.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Library/shadercompiler-UnityShaderCompiler.exe3.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/AssetImportWorker0.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/AssetImportWorker0.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/AssetImportWorker1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/AssetImportWorker1.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/Packages-Update.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/Packages-Update.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-AssetImportWorker0.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-AssetImportWorker0.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe0.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe0.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe1.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe10.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe10.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe11.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe11.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe12.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe12.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe13.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe13.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe2.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe2.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe3.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe3.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe4.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe4.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe5.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe5.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe6.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe6.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe7.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe7.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe8.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe8.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe9.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Logs/shadercompiler-UnityShaderCompiler.exe9.log -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Packages/manifest.json -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/Packages/packages-lock.json -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /BH3_AutoChes_Preject/UserSettings/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_AutoChes_Preject/UserSettings/EditorUserSettings.asset -------------------------------------------------------------------------------- /BH3_Frame.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/BH3_Frame.drawio -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/euphoriaer/AutoChessBH3/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AutoChessBH3 2 | 崩坏3自走棋 3 | --------------------------------------------------------------------------------