diff --git a/.vsconfig b/.vsconfig new file mode 100644 index 0000000..d70cd98 --- /dev/null +++ b/.vsconfig @@ -0,0 +1,6 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.VisualStudio.Workload.ManagedGame" + ] +} diff --git a/Assets/Input.meta b/Assets/Input.meta new file mode 100644 index 0000000..d31d330 --- /dev/null +++ b/Assets/Input.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3a91458f0f934f94f9d45ea646bad928 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Input/PlayerControls.cs b/Assets/Input/PlayerControls.cs new file mode 100644 index 0000000..63919b3 --- /dev/null +++ b/Assets/Input/PlayerControls.cs @@ -0,0 +1,743 @@ +// GENERATED AUTOMATICALLY FROM 'Assets/Input/PlayerControls.inputactions' + +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine.InputSystem; +using UnityEngine.InputSystem.Utilities; + +public class @PlayerControls : IInputActionCollection, IDisposable +{ + public InputActionAsset asset { get; } + public @PlayerControls() + { + asset = InputActionAsset.FromJson(@"{ + ""name"": ""PlayerControls"", + ""maps"": [ + { + ""name"": ""MasterControls"", + ""id"": ""f7565937-e528-462b-9ded-16dfb905f7c3"", + ""actions"": [ + { + ""name"": ""Walk"", + ""type"": ""Value"", + ""id"": ""be6e786e-2b78-4d6e-8127-2deef24b4da0"", + ""expectedControlType"": ""Vector2"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Run"", + ""type"": ""Button"", + ""id"": ""02c63c97-1d3a-431b-a604-dbf8c15eb9ee"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Crouch"", + ""type"": ""Button"", + ""id"": ""5dab8e0d-08a2-4d69-a730-8dbe1a2a992c"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Interact"", + ""type"": ""Button"", + ""id"": ""d589d313-c622-4b03-b51b-db3c83a09d8c"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + } + ], + ""bindings"": [ + { + ""name"": ""WSAD"", + ""id"": ""4e0b432b-0bd7-460e-be7e-2888aa8a36a2"", + ""path"": ""2DVector(mode=2)"", + ""interactions"": """", + ""processors"": """", + ""groups"": """", + ""action"": ""Walk"", + ""isComposite"": true, + ""isPartOfComposite"": false + }, + { + ""name"": ""up"", + ""id"": ""316dc81b-17db-443f-8875-1da1a9e0b72e"", + ""path"": ""/w"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""down"", + ""id"": ""a3207824-c110-4062-a439-05559ff4cad8"", + ""path"": ""/s"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""left"", + ""id"": ""55ee6c45-0320-4a48-ba88-896eaf94b8aa"", + ""path"": ""/a"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""right"", + ""id"": ""f0fc1dc0-22b4-46a7-b339-4ca6435b0d6c"", + ""path"": ""/d"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": """", + ""id"": ""022e351f-8d17-4d16-b6d9-c543e28afae4"", + ""path"": ""/leftShift"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Run"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""26f1fb67-35b0-47a9-b5a2-bfe3b6fccb98"", + ""path"": ""/leftCtrl"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Crouch"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""5ec6d248-a48a-4fbf-963b-37d54822b275"", + ""path"": ""/e"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Interact"", + ""isComposite"": false, + ""isPartOfComposite"": false + } + ] + }, + { + ""name"": ""DobberControls"", + ""id"": ""6cdda2bd-a80a-4696-8ba5-41608337acf2"", + ""actions"": [ + { + ""name"": ""Walk"", + ""type"": ""Value"", + ""id"": ""cd18a080-0387-4235-ba68-0a023e151c88"", + ""expectedControlType"": ""Vector2"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Run"", + ""type"": ""Button"", + ""id"": ""d1f99bf2-4c7d-4878-a413-914bf7c51c52"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Sneak"", + ""type"": ""Button"", + ""id"": ""1bdefbcf-0beb-4e0e-be62-4b8157689964"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Interact"", + ""type"": ""Button"", + ""id"": ""441a993f-cce4-4bfb-93b1-5a5a64659cc2"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Attack"", + ""type"": ""Button"", + ""id"": ""7cf33650-4b55-4349-a6f9-7fec79820a36"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + } + ], + ""bindings"": [ + { + ""name"": ""WSAD"", + ""id"": ""b435ffd3-dc4b-4387-a8f2-9bdfb8d858e3"", + ""path"": ""2DVector(mode=2)"", + ""interactions"": """", + ""processors"": """", + ""groups"": """", + ""action"": ""Walk"", + ""isComposite"": true, + ""isPartOfComposite"": false + }, + { + ""name"": ""up"", + ""id"": ""6211f3a6-dd1c-478d-a9ec-f9b5daaf1ab1"", + ""path"": ""/w"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""down"", + ""id"": ""6290538a-488c-4818-b29b-53aed95c6def"", + ""path"": ""/s"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""left"", + ""id"": ""ca56b909-a482-4a49-8920-84eccc8bb488"", + ""path"": ""/a"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""right"", + ""id"": ""a5e61916-29f7-4e2b-a7fd-ff7748860c37"", + ""path"": ""/d"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": """", + ""id"": ""e4518da1-34f2-46c2-bce5-5942715a52fc"", + ""path"": ""/leftShift"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Run"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""871adb62-ef9d-4318-a874-e5a063372311"", + ""path"": ""/c"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Sneak"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""964fc1d3-50fd-40e6-999f-07835ad88e99"", + ""path"": ""/e"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Interact"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""d0b907e8-18ca-4802-a127-77635ac1edd9"", + ""path"": ""/f"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Attack"", + ""isComposite"": false, + ""isPartOfComposite"": false + } + ] + }, + { + ""name"": ""RobberControls"", + ""id"": ""df3ddd27-042e-48f5-bd04-39cc10d2b2cb"", + ""actions"": [ + { + ""name"": ""Walk"", + ""type"": ""Value"", + ""id"": ""59046b81-f653-491e-b8b9-af2c883e02db"", + ""expectedControlType"": ""Vector2"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Run"", + ""type"": ""Button"", + ""id"": ""69ee7372-2696-46da-9509-502226ef84b2"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Sneak"", + ""type"": ""Button"", + ""id"": ""0b89a625-3982-4246-9dca-7249224dec58"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Crouch"", + ""type"": ""Button"", + ""id"": ""0499cf13-679b-4975-a6d6-ef9f8110148c"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Interact"", + ""type"": ""Button"", + ""id"": ""c367ad4e-5750-442b-b745-c42b4627cc32"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + } + ], + ""bindings"": [ + { + ""name"": ""WSAD"", + ""id"": ""cb9c099e-be7d-44c2-bae7-03258e32b608"", + ""path"": ""2DVector(mode=2)"", + ""interactions"": """", + ""processors"": """", + ""groups"": """", + ""action"": ""Walk"", + ""isComposite"": true, + ""isPartOfComposite"": false + }, + { + ""name"": ""up"", + ""id"": ""2df70612-7fbf-4236-8f3f-14f07bc258a9"", + ""path"": ""/w"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""down"", + ""id"": ""0cb7d7fb-2f4d-4eee-92d8-99eb1ae3e2ab"", + ""path"": ""/s"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""left"", + ""id"": ""d04c7d8e-f2a0-4934-a14c-e1d1b4a5fadc"", + ""path"": ""/a"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""right"", + ""id"": ""c1fcc34f-2a2d-4c76-992b-847ae9b56e94"", + ""path"": ""/d"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Walk"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": """", + ""id"": ""bf5c5cf6-d682-4d79-9398-7c8157a1cfb3"", + ""path"": ""/leftShift"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Run"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""a9983075-2265-4046-9ea0-97cb8995b4de"", + ""path"": ""/leftCtrl"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Crouch"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""3527d055-f90d-4179-ac97-fced57907127"", + ""path"": ""/c"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Sneak"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""2dbdb402-f96a-4e7a-9eba-11b55f73b23f"", + ""path"": ""/e"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Keyboard and Mouse"", + ""action"": ""Interact"", + ""isComposite"": false, + ""isPartOfComposite"": false + } + ] + } + ], + ""controlSchemes"": [ + { + ""name"": ""Keyboard and Mouse"", + ""bindingGroup"": ""Keyboard and Mouse"", + ""devices"": [ + { + ""devicePath"": """", + ""isOptional"": false, + ""isOR"": false + }, + { + ""devicePath"": """", + ""isOptional"": false, + ""isOR"": false + } + ] + } + ] +}"); + // MasterControls + m_MasterControls = asset.FindActionMap("MasterControls", throwIfNotFound: true); + m_MasterControls_Walk = m_MasterControls.FindAction("Walk", throwIfNotFound: true); + m_MasterControls_Run = m_MasterControls.FindAction("Run", throwIfNotFound: true); + m_MasterControls_Crouch = m_MasterControls.FindAction("Crouch", throwIfNotFound: true); + m_MasterControls_Interact = m_MasterControls.FindAction("Interact", throwIfNotFound: true); + // DobberControls + m_DobberControls = asset.FindActionMap("DobberControls", throwIfNotFound: true); + m_DobberControls_Walk = m_DobberControls.FindAction("Walk", throwIfNotFound: true); + m_DobberControls_Run = m_DobberControls.FindAction("Run", throwIfNotFound: true); + m_DobberControls_Sneak = m_DobberControls.FindAction("Sneak", throwIfNotFound: true); + m_DobberControls_Interact = m_DobberControls.FindAction("Interact", throwIfNotFound: true); + m_DobberControls_Attack = m_DobberControls.FindAction("Attack", throwIfNotFound: true); + // RobberControls + m_RobberControls = asset.FindActionMap("RobberControls", throwIfNotFound: true); + m_RobberControls_Walk = m_RobberControls.FindAction("Walk", throwIfNotFound: true); + m_RobberControls_Run = m_RobberControls.FindAction("Run", throwIfNotFound: true); + m_RobberControls_Sneak = m_RobberControls.FindAction("Sneak", throwIfNotFound: true); + m_RobberControls_Crouch = m_RobberControls.FindAction("Crouch", throwIfNotFound: true); + m_RobberControls_Interact = m_RobberControls.FindAction("Interact", throwIfNotFound: true); + } + + public void Dispose() + { + UnityEngine.Object.Destroy(asset); + } + + public InputBinding? bindingMask + { + get => asset.bindingMask; + set => asset.bindingMask = value; + } + + public ReadOnlyArray? devices + { + get => asset.devices; + set => asset.devices = value; + } + + public ReadOnlyArray controlSchemes => asset.controlSchemes; + + public bool Contains(InputAction action) + { + return asset.Contains(action); + } + + public IEnumerator GetEnumerator() + { + return asset.GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetEnumerator(); + } + + public void Enable() + { + asset.Enable(); + } + + public void Disable() + { + asset.Disable(); + } + + // MasterControls + private readonly InputActionMap m_MasterControls; + private IMasterControlsActions m_MasterControlsActionsCallbackInterface; + private readonly InputAction m_MasterControls_Walk; + private readonly InputAction m_MasterControls_Run; + private readonly InputAction m_MasterControls_Crouch; + private readonly InputAction m_MasterControls_Interact; + public struct MasterControlsActions + { + private @PlayerControls m_Wrapper; + public MasterControlsActions(@PlayerControls wrapper) { m_Wrapper = wrapper; } + public InputAction @Walk => m_Wrapper.m_MasterControls_Walk; + public InputAction @Run => m_Wrapper.m_MasterControls_Run; + public InputAction @Crouch => m_Wrapper.m_MasterControls_Crouch; + public InputAction @Interact => m_Wrapper.m_MasterControls_Interact; + public InputActionMap Get() { return m_Wrapper.m_MasterControls; } + public void Enable() { Get().Enable(); } + public void Disable() { Get().Disable(); } + public bool enabled => Get().enabled; + public static implicit operator InputActionMap(MasterControlsActions set) { return set.Get(); } + public void SetCallbacks(IMasterControlsActions instance) + { + if (m_Wrapper.m_MasterControlsActionsCallbackInterface != null) + { + @Walk.started -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnWalk; + @Walk.performed -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnWalk; + @Walk.canceled -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnWalk; + @Run.started -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnRun; + @Run.performed -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnRun; + @Run.canceled -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnRun; + @Crouch.started -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnCrouch; + @Crouch.performed -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnCrouch; + @Crouch.canceled -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnCrouch; + @Interact.started -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnInteract; + @Interact.performed -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnInteract; + @Interact.canceled -= m_Wrapper.m_MasterControlsActionsCallbackInterface.OnInteract; + } + m_Wrapper.m_MasterControlsActionsCallbackInterface = instance; + if (instance != null) + { + @Walk.started += instance.OnWalk; + @Walk.performed += instance.OnWalk; + @Walk.canceled += instance.OnWalk; + @Run.started += instance.OnRun; + @Run.performed += instance.OnRun; + @Run.canceled += instance.OnRun; + @Crouch.started += instance.OnCrouch; + @Crouch.performed += instance.OnCrouch; + @Crouch.canceled += instance.OnCrouch; + @Interact.started += instance.OnInteract; + @Interact.performed += instance.OnInteract; + @Interact.canceled += instance.OnInteract; + } + } + } + public MasterControlsActions @MasterControls => new MasterControlsActions(this); + + // DobberControls + private readonly InputActionMap m_DobberControls; + private IDobberControlsActions m_DobberControlsActionsCallbackInterface; + private readonly InputAction m_DobberControls_Walk; + private readonly InputAction m_DobberControls_Run; + private readonly InputAction m_DobberControls_Sneak; + private readonly InputAction m_DobberControls_Interact; + private readonly InputAction m_DobberControls_Attack; + public struct DobberControlsActions + { + private @PlayerControls m_Wrapper; + public DobberControlsActions(@PlayerControls wrapper) { m_Wrapper = wrapper; } + public InputAction @Walk => m_Wrapper.m_DobberControls_Walk; + public InputAction @Run => m_Wrapper.m_DobberControls_Run; + public InputAction @Sneak => m_Wrapper.m_DobberControls_Sneak; + public InputAction @Interact => m_Wrapper.m_DobberControls_Interact; + public InputAction @Attack => m_Wrapper.m_DobberControls_Attack; + public InputActionMap Get() { return m_Wrapper.m_DobberControls; } + public void Enable() { Get().Enable(); } + public void Disable() { Get().Disable(); } + public bool enabled => Get().enabled; + public static implicit operator InputActionMap(DobberControlsActions set) { return set.Get(); } + public void SetCallbacks(IDobberControlsActions instance) + { + if (m_Wrapper.m_DobberControlsActionsCallbackInterface != null) + { + @Walk.started -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnWalk; + @Walk.performed -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnWalk; + @Walk.canceled -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnWalk; + @Run.started -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnRun; + @Run.performed -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnRun; + @Run.canceled -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnRun; + @Sneak.started -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnSneak; + @Sneak.performed -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnSneak; + @Sneak.canceled -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnSneak; + @Interact.started -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnInteract; + @Interact.performed -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnInteract; + @Interact.canceled -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnInteract; + @Attack.started -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnAttack; + @Attack.performed -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnAttack; + @Attack.canceled -= m_Wrapper.m_DobberControlsActionsCallbackInterface.OnAttack; + } + m_Wrapper.m_DobberControlsActionsCallbackInterface = instance; + if (instance != null) + { + @Walk.started += instance.OnWalk; + @Walk.performed += instance.OnWalk; + @Walk.canceled += instance.OnWalk; + @Run.started += instance.OnRun; + @Run.performed += instance.OnRun; + @Run.canceled += instance.OnRun; + @Sneak.started += instance.OnSneak; + @Sneak.performed += instance.OnSneak; + @Sneak.canceled += instance.OnSneak; + @Interact.started += instance.OnInteract; + @Interact.performed += instance.OnInteract; + @Interact.canceled += instance.OnInteract; + @Attack.started += instance.OnAttack; + @Attack.performed += instance.OnAttack; + @Attack.canceled += instance.OnAttack; + } + } + } + public DobberControlsActions @DobberControls => new DobberControlsActions(this); + + // RobberControls + private readonly InputActionMap m_RobberControls; + private IRobberControlsActions m_RobberControlsActionsCallbackInterface; + private readonly InputAction m_RobberControls_Walk; + private readonly InputAction m_RobberControls_Run; + private readonly InputAction m_RobberControls_Sneak; + private readonly InputAction m_RobberControls_Crouch; + private readonly InputAction m_RobberControls_Interact; + public struct RobberControlsActions + { + private @PlayerControls m_Wrapper; + public RobberControlsActions(@PlayerControls wrapper) { m_Wrapper = wrapper; } + public InputAction @Walk => m_Wrapper.m_RobberControls_Walk; + public InputAction @Run => m_Wrapper.m_RobberControls_Run; + public InputAction @Sneak => m_Wrapper.m_RobberControls_Sneak; + public InputAction @Crouch => m_Wrapper.m_RobberControls_Crouch; + public InputAction @Interact => m_Wrapper.m_RobberControls_Interact; + public InputActionMap Get() { return m_Wrapper.m_RobberControls; } + public void Enable() { Get().Enable(); } + public void Disable() { Get().Disable(); } + public bool enabled => Get().enabled; + public static implicit operator InputActionMap(RobberControlsActions set) { return set.Get(); } + public void SetCallbacks(IRobberControlsActions instance) + { + if (m_Wrapper.m_RobberControlsActionsCallbackInterface != null) + { + @Walk.started -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnWalk; + @Walk.performed -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnWalk; + @Walk.canceled -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnWalk; + @Run.started -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnRun; + @Run.performed -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnRun; + @Run.canceled -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnRun; + @Sneak.started -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnSneak; + @Sneak.performed -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnSneak; + @Sneak.canceled -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnSneak; + @Crouch.started -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnCrouch; + @Crouch.performed -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnCrouch; + @Crouch.canceled -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnCrouch; + @Interact.started -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnInteract; + @Interact.performed -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnInteract; + @Interact.canceled -= m_Wrapper.m_RobberControlsActionsCallbackInterface.OnInteract; + } + m_Wrapper.m_RobberControlsActionsCallbackInterface = instance; + if (instance != null) + { + @Walk.started += instance.OnWalk; + @Walk.performed += instance.OnWalk; + @Walk.canceled += instance.OnWalk; + @Run.started += instance.OnRun; + @Run.performed += instance.OnRun; + @Run.canceled += instance.OnRun; + @Sneak.started += instance.OnSneak; + @Sneak.performed += instance.OnSneak; + @Sneak.canceled += instance.OnSneak; + @Crouch.started += instance.OnCrouch; + @Crouch.performed += instance.OnCrouch; + @Crouch.canceled += instance.OnCrouch; + @Interact.started += instance.OnInteract; + @Interact.performed += instance.OnInteract; + @Interact.canceled += instance.OnInteract; + } + } + } + public RobberControlsActions @RobberControls => new RobberControlsActions(this); + private int m_KeyboardandMouseSchemeIndex = -1; + public InputControlScheme KeyboardandMouseScheme + { + get + { + if (m_KeyboardandMouseSchemeIndex == -1) m_KeyboardandMouseSchemeIndex = asset.FindControlSchemeIndex("Keyboard and Mouse"); + return asset.controlSchemes[m_KeyboardandMouseSchemeIndex]; + } + } + public interface IMasterControlsActions + { + void OnWalk(InputAction.CallbackContext context); + void OnRun(InputAction.CallbackContext context); + void OnCrouch(InputAction.CallbackContext context); + void OnInteract(InputAction.CallbackContext context); + } + public interface IDobberControlsActions + { + void OnWalk(InputAction.CallbackContext context); + void OnRun(InputAction.CallbackContext context); + void OnSneak(InputAction.CallbackContext context); + void OnInteract(InputAction.CallbackContext context); + void OnAttack(InputAction.CallbackContext context); + } + public interface IRobberControlsActions + { + void OnWalk(InputAction.CallbackContext context); + void OnRun(InputAction.CallbackContext context); + void OnSneak(InputAction.CallbackContext context); + void OnCrouch(InputAction.CallbackContext context); + void OnInteract(InputAction.CallbackContext context); + } +} diff --git a/Assets/Input/PlayerControls.cs.meta b/Assets/Input/PlayerControls.cs.meta new file mode 100644 index 0000000..618fdd1 --- /dev/null +++ b/Assets/Input/PlayerControls.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ee58474a7c0e04c439ae8cc17110ce48 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Input/PlayerControls.inputactions b/Assets/Input/PlayerControls.inputactions new file mode 100644 index 0000000..d5ee9ea --- /dev/null +++ b/Assets/Input/PlayerControls.inputactions @@ -0,0 +1,445 @@ +{ + "name": "PlayerControls", + "maps": [ + { + "name": "MasterControls", + "id": "f7565937-e528-462b-9ded-16dfb905f7c3", + "actions": [ + { + "name": "Walk", + "type": "Value", + "id": "be6e786e-2b78-4d6e-8127-2deef24b4da0", + "expectedControlType": "Vector2", + "processors": "", + "interactions": "" + }, + { + "name": "Run", + "type": "Button", + "id": "02c63c97-1d3a-431b-a604-dbf8c15eb9ee", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + }, + { + "name": "Crouch", + "type": "Button", + "id": "5dab8e0d-08a2-4d69-a730-8dbe1a2a992c", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + }, + { + "name": "Interact", + "type": "Button", + "id": "d589d313-c622-4b03-b51b-db3c83a09d8c", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + } + ], + "bindings": [ + { + "name": "WSAD", + "id": "4e0b432b-0bd7-460e-be7e-2888aa8a36a2", + "path": "2DVector(mode=2)", + "interactions": "", + "processors": "", + "groups": "", + "action": "Walk", + "isComposite": true, + "isPartOfComposite": false + }, + { + "name": "up", + "id": "316dc81b-17db-443f-8875-1da1a9e0b72e", + "path": "/w", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "down", + "id": "a3207824-c110-4062-a439-05559ff4cad8", + "path": "/s", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "left", + "id": "55ee6c45-0320-4a48-ba88-896eaf94b8aa", + "path": "/a", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "right", + "id": "f0fc1dc0-22b4-46a7-b339-4ca6435b0d6c", + "path": "/d", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "", + "id": "022e351f-8d17-4d16-b6d9-c543e28afae4", + "path": "/leftShift", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Run", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "26f1fb67-35b0-47a9-b5a2-bfe3b6fccb98", + "path": "/leftCtrl", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Crouch", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "5ec6d248-a48a-4fbf-963b-37d54822b275", + "path": "/e", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Interact", + "isComposite": false, + "isPartOfComposite": false + } + ] + }, + { + "name": "DobberControls", + "id": "6cdda2bd-a80a-4696-8ba5-41608337acf2", + "actions": [ + { + "name": "Walk", + "type": "Value", + "id": "cd18a080-0387-4235-ba68-0a023e151c88", + "expectedControlType": "Vector2", + "processors": "", + "interactions": "" + }, + { + "name": "Run", + "type": "Button", + "id": "d1f99bf2-4c7d-4878-a413-914bf7c51c52", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + }, + { + "name": "Sneak", + "type": "Button", + "id": "1bdefbcf-0beb-4e0e-be62-4b8157689964", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + }, + { + "name": "Interact", + "type": "Button", + "id": "441a993f-cce4-4bfb-93b1-5a5a64659cc2", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + }, + { + "name": "Attack", + "type": "Button", + "id": "7cf33650-4b55-4349-a6f9-7fec79820a36", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + } + ], + "bindings": [ + { + "name": "WSAD", + "id": "b435ffd3-dc4b-4387-a8f2-9bdfb8d858e3", + "path": "2DVector(mode=2)", + "interactions": "", + "processors": "", + "groups": "", + "action": "Walk", + "isComposite": true, + "isPartOfComposite": false + }, + { + "name": "up", + "id": "6211f3a6-dd1c-478d-a9ec-f9b5daaf1ab1", + "path": "/w", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "down", + "id": "6290538a-488c-4818-b29b-53aed95c6def", + "path": "/s", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "left", + "id": "ca56b909-a482-4a49-8920-84eccc8bb488", + "path": "/a", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "right", + "id": "a5e61916-29f7-4e2b-a7fd-ff7748860c37", + "path": "/d", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "", + "id": "e4518da1-34f2-46c2-bce5-5942715a52fc", + "path": "/leftShift", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Run", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "871adb62-ef9d-4318-a874-e5a063372311", + "path": "/c", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Sneak", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "964fc1d3-50fd-40e6-999f-07835ad88e99", + "path": "/e", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Interact", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "d0b907e8-18ca-4802-a127-77635ac1edd9", + "path": "/f", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Attack", + "isComposite": false, + "isPartOfComposite": false + } + ] + }, + { + "name": "RobberControls", + "id": "df3ddd27-042e-48f5-bd04-39cc10d2b2cb", + "actions": [ + { + "name": "Walk", + "type": "Value", + "id": "59046b81-f653-491e-b8b9-af2c883e02db", + "expectedControlType": "Vector2", + "processors": "", + "interactions": "" + }, + { + "name": "Run", + "type": "Button", + "id": "69ee7372-2696-46da-9509-502226ef84b2", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + }, + { + "name": "Sneak", + "type": "Button", + "id": "0b89a625-3982-4246-9dca-7249224dec58", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + }, + { + "name": "Crouch", + "type": "Button", + "id": "0499cf13-679b-4975-a6d6-ef9f8110148c", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + }, + { + "name": "Interact", + "type": "Button", + "id": "c367ad4e-5750-442b-b745-c42b4627cc32", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + } + ], + "bindings": [ + { + "name": "WSAD", + "id": "cb9c099e-be7d-44c2-bae7-03258e32b608", + "path": "2DVector(mode=2)", + "interactions": "", + "processors": "", + "groups": "", + "action": "Walk", + "isComposite": true, + "isPartOfComposite": false + }, + { + "name": "up", + "id": "2df70612-7fbf-4236-8f3f-14f07bc258a9", + "path": "/w", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "down", + "id": "0cb7d7fb-2f4d-4eee-92d8-99eb1ae3e2ab", + "path": "/s", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "left", + "id": "d04c7d8e-f2a0-4934-a14c-e1d1b4a5fadc", + "path": "/a", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "right", + "id": "c1fcc34f-2a2d-4c76-992b-847ae9b56e94", + "path": "/d", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Walk", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "", + "id": "bf5c5cf6-d682-4d79-9398-7c8157a1cfb3", + "path": "/leftShift", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Run", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "a9983075-2265-4046-9ea0-97cb8995b4de", + "path": "/leftCtrl", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Crouch", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "3527d055-f90d-4179-ac97-fced57907127", + "path": "/c", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Sneak", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "2dbdb402-f96a-4e7a-9eba-11b55f73b23f", + "path": "/e", + "interactions": "", + "processors": "", + "groups": "Keyboard and Mouse", + "action": "Interact", + "isComposite": false, + "isPartOfComposite": false + } + ] + } + ], + "controlSchemes": [ + { + "name": "Keyboard and Mouse", + "bindingGroup": "Keyboard and Mouse", + "devices": [ + { + "devicePath": "", + "isOptional": false, + "isOR": false + }, + { + "devicePath": "", + "isOptional": false, + "isOR": false + } + ] + } + ] +} \ No newline at end of file diff --git a/Assets/Input/PlayerControls.inputactions.meta b/Assets/Input/PlayerControls.inputactions.meta new file mode 100644 index 0000000..fbbb08a --- /dev/null +++ b/Assets/Input/PlayerControls.inputactions.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: e42d84de7f1f75945995a3f459681d08 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3} + generateWrapperCode: 1 + wrapperCodePath: + wrapperClassName: + wrapperCodeNamespace: diff --git a/Assets/Input/PlayerInputs.cs b/Assets/Input/PlayerInputs.cs new file mode 100644 index 0000000..1f82ac5 --- /dev/null +++ b/Assets/Input/PlayerInputs.cs @@ -0,0 +1,489 @@ +// GENERATED AUTOMATICALLY FROM 'Assets/Input/PlayerInputs.inputactions' + +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine.InputSystem; +using UnityEngine.InputSystem.Utilities; + +public class @PlayerInputs : IInputActionCollection, IDisposable +{ + public InputActionAsset asset { get; } + public @PlayerInputs() + { + asset = InputActionAsset.FromJson(@"{ + ""name"": ""PlayerInputs"", + ""maps"": [ + { + ""name"": ""AlivePlayer"", + ""id"": ""8bf94838-9ca8-42b3-a990-4f60c8abff20"", + ""actions"": [ + { + ""name"": ""Move"", + ""type"": ""Value"", + ""id"": ""1f800577-0c5e-4125-b4ed-47b70445a516"", + ""expectedControlType"": ""Vector2"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Jump"", + ""type"": ""Button"", + ""id"": ""daed06f5-23cd-462a-9f1c-ae74c10af2e4"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Crouch"", + ""type"": ""Value"", + ""id"": ""c6cc6b10-290e-4686-a68f-9ba33347989c"", + ""expectedControlType"": ""Integer"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Look"", + ""type"": ""PassThrough"", + ""id"": ""87fa7a14-c047-4e6a-a340-eaecf0ebd43e"", + ""expectedControlType"": ""Vector2"", + ""processors"": """", + ""interactions"": """" + }, + { + ""name"": ""Pause"", + ""type"": ""Button"", + ""id"": ""ddaef88e-bbd6-45b6-80e8-698a200cbb67"", + ""expectedControlType"": ""Button"", + ""processors"": """", + ""interactions"": """" + } + ], + ""bindings"": [ + { + ""name"": """", + ""id"": ""62607822-e17b-4d69-ba88-0b72852efbb1"", + ""path"": ""/space"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""KeyboardAndMouse"", + ""action"": ""Jump"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""a2b55ccd-6229-4924-8f77-3051fd9a651a"", + ""path"": ""/buttonSouth"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""XboxController"", + ""action"": ""Jump"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""bdf0eefc-47dc-4cc7-ab01-a45a893be2e7"", + ""path"": ""/buttonSouth"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Android phone"", + ""action"": ""Jump"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""b08fd5b1-47d3-455b-b53f-eabd8ddfafbb"", + ""path"": ""/ctrl"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""KeyboardAndMouse"", + ""action"": ""Crouch"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""b167e894-11ae-4cda-ab81-4fabb553497a"", + ""path"": ""/leftStickPress"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""XboxController"", + ""action"": ""Crouch"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""5816720f-ce42-4c0c-8af6-196a76d90562"", + ""path"": ""/leftStickPress"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Android phone"", + ""action"": ""Crouch"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""0caeaf20-383a-4ba6-a532-7ef1afdf4a8e"", + ""path"": ""/delta"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""KeyboardAndMouse"", + ""action"": ""Look"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""f25379a3-e24b-42e5-b333-05e83cb552d3"", + ""path"": ""/rightStick"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""XboxController"", + ""action"": ""Look"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""2b4dd341-db48-46a3-904a-5cfffef028f7"", + ""path"": ""/rightStick"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Android phone"", + ""action"": ""Look"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""2b857737-329d-4cb7-b82d-33c3d1b15a7f"", + ""path"": ""/delta"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Android phone"", + ""action"": ""Look"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""458610ce-2bc7-4bf3-9965-2ab4384682e6"", + ""path"": ""/escape"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""KeyboardAndMouse"", + ""action"": ""Pause"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""6c90411b-43e6-4cc5-9f70-6184fe64db7f"", + ""path"": ""/start"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""XboxController"", + ""action"": ""Pause"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""1877ae4c-1937-4948-b7e8-2a3b4a90b337"", + ""path"": ""/start"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Android phone"", + ""action"": ""Pause"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": ""WSAD"", + ""id"": ""877f83bc-2ed2-4fe6-864e-a27d135ff257"", + ""path"": ""2DVector(mode=2)"", + ""interactions"": ""Press"", + ""processors"": """", + ""groups"": """", + ""action"": ""Move"", + ""isComposite"": true, + ""isPartOfComposite"": false + }, + { + ""name"": ""up"", + ""id"": ""ba28d7f2-c6b8-4af9-bac1-e77f67fab80a"", + ""path"": ""/w"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""KeyboardAndMouse"", + ""action"": ""Move"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""down"", + ""id"": ""a2a78432-d184-4721-b73d-b617de497476"", + ""path"": ""/s"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""KeyboardAndMouse"", + ""action"": ""Move"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""left"", + ""id"": ""33ba911f-72c4-4cd3-8db8-ed6e534f70b4"", + ""path"": ""/a"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""KeyboardAndMouse"", + ""action"": ""Move"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": ""right"", + ""id"": ""73a94fd7-8940-4454-9d2c-3454092c36dc"", + ""path"": ""/d"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""KeyboardAndMouse"", + ""action"": ""Move"", + ""isComposite"": false, + ""isPartOfComposite"": true + }, + { + ""name"": """", + ""id"": ""bca74622-720e-43ed-a499-4b2fddeff35d"", + ""path"": ""/leftStick"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""XboxController"", + ""action"": ""Move"", + ""isComposite"": false, + ""isPartOfComposite"": false + }, + { + ""name"": """", + ""id"": ""b6c8788f-4ad0-4741-a901-4e5c7e3f6891"", + ""path"": ""/leftStick"", + ""interactions"": """", + ""processors"": """", + ""groups"": ""Android phone"", + ""action"": ""Move"", + ""isComposite"": false, + ""isPartOfComposite"": false + } + ] + } + ], + ""controlSchemes"": [ + { + ""name"": ""KeyboardAndMouse"", + ""bindingGroup"": ""KeyboardAndMouse"", + ""devices"": [ + { + ""devicePath"": """", + ""isOptional"": false, + ""isOR"": false + }, + { + ""devicePath"": """", + ""isOptional"": false, + ""isOR"": false + } + ] + }, + { + ""name"": ""XboxController"", + ""bindingGroup"": ""XboxController"", + ""devices"": [ + { + ""devicePath"": """", + ""isOptional"": false, + ""isOR"": false + }, + { + ""devicePath"": """", + ""isOptional"": false, + ""isOR"": false + } + ] + }, + { + ""name"": ""Android phone"", + ""bindingGroup"": ""Android phone"", + ""devices"": [ + { + ""devicePath"": """", + ""isOptional"": false, + ""isOR"": false + }, + { + ""devicePath"": """", + ""isOptional"": true, + ""isOR"": false + } + ] + } + ] +}"); + // AlivePlayer + m_AlivePlayer = asset.FindActionMap("AlivePlayer", throwIfNotFound: true); + m_AlivePlayer_Move = m_AlivePlayer.FindAction("Move", throwIfNotFound: true); + m_AlivePlayer_Jump = m_AlivePlayer.FindAction("Jump", throwIfNotFound: true); + m_AlivePlayer_Crouch = m_AlivePlayer.FindAction("Crouch", throwIfNotFound: true); + m_AlivePlayer_Look = m_AlivePlayer.FindAction("Look", throwIfNotFound: true); + m_AlivePlayer_Pause = m_AlivePlayer.FindAction("Pause", throwIfNotFound: true); + } + + public void Dispose() + { + UnityEngine.Object.Destroy(asset); + } + + public InputBinding? bindingMask + { + get => asset.bindingMask; + set => asset.bindingMask = value; + } + + public ReadOnlyArray? devices + { + get => asset.devices; + set => asset.devices = value; + } + + public ReadOnlyArray controlSchemes => asset.controlSchemes; + + public bool Contains(InputAction action) + { + return asset.Contains(action); + } + + public IEnumerator GetEnumerator() + { + return asset.GetEnumerator(); + } + + IEnumerator IEnumerable.GetEnumerator() + { + return GetEnumerator(); + } + + public void Enable() + { + asset.Enable(); + } + + public void Disable() + { + asset.Disable(); + } + + // AlivePlayer + private readonly InputActionMap m_AlivePlayer; + private IAlivePlayerActions m_AlivePlayerActionsCallbackInterface; + private readonly InputAction m_AlivePlayer_Move; + private readonly InputAction m_AlivePlayer_Jump; + private readonly InputAction m_AlivePlayer_Crouch; + private readonly InputAction m_AlivePlayer_Look; + private readonly InputAction m_AlivePlayer_Pause; + public struct AlivePlayerActions + { + private @PlayerInputs m_Wrapper; + public AlivePlayerActions(@PlayerInputs wrapper) { m_Wrapper = wrapper; } + public InputAction @Move => m_Wrapper.m_AlivePlayer_Move; + public InputAction @Jump => m_Wrapper.m_AlivePlayer_Jump; + public InputAction @Crouch => m_Wrapper.m_AlivePlayer_Crouch; + public InputAction @Look => m_Wrapper.m_AlivePlayer_Look; + public InputAction @Pause => m_Wrapper.m_AlivePlayer_Pause; + public InputActionMap Get() { return m_Wrapper.m_AlivePlayer; } + public void Enable() { Get().Enable(); } + public void Disable() { Get().Disable(); } + public bool enabled => Get().enabled; + public static implicit operator InputActionMap(AlivePlayerActions set) { return set.Get(); } + public void SetCallbacks(IAlivePlayerActions instance) + { + if (m_Wrapper.m_AlivePlayerActionsCallbackInterface != null) + { + @Move.started -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnMove; + @Move.performed -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnMove; + @Move.canceled -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnMove; + @Jump.started -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnJump; + @Jump.performed -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnJump; + @Jump.canceled -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnJump; + @Crouch.started -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnCrouch; + @Crouch.performed -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnCrouch; + @Crouch.canceled -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnCrouch; + @Look.started -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnLook; + @Look.performed -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnLook; + @Look.canceled -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnLook; + @Pause.started -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnPause; + @Pause.performed -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnPause; + @Pause.canceled -= m_Wrapper.m_AlivePlayerActionsCallbackInterface.OnPause; + } + m_Wrapper.m_AlivePlayerActionsCallbackInterface = instance; + if (instance != null) + { + @Move.started += instance.OnMove; + @Move.performed += instance.OnMove; + @Move.canceled += instance.OnMove; + @Jump.started += instance.OnJump; + @Jump.performed += instance.OnJump; + @Jump.canceled += instance.OnJump; + @Crouch.started += instance.OnCrouch; + @Crouch.performed += instance.OnCrouch; + @Crouch.canceled += instance.OnCrouch; + @Look.started += instance.OnLook; + @Look.performed += instance.OnLook; + @Look.canceled += instance.OnLook; + @Pause.started += instance.OnPause; + @Pause.performed += instance.OnPause; + @Pause.canceled += instance.OnPause; + } + } + } + public AlivePlayerActions @AlivePlayer => new AlivePlayerActions(this); + private int m_KeyboardAndMouseSchemeIndex = -1; + public InputControlScheme KeyboardAndMouseScheme + { + get + { + if (m_KeyboardAndMouseSchemeIndex == -1) m_KeyboardAndMouseSchemeIndex = asset.FindControlSchemeIndex("KeyboardAndMouse"); + return asset.controlSchemes[m_KeyboardAndMouseSchemeIndex]; + } + } + private int m_XboxControllerSchemeIndex = -1; + public InputControlScheme XboxControllerScheme + { + get + { + if (m_XboxControllerSchemeIndex == -1) m_XboxControllerSchemeIndex = asset.FindControlSchemeIndex("XboxController"); + return asset.controlSchemes[m_XboxControllerSchemeIndex]; + } + } + private int m_AndroidphoneSchemeIndex = -1; + public InputControlScheme AndroidphoneScheme + { + get + { + if (m_AndroidphoneSchemeIndex == -1) m_AndroidphoneSchemeIndex = asset.FindControlSchemeIndex("Android phone"); + return asset.controlSchemes[m_AndroidphoneSchemeIndex]; + } + } + public interface IAlivePlayerActions + { + void OnMove(InputAction.CallbackContext context); + void OnJump(InputAction.CallbackContext context); + void OnCrouch(InputAction.CallbackContext context); + void OnLook(InputAction.CallbackContext context); + void OnPause(InputAction.CallbackContext context); + } +} diff --git a/Assets/Input/PlayerInputs.cs.meta b/Assets/Input/PlayerInputs.cs.meta new file mode 100644 index 0000000..8855a29 --- /dev/null +++ b/Assets/Input/PlayerInputs.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4abe0eaab01c1654daafd17bf72ed911 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Input/PlayerInputs.inputactions b/Assets/Input/PlayerInputs.inputactions new file mode 100644 index 0000000..b20c2ef --- /dev/null +++ b/Assets/Input/PlayerInputs.inputactions @@ -0,0 +1,323 @@ +{ + "name": "PlayerInputs", + "maps": [ + { + "name": "AlivePlayer", + "id": "8bf94838-9ca8-42b3-a990-4f60c8abff20", + "actions": [ + { + "name": "Move", + "type": "Value", + "id": "1f800577-0c5e-4125-b4ed-47b70445a516", + "expectedControlType": "Vector2", + "processors": "", + "interactions": "" + }, + { + "name": "Jump", + "type": "Button", + "id": "daed06f5-23cd-462a-9f1c-ae74c10af2e4", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + }, + { + "name": "Crouch", + "type": "Value", + "id": "c6cc6b10-290e-4686-a68f-9ba33347989c", + "expectedControlType": "Integer", + "processors": "", + "interactions": "" + }, + { + "name": "Look", + "type": "PassThrough", + "id": "87fa7a14-c047-4e6a-a340-eaecf0ebd43e", + "expectedControlType": "Vector2", + "processors": "", + "interactions": "" + }, + { + "name": "Pause", + "type": "Button", + "id": "ddaef88e-bbd6-45b6-80e8-698a200cbb67", + "expectedControlType": "Button", + "processors": "", + "interactions": "" + } + ], + "bindings": [ + { + "name": "", + "id": "62607822-e17b-4d69-ba88-0b72852efbb1", + "path": "/space", + "interactions": "", + "processors": "", + "groups": "KeyboardAndMouse", + "action": "Jump", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "a2b55ccd-6229-4924-8f77-3051fd9a651a", + "path": "/buttonSouth", + "interactions": "", + "processors": "", + "groups": "XboxController", + "action": "Jump", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "bdf0eefc-47dc-4cc7-ab01-a45a893be2e7", + "path": "/buttonSouth", + "interactions": "", + "processors": "", + "groups": "Android phone", + "action": "Jump", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "b08fd5b1-47d3-455b-b53f-eabd8ddfafbb", + "path": "/ctrl", + "interactions": "", + "processors": "", + "groups": "KeyboardAndMouse", + "action": "Crouch", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "b167e894-11ae-4cda-ab81-4fabb553497a", + "path": "/leftStickPress", + "interactions": "", + "processors": "", + "groups": "XboxController", + "action": "Crouch", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "5816720f-ce42-4c0c-8af6-196a76d90562", + "path": "/leftStickPress", + "interactions": "", + "processors": "", + "groups": "Android phone", + "action": "Crouch", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "0caeaf20-383a-4ba6-a532-7ef1afdf4a8e", + "path": "/delta", + "interactions": "", + "processors": "", + "groups": "KeyboardAndMouse", + "action": "Look", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "f25379a3-e24b-42e5-b333-05e83cb552d3", + "path": "/rightStick", + "interactions": "", + "processors": "", + "groups": "XboxController", + "action": "Look", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "2b4dd341-db48-46a3-904a-5cfffef028f7", + "path": "/rightStick", + "interactions": "", + "processors": "", + "groups": "Android phone", + "action": "Look", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "2b857737-329d-4cb7-b82d-33c3d1b15a7f", + "path": "/delta", + "interactions": "", + "processors": "", + "groups": "Android phone", + "action": "Look", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "458610ce-2bc7-4bf3-9965-2ab4384682e6", + "path": "/escape", + "interactions": "", + "processors": "", + "groups": "KeyboardAndMouse", + "action": "Pause", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "6c90411b-43e6-4cc5-9f70-6184fe64db7f", + "path": "/start", + "interactions": "", + "processors": "", + "groups": "XboxController", + "action": "Pause", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "1877ae4c-1937-4948-b7e8-2a3b4a90b337", + "path": "/start", + "interactions": "", + "processors": "", + "groups": "Android phone", + "action": "Pause", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "WSAD", + "id": "877f83bc-2ed2-4fe6-864e-a27d135ff257", + "path": "2DVector(mode=2)", + "interactions": "Press", + "processors": "", + "groups": "", + "action": "Move", + "isComposite": true, + "isPartOfComposite": false + }, + { + "name": "up", + "id": "ba28d7f2-c6b8-4af9-bac1-e77f67fab80a", + "path": "/w", + "interactions": "", + "processors": "", + "groups": "KeyboardAndMouse", + "action": "Move", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "down", + "id": "a2a78432-d184-4721-b73d-b617de497476", + "path": "/s", + "interactions": "", + "processors": "", + "groups": "KeyboardAndMouse", + "action": "Move", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "left", + "id": "33ba911f-72c4-4cd3-8db8-ed6e534f70b4", + "path": "/a", + "interactions": "", + "processors": "", + "groups": "KeyboardAndMouse", + "action": "Move", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "right", + "id": "73a94fd7-8940-4454-9d2c-3454092c36dc", + "path": "/d", + "interactions": "", + "processors": "", + "groups": "KeyboardAndMouse", + "action": "Move", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "", + "id": "bca74622-720e-43ed-a499-4b2fddeff35d", + "path": "/leftStick", + "interactions": "", + "processors": "", + "groups": "XboxController", + "action": "Move", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "b6c8788f-4ad0-4741-a901-4e5c7e3f6891", + "path": "/leftStick", + "interactions": "", + "processors": "", + "groups": "Android phone", + "action": "Move", + "isComposite": false, + "isPartOfComposite": false + } + ] + } + ], + "controlSchemes": [ + { + "name": "KeyboardAndMouse", + "bindingGroup": "KeyboardAndMouse", + "devices": [ + { + "devicePath": "", + "isOptional": false, + "isOR": false + }, + { + "devicePath": "", + "isOptional": false, + "isOR": false + } + ] + }, + { + "name": "XboxController", + "bindingGroup": "XboxController", + "devices": [ + { + "devicePath": "", + "isOptional": false, + "isOR": false + }, + { + "devicePath": "", + "isOptional": false, + "isOR": false + } + ] + }, + { + "name": "Android phone", + "bindingGroup": "Android phone", + "devices": [ + { + "devicePath": "", + "isOptional": false, + "isOR": false + }, + { + "devicePath": "", + "isOptional": true, + "isOR": false + } + ] + } + ] +} \ No newline at end of file diff --git a/Assets/Input/PlayerInputs.inputactions.meta b/Assets/Input/PlayerInputs.inputactions.meta new file mode 100644 index 0000000..ccab03f --- /dev/null +++ b/Assets/Input/PlayerInputs.inputactions.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 54e017de6d5fee54b852a5fe99fed430 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3} + generateWrapperCode: 1 + wrapperCodePath: + wrapperClassName: + wrapperCodeNamespace: diff --git a/Assets/Materials.meta b/Assets/Materials.meta new file mode 100644 index 0000000..5ce18de --- /dev/null +++ b/Assets/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4d56e82fa5fcd464f91d1b316bcaf796 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/test.mat b/Assets/Materials/test.mat new file mode 100644 index 0000000..e60ae49 --- /dev/null +++ b/Assets/Materials/test.mat @@ -0,0 +1,124 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: test + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &6522144824856791461 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 diff --git a/Assets/Materials/test.mat.meta b/Assets/Materials/test.mat.meta new file mode 100644 index 0000000..1765a38 --- /dev/null +++ b/Assets/Materials/test.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a3f0a185e9c462f4bbac7a2b56445843 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins.meta b/Assets/Plugins.meta new file mode 100644 index 0000000..fb8f959 --- /dev/null +++ b/Assets/Plugins.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 720712be6e31c444f88f57bb85bf5fa5 +folderAsset: yes +timeCreated: 1504268238 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub.meta b/Assets/Plugins/GitHub.meta new file mode 100644 index 0000000..cf5b062 --- /dev/null +++ b/Assets/Plugins/GitHub.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 18e096a98c2704c40a818dd1214cd179 +folderAsset: yes +timeCreated: 1503666358 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor.meta b/Assets/Plugins/GitHub/Editor.meta new file mode 100644 index 0000000..b55a61a --- /dev/null +++ b/Assets/Plugins/GitHub/Editor.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: cad92998c5182496e8b989b406d9f156 +folderAsset: yes +timeCreated: 1503666365 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/AsyncBridge.Net35.dll b/Assets/Plugins/GitHub/Editor/AsyncBridge.Net35.dll new file mode 100644 index 0000000..a841e28 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/AsyncBridge.Net35.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f61d9c0550c3a1e36e6eaa9bebbc3b5ca701c4e960dc2a92746df792d392140 +size 26112 diff --git a/Assets/Plugins/GitHub/Editor/AsyncBridge.Net35.dll.meta b/Assets/Plugins/GitHub/Editor/AsyncBridge.Net35.dll.meta new file mode 100644 index 0000000..b5a2737 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/AsyncBridge.Net35.dll.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: d516f2a1bec6a9645a084ef8c9237132 +timeCreated: 1491391262 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + Any: + second: + enabled: 0 + settings: {} + data: + first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/ExtensionLoader.cs b/Assets/Plugins/GitHub/Editor/ExtensionLoader.cs new file mode 100644 index 0000000..f3a7e9e --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/ExtensionLoader.cs @@ -0,0 +1,93 @@ +using UnityEditor; +using UnityEngine; +using System.IO; +using System; + +namespace GitHub.Unity +{ + [InitializeOnLoad] + public class ExtensionLoader : ScriptableSingleton + { + [SerializeField] private bool initialized = true; + + public bool Initialized + { + get + { + return initialized; + } + set + { + initialized = value; + Save(true); + } + } + + private static bool inSourceMode = false; + private const string sourceModePath = "Assets/Editor/build/"; + private const string realPath = "Assets/Plugins/GitHub/Editor/"; + + private static string[] assemblies20 = { "System.Threading.dll", "AsyncBridge.Net35.dll", "ReadOnlyCollectionsInterfaces.dll", "GitHub.Api.dll", "GitHub.Unity.dll" }; + private static string[] assemblies45 = { "GitHub.Api.45.dll", "GitHub.Unity.45.dll" }; + + private const string GITHUB_UNITY_DISABLE = "GITHUB_UNITY_DISABLE"; + private static bool IsDisabled { get { return Environment.GetEnvironmentVariable(GITHUB_UNITY_DISABLE) == "1"; } } + + static ExtensionLoader() + { + if (IsDisabled) + { + return; + } + EditorApplication.update += Initialize; + } + + private static void Initialize() + { + EditorApplication.update -= Initialize; + + // we're always doing this right now because if the plugin gets updated all the meta files will be disabled and we need to re-enable them + // we should probably detect if our assets change and re-run this instead of doing it every time + //if (!ExtensionLoader.instance.Initialized) + { + var scriptPath = Path.Combine(Application.dataPath, "Editor" + Path.DirectorySeparatorChar + "GitHub.Unity" + Path.DirectorySeparatorChar + "EntryPoint.cs"); + inSourceMode = File.Exists(scriptPath); + ToggleAssemblies(); + //ExtensionLoader.instance.Initialized = true; + AssetDatabase.SaveAssets(); + } + + } + + private static void ToggleAssemblies() + { + var path = inSourceMode ? sourceModePath : realPath; +#if NET_4_6 + ToggleAssemblies(path, assemblies20, false); + ToggleAssemblies(path, assemblies45, true); +#else + ToggleAssemblies(path, assemblies45, false); + ToggleAssemblies(path, assemblies20, true); +#endif + } + + private static void ToggleAssemblies(string path, string[] assemblies, bool enable) + { + foreach (var file in assemblies) + { + var filepath = path + file; + PluginImporter importer = AssetImporter.GetAtPath(filepath) as PluginImporter; + if (importer == null) + { + Debug.LogFormat("GitHub for Unity: Could not find importer for {0}. Some functionality may fail.", filepath); + continue; + } + if (importer.GetCompatibleWithEditor() != enable) + { + importer.SetCompatibleWithEditor(enable); + importer.SaveAndReimport(); + } + } + } + } +} diff --git a/Assets/Plugins/GitHub/Editor/ExtensionLoader.cs.meta b/Assets/Plugins/GitHub/Editor/ExtensionLoader.cs.meta new file mode 100644 index 0000000..305eca1 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/ExtensionLoader.cs.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: dae2ecee8a704dd59797e26554ff8606 +timeCreated: 1534504082 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + Any: + second: + enabled: 0 + settings: {} + data: + first: + Editor: Editor + second: + enabled: 1 + settings: + DefaultValueInitialized: true + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/GitHub.Api.45.dll b/Assets/Plugins/GitHub/Editor/GitHub.Api.45.dll new file mode 100644 index 0000000..1fb9af3 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.Api.45.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f88b65d56d7542c171548019eb408ae2b9ff10aa54657d71eddc2499384f856 +size 750592 diff --git a/Assets/Plugins/GitHub/Editor/GitHub.Api.45.dll.meta b/Assets/Plugins/GitHub/Editor/GitHub.Api.45.dll.meta new file mode 100644 index 0000000..af551e2 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.Api.45.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: c743ae24ee231884887054d20ccdd0ab +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 1 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/GitHub.Api.dll b/Assets/Plugins/GitHub/Editor/GitHub.Api.dll new file mode 100644 index 0000000..1cf80d4 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.Api.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0598ee39acaec9732f0a00bd20528f07855a5298c67f53957bc6ad258c42d815 +size 750080 diff --git a/Assets/Plugins/GitHub/Editor/GitHub.Api.dll.meta b/Assets/Plugins/GitHub/Editor/GitHub.Api.dll.meta new file mode 100644 index 0000000..5df9562 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.Api.dll.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: c743ae24ee231884887054d20ccdd0ae +timeCreated: 1491391261 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + Any: + second: + enabled: 0 + settings: {} + data: + first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/GitHub.Logging.dll b/Assets/Plugins/GitHub/Editor/GitHub.Logging.dll new file mode 100644 index 0000000..2e9b2e9 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.Logging.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e495cb21943c4ea67673c11db54e737d25fd2aa00ef1af37d1df7ccba026759b +size 11776 diff --git a/Assets/Plugins/GitHub/Editor/GitHub.Logging.dll.meta b/Assets/Plugins/GitHub/Editor/GitHub.Logging.dll.meta new file mode 100644 index 0000000..a946eb4 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.Logging.dll.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: 15ca2bebf173f2d4484686a03a45b56d +timeCreated: 1491391259 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + Any: + second: + enabled: 0 + settings: {} + data: + first: + Editor: Editor + second: + enabled: 1 + settings: + DefaultValueInitialized: true + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/GitHub.Unity.45.dll b/Assets/Plugins/GitHub/Editor/GitHub.Unity.45.dll new file mode 100644 index 0000000..997103d --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.Unity.45.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abacb70e20c2f22a43d9cff198f7709f6601f7e3ff4f0aeb6f0f3b9dd7d74ba +size 299520 diff --git a/Assets/Plugins/GitHub/Editor/GitHub.Unity.45.dll.meta b/Assets/Plugins/GitHub/Editor/GitHub.Unity.45.dll.meta new file mode 100644 index 0000000..78e9067 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.Unity.45.dll.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 68c7e4565cde54155bb78d8e935f1ddb +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 1 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/GitHub.Unity.dll b/Assets/Plugins/GitHub/Editor/GitHub.Unity.dll new file mode 100644 index 0000000..9e5d655 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.Unity.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966ffe7a5f4de501e439b9441fd29d7ceba3b76970f105ed331a6b385674ab3d +size 299520 diff --git a/Assets/Plugins/GitHub/Editor/GitHub.Unity.dll.meta b/Assets/Plugins/GitHub/Editor/GitHub.Unity.dll.meta new file mode 100644 index 0000000..c93fc9d --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.Unity.dll.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: 68c7e4565cde54155bb78d8e935f1dd4 +timeCreated: 1527097377 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + Any: + second: + enabled: 0 + settings: {} + data: + first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/GitHub.UnityShim.dll b/Assets/Plugins/GitHub/Editor/GitHub.UnityShim.dll new file mode 100644 index 0000000..cdce79e --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.UnityShim.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409891774be0755c72effe01a3f47157858ce19fe8cba7e68c913acf0671ed75 +size 5120 diff --git a/Assets/Plugins/GitHub/Editor/GitHub.UnityShim.dll.meta b/Assets/Plugins/GitHub/Editor/GitHub.UnityShim.dll.meta new file mode 100644 index 0000000..1aeac20 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/GitHub.UnityShim.dll.meta @@ -0,0 +1,30 @@ +fileFormatVersion: 2 +guid: 863e1b9976c4e46d29bf83928b3a8ab2 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 1 + settings: + DefaultValueInitialized: true + - first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/Mono.Posix.dll b/Assets/Plugins/GitHub/Editor/Mono.Posix.dll new file mode 100644 index 0000000..6e6503e --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/Mono.Posix.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda42c2c2c6d83a5c840d5262bfb1ae0e24e3c1778c96d5ea1ff96a1bb244f70 +size 184320 diff --git a/Assets/Plugins/GitHub/Editor/Mono.Posix.dll.meta b/Assets/Plugins/GitHub/Editor/Mono.Posix.dll.meta new file mode 100644 index 0000000..adb4acb --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/Mono.Posix.dll.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: ddb8611e748af425a82a497ac5a98c0c +timeCreated: 1503427590 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + Any: + second: + enabled: 0 + settings: {} + data: + first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/QuickGuide.pdf b/Assets/Plugins/GitHub/Editor/QuickGuide.pdf new file mode 100644 index 0000000..2c1dc87 Binary files /dev/null and b/Assets/Plugins/GitHub/Editor/QuickGuide.pdf differ diff --git a/Assets/Plugins/GitHub/Editor/QuickGuide.pdf.meta b/Assets/Plugins/GitHub/Editor/QuickGuide.pdf.meta new file mode 100644 index 0000000..326adee --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/QuickGuide.pdf.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d601ecb6855bb432bae2aa49d8fd82e8 +timeCreated: 1526676893 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/ReadOnlyCollectionsInterfaces.dll b/Assets/Plugins/GitHub/Editor/ReadOnlyCollectionsInterfaces.dll new file mode 100644 index 0000000..ffca704 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/ReadOnlyCollectionsInterfaces.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64803681966f009feaab1f02278ac2a38683fc99e88b4247d54d0534f1429b55 +size 5632 diff --git a/Assets/Plugins/GitHub/Editor/ReadOnlyCollectionsInterfaces.dll.meta b/Assets/Plugins/GitHub/Editor/ReadOnlyCollectionsInterfaces.dll.meta new file mode 100644 index 0000000..4e53b83 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/ReadOnlyCollectionsInterfaces.dll.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: 48c22d5d7479fcb49ab3be0cdd2ccec0 +timeCreated: 1491391260 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + Any: + second: + enabled: 0 + settings: {} + data: + first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/System.Threading.dll b/Assets/Plugins/GitHub/Editor/System.Threading.dll new file mode 100644 index 0000000..d005232 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/System.Threading.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a3ec89ffc468c53a44a90ae99c23e1bcff9e5901be74033b4ce794a3202395 +size 382464 diff --git a/Assets/Plugins/GitHub/Editor/System.Threading.dll.meta b/Assets/Plugins/GitHub/Editor/System.Threading.dll.meta new file mode 100644 index 0000000..32ade23 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/System.Threading.dll.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: 790749ba7e4b18141953e39cb13f1b79 +timeCreated: 1491392717 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + Any: + second: + enabled: 0 + settings: {} + data: + first: + Editor: Editor + second: + enabled: 0 + settings: + DefaultValueInitialized: true + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs b/Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs new file mode 100644 index 0000000..d034a91 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs @@ -0,0 +1,20 @@ +using UnityEditor; +using UnityEngine; +using System.IO; +using System; + +namespace GitHub.Unity +{ + [InitializeOnLoad] + public class UnityAPIWrapper : ScriptableSingleton + { + static UnityAPIWrapper() + { +#if UNITY_2018_2_OR_NEWER + Editor.finishedDefaultHeaderGUI += editor => { + UnityShim.Raise_Editor_finishedDefaultHeaderGUI(editor); + }; +#endif + } + } +} \ No newline at end of file diff --git a/Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs.meta b/Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs.meta new file mode 100644 index 0000000..c87218b --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 555cd6f54c03341b1970d950df1a5ee5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/big-logo@2x.png b/Assets/Plugins/GitHub/Editor/big-logo@2x.png new file mode 100644 index 0000000..9665a00 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/big-logo@2x.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e986d8a21f6f621e89885d0e4e28a9c6171e02f2c095fbeb075e22d9b0f40f74 +size 9961 diff --git a/Assets/Plugins/GitHub/Editor/big-logo@2x.png.meta b/Assets/Plugins/GitHub/Editor/big-logo@2x.png.meta new file mode 100644 index 0000000..2187da3 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/big-logo@2x.png.meta @@ -0,0 +1,108 @@ +fileFormatVersion: 2 +guid: f81094832d834c64d93b198cb16b6a3e +timeCreated: 1491392813 +licenseType: Store +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: iPhone + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: tvOS + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: Android + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/credits.txt b/Assets/Plugins/GitHub/Editor/credits.txt new file mode 100644 index 0000000..b8fb5d7 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/credits.txt @@ -0,0 +1,237 @@ +=============================================================================== +Port of Axosoft's NSFW (https://github.com/github-for-unity/sfw) +=============================================================================== + +The MIT License (MIT) + +Copyright (c) 2015 Axosoft + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +=============================================================================== +AsyncBridge (https://github.com/OmerMor/AsyncBridge) +=============================================================================== + +The MIT License (MIT) + +Copyright (c) 2015 Omer Mor + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +=============================================================================== +TaskParallelLibrary (https://www.nuget.org/packages/TaskParallelLibrary/) +=============================================================================== + +MICROSOFT SOFTWARE LICENSE TERMS + +MICROSOFT REACTIVE EXTENSIONS FOR JAVASCRIPT AND .NET LIBRARIES + +These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. The terms also apply to any Microsoft + + updates, + supplements, + Internet-based services, and + support services + +for this software, unless other terms accompany those items. If so, those terms apply. + +BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE. + +If you comply with these license terms, you have the rights below. + + INSTALLATION AND USE RIGHTS. You may install and use any number of copies of the software on your devices to design, develop and test your programs. + ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. + Distributable Code.The software contains code that you are permitted to distribute in programs you develop if you comply with the terms below. + Right to Use and Distribute. The code and text files listed in the software REDIST.TXT files are "Distributable Code." + REDIST.TXT Files. You may copy and distribute the object code form of the Distributable Code. You may also combine the object code form of the Distributable Code with your programs to develop a unified web solution and permit others via online methods to access and use that unified web solution, provided that the Distributable Code is only used as part of and in conjunction with your programs. + Third Party Distribution. You may permit distributors of your programs to copy and distribute the Distributable Code as part of those programs. + Distributable Code Requirements. For any Distributable Code, you must + add significant primary functionality to it in your programs; + require distributors and external end users to agree to terms that protect it at least as much as this agreement; + display your valid copyright notice on your programs; and + indemnify, defend, and hold harmless Microsoft from any claims, including attorneys’ fees, related to the distribution or use of your programs. + Distributable Code Restrictions. You may not + alter any copyright, trademark or patent notice in the Distributable Code; + use Microsoft’s trademarks in your programs’ names or in a way that suggests your programs come from or are endorsed by Microsoft; + include Distributable Code in malicious, deceptive or unlawful programs; or + modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification or distribution, that + the code be disclosed or distributed in source code form; or + others have the right to modify it. + SCOPE OF LICENSE. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not + work around any technical limitations in the software; + reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation; + make more copies of the software than specified in this agreement or allowed by applicable law, despite this limitation; + publish the software for others to copy; + rent, lease or lend the software; or + transfer the software or this agreement to any third party. + BACKUP COPY. You may make one backup copy of the software. You may use it only to reinstall the software. + DOCUMENTATION. Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes. + EXPORT RESTRICTIONS. The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see www.microsoft.com/exporting. + SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it. + ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services. + APPLICABLE LAW. + United States. If you acquired the software in the United States, Washington state law governs the interpretation of this agreement and applies to claims for breach of it, regardless of conflict of laws principles. The laws of the state where you live govern all other claims, including claims under state consumer protection laws, unfair competition laws, and in tort. + Outside the United States. If you acquired the software in any other country, the laws of that country apply. + LEGAL EFFECT. This agreement describes certain legal rights. You may have other rights under the laws of your country. You may also have rights with respect to the party from whom you acquired the software. This agreement does not change your rights under the laws of your country if the laws of your country do not permit it to do so. + DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS UNDER YOUR LOCAL LAWS WHICH THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. + LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES. + +This limitation applies to + + anything related to the software, services, content (including code) on third party Internet sites, or third party programs; and + claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law. + +It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages. + +=============================================================================== +dotnet-threading (https://github.com/tunnelvisionlabs/dotnet-threading) +=============================================================================== + +Copyright (c) Tunnel Vision Laboratories, LLC. All rights reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +these files except in compliance with the License. You may obtain a copy of the +License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. + +--- + +This project uses other open source projects, which are used under the terms +of the following license(s). + +Rackspace Threading Library + + Copyright (c) Rackspace, US Inc. All rights reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); you may not use + these files except in compliance with the License. You may obtain a copy of the + License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software distributed + under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR + CONDITIONS OF ANY KIND, either express or implied. See the License for the + specific language governing permissions and limitations under the License. + +Microsoft .NET Reference Source + + Copyright (c) Microsoft Corporation + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +=============================================================================== +ReadOnlyCollectionInterfaces (https://www.openhub.net/p/ReadOnlyCollections) +=============================================================================== + +Apache License, Version 2.0 + +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + + 1. You must give any other recipients of the Work or Derivative Works a copy of this License; and + + 2. You must cause any modified files to carry prominent notices stating that You changed the files; and + + 3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + + 4. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS diff --git a/Assets/Plugins/GitHub/Editor/credits.txt.meta b/Assets/Plugins/GitHub/Editor/credits.txt.meta new file mode 100644 index 0000000..b00616a --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/credits.txt.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0188ec438976e5849b40a2c1ce5f20f9 +timeCreated: 1491603973 +licenseType: Store +TextScriptImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/eula.txt b/Assets/Plugins/GitHub/Editor/eula.txt new file mode 100644 index 0000000..9086de3 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/eula.txt @@ -0,0 +1,105 @@ + END-USER LICENSE AGREEMENT + +This End-User License Agreement (EULA) is a legal agreement between you (either as an individual or on behalf of an entity) and GitHub, Inc. regarding your use of GitHub® for Unity, and associated documentation (the "Software"). + +IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS EULA, DO NOT INSTALL, USE OR COPY THE SOFTWARE. + + SUMMARY + + • You must agree to all of the terms of this EULA to use this Software. + • If so, you may use the Software for free and for any lawful purpose. + • This Software automatically communicates with GitHub servers + for two reasons: (1) to send error reports; and + (2) to send anonymized usage information. You can view + sample data to see what information is sent, and you may opt out of + sending the anonymized usage data. + • This Software is provided "as-is" with no warranties, and you agree + that GitHub is not liable for anything you do with it. + • You really ought to just go ahead and read the whole EULA. + It's not all that long. You should not only rely on this summary. + + THE AGREEMENT + +By downloading, installing, using, or copying the Software, you accept and agree to be bound by the terms of this EULA. If you do not agree to all of the terms of this EULA, you may not download, install, use or copy the Software. + + THE LICENSE + +This EULA entitles you to install as many copies of the Software as you want, and use the Software for any lawful purpose consistent with this EULA. Your license to use the Software is expressly conditioned upon your agreement to all of the terms of this EULA. This software is licensed, not sold. GitHub reserves all other rights not granted by this EULA. + + THE RESTRICTIONS + + 1. When using the Software you must use it in a manner that complies + with the applicable laws in the jurisdiction(s) in which you use the + Software. + + 2. You may not sell, resell, rent, lease or exchange the Software for + anything of value. + + 3. You may redistribute the software, but it must include this EULA + and you may not repackage or bundle the Software with any + other software. + + 4. You may not remove or alter any proprietary notices or marks on + the Software. + + PRIVACY NOTICES + +The Software automatically communicates with GitHub servers for two purposes: (1) sending error reports; and (2) sending anonymized usage data so we may improve the Software. If you would like to learn more about the specific information we send, please visit https://unity.github.com/samples.html. You may opt out of sending the anonymized usage data, but if you do not want the Software to send error reports, you must uninstall the Software. + + 1. ERROR REPORTS. In order to help us improve the Software, when the + Software encounters certain errors, it will automatically send some + information to GitHub about the error (as described at the URL + above). + This feature may not be disabled. If you do not want to send error + reports to GitHub, you must uninstall the Software. + + 2. ANONYMIZED USAGE DATA. GitHub collects anonymized data about + your usage of the Software to help us make it more awesome. + Approximately once a day the Software sends such data + (as described in more detail at the URL above) to GitHub's servers. + If you do not want to send anonymized usage data to GitHub, + you may opt out by changing your settings in the + Settings dialog under the GitHub dialog. + + OPEN-SOURCE NOTICES + +Certain components of the Software may be subject to open-source software licenses ("Open-Source Components"), which means any software license approved as open-source licenses by the Open Source Initiative or any substantially similar licenses, including without limitation any license that, as a condition of distribution of the software licensed under such license, requires that the distributor make the software available in source code format. If you would like to see copies of the licenses applicable to the Open-Source Components, see CREDITS.txt. + +To the extent there is conflict between the license terms covering the Open-Source Components and this EULA, the terms of such licenses will apply in lieu of the terms of this EULA. To the extent the terms of the licenses applicable to Open-Source Components prohibit any of the restrictions in this Agreement with respect to such Open-Source Component, such restrictions will not apply to such Open-Source Component. To the extent the terms of the licenses applicable to Open-Source Components require Licensor to make an offer to provide source code in connection with the Product, such offer is hereby made, and you may exercise it by contacting support@github.com + + INTELLECTUAL PROPERTY NOTICES + +The Software and all worldwide copyrights, trade secrets, and other intellectual property rights therein are the exclusive property of GitHub. GitHub reserves all rights in and to the Software not expressly granted to you in this EULA. + +GitHub®, Atomâ„¢, their stylized versions and the Invertocat® are GitHub's Trademarks or registered Trademarks. You agree not to display or use these trademarks in any manner without GitHub's prior, written permission, except as allowed by GitHub's Logos and Usage Policy: https://github.com/logos. + + DISCLAIMERS AND LIMITATIONS ON LIABILITY + +THE SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, AND NO WARRANTY, EITHER EXPRESS OR IMPLIED, IS GIVEN. YOUR USE OF THE SOFTWARE IS AT YOUR SOLE RISK. GitHub does not warrant that (i) the Software will meet your specific requirements; (ii) the Software is fully compatible with any particular platform; (iii) your use of the Software will be uninterrupted, timely, secure, or error-free; (iv) the results that may be obtained from the use of the Software will be accurate or reliable; (v) the quality of any products, services, information, or other material purchased or obtained by you through the Software will meet your expectations; or (vi) any errors in the Software will be corrected. + +YOU EXPRESSLY UNDERSTAND AND AGREE THAT GITHUB SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES, INCLUDING BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS, GOODWILL, USE, DATA OR OTHER INTANGIBLE LOSSES (EVEN IF GITHUB HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES) RELATED TO THE SOFTWARE, including, for example: (i) the use or the inability to use the Software; (ii) the cost of procurement of substitute goods and services resulting from any goods, data, information or services purchased or obtained or messages received or transactions entered into through or from the Software; (iii) unauthorized access to or alteration of your transmissions or data; (iv) statements or conduct of any third-party on the Software; (v) or any other matter relating to the Software. + +GitHub reserves the right at any time and from time to time to modify or discontinue, temporarily or permanently, the Software (or any part thereof) with or without notice. GitHub shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Software. + + MISCELLANEA + + 1. If you configure the Software to work with one or more accounts + on the GitHub.com website or with an instance of GitHub Enterprise, + your use of the Software will also be governed by the GitHub.com + website Terms of Service and/or the license agreement applicable to + your instance of GitHub Enterprise. + + 2. The failure of GitHub to exercise or enforce any right or provision + of this EULA shall not constitute a waiver of such right or provision. + + 3. This EULA constitutes the entire agreement between you and GitHub + and governs your use of the Software, superseding any prior + agreements between you and GitHub (including, but not limited to, + any prior versions of the EULA). + + 4. You agree that this EULA and your use of the Software are governed + under California law and any dispute related to the Software must + be brought in a tribunal of competent jurisdiction located in or + near San Francisco, California. + + 5. Please send any questions about this EULA to support@github.com. diff --git a/Assets/Plugins/GitHub/Editor/eula.txt.meta b/Assets/Plugins/GitHub/Editor/eula.txt.meta new file mode 100644 index 0000000..82953e6 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/eula.txt.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 136dc24f151211d438acee17aff4e934 +timeCreated: 1491603974 +licenseType: Store +TextScriptImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/libsfw.bundle b/Assets/Plugins/GitHub/Editor/libsfw.bundle new file mode 100644 index 0000000..878759a Binary files /dev/null and b/Assets/Plugins/GitHub/Editor/libsfw.bundle differ diff --git a/Assets/Plugins/GitHub/Editor/libsfw.bundle.meta b/Assets/Plugins/GitHub/Editor/libsfw.bundle.meta new file mode 100644 index 0000000..f64f487 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/libsfw.bundle.meta @@ -0,0 +1,106 @@ +fileFormatVersion: 2 +guid: 636d33ae594884e7d80b569f429d245d +timeCreated: 1503667182 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + '': Any + second: + enabled: 0 + settings: + Exclude Editor: 0 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXIntel: 1 + Exclude OSXIntel64: 1 + Exclude OSXUniversal: 1 + Exclude Win: 1 + Exclude Win64: 1 + data: + first: + '': Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + OS: OSX + data: + first: + Any: + second: + enabled: 0 + settings: {} + data: + first: + Editor: Editor + second: + enabled: 1 + settings: + DefaultValueInitialized: true + data: + first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Linux + second: + enabled: 0 + settings: + CPU: x86 + data: + first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: x86_64 + data: + first: + Standalone: OSXIntel + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: OSXIntel64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/libsfw.so b/Assets/Plugins/GitHub/Editor/libsfw.so new file mode 100644 index 0000000..1590c3a Binary files /dev/null and b/Assets/Plugins/GitHub/Editor/libsfw.so differ diff --git a/Assets/Plugins/GitHub/Editor/libsfw.so.meta b/Assets/Plugins/GitHub/Editor/libsfw.so.meta new file mode 100644 index 0000000..682eaed --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/libsfw.so.meta @@ -0,0 +1,106 @@ +fileFormatVersion: 2 +guid: 21206c65839f84d0e9ae14bc1fdc68db +timeCreated: 1503931807 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + '': Any + second: + enabled: 0 + settings: + Exclude Editor: 0 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXIntel: 1 + Exclude OSXIntel64: 1 + Exclude OSXUniversal: 1 + Exclude Win: 1 + Exclude Win64: 1 + data: + first: + '': Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + OS: Linux + data: + first: + Any: + second: + enabled: 0 + settings: {} + data: + first: + Editor: Editor + second: + enabled: 1 + settings: + DefaultValueInitialized: true + data: + first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Linux + second: + enabled: 0 + settings: + CPU: x86 + data: + first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: x86_64 + data: + first: + Standalone: OSXIntel + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: OSXIntel64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/sfw.net.dll b/Assets/Plugins/GitHub/Editor/sfw.net.dll new file mode 100644 index 0000000..2f49945 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/sfw.net.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21feeaa73e42bf03e86525bc5e1b954f4b9a2f16eed58a87c69e576509231480 +size 7168 diff --git a/Assets/Plugins/GitHub/Editor/sfw.net.dll.meta b/Assets/Plugins/GitHub/Editor/sfw.net.dll.meta new file mode 100644 index 0000000..4d483f2 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/sfw.net.dll.meta @@ -0,0 +1,34 @@ +fileFormatVersion: 2 +guid: f9fc9b08ecd899944adf9860b4abd6b6 +timeCreated: 1491392718 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + Any: + second: + enabled: 0 + settings: {} + data: + first: + Editor: Editor + second: + enabled: 1 + settings: + DefaultValueInitialized: true + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/x64.meta b/Assets/Plugins/GitHub/Editor/x64.meta new file mode 100644 index 0000000..8c729a0 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/x64.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: a0ded7adcc817ce489fec07977f16d13 +folderAsset: yes +timeCreated: 1493304320 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/x64/pthreadVC2.dll b/Assets/Plugins/GitHub/Editor/x64/pthreadVC2.dll new file mode 100644 index 0000000..3636fec --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/x64/pthreadVC2.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6af724609ef6846982ef717013426c359c455fff324e906d8d55c8bb88d16e +size 82944 diff --git a/Assets/Plugins/GitHub/Editor/x64/pthreadVC2.dll.meta b/Assets/Plugins/GitHub/Editor/x64/pthreadVC2.dll.meta new file mode 100644 index 0000000..083690e --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/x64/pthreadVC2.dll.meta @@ -0,0 +1,165 @@ +fileFormatVersion: 2 +guid: 868fbb4c41814baebc00f96e24ede2f8 +timeCreated: 1491391266 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + '': Any + second: + enabled: 0 + settings: + Exclude Editor: 0 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXIntel: 1 + Exclude OSXIntel64: 1 + Exclude OSXUniversal: 1 + Exclude Win: 1 + Exclude Win64: 1 + data: + first: + '': Editor + second: + enabled: 0 + settings: + CPU: x86_64 + OS: Windows + data: + first: + Android: Android + second: + enabled: 0 + settings: + CPU: ARMv7 + data: + first: + Any: + second: + enabled: 0 + settings: + Exclude Android: 1 + Exclude Editor: 0 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXIntel: 1 + Exclude OSXIntel64: 1 + Exclude OSXUniversal: 1 + Exclude SamsungTV: 1 + Exclude Tizen: 1 + Exclude WebGL: 1 + Exclude Win: 1 + Exclude Win64: 1 + Exclude WindowsStoreApps: 1 + Exclude iOS: 1 + Exclude tvOS: 1 + data: + first: + Editor: Editor + second: + enabled: 1 + settings: + CPU: x86_64 + DefaultValueInitialized: true + OS: Windows + data: + first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Samsung TV: SamsungTV + second: + enabled: 0 + settings: + STV_MODEL: STANDARD_15 + data: + first: + Standalone: Linux + second: + enabled: 0 + settings: + CPU: x86 + data: + first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: x86_64 + data: + first: + Standalone: OSXIntel + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: OSXIntel64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + DontProcess: False + PlaceholderPath: + SDK: AnySDK + ScriptingBackend: AnyScriptingBackend + data: + first: + iPhone: iOS + second: + enabled: 0 + settings: + CompileFlags: + FrameworkDependencies: + data: + first: + tvOS: tvOS + second: + enabled: 0 + settings: + CompileFlags: + FrameworkDependencies: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/x64/sfw_x64.dll b/Assets/Plugins/GitHub/Editor/x64/sfw_x64.dll new file mode 100644 index 0000000..be2245f --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/x64/sfw_x64.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8d586e00ddbe3cfa0cd2446bdd416a65e6c12ef31e7f451af14867b880c0dc +size 182784 diff --git a/Assets/Plugins/GitHub/Editor/x64/sfw_x64.dll.meta b/Assets/Plugins/GitHub/Editor/x64/sfw_x64.dll.meta new file mode 100644 index 0000000..57fba57 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/x64/sfw_x64.dll.meta @@ -0,0 +1,165 @@ +fileFormatVersion: 2 +guid: fe5abeadcbe591e4fa9107fbc02f3998 +timeCreated: 1493304330 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + '': Any + second: + enabled: 0 + settings: + Exclude Editor: 0 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXIntel: 1 + Exclude OSXIntel64: 1 + Exclude OSXUniversal: 1 + Exclude Win: 1 + Exclude Win64: 1 + data: + first: + '': Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + OS: Windows + data: + first: + Android: Android + second: + enabled: 0 + settings: + CPU: ARMv7 + data: + first: + Any: + second: + enabled: 0 + settings: + Exclude Android: 1 + Exclude Editor: 0 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXIntel: 1 + Exclude OSXIntel64: 1 + Exclude OSXUniversal: 1 + Exclude SamsungTV: 1 + Exclude Tizen: 1 + Exclude WebGL: 1 + Exclude Win: 1 + Exclude Win64: 1 + Exclude WindowsStoreApps: 1 + Exclude iOS: 1 + Exclude tvOS: 1 + data: + first: + Editor: Editor + second: + enabled: 1 + settings: + CPU: x86_64 + DefaultValueInitialized: true + OS: Windows + data: + first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Samsung TV: SamsungTV + second: + enabled: 0 + settings: + STV_MODEL: STANDARD_15 + data: + first: + Standalone: Linux + second: + enabled: 0 + settings: + CPU: x86 + data: + first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: x86_64 + data: + first: + Standalone: OSXIntel + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: OSXIntel64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + DontProcess: False + PlaceholderPath: + SDK: AnySDK + ScriptingBackend: AnyScriptingBackend + data: + first: + iPhone: iOS + second: + enabled: 0 + settings: + CompileFlags: + FrameworkDependencies: + data: + first: + tvOS: tvOS + second: + enabled: 0 + settings: + CompileFlags: + FrameworkDependencies: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/x86.meta b/Assets/Plugins/GitHub/Editor/x86.meta new file mode 100644 index 0000000..3e39917 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/x86.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 99b48d4d4f6a66340ab06bd487d70a45 +folderAsset: yes +timeCreated: 1493304320 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/x86/pthreadVC2.dll b/Assets/Plugins/GitHub/Editor/x86/pthreadVC2.dll new file mode 100644 index 0000000..b90ff16 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/x86/pthreadVC2.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac4472990c1dc2f037019791bd18888e78a3ae86605f3aae86f812a4d7d4f60 +size 55808 diff --git a/Assets/Plugins/GitHub/Editor/x86/pthreadVC2.dll.meta b/Assets/Plugins/GitHub/Editor/x86/pthreadVC2.dll.meta new file mode 100644 index 0000000..cbee276 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/x86/pthreadVC2.dll.meta @@ -0,0 +1,165 @@ +fileFormatVersion: 2 +guid: 151a1d946b98deb4b98445400983ba92 +timeCreated: 1493300307 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + '': Any + second: + enabled: 0 + settings: + Exclude Editor: 0 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXIntel: 1 + Exclude OSXIntel64: 1 + Exclude OSXUniversal: 1 + Exclude Win: 1 + Exclude Win64: 1 + data: + first: + '': Editor + second: + enabled: 0 + settings: + CPU: x86 + OS: Windows + data: + first: + Android: Android + second: + enabled: 0 + settings: + CPU: ARMv7 + data: + first: + Any: + second: + enabled: 0 + settings: + Exclude Android: 1 + Exclude Editor: 0 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXIntel: 1 + Exclude OSXIntel64: 1 + Exclude OSXUniversal: 1 + Exclude SamsungTV: 1 + Exclude Tizen: 1 + Exclude WebGL: 1 + Exclude Win: 1 + Exclude Win64: 1 + Exclude WindowsStoreApps: 1 + Exclude iOS: 1 + Exclude tvOS: 1 + data: + first: + Editor: Editor + second: + enabled: 1 + settings: + CPU: x86 + DefaultValueInitialized: true + OS: Windows + data: + first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Samsung TV: SamsungTV + second: + enabled: 0 + settings: + STV_MODEL: STANDARD_15 + data: + first: + Standalone: Linux + second: + enabled: 0 + settings: + CPU: x86 + data: + first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: x86_64 + data: + first: + Standalone: OSXIntel + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: OSXIntel64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + DontProcess: False + PlaceholderPath: + SDK: AnySDK + ScriptingBackend: AnyScriptingBackend + data: + first: + iPhone: iOS + second: + enabled: 0 + settings: + CompileFlags: + FrameworkDependencies: + data: + first: + tvOS: tvOS + second: + enabled: 0 + settings: + CompileFlags: + FrameworkDependencies: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Plugins/GitHub/Editor/x86/sfw_x86.dll b/Assets/Plugins/GitHub/Editor/x86/sfw_x86.dll new file mode 100644 index 0000000..89f9ff3 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/x86/sfw_x86.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843682e312df272a4222e2ba85f4feebfb0195524f101ef9f636f56ae0e0af21 +size 179200 diff --git a/Assets/Plugins/GitHub/Editor/x86/sfw_x86.dll.meta b/Assets/Plugins/GitHub/Editor/x86/sfw_x86.dll.meta new file mode 100644 index 0000000..94e91b6 --- /dev/null +++ b/Assets/Plugins/GitHub/Editor/x86/sfw_x86.dll.meta @@ -0,0 +1,165 @@ +fileFormatVersion: 2 +guid: a83159a46d87d2a4f8cec651049b9231 +timeCreated: 1493304330 +licenseType: Store +PluginImporter: + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 0 + platformData: + data: + first: + '': Any + second: + enabled: 0 + settings: + Exclude Editor: 0 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXIntel: 1 + Exclude OSXIntel64: 1 + Exclude OSXUniversal: 1 + Exclude Win: 1 + Exclude Win64: 1 + data: + first: + '': Editor + second: + enabled: 0 + settings: + CPU: x86 + OS: Windows + data: + first: + Android: Android + second: + enabled: 0 + settings: + CPU: ARMv7 + data: + first: + Any: + second: + enabled: 0 + settings: + Exclude Android: 1 + Exclude Editor: 0 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXIntel: 1 + Exclude OSXIntel64: 1 + Exclude OSXUniversal: 1 + Exclude SamsungTV: 1 + Exclude Tizen: 1 + Exclude WebGL: 1 + Exclude Win: 1 + Exclude Win64: 1 + Exclude WindowsStoreApps: 1 + Exclude iOS: 1 + Exclude tvOS: 1 + data: + first: + Editor: Editor + second: + enabled: 1 + settings: + CPU: x86 + DefaultValueInitialized: true + OS: Windows + data: + first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Samsung TV: SamsungTV + second: + enabled: 0 + settings: + STV_MODEL: STANDARD_15 + data: + first: + Standalone: Linux + second: + enabled: 0 + settings: + CPU: x86 + data: + first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: x86_64 + data: + first: + Standalone: OSXIntel + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: OSXIntel64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + data: + first: + Windows Store Apps: WindowsStoreApps + second: + enabled: 0 + settings: + CPU: AnyCPU + DontProcess: False + PlaceholderPath: + SDK: AnySDK + ScriptingBackend: AnyScriptingBackend + data: + first: + iPhone: iOS + second: + enabled: 0 + settings: + CompileFlags: + FrameworkDependencies: + data: + first: + tvOS: tvOS + second: + enabled: 0 + settings: + CompileFlags: + FrameworkDependencies: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes.meta b/Assets/Scenes.meta new file mode 100644 index 0000000..3825971 --- /dev/null +++ b/Assets/Scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 99cd6a1d0f32c4541bef69535cb4c53e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity new file mode 100644 index 0000000..174bfee --- /dev/null +++ b/Assets/Scenes/SampleScene.unity @@ -0,0 +1,588 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 705507994} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 0 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &327492101 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 327492106} + - component: {fileID: 327492105} + - component: {fileID: 327492104} + - component: {fileID: 327492103} + - component: {fileID: 327492107} + - component: {fileID: 327492102} + m_Layer: 0 + m_Name: Capsule + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!54 &327492102 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 327492101} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 1 + m_IsKinematic: 0 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!136 &327492103 +CapsuleCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 327492101} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + m_Radius: 0.5 + m_Height: 2 + m_Direction: 1 + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &327492104 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 327492101} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: a3f0a185e9c462f4bbac7a2b56445843, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &327492105 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 327492101} + m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &327492106 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 327492101} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 1.27, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1195983802} + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &327492107 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 327492101} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ec5d582fdf544e84d8dff955464dd912, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &705507993 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 705507995} + - component: {fileID: 705507994} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &705507994 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 705507993} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 1 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &705507995 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 705507993} + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &768760611 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 768760612} + - component: {fileID: 768760615} + - component: {fileID: 768760614} + - component: {fileID: 768760613} + m_Layer: 0 + m_Name: Camera + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &768760612 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 768760611} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1195983802} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &768760613 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 768760611} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_RenderPostProcessing: 0 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 +--- !u!81 &768760614 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 768760611} + m_Enabled: 1 +--- !u!20 &768760615 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 768760611} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0 + far clip plane: 1000 + field of view: 60 + orthographic: 1 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!1 &904079452 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 904079456} + - component: {fileID: 904079455} + - component: {fileID: 904079454} + - component: {fileID: 904079453} + m_Layer: 0 + m_Name: Plane + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &904079453 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 904079452} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &904079454 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 904079452} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: c852af001dae0064e9acaa832f1dadb7, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &904079455 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 904079452} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &904079456 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 904079452} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 100, y: 1, z: 100} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1195983801 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1195983802} + m_Layer: 0 + m_Name: CamHolder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1195983802 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1195983801} + m_LocalRotation: {x: 0.27059805, y: -0.6532815, z: 0.27059805, w: 0.6532815} + m_LocalPosition: {x: 4, y: 5, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 768760612} + m_Father: {fileID: 327492106} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 45, y: -90, z: 0} diff --git a/Assets/Scenes/SampleScene.unity.meta b/Assets/Scenes/SampleScene.unity.meta new file mode 100644 index 0000000..952bd1e --- /dev/null +++ b/Assets/Scenes/SampleScene.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9fc0d4010bbf28b4594072e72b8655ab +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts.meta b/Assets/Scripts.meta new file mode 100644 index 0000000..7a561d5 --- /dev/null +++ b/Assets/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 48a1dc9290db7ad46a15ee4096a48ade +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Dobber.cs b/Assets/Scripts/Dobber.cs new file mode 100644 index 0000000..86f62e5 --- /dev/null +++ b/Assets/Scripts/Dobber.cs @@ -0,0 +1,50 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +//requiered components +[RequireComponent(typeof(Rigidbody))] +public class Dobber : MonoBehaviour +{ + + Rigidbody rb; + PlayerControls playerControls; + float moveHorizontal; + float moveVertical; + [SerializeField] + float moveSpeed; + + void Awake() + { + playerControls = new PlayerControls(); + //automatically find rigidbody in character + rb = gameObject.GetComponent(); + //lock rotation or the rigidbody + rb.constraints = RigidbodyConstraints.FreezeRotationZ | RigidbodyConstraints.FreezeRotationY | RigidbodyConstraints.FreezeRotationX; + playerControls.DobberControls.Enable(); + } + + void Update() + { + #region calls to other voids + Inputs(); + Move(); + #endregion + } + + //this void assignes values to input virables + void Inputs() + { + moveHorizontal = playerControls.DobberControls.Walk.ReadValue().x; + moveVertical = playerControls.DobberControls.Walk.ReadValue().y; + + } + + void Move() + { + + Vector3 move = new Vector3(moveHorizontal * 100 * moveSpeed * Time.deltaTime, rb.velocity.y, moveVertical * 100 * moveSpeed * Time.deltaTime); + rb.velocity = transform.right * move.x + transform.up * move.y + transform.forward * move.z; + + } +} diff --git a/Assets/Scripts/Dobber.cs.meta b/Assets/Scripts/Dobber.cs.meta new file mode 100644 index 0000000..fc046bd --- /dev/null +++ b/Assets/Scripts/Dobber.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ec5d582fdf544e84d8dff955464dd912 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ShaderGraphs.meta b/Assets/ShaderGraphs.meta new file mode 100644 index 0000000..d99c72d --- /dev/null +++ b/Assets/ShaderGraphs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 77149936a3a8bc94c826575434c3d39b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty.meta b/Assets/Thirdparty.meta new file mode 100644 index 0000000..8773af1 --- /dev/null +++ b/Assets/Thirdparty.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: df39f354cd3ed2f47ab70f788c9ad753 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials.meta b/Assets/Thirdparty/Gridbox Prototype Materials.meta new file mode 100644 index 0000000..aaaae99 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 19b18b0142e9df74a993160ee3bb2002 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Demo.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Demo.meta new file mode 100644 index 0000000..c5bf9a6 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Demo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3de561fa98ff40e488219f13513722ae +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo.meta new file mode 100644 index 0000000..37b209d --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3d252abe04c3e3543bf218f891408699 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo.unity b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo.unity new file mode 100644 index 0000000..568de2c --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo.unity @@ -0,0 +1,1837 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.004 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: d2f24bfdb0a758e41813bbc7ae4f978f, type: 2} + m_HaloStrength: 1 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 512 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.08596048, g: 0.13642637, b: 0.32298777, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_TemporalCoherenceThreshold: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 1 + m_LightmapEditorSettings: + serializedVersion: 10 + m_Resolution: 4 + m_BakeResolution: 60 + m_AtlasSize: 2048 + m_AO: 1 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_Padding: 8 + m_LightmapParameters: {fileID: 111300000, guid: c833c6a9a24b72f40ae6e54d900acae3, + type: 2} + m_LightmapsBakeMode: 1 + m_TextureCompression: 0 + m_FinalGather: 1 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 1024 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringMode: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ShowResolutionOverlay: 1 + m_LightingDataAsset: {fileID: 0} + m_UseShadowmask: 1 +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &4026691 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4026696} + - component: {fileID: 4026695} + - component: {fileID: 4026694} + - component: {fileID: 4026692} + m_Layer: 0 + m_Name: Facility + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 127 + m_IsActive: 1 +--- !u!64 &4026692 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 4026691} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Convex: 0 + m_CookingOptions: 14 + m_SkinWidth: 0.01 + m_Mesh: {fileID: 811653078} +--- !u!33 &4026694 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 4026691} + m_Mesh: {fileID: 811653078} +--- !u!23 &4026695 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 4026691} + m_Enabled: 1 + m_CastShadows: 2 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 4294967295 + m_Materials: + - {fileID: 2100000, guid: c181c23a6120fbe4aadd5bb53a58dd78, type: 2} + - {fileID: 2100000, guid: 652107f36a28e44479c0b827dee5852a, type: 2} + - {fileID: 2100000, guid: aeee7071bea0a4c478b4fea5933c5f79, type: 2} + - {fileID: 2100000, guid: 36bce9ab6cae8ce43962938466458044, type: 2} + - {fileID: 2100000, guid: 663834164c6a04740aaa1b778249ce7e, type: 2} + - {fileID: 2100000, guid: b0b4de3bd6e976e4f8b3adc6e72377ed, type: 2} + - {fileID: 2100000, guid: 17c44fb3e5be9644586a0728a5f5a386, type: 2} + - {fileID: 2100000, guid: b234e1586ac9f524f8162eb03da23c35, type: 2} + - {fileID: 2100000, guid: c852af001dae0064e9acaa832f1dadb7, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 111300000, guid: c833c6a9a24b72f40ae6e54d900acae3, + type: 2} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!4 &4026696 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 4026691} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 842084053} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &29538276 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 29538277} + - component: {fileID: 29538278} + m_Layer: 0 + m_Name: Reflection Probe 2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &29538277 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 29538276} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 5, y: 1.5, z: -3} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &29538278 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 29538276} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!1 &262890554 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 262890555} + - component: {fileID: 262890556} + m_Layer: 0 + m_Name: Reflection Probe 9 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &262890555 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 262890554} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -3.5, y: 1.5, z: -10.75} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &262890556 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 262890554} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!1 &350966234 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 350966235} + - component: {fileID: 350966236} + m_Layer: 0 + m_Name: Reflection Probe 5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &350966235 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 350966234} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 2.75, y: 1.5, z: 2} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &350966236 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 350966234} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!1 &557578322 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 557578323} + m_Layer: 0 + m_Name: Environment + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &557578323 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 557578322} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1508763321} + - {fileID: 842084053} + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &785032371 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 785032372} + - component: {fileID: 785032373} + m_Layer: 0 + m_Name: Reflection Probe 3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &785032372 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 785032371} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 8, y: 1.5, z: -3} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &785032373 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 785032371} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!43 &811653078 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: pb_Mesh-89030 + serializedVersion: 9 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 9522 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 3862 + localAABB: + m_Center: {x: 2.75, y: 2.25, z: -5.875} + m_Extent: {x: 8, y: 2.25, z: 9.125} + - serializedVersion: 2 + firstByte: 19044 + indexCount: 336 + topology: 0 + baseVertex: 0 + firstVertex: 3862 + vertexCount: 80 + localAABB: + m_Center: {x: 4.625, y: 0, z: -3.125} + m_Extent: {x: 5.625, y: 0, z: 6.375} + - serializedVersion: 2 + firstByte: 19716 + indexCount: 264 + topology: 0 + baseVertex: 0 + firstVertex: 3942 + vertexCount: 79 + localAABB: + m_Center: {x: 1.25, y: 1.5, z: -5.25} + m_Extent: {x: 6.25, y: 1.5, z: 8.25} + - serializedVersion: 2 + firstByte: 20244 + indexCount: 18 + topology: 0 + baseVertex: 0 + firstVertex: 4021 + vertexCount: 8 + localAABB: + m_Center: {x: 2.75, y: 0, z: 2} + m_Extent: {x: 2.75, y: 0, z: 1} + - serializedVersion: 2 + firstByte: 20280 + indexCount: 174 + topology: 0 + baseVertex: 0 + firstVertex: 4029 + vertexCount: 66 + localAABB: + m_Center: {x: 2.75, y: 1.75, z: 2} + m_Extent: {x: 2.75, y: 1.75, z: 1} + - serializedVersion: 2 + firstByte: 20628 + indexCount: 420 + topology: 0 + baseVertex: 0 + firstVertex: 4095 + vertexCount: 91 + localAABB: + m_Center: {x: 4.75, y: 0, z: -10.75} + m_Extent: {x: 5.75, y: 0, z: 4.25} + - serializedVersion: 2 + firstByte: 21468 + indexCount: 204 + topology: 0 + baseVertex: 0 + firstVertex: 4186 + vertexCount: 104 + localAABB: + m_Center: {x: -3.5, y: 3.625, z: -5.25} + m_Extent: {x: 1.5, y: 0.125, z: 8.25} + - serializedVersion: 2 + firstByte: 21876 + indexCount: 30 + topology: 0 + baseVertex: 0 + firstVertex: 4290 + vertexCount: 18 + localAABB: + m_Center: {x: -3.5, y: 3.75, z: -5.25} + m_Extent: {x: 0.25, y: 0, z: 8.25} + - serializedVersion: 2 + firstByte: 21936 + indexCount: 138 + topology: 0 + baseVertex: 0 + firstVertex: 4308 + vertexCount: 68 + localAABB: + m_Center: {x: 5.375, y: 2, z: -12.5} + m_Extent: {x: 5.375, y: 2, z: 0.5} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 0 + m_KeepIndices: 0 + m_IndexFormat: 0 + m_IndexBuffer: 000001000200000003000100040005000600040006000700080009000a0008000a000b000c000d000e000c000f000d00100011001200100013001100140015001600170014001600180019001a001b0018001a001c001d001e001c001f001d00200021002200200023002100240025002600270024002600280029002a002b0028002a002c001f001c002c002d001f002e00230020002e002f0023002500300031002600250031002900320033002a0029003300340035003600340037003500380039003a0038003b0039003c003d003e003f003c003e00400041004200430040004200440045004600440047004500480049004a0048004b0049004c004d004e004f004c004e00500051005200530050005200540055005600540057005500580059005a0058005b0059005c005d005e005c005f005d001e005f005c001e001d005f006000610062006000630061002200630060002200210063006400650066006700640066006500680069006600650069006a006b006c006d006a006c006b006e006f006c006b006f007000020071007000000002000a0071000b00720073007400750076007700750056007600780079007a0078007b00790077007c007d00770076007c007a007e007f007a0079007e008000470044008000810047003600810080003600350081008200830084008200850083003a00850082003a003900850086008700880089008600880087003c003f00880087003f008a008b008c008d008a008c008b00400043008c008b0043008e00560075008e00540056008f007b0078008f0090007b0091005a009000910058005a00920090008f0092009100900093009400950093009600940003009700010003009800970099009a009b0099009c009a009d00370034009d009e0037009f009e009d009f00a0009e00a1003b003800a100a2003b00a300a200a100a300a400a2003d00a500a6003e003d00a600a500a700a800a600a500a8004100a900aa0042004100aa00a900ab00ac00aa00a900ac00ad00ae00af00ad00b000ae005700b10055005700b200b100b300b000ad00b300b400b0005b00ad0059005b00b300ad009c00b5009a009c00b600b500b700b800b900b700ba00b8009a00bb00bc009a00b500bb00b900bd00be00b900b800bd00bf00c000c100c200bf00c100c000c300c400c100c000c400c500c600c700c800c500c700c600c900ca00c700c600ca00cb00cc00cd00cb00ce00cc00cf00ce00cb00cf00d000ce00d100d200d300d100d400d200d500d400d100d500d600d400d700d800d900d700da00d800db00dc00dd00db00de00dc00df00e000e100df00e200e0000e00e200df000e000d00e200e300e400e500e300e600e400e700e600e300e700e800e6003000e900ea0031003000ea00e900eb00ec00ea00e900ec003200ed00ee0033003200ee00ed00ef00f000ee00ed00f0007d00f100f2007d007c00f100f30073007200f300f40073007f00f500f6007f007e00f500f70096009300f700f8009600f900fa00fb00f900bc00fa00fc0098000300fc00fd009800f800fe009600f800ff00fe00bc000001fa00bc00bb000001ff000101fe00ff000201010103010201ff0003010401020105010601070105010701080109010a010b0109010b010c010d010e010f010d010f01100111011201130111011301140115011601170115011701180119011a011b0119011b011c011d011e011f011d011f0120011e01210122011e0122011f01230124012501230125012601270128012901270129012a012b012c0182002b01820084002d012e012f012d012f01300131013201330131013301340135013601e7003501e700e300370138013901370139013a013b013c013d013b013d013e013f01400141013f0141014201430144014501430145014601470148014901470149014a014b014c014d014b014d014e014f01500151014f0151015201530154015501530155015601570158015901570159015a015b015c015d015b015d015e0150015f01600150016001510161016201630161016301640165016601670168016501670169016a016601650169016601680167016b016c0168016b016d016e016f0170016d016f01710172016e016d0171016e0173017401720171017301720170016f0175017601700175017701780179017a01770179017a0179017b017c017a017b017d017e017f0180017d017f0181018201830184018101830184018301850186018401850186018501870188018601870189018a018b018c0189018b018c018b018d018e018c018d018f019001910192018f0191019201910193019401920193019501960197019801950197019801970199019a01980199019a0199019b019c019a019b019c019b019d019e019c019d019e019d019f01a0019e019f01a101a201a301a401a101a301a401a301a501a601a701a801a901aa01ab01ac01a901ab01ad01ae01af01b001b101b201b301b401b501b301b501b601b701b801b901ba01bb01bc01bb01bd01bc01ba01be01bb01bf01c001c101bf01c201c001bf01c301c201c401c501c601c701c801c901ca01cb01cc01cd01ce01cf01cd01cf01d001d101d201d301d101d301d401d501d601d701d501d701d801d901da01db01d901db01cf01dc01dd01d401dc01d401de01df01e001e101df01e101e201e301dc01de01e301de01e401e001e501e601e001e601e101e701e301e401e701e401e801e501e901ea01e501ea01e601eb01e701e801eb01e801ec01e901ed01ee01e901ee01ea01ef01eb01f001ef01f001f101f201f301f401f201f401ee01f301f501f601f301f601f701f801f901fa01f801fa01fb01f901fc01f101f901f101fa01f501fd01fe01f501fe01f601ff01f8010002ff010002010202020302040202020402fe01050206020702050207020802060209020a0206020a020b020c020d020e020c020e020f02090210021102090211020a02120213020f0212020f02140210021502160210021602110217021202140217021402180219021a021b0219021b0216021c02170218021c0218021d021a021e021f021a021f02200221021c0222022102220223021e02240225021e0225021f02260227022302260223022802240229022a0224022a0225022b02260228022b0228022c022d022e022f022d022f022a0230022b022c0230022c0231022e02320206002e0206003302340230023502340235023602320237020700320207000600380239023602380236023a0237023b023c0237023c0207003d0238023a023d023a023e023b023f0240023b0240023c0241023d023e0241023e0242024302440245024302450246024402410242024402420245023f02470248023f0248024002490243024602490246024a0247024b024c0247024c0248024d0249024a024d024a024e024b024f0250024b0250024c0251024d024e0251024e0252024f02530254024f0254025002530255025602530256025402570258025902570259025a02580251025202580252025b025c025d025e025c025e025602d6015f025a02d6015a02d7015d02cd01d0015d02d001600261026202630261026302640265026602670265026702680269026a026b0269026b026c0266026d026e0266026e02670262026f02700262027002630271026502680271026802720273027402750273027502760277027102720277027202780279027a027b0279027b027c027d027e027f027d027f02800281028202830281028302840285028602870285028702880289028a024c0289024c0250028b028c0260028b026002d0018d028e02e2018d02e201e1018f029002e6018f02e601ea01910292029302940291029302950296029702980295029702990297029a029b0299029a029c029d029e029d029f029e029c02a0029d02a102a202a302a402a502a102a402a102a302a602a702a802a702a902a802aa02ab02ac02aa02ad02ab02ae02af02b002ae02b102af02b202b302b402b502b202b402b602b702b302b602b302b202b802b902ba02b802b702b902bb02bc02bd02bc02ac02bd02be02bb02bf02be02bf02c002c102c202c302c102c402c202c502c602c702c502c802c602c902ca02cb02c902cb02cc02cd02ce02ca02cd02ca02c902cf02d002ce02cf02ce02cd02d102d202d002d102d002cf02d302d402d502d302d602d402d702d502d802d702d302d502d902da02db02d902d702da02dc02dd02de02dc02df02dd02e002e102e202e002d202e102e302e202e402e302e502e202e602e702e802e702e902e802ea02eb02ec02ea02ec02ed02ee02ef02f002ef02f102f002f202f302ee02f202ee02f002f402be02f502be02c002f502f602f702f802f602f402f702f902fa02fb02f902b802fa02fc02fd02f902fb02fc02f902fe02ff020003ff02fc0200030103020303030103fe0202030403f802050304030603f802070308030903070309030a030b030c030d030b030e030c030f03100311030f031203100313031403150313031603140317031803190317031a0318031b031c031d031b031e031c031f031d0320031f031b031d0321032203230321032403220325032303260325032103230327032803290327032a0328032b032c032d032b032e032c032f03300331032f033203300333033403350333033603340337033803390337033a0338033b0339033c033b03370339033d033e033f033d0340033e0341033f03420341033d033f0343034403450343034103440346034503470346034803450349034a034b0349033b034a034c034b034d034c034e034b034f034c0350034c034d035003510352034f0351034f0350035303460354034603470354035503560353035503530354035703580359035703250358035a0359035b035a035c0359035d035e035f035d031f035e0360035f036103600362035f0363036003640360036103640365036603630365036303640367035a0368035a035b03680369036a0367036903670368036b036c036d036b036d036e036b036e036f036b036f0370036b03700371037003720371037203730371037303740371037403750371037603770378037603780379037a037b037c037a037d037b037e037f0380037e03800381038203830384038203850383038603870388038603880389038a038b0387038a03870386038c038d038e038c038e038f03900391038d0390038d038c039203930394039203940395039603970398039603990397039a039b039c039a039c039d039e039f03a0039e03a1039f03a203a303a403a203a403a503a603a703a303a603a303a203a803a903aa03a803aa03ab03ac03ad03a903ac03a903a803ae03af03b003ae03ad03af03b103b203b303b103b403b203b503b603b703b503a703b603b803b903ba03b803bb03b903bc03bd03be03bd03ba03be03bf03c003bc03bf03bc03be03c103c203c303c203b303c303c403c503c103c403c103c303c603c703c803c6039103c703c903ca03cb03c903cc03ca03cd03ce03cf03cd038b03ce03d003d103d203d003d303d103d403d503d603d503d203d603d703d803d403d703d403d603d903da03db03da03cb03db03dc03dd03d903dc03d903db03de03df03e003e003e103de03e003e203e103e003e303e203e403e303e003e503e303e403e603e503e403e703e603e403e703e403e803e903ea03eb03eb03ea03ec03ec03ea03ed03ed03ea03ee03ea03e003ee03e003ef03ee03e003f003ef03e003f103f003e003df03f103f203ea03f303ea03f403f303ea03f503f403ea03f603f503ea03f703f603f303f803f203f803f903f203f903fa03f203fa03fb03f203f203fc03fd03fc03fe03fd03fe03ff03fd03ff030004fd0300040104fd03f2030204fc03f20303040204f20304040304f203fb03040405040604070407040804050407040904080407040a0409040b040a0407040c040a040b040d040c040b040e040d040b040e040b040f04100411049a02110412049a02120413049a02130414049a02140415049a0210041604110410041704160410041804170410040104180419041a041b041b041c0419041b041d041c041b041e041d041f041e041b0420041e041f04210420041f04220421041f0422041f049c03230424042504230425042604270428042904270429042a042b042c042d042b042d042e042c042f0430042c0430042d04310427042a0431042a0432043304310432043304320434042f04350436042f0436043004370433043404370434043804350439043a0435043a04360439043b043c0439043c043a043d04370438043d0438043e043f043d043e043f043e0440043b04410442043b0442043c0441044304440441044404420445043f044004450440044604430447044804430448044404490445044604490446044a044b044c044d044b044d044e044f04500451044f0451045204530454045504530455045604570458045904570459045a0458045b045c0458045c0459045d04530456045d0456045e045f045d045e045f045e0460045b04610462045b0462045c0463045f046004630460046404610465046604610466046204650467046804650468046604690463046404690464046a046b0469046a046b046a046c0467046d046e0467046e0468046d046f0470046d0470046e0471046b046c0471046c0472046f04730474046f0474047004750471047204750472047604770478047904770479047a047b047c047d047b047d047e047f04800481047f048104820483048404850483048504860484048704880484048804850489047f048204890482048a048b0489048a048b048a048c0487048d048e0487048e0488048f048b048c048f048c0490048d04910492048d0492048e0491049304940491049404920495048f049004950490049604970495049604970496049804930499049a0493049a04940499049b049c0499049c049a049d04970498049d0498049e049b049f04a0049b04a0049c04a1049d049e04a1049e04a204a304a404a504a304a504a604a704a804a904a704a904aa04ab04ac04ad04ab04ad04ae04af04b004b104af04b104b204b004b304b404b004b404b104b504ab04ae04b504ae04b604b704b504b604b704b604b804b304b904ba04b304ba04b404bb04b704b804bb04b804bc04b904bd04be04b904be04ba04bd04bf04c004bd04c004be04c104bb04bc04c104bc04c204c304c104c204c304c204c404bf04c504c604bf04c604c004c504c704c804c504c804c604c904c304c404c904c404ca04c704cb04cc04c704cc04c804cd04c904ca04cd04ca04ce04cf04d004d104cf04d104d204d304d404d504d304d504d604d704d804d904d704d904da04db04dc04dd04db04dd04de04d804df04e004d804e004d904e104db04de04e104de04e204df04e304e404df04e404e004e504e104e204e504e204e604e304e704e804e304e804e404e904e504e604e904e604ea04e704eb04ec04e704ec04e804ed04e904ea04ed04ea04ee04ef04ed04ee04ef04ee04f004eb04f104f204eb04f204ec04f104f304f404f104f404f204f504ef04f004f504f004f604f304f704f804f304f804f404f904f504f604f904f604fa04fb04fc04fd04fb04fd04fe04ff0400050105ff0401050205030504050505030505050605070508050905070509050a0504050b050c0504050c0505050d0507050a050d050a050e050b050f0510050b0510050c0511050d050e0511050e0512050f05130514050f0514051005150511051205150512051605130517051805130518051405190515051605190516051a051b0519051a051b051a051c0517051d051e0517051e0518051d051f0520051d0520051e0521051b051c0521051c0522051f05230524051f0524052005250521052205250522052605270528052905270529052a052b052c052d052b052d052e052f05300531052f0531053205330534053505330535053605300537053805300538053105390533053605390536053a0537053b053c0537053c0538053d0539053a053d053a053e053b053f0540053b0540053c0541053d053e0541053e0542053f05430544053f0544054005450541054205450542054605470545054605470546054805430549054a0543054a05440549054b054c0549054c054a054d05470548054d0548054e054b054f0550054b0550054c0551054d054e0551054e055205530554055505530555055605570558055905570559055a055b055c055d055b055d055e055f05600561055f05610562055c05630564055c0564055d0565055f056205650562056605630567056805630568056405690565056605690566056a0567056b056c0567056c0568056d0569056a056d056a056e056b056f0570056b0570056c0571056d056e0571056e0572057305710572057305720574056f05750576056f0576057005750577057805750578057605790573057405790574057a0577057b057c0577057c0578057d0579057a057d057a057e057f05800581057f0581058205830584058505830585058605870588058905870589058a058b058c058d058b058d058e0588058f05900588059005890591058b058e0591058e0592058f05930594058f0594059005950591059205950592059605930597059805930598059405990595059605990596059a0597059b059c0597059c0598059d0599059a059d059a059e059f059d059e059f059e05a0059b05a105a2059b05a2059c05a105a305a405a105a405a205a5059f05a005a505a005a605a305a705a805a305a805a405a905a505a605a905a605aa05ab05ac05ad05ab05ad05ae05af05b005b105af05b105b205b305b405b505b305b505b605b705b805b905b705b905ba05b805bb05bc05b805bc05b905bd05af05b205bd05b205be05bf05bd05be05bf05be05c005c105c205c305c105c305c405c205c505c605c205c605c305c705bf05c005c705c005c805c905ca05cb05c905cb05cc05cd05ce05cf05cd05cf05d005ce05d105d205ce05d205cf05d305c905cc05d305cc05d405d105d505d605d105d605d205d705d305d405d705d405d805d505d905da05d505da05d605db05d705d805db05d805dc05dd05de05df05dd05df05e005e105e205e305e105e305e405e505e605e705e505e705e805e905ea05eb05e905eb05ec05e605ed05ee05e605ee05e705ef05e905ec05ef05ec05f005ed05f105f205ed05f205ee05f305ef05f005f305f005f405f105f505f605f105f605f205f705f305f405f705f405f805f505f905fa05f505fa05f605fb05f705f805fb05f805fc05fd05fb05fc05fd05fc05fe05f905ff050006f9050006fa05ff0501060206ff05020600060306fd05fe050306fe05040601060506060601060606020607060306040607060406080609060a060b0609060b060c060d060e060f060d060f061006110612061306110613061406150616061706150617061806120619061a0612061a0613061b06150618061b0618061c0619061d061e0619061e061a061f061b061c061f061c0620061d06210622061d0622061e0623061f062006230620062406210625062606210626062206270623062406270624062806290627062806290628062a0625062b062c0625062c0626062b062d062e062b062e062c062f0629062a062f062a0630062d06310632062d0632062e0633062f06300633063006340635063606370635063706380639063a063b0639063b063c063a063d063e063d063f063e064006410642064006430641064406450646064406400645064706460648064706490646064a0648064b064a06470648064c063c064d064c064e063c064f064d0650064f064c064d0651065206530651065406520654065506520654065606550657065806590657065a0658065b065c065d065b0657065c065e065d065f065e0660065d0661065f06620661065e065f066306530664066306510653066506640666066506630664066706680669066706650668066a0669066b066a066c0669066d066e066f066d0661066e0670066f067106700672066f0673067106740673067006710675067406760675067306740677066b06780677066a066b06790678067a067906770678067b0650067c067b064f0650067d067c067e067d067f067c0680068106820680064a0681068306820684068306850682068606840687068606830684068806870689068806860687068a067e068b068a067d067e068c068b068d068c068a068b068e068d068f068e068c068d0690068f06910690068e068f069206890693069206880689069406930695069406920693069606950697069606940695069806970699069806960697069a0691069b069a06900691069c069b069d069c069a069b069e067a069f069e0679067a06a0069f06a106a0069e069f06a2067606a306a20675067606a406a306a506a406a206a306a606a506a706a606a406a506a806a706a906a806a606a706aa06a106ab06aa06a006a106ac06ab06ad06ac06aa06ab06ae06ad06af06ae06ac06ad06b006af06b106b006ae06af06b206b306b406b306b506b406b306a906b506b306a806a906b606b706b206b606b206b406b806b606b906b806b706b606ba06b106bb06ba06b006b106bc06bb06bd06bc06ba06bb06be069d06bf06be069c069d06c006bf06c106c006be06bf06c206c306c406c306c506c406c3069906c506c30698069906c606c706c206c606c206c406c806c606c906c806c706c606ca06c106cb06ca06c006c106cc06cb06cd06cc06ca06cb06ce06cf06d006d006d106ce06d006d206d106d006d306d206d406d306d006d506d306d406d606d506d406d706d606d406d806d706d406d906da06db06da06d906dc06dc06d906dd06dd06d906de06d906d006de06d006df06de06d006e006df06d006e106e006d006cf06e106e206e306e406e206e406e506e206e506e606e206e606e706e206e706d406e706e806d406e806e906d406e906ea06d406ea06d806d406eb06ec06ed06ed06ec06ee06ee06ec06ef06ef06ec06f006ec06d906f006d906f106f006d906f206f106d906f306f206d906db06f306f406f506f606f406f606f706f406f706f806f406f806f906f406f906e206f906fa06e206fa06fb06e206fb06fc06e206fc06e306e206f406ec06fd06ec06fe06fd06ec06ff06fe06ec060007ff06ec06eb060007fd060107f40601070207f40602070307f4060307f506f406040705070607040706070707080709070a0708070a070b070c070d070e070c070e070f070d07100711070d0711070e0712070407070712070707130710071407150710071507110716071207130716071307170718071607170718071707190714071a071b0714071b0715071a071c071d071a071d071b071e07180719071e0719071f0720071e071f0720071f0721071c07220723071c0723071d072207240725072207250723072607200721072607210727072407280729072407290725072a07260727072a0727072b0728072c072d0728072d0729072e072a072b072e072b072f072c07300731072c0731072d0732072e072f0732072f0733073007340735073007350731073607320733073607330737073407380739073407390735073a07360737073a0737073b0738073c073d0738073d0739073e073a073b073e073b073f073c07400741073c0741073d0742073e073f0742073f0743074007440745074007450741074607420743074607430747074407480749074407490745074a07460747074a0747074b074c074d074e074c074e074f07500751075207500752075307540755075607540756075707580759075a0758075a075b0755075c075d0755075d0756075e0758075b075e075b075f075c07600761075c0761075d0762075e075f0762075f0763076007640765076007650761076607620763076607630767076407680769076407690765076a07660767076a0767076b076c076a076b076c076b076d0768076e076f0768076f0769076e07700771076e0771076f0772076c076d0772076d0773077007740775077007750771077607720773077607730777077407780779077407790775077a07760777077a0777077b0778077c077d0778077d0779077e077a077b077e077b077f077c07800781077c0781077d0782077e077f0782077f0783078007840785078007850781078607820783078607830787078407880789078407890785078a07860787078a0787078b0788078c078d0788078d0789078e078a078b078e078b078f078c07900791078c0791078d0792078e078f0792078f079307940792079307940793079507900796079707900797079107980799079a0798079a079b079c079d079e079c079e079f07a007a107a207a007a207a307a407a507a607a407a607a707a107a807a907a107a907a207aa07a407a707aa07a707ab07a807ac07ad07a807ad07a907ae07aa07ab07ae07ab07af07b007ae07af07b007af07b107ac07b207b307ac07b307ad07b207b407b507b207b507b307b607b007b107b607b107b707b807b607b707b807b707b907b407ba07bb07b407bb07b507ba07bc07bd07ba07bd07bb07be07b807b907be07b907bf07bc07c007c107bc07c107bd07c207be07bf07c207bf07c307c007c407c507c007c507c107c607c207c307c607c307c707c407c807c907c407c907c507ca07c607c707ca07c707cb07c807cc07cd07c807cd07c907ce07ca07cb07ce07cb07cf07cc07d007d107cc07d107cd07d207ce07cf07d207cf07d307d007d407d507d007d507d107d607d207d307d607d307d707d407d807d907d407d907d507da07d607d707da07d707db07d807dc07dd07d807dd07d907de07da07db07de07db07df07dc07e007e107dc07e107dd07e207de07df07e207df07e307e407e507e607e407e607e707e807e907ea07e807ea07eb07ec07ed07ee07ec07ee07ef07f007f107f207f007f207f307ed07f407f507ed07f507ee07f607f007f307f607f307f707f407f807f907f407f907f507fa07f607f707fa07f707fb07f807fc07fd07f807fd07f907fe07fa07fb07fe07fb07ff07fc0700080108fc070108fd070208fe07ff070208ff0703080408020803080408030805080008060807080008070801080608080809080608090807080a08040805080a0805080b0808080c080d0808080d0809080e080a080b080e080b080f080c08100811080c0811080d0812080e080f0812080f0813081008140815081008150811081608120813081608130817081408180819081408190815081a08160817081a0817081b0818081c081d0818081d0819081e081a081b081e081b081f081c08200821081c0821081d0822081e081f0822081f0823082008240825082008250821082608220823082608230827082408280829082408290825082a08260827082a0827082b082c082a082b082c082b082d0828082e082f0828082f0829083008310832083008320833088a0289023408890235083408360837083808370839083808390837083a0837083b083a08360838083c0838083d083c083e083f0840083f084108400842083e0843083e08400843084408450846084508470846084808440849084408460849084a0848084b08480849084b083f084c0841084c084d0841084e084f0850084f08510850085208530854085308550854085608570858085708590858085a085b085c085a085d085b085e085f08600861085e0860086208630864086508620864086608670868086608690867086a086b086c086a086d086b086e086f08700871086e0870087208730874087208750873087608770878087908760878087a087b087c087a087d087b087e087f08800881087e088008820883088408820885088308860885088208860887088508880889088a088b0888088a0889088c088d088a0889088d088e088f0890088e0891088f0892089308940892089508930896089708980899089608980897089a089b08980897089b089c089d089e089c089f089d08a0089f089c08a008a1089f08a208a308a408a508a208a408a308a608a708a408a308a708a808a908aa08ab08a808aa08a908ac08ad08aa08a908ad08ae08af08b008ae08b108af08b208b108ae08b208b308b108b408b508b608b408b708b508b808b908ba08b808bb08b908bc08bd08be08bf08bc08be08c008c108c208c008c308c108c408c508c608c708c408c608c808c908ca08c808cb08c908cc08cd08ce08cf08cc08ce08d008d108d208d308d008d208d408d508d608d408d708d508d808d908da08db08d808da08dc08dd08de08dc08df08dd08e008c408c708e108e008c708c208e208e308c208c108e208e408e508e608e408e708e508e8086e087108e908e8087108ea08eb08ec08ea08ed08eb086f08ee08ef0870086f08ef08f008ed08ea08f008f108ed08ee08f208f308ef08ee08f308f408f508f608f408f708f508f808f908fa08fb08f808fa08fc08fd08fe08fc08ff08fd080009010902090309000902090409ff08fc0804090509ff08010906090709020901090709080909090a090b0908090a090c090d090e090c090f090d09100911091209100913091109140915091609170914091609180919091a091b0918091a091c091d091e091c091f091d0920095c08210920095a085c08220921092309220920092109610860082409250961082409250924092609270925092609650864082809290965082809290928092a092b0929092a092c0968082d092c09660868082e092d092f092e092c092d0930096c08310930096a086c08320931093309320930093109340935093609370934093609380939093a093b0938093a093c0974083d093c09720874083e093d093f093e093c093d0979087808400941097908400941094009420943094109420944097c08450944097a087c08460945094709460944094509810880084809490981084809490948094a094b0949094a094c0984084d094c09820884084e094d094f094e094c094d09500982084c0950098608820851094c094e09510950094c098b088a08520953098b0852095309520954095509530954098a088d08560952098a08560952095609570954095209570958099008590958098e0890085a0959095b095a09580959095c0994085d095c09920894085e095d095f095e095c095d0999089808600961099908600961096009620963096109620998089b08640960099808640960096409650962096009650966099e08670966099c089e086809670969096809660967096a099c0866096a09a0089c086b09660968096b096a096609a508a4086c096d09a5086c096d096c096e096f096d096e09a408a70870096c09a40870096c09700971096e096c097109ab08aa0872097309ab087209730972097409750973097409aa08ad0876097209aa0876097209760977097409720977097809b00879097809ae08b0087a0979097b097a09780979097c09ae0878097c09b208ae087d0978097a097d097c0978097e09b6087f097e09b408b60880097f09810980097e097f098209ba0883098209b808ba08840983098509840982098309bf08be0886098709bf0886098709860988098909870988098a09c2088b098a09c008c2088c098b098d098c098a098b09c708c6088e098f09c7088e098f098e09900991098f0990099209ca0893099209c808ca08940993099509940992099309cf08ce0896099709cf089609970996099809990997099809d308d2089a099b09d3089a099b099a099c099d099b099c099e09d6089f099e09d408d608a0099f09a109a0099e099f09db08da08a209a309db08a209a309a209a409a509a309a409a609de08a709a609dc08de08a809a709a909a809a609a709e108c7088f09aa09e1088f09aa098f099109ab09aa0991098b09e308ac098b09c208e3088d09ac09ad098d098b09ac09ae09af09b009ae09b109af09b209b309b409b209b509b309b60934093709b709b6093709b80938093b09b909b8093b09ba09bb09bc09ba09bd09bb09be09bf09c009be09c109bf093509c209c30936093509c3093909c409c5093a093909c509c609ea08c109c609f008ea08c709c109be09c709c609c109ef08f308c809c409ef08c809c409c809c909c509c409c909ca09f608cb09ca09f408f608cc09cb09cd09cc09ca09cb09fb08fa08ce09cf09fb08ce09cf09ce0953085208cf095308d009fe08d109d009fc08fe08d209d109d309d209d009d10903090209d409d5090309d409d509d409d609d709d509d609d809fc08d009d8090409fc08d909d009d209d909d809d00902090709da09d4090209da09d409da09db09d609d409db090b090a09dc09dd090b09dc09dd09dc09de09df09dd09de09e0090e09e109e0090c090e09e209e109e309e209e009e109e4091209e509e40910091209e609e509e709e609e409e50917091609e809e9091709e809e909e809ea09eb09e909ea091b091a09ec09ed091b09ec09ed09ec09ee09ef09ed09ee09f0091e09f109f0091c091e09f209f109f309f209f009f109f409f509f609f509f709f609f809f909fa09f909fb09fa09fc09fd09fe09fd09ff09fe09000a010a020a010a030a020a040af409050af409f609050a010a060a030a060a070a030a080a040a090a040a050a090a060a0a0a070a0a0a0b0a070a0c0a0d0a0e0a0d0a0f0a0e0a100a110a120a110a130a120a140a150a160a170a140a160a180a190a1a0a180a1b0a190a1c0a1b0a180a1c0a1d0a1b0a1e0a1f0a200a210a1e0a200a1f0a76087908200a1f0a7908220a230a240a220a250a230a7408250a220a74087308250a200a79084109260a200a4109270a260a280a290a270a280a260a41094309280a260a43093d09220a2a0a3d097408220a2b0a2c0a2d0a2b0a2a0a2c0a3f092a0a2b0a3f093d092a0a2e0a2f0a300a2f0a310a300a320a330a340a330a350a340a360a370a380a370a390a380a3a0a3b0a3c0a3b0a3d0a3c0a3e0a3f0a400a3f0a410a400a420a430a440a430a450a440a460a470a480a470a490a480a4a0a4b0a4c0a4b0a4d0a4c0a4e0a4f0a500a4f0a510a500a520a530a540a530a550a540a4f0a520a510a520a540a510a560a570a580a570a590a580a5a0a560a5b0a560a580a5b0a5c0a5a0a5d0a5a0a5b0a5d0a5e0a5f0a600a5f0a610a600a620a630a640a630a650a640a5f0a660a610a660a670a610a680a620a690a620a640a690a660a6a0a670a6a0a6b0a670a6c0a680a6d0a680a690a6d0a6e0a6f0a700a6f0a710a700a720a730a740a720a750a730a760a770a780a790a760a780a7a0a7b0a7c0a7a0a7d0a7b0a7e0a7f0a800a810a7e0a800a820a830a840a820a850a830a860a840a870a860a820a840a740a880a890a740a730a880a620a680a8a0a680a8b0a8a0a8c0a8d0a8e0a8c0a8f0a8d0a8e0a900a910a8e0a8d0a900a920a930a940a920a950a930a960a950a920a960a970a950a980a990a9a0a9b0a980a9a0a990a9c0a9d0a9a0a990a9d0a9e0a940a9f0a9e0a920a940aa00a920a9e0aa00a960a920aa10a9f0aa20aa10a9e0a9f0aa30a9e0aa10aa30aa00a9e0aa40aa50aa60aa70aa40aa60aa80aa90aaa0aab0aa80aaa0aac0aad0aae0aac0aaf0aad0ab00aaf0aac0ab00ab10aaf0ab20ab30ab40ab20ab50ab30ab40ab60ab70ab40ab30ab60ab80ab90aba0abb0ab80aba0ab90abc0abd0aba0ab90abd0ada090709be0a0709bf0abe0ac00ac10ac20ac30ac00ac20ac40ac50ac60ac70ac40ac60ac80ac90aca0ac80acb0ac90acc0acd0ace0acf0acc0ace0ad00ad10ad20ad00ad30ad10aef09ee09d40ad50aef09d40ad50ad40ad60ad70ad50ad60ad80af309d90ad80af209f309da0ad90adb0ada0ad80ad90adc0ae709dd0adc0ae609e709de0add0adf0ade0adc0add0ae00ae309e10ae00ae209e309e20ae10ae30ae20ae00ae10aeb09ea09e40ae50aeb09e40ae50ae40ae60ae70ae50ae60adf09de09e80ae90adf09e80ae90ae80aea0aeb0ae90aea0aec0aed0aee0aec0aef0aed0af00aee0af10af00aec0aee0af20af30af40af50af20af40a5c0a5d0af30af20a5c0af30af60af70af80af90af60af80a6c0a6d0af70af60a6c0af70afa0afb0afc0afa0afd0afb0afe0afc0aff0afe0afa0afc0a000b010b020b000b030b010b040b020b050b040b000b020b810a800a060b070b810a060b070b060b080b090b070b080b0a0ba10a0b0b0a0ba30aa10a0c0b0b0b0d0b0c0b0a0b0b0b0b0ba20a0e0b0b0ba10aa20a0d0b0e0b0f0b0d0b0b0b0e0bab0aaa0a100b110bab0a100b110b100b120b130b110b120b100b140b150b120b100b150b160b170b180b160b190b170b1a0b180b1b0b1a0b160b180b1c0b1d0b1e0b1f0b1c0b1e0b200b210b220b200b230b210b240b230b200b240b250b230bc10a260b270bc20ac10a270b260b280b290b270b260b290b2a0b220b2b0b2a0b200b220b2c0b200b2a0b2c0b240b200b2d0b2b0b190b2d0b2a0b2b0b2e0b2a0b2d0b2e0b2c0b2a0bc50a2f0b300bc60ac50a300b2f0b310b320b300b2f0b320b330b340b350b360b330b350b370b750a720a370b380b750aca0a380b370bca0ac90a380b390b3a0b3b0b3c0b390b3b0b3a0bcc0acf0a3b0b3a0bcf0a3d0b3e0b3f0b3d0b400b3e0bd20a400b3d0bd20ad10a400b410b190b160b410b2d0b190b420b2d0b410b420b2e0b2d0b430b160b1a0b430b410b160b440b410b430b440b420b410b360b350b450b460b360b450b1d0b460b470b1e0b1d0b470b460b450b480b470b460b480b490b4a0b4b0b490b4c0b4a0b4d0b4c0b490b4d0b4e0b4c0b9c0a4f0b500b9d0a9c0a500b4f0bc00ac30a500b4f0bc30a510b4b0b520b510b490b4b0b530b490b510b530b4d0b490b540b520b550b540b510b520b170b510b540b170b530b510ba50a560b570ba60aa50a570b560bc40ac70a570b560bc70a580b590b5a0b5b0b580b5a0b5c0bcb0ac80a5c0b5d0bcb0aae0a5d0b5c0bae0aad0a5d0bcd0a5e0b5f0bce0acd0a5f0b5e0bb80abb0a5f0b5e0bbb0a600bd30ad00a600b610bd30ab70a610b600bb70ab60a610b620b550b630b620b540b550b180b540b620b180b170b540b640b630b650b640b620b630b1b0b620b640b1b0b180b620b5b0b5a0b1c0b660b5b0b1c0b140b660b670b150b140b670b660b1c0b1f0b670b660b1f0b540a550a680b550a690b680b6a0b6b0b6c0b6b0b6d0b6c0b510a540a6e0b540a680b6e0b5d0a5b0a6f0b5b0a700b6f0b5b0a580a700b580a710b700b720b730b740b730b750b740b760b770b780b790b760b780b7a0b760b790b7b0b7a0b790b7c0b7d0b7e0b7f0b7c0b7e0b770b7c0b7f0b780b770b7f0b800b810b820b830b800b820b840b800b830b850b840b830b860b840b850b870b860b850b880b860b870b890b880b870b8a0b8b0b8c0b8d0b8a0b8c0b8e0b8a0b8d0b8f0b8e0b8d0b900b910b920b930b900b920b8b0b900b930b8c0b8b0b930b940b950b960b970b940b960b980b940b970b990b980b970b9a0b980b990b9b0b9a0b990b9c0b9a0b9b0b9d0b9c0b9b0b9e0b9f0ba00ba10b9e0ba00b7d0b9e0ba10b7e0b7d0ba10ba20ba30ba40ba50ba20ba40b9f0ba20ba50ba00b9f0ba50ba60ba70ba80ba90ba60ba80baa0ba60ba90bab0baa0ba90bac0baa0bab0bad0bac0bab0b810bac0bad0b820b810bad0bae0baf0bb00bb10bae0bb00b910bae0bb10b920b910bb10bb20bb30bb40bb50bb20bb40baf0bb20bb50bb00baf0bb50bb60bb70bb80bb90bb60bb80bba0bb60bb90bbb0bba0bb90bbc0bba0bbb0bbd0bbc0bbb0b950bbc0bbd0b960b950bbd0b3a0bbe0bbf0b3a0bbf0bc00bc10bc20bcc0ac00bc10bcc0ac00bcc0a3a0bc30bc40bc50bc40bc60bc50bc40bc70bc60bc50bc80bc30bc80bc90bc30bca0bcb0bcc0bca0bcc0bcd0bcd0bce0bca0bcd0bcf0bce0bcf0bd00bce0bc40bd10bd20bd10bd30bd20bd10bd40bd30bd20bd50bc40bd50bc70bc40bcc0ac20bd60bcc0ad60bd70bd80bd90bcd0ad70bd80bcd0ad70bcd0acc0ada0bdb0bdc0bda0bdc0bdd0bde0bda0bdd0bdd0bdf0bde0bdf0be00bde0be10be20be30be10be30be40be40bca0be10be40be50bca0be50bcb0bca0bde0be00be60bde0be60be70be80bde0be70be70be90be80be90bea0be80beb0bec0bed0bee0beb0bed0bef0beb0bee0bf00bef0bee0bf10bf20bf30bf40bf10bf30bec0bf10bf40bed0bec0bf40bf50bf60bf70bf80bf50bf70bf90bf50bf80bfa0bf90bf80bfb0bf90bfa0bfc0bfb0bfa0bfd0bfb0bfc0bfe0bfd0bfc0bff0b000c010c020cff0b010c030cff0b020c040c030c020c050c060c070c080c050c070c000c050c080c010c000c080c090c0a0c0b0c0c0c090c0b0c0d0c090c0c0c0e0c0d0c0c0c0f0c0d0c0e0c100c0f0c0e0c110c0f0c100c120c110c100c130c140c150c160c130c150cf20b130c160cf30bf20b160c170c180c190c1a0c170c190c140c170c1a0c150c140c1a0c1b0c1c0c1d0c1e0c1b0c1d0c1f0c1b0c1e0c200c1f0c1e0c210c1f0c200c220c210c200cf60b210c220cf70bf60b220c230c240c250c260c230c250c060c230c260c070c060c260c270c280c290c2a0c270c290c240c270c2a0c250c240c2a0c2b0c2c0c2d0c2e0c2b0c2d0c2f0c2b0c2e0c300c2f0c2e0c310c2f0c300c320c310c300c0a0c310c320c0b0c0a0c320cb80a330c340cb80a340c350c360c370cb90a350c360cb90a350cb90ab80a380c390c3a0c380c3a0c3b0c3c0c380c3b0c3b0c3d0c3c0c3d0c3e0c3c0c3f0c400c410c3f0c410c420c420c430c3f0c420c440c430c440c450c430c460c470c480c470c490c480c470c4a0c490c480c4b0c460c4b0c4c0c460c5e0b4d0c4e0c5e0b4e0c4f0c500c330cb80a4f0c500cb80a4f0cb80a5e0b3c0c3e0c510c3c0c510c520c530c3c0c520c520c540c530c540c550c530c430c450c560c430c560c570c570c580c430c570c590c580c590c5a0c580c5b0c460c5c0c460c5d0c5c0c460c4c0c5d0c5c0c5e0c5b0c5e0c5f0c5b0c600c610c620c610c630c620ce70be60b640ce60b650c640ce50be40b660ce40b670c660c680c690c6a0c690c6b0c6a0c6c0c600c6d0c600c620c6d0c690c6e0c6b0c6e0c6f0c6b0c700c6c0c710c6c0c6d0c710c6e0c720c6f0c720c730c6f0c740c700c750c700c710c750c720c760c730c760c770c730c780c740c790c740c750c790c760c7a0c770c7a0c7b0c770c7c0c780c7d0c780c790c7d0c7a0c7e0c7b0c7e0c7f0c7b0c800c7c0c810c7c0c7d0c810c7e0c820c7f0c820c830c7f0c840c800c850c800c810c850c820c860c830c860c870c830cbf0bbe0b880cbe0b890c880cea0be90b8a0ce90b8b0c8a0ce30be20b8c0ce20b8d0c8c0c8e0c8f0c900c8f0c910c900cc00bbf0b920cbf0b880c920c8f0c930c910c930c940c910cc10bc00b950cc00b920c950c930c960c940c960c970c940cc20bc10b980cc10b950c980c960c990c970c990c9a0c970cd60bc20b9b0cc20b980c9b0c990c9c0c9a0c9c0c9d0c9a0cd70bd60b9e0cd60b9b0c9e0c9c0c9f0c9d0c9f0ca00c9d0cd80bd70ba10cd70b9e0ca10c9f0ca20ca00ca20ca30ca00cd90bd80ba40cd80ba10ca40ca20ca50ca30ca50ca60ca30ca70ca80ca90ca80caa0ca90ce00bdf0bab0cdf0bac0cab0ccc0bcb0bad0ccb0bae0cad0caf0cb00cb10cb00cb20cb10cb30ca70cb40ca70ca90cb40cb00cb50cb20cb50cb60cb20cb70cb30cb80cb30cb40cb80cb50cb90cb60cb90cba0cb60cbb0cb70cbc0cb70cb80cbc0cb90cbd0cba0cbd0cbe0cba0cbf0cbb0cc00cbb0cbc0cc00cbd0cc10cbe0cc10cc20cbe0cc30cbf0cc40cbf0cc00cc40cc10cc50cc20cc50cc60cc20cc70cc30cc80cc30cc40cc80cc50cc90cc60cc90cca0cc60ccb0cc70ccc0cc70cc80ccc0cc90ccd0cca0ccd0cce0cca0ccf0cd00cd10cd00cd20cd10cdd0bdc0bd30cdc0bd40cd30ccf0bcd0bd50ccd0bd60cd50cd70cd80cd90cd80cda0cd90cdb0ccf0cdc0ccf0cd10cdc0cd80cdd0cda0cdd0cde0cda0cdf0cdb0ce00cdb0cdc0ce00cdd0ce10cde0ce10ce20cde0ce30cdf0ce40cdf0ce00ce40ce10ce50ce20ce50ce60ce20ce70ce30ce80ce30ce40ce80ce50ce90ce60ce90cea0ce60ceb0ce70cec0ce70ce80cec0ce90ced0cea0ced0cee0cea0cef0ceb0cf00ceb0cec0cf00ced0cf10cee0cf10cf20cee0cf30cef0cf40cef0cf00cf40cf10cf50cf20cf50cf60cf20c4e0c4d0cf70c4d0cf80cf70c550c540cf90c540cfa0cf90c410c400cfb0c400cfc0cfb0cfd0cfe0cff0cfe0c000dff0c4f0c4e0c010d4e0cf70c010dfe0c020d000d020d030d000d500c4f0c040d4f0c010d040d020d050d030d050d060d030d330c500c070d500c040d070d050d080d060d080d090d060d340c330c0a0d330c070d0a0d080d0b0d090d0b0d0c0d090d350c340c0d0d340c0a0d0d0d0b0d0e0d0c0d0e0d0f0d0c0d360c350c100d350c0d0d100d0e0d110d0f0d110d120d0f0d370c360c130d360c100d130d110d140d120d140d150d120d160d170d180d170d190d180d1a0d1b0d1c0d1b0d1d0d1c0d440c420c1e0d420c1f0d1e0d1b0d200d1d0d200d210d1d0d170d220d190d220d230d190d240d1a0d250d1a0d1c0d250d220d260d230d260d270d230d280d240d290d240d250d290d260d2a0d270d2a0d2b0d270d2c0d280d2d0d280d290d2d0d2a0d2e0d2b0d2e0d2f0d2b0d300d2c0d310d2c0d2d0d310d2e0d320d2f0d320d330d2f0d340d300d350d300d310d350d320d360d330d360d370d330d380d340d390d340d350d390d360d3a0d370d3a0d3b0d370d520c510c3c0d510c3d0d3c0d3e0d3f0d400d3f0d410d400d420d430d440d430d450d440d560c450c460d450c470d460d430d480d450d480d490d450d3f0d4a0d410d4a0d4b0d410d4c0d420d4d0d420d440d4d0d4a0d4e0d4b0d4e0d4f0d4b0d500d4c0d510d4c0d4d0d510d4e0d520d4f0d520d530d4f0d540d500d550d500d510d550d520d560d530d560d570d530d580d540d590d540d550d590d560d5a0d570d5a0d5b0d570d5c0d580d5d0d580d590d5d0d5a0d5e0d5b0d5e0d5f0d5b0d600d5c0d610d5c0d5d0d610d5e0d620d5f0d620d630d5f0d3e0c3d0c640d3d0c650d640d660d670d680d670d690d680d6a0d6b0d6c0d6b0d6d0d6c0d590c570c6e0d570c6f0d6e0d6b0d700d6d0d700d710d6d0d670d720d690d720d730d690d740d6a0d750d6a0d6c0d750d720d760d730d760d770d730d780d740d790d740d750d790d760d7a0d770d7a0d7b0d770d7c0d780d7d0d780d790d7d0d7a0d7e0d7b0d7e0d7f0d7b0d800d7c0d810d7c0d7d0d810d7e0d820d7f0d820d830d7f0d840d800d850d800d810d850d820d860d830d860d870d830d880d840d890d840d850d890d860d8a0d870d8a0d8b0d870d3b0c3a0c8c0d3a0c8d0d8c0d8e0d8f0d900d8e0d910d8f0dc909920d930d940dc909930d950d960d970d950d980d960d970d990d9a0d970d960d990d9b0d9c0d9d0d9b0d9e0d9c0d9f0da00da10d9f0da20da00df208a30da40df308f208a40da50da60da70da50da80da60da90da70daa0da90da50da70dab0dac0dad0dae0dab0dad0dc809af0d920dc909c809920db00db10db20db30db00db20db40db50db60db40db70db50d9d0db80db90d9d0d9c0db80d8f0aba0d8d0a8f0abb0dba0dbc0dbd0dbe0dbc0dbf0dbd0dde09c00dc10de80ade09c10de80ac10dc20dea0ae80ac20dc30dc40dc50dc30dc60dc40dc70dc50dc80dc70dc30dc50dc90d9e0d9b0dc90dca0d9e0dbe0dca0dc90dbe0dbd0dca0dcb0dbf0dbc0dcb0dcc0dbf0d900acc0dcb0d900acd0dcc0dce0dcf0dd00dce0dd10dcf0dd20dd30dd40dd50dd20dd40dd60d910d8e0dd60dd70d910dd80dd70dd60dd80dcd09d70d920dd90dda0d930d920dda0dd90d52085408da0dd90d5408db0ddc0ddd0ddb0dde0ddc0d980ddd0d960d980ddb0ddd0ddd0ddf0de00ddd0ddc0ddf0d960de00d990d960ddd0de00de10de20de30de10de40de20de50da20d9f0de50de60da20de70de60de50de70de80de60da30de90dea0da40da30dea0de90df808fb08ea0de90dfb08eb0da80da50deb0dec0da80ded0dec0deb0ded0dee0dec0def0da50da90def0deb0da50df00deb0def0df00ded0deb0dac0df10df20dad0dac0df20df10df30df40df20df10df40daf0df50dd90d920daf0dd90df50dcf095208d90df50d5208f60df70df80df90df60df80df90df80db10db00df90db10dfa0dfb0dfc0dfa0dfd0dfb0db70dfc0db50db70dfa0dfc0de30dfe0dff0de30de20dfe0d9c0dff0db80d9c0de30dff0d000e010e020e000e030e010ebb0d020eba0dbb0d000e020e020e040e050e020e010e040e060e070e080e060e090e070ec00d0a0e0b0ec10dc00d0b0e0a0e0c0e0d0e0b0e0a0e0d0ec10d0b0e0e0ec20dc10d0e0e0b0e0d0e0f0e0e0e0b0e0f0e100ec60dc30d100e110ec60d120e110e100e120e130e110e140ec30dc70d140e100ec30d150e100e140e150e120e100e080e160e170e080e070e160e180e090e060e180e190e090e1a0e1b0e1c0e1a0e1d0e1b0ed10d1c0ecf0dd10d1a0e1c0e1e0e1f0e200e210e1e0e200e210e200ed30dd20d210ed30d220e230e240e230e250e240e260e270e280e270e290e280e2a0e2b0e2c0e2b0e2d0e2c0e2e0e2f0e300e2f0e310e300e320e330e340e330e350e340e360e370e380e370e390e380e3a0e3b0e3c0e3b0e3d0e3c0e2f0e3e0e310e3e0e3f0e310e400e320e410e320e340e410e3e0e420e3f0e420e430e3f0e440e400e450e400e410e450e460e470e480e470e490e480e4a0e440e4b0e440e450e4b0e4c0e4d0e4e0e4d0e4f0e4e0e500e4a0e510e4a0e4b0e510e520e530e540e530e550e540e560e570e580e570e590e580e5a0e5b0e5c0e5b0e5d0e5c0e5e0e500e5f0e500e510e5f0e600e610e620e610e630e620e640e650e660e650e670e660e680e260e690e260e280e690e6a0e6b0e6c0e6c0e6b0e6d0e6e0e6f0e700e700e6f0e710e720e730e740e720e750e730e760e770e780e760e790e770e7a0e7b0e7c0e7d0e7a0e7c0e7e0e7f0e800e810e7e0e800e820e830e840e820e850e830e810e800e860e870e810e860e870e860e7b0e7a0e870e7b0e880e890e8a0e880e8b0e890e6b0e8c0e6d0e6b0e8d0e8c0e8e0e8f0e900e8e0e910e8f0e920e930e940e950e920e940e960e6b0e6a0e960e970e6b0e980e970e960e980e990e970e6f0e9a0e9b0e710e6f0e9b0e9a0e9c0e9d0e9b0e9a0e9d0e9e0e9f0ea00e9e0ea10e9f0e740ea10e9e0e740e730ea10ea20e790e760ea20ea30e790ea40ea30ea20ea40ea50ea30e7b0ea60ea70e7c0e7b0ea70ea60ea80ea90ea70ea60ea90e7f0eaa0eab0e800e7f0eab0eaa0eac0ead0eab0eaa0ead0eae0e850e820eae0eaf0e850eb00eaf0eae0eb00eb10eaf0e800eab0eb20e860e800eb20eab0ead0eb30eb20eab0eb30e860eb20ea60e7b0e860ea60eb20eb30ea80ea60eb20ea80eb40e8b0e880eb40eb50e8b0eb60eb50eb40eb60eb70eb50e970e8d0e6b0e970eb80e8d0e990eb80e970e990eb90eb80eba0ebb0ebc0eba0ebd0ebb0e900ebd0eba0e900e8f0ebd0ebe0ebf0ec00ec10ebe0ec00ebf0e920e950ec00ebf0e950ec20e740ac30ec20e720a740ac40e760a790ac50ec40e790a7c0ac60ec70e7c0a7b0ac60ec80ec90eca0ecb0ec80eca0ecc0e7e0a810acd0ecc0e810ace0ecf0ed00ece0ed10ecf0ed20ed00ed30ed20ece0ed00ec30e890ad40ec30e740a890ad50eae0ad60ed50eac0aae0ad70eac0ad50ed70eb00aac0ad80eb40ad90ed80eb20ab40aba0abd0ada0edb0eba0ada0edc0eca0add0edc0ec80aca0a020bde0edf0e020b010bde0e050bdf0ee00e050b020bdf0ecd0e810a070be10ecd0e070be10e070b090be20ee10e090be30e720ac20ee30e370b720add0e370be30edd0eca0a370be40ec80adc0ee40e5c0bc80ad60e5c0be40ed60eae0a5c0be50ee60ee70ee50ee80ee60e750b730be90eea0e750be90ee40deb0ee20de40dec0eeb0eed0eee0eef0ef00eed0eef0ef10ee80de70df10ef20ee80df30ef40ef50ef60ef30ef50ef70ef80ef90e0c0ef70ef90efa0eee0ded0dfa0efb0eee0dfc0eed0df00dfc0efa0eed0de20dfd0efe0de20deb0efd0e010efe0e040e010eff0efe0e030eff0e010e030e000fff0e010f020f030f010f040f020f050f060f070f080f050f070f090e090f070e090e0a0f090f0b0f130e120e0b0f0c0f130e0d0f120e150e0d0f0b0f120e0c0ef90e0e0f0d0e0c0e0e0f0d0e0e0f0f0f0f0e0d0e0f0f160eec0ee40d160e100fec0e070e100f160e070e090f100f190e0a0f090e190e110f0a0f040e110f190e040efe0e110f1d0e120f1b0e1d0e130f120f140f150f1f0e1e0e140f1f0e160f170f180f190f160f180f1a0f1b0f1c0f1d0f1a0f1c0f1e0f1a0f1d0f1f0f1e0f1d0f200f210f220f200f220f230f240f250f260f240f260f270f1b0f280f290f1c0f1b0f290f280f230f220f290f280f220f190f180f2a0f2b0f190f2a0f2b0f2a0f270f260f2b0f270f1d0f1c0f2c0f2d0f1d0f2c0f2d0f2c0f2e0f2f0f2d0f2e0f1f0f1d0f2d0f300f1f0f2d0f300f2d0f2f0f310f300f2f0f1c0f290f320f2c0f1c0f320f2c0f320f330f2e0f2c0f330f290f220f340f320f290f340f320f340f350f330f320f350f360f370f380f390f360f380f390f380f170f160f390f170f3a0f3b0f3c0f3d0f3a0f3c0f3d0f3c0f1b0f1a0f3d0f1b0f3e0f3a0f3d0f3f0f3e0f3d0f3f0f3d0f1a0f1e0f3f0f1a0f3b0f400f410f3c0f3b0f410f3c0f410f280f1b0f3c0f280f400f420f430f410f400f430f410f430f230f280f410f230f440f450f3b0f3a0f440f3b0f460f470f450f440f460f450f480f440f3a0f3e0f480f3a0f490f460f440f480f490f440f170f4a0f4b0f180f170f4b0f4a0f1e0f1f0f4b0f4a0f1f0f4c0f310f4d0f4e0f4c0f4d0f270f4c0f4e0f240f270f4e0f180f4b0f4f0f2a0f180f4f0f4b0f1f0f300f4f0f4b0f300f2a0f4f0f4c0f270f2a0f4c0f4f0f300f310f4c0f4f0f310f370f500f510f380f370f510f500f3e0f3f0f510f500f3f0f380f510f4a0f170f380f4a0f510f3f0f1e0f4a0f510f1e0f520f530f500f370f520f500f530f480f3e0f500f530f3e0f540f550f530f520f540f530f550f490f480f530f550f480f560f570f460f560f460f490f580f560f490f580f490f550f590f5a0f2f0f590f2f0f2e0f5b0f5c0f240f5b0f240f4e0f5d0f5e0f2b0f5d0f2b0f260f5f0f600f160f5f0f160f190f5a0f590f610f590f620f610f570f560f630f560f640f630f560f580f640f580f650f640f660f670f680f660f680f690f6a0f660f690f6a0f690f6b0f6c0f6d0f6e0f6c0f6f0f6d0f700f710f720f730f700f720f740f6e0f750f740f6c0f6e0f760f750f770f760f740f750f730f720f780f790f730f780f790f780f7a0f7b0f790f7a0f7c0f7d0f7e0f7f0f7c0f7e0f800f810f820f810f830f820f720f710f840f710f850f840f860f800f870f800f820f870f780f720f880f720f840f880f810f890f830f890f8a0f830f7a0f780f8b0f780f880f8b0f670f660f8c0f660f8d0f8c0f660f6a0f8d0f6a0f8e0f8d0f8f0f900f910f920f8f0f910f930f940f950f960f930f950f960f950f900f8f0f960f900f970f980f990f9a0f970f990f9a0f990f9b0f9c0f9a0f9b0f9d0f9e0f980f970f9d0f980f9f0fa00f9e0f9d0f9f0f9e0fa10fa20fa30fa40fa10fa30fa50fa60fa00f9f0fa50fa00fa40fa30fa70fa80fa40fa70fa80fa70fa60fa50fa80fa60f7d0fa90faa0f7e0f7d0faa0fa90f970f9a0faa0fa90f9a0f7e0faa0fab0fac0f7e0fab0faa0f9a0f9c0fab0faa0f9c0fad0fae0fa90f7d0fad0fa90fae0f9d0f970fa90fae0f970f910faf0fae0fad0f910fae0faf0f9f0f9d0fae0faf0f9d0fb00fb10fb20f940fb00fb20fb10fa10fa40fb20fb10fa40f900fb30faf0f910f900faf0fb30fa50f9f0faf0fb30f9f0f940fb20fb40f950f940fb40fb20fa40fa80fb40fb20fa80f950fb40fb30f900f950fb30fb40fa80fa50fb30fb40fa50fb50fb60fb70fb60fb80fb70fb50fb70fb90fb70fba0fb90fb80fb60fbb0fb60fbc0fbb0fbd0fbe0fbf0fbe0fc00fbf0fc10fbd0fc20fbd0fbf0fc20fc30fc40fc50fc40fc60fc50fc70fc80fc90fc80fca0fc90fcb0fc30fcc0fc30fc50fcc0fcd0fcb0fce0fcb0fcc0fce0fbe0fcf0fc00fcf0fd00fc00fd10fd20fd30fd20fd40fd30fd50fd60fd70fd50fd80fd60fd90fda0fdb0fdc0fd90fdb0fdd0fde0fdf0fdd0fe00fde0fe10fe20fe30fe40fe10fe30fe50fd80fd50fe50fe60fd80fe70fe80fe90fea0fe70fe90fd70feb0fec0fd70fd60feb0fed0fd70fee0fed0fd50fd70fef0fee0ff00fef0fed0fee0fdc0fdb0ff10ff20fdc0ff10ff20ff10fd20fd10ff20fd20ff30fdf0ff40ff30fdd0fdf0ff50ff40ff60ff50ff30ff40fe40fe30ff70ff80fe40ff70ff80ff70fc40fc30ff80fc40ff90fd50fed0ff90fe50fd50ffa0fed0fef0ffa0ff90fed0fea0fe90ffb0ffc0fea0ffb0ffc0ffb0fcb0fcd0ffc0fcb0fee0fec0ffd0fee0fd70fec0ff00ffd0ffe0ff00fee0ffd0fff0f001001100010021001100310041005100410061005100410031007100810041007100910041008100a10091008100b100c100d100e100b100d100c100f1010100d100c1010101110121013101410111013101210151016101310121016101710181019101a101710191003101b101c10071003101c101b1017101a101c101b101a1018101d101e10191018101e101d10111014101e101d1014101f10201021100f101f102110221023100010ff0f2210001024102210ff0f25102410ff0f26101f100f100c1026100f10271026100c100b1027100c10281029102a102b1028102a1023102c102d10001023102d102c1028102b102d102c102b1029102e102f102a1029102f102e1027100b102f102e100b103010311032103310301032103310321020101f10331020103410351036103710341036103710361023102210371023103810341037103910381037103910371022102410391022103a10301033103b103a1033103b1033101f1026103b101f103c103a103b103d103c103b103d103b10261027103d1026103e103f10401041103e104010411040102910281041102910351042104310361035104310361043102c10231036102c1042103e1041104310421041104310411028102c10431028103f104410451040103f104510401045102e10291040102e1044103c103d10451044103d1045103d1027102e10451027100810071046104710081046100a100810471048100a1047101410131049104a1014104910131016104b10491013104b101a1019104c104d101a104c1007101c104e10461007104e101c101a104d104e101c104d1019101e104f104c1019104f101e1014104a104f101e104a104710461050105110471050105110501035103410511035104810471051105210481051105210511034103810521034104a104910531054104a105310541053103a103c1054103a1049104b1055105310491055105310551030103a10531030104d104c10561057104d105610571056103f103e1057103f1046104e1058105010461058105010581042103510501042104e104d10571058104e105710581057103e10421058103e104c104f10591056104c1059105610591044103f10561044104f104a10541059104f105410591054103c10441059103c105a105b105c105a105d105b105e105c105f105e105a105c105d1060105b105d10611060106210631064106210651063106610671068106610691067106a1064106b106a106210641069106b10671069106a106b106c106d106e106c106f106d105c106f106c105c105b106f1070106e10711070106c106e106f1072106d106f1073107210741075107610741077107510781079107a1078107b1079107c1076107d107c10741076106b1074107c106b10641074107b107d1079107b107c107d107e107f1080107f10811080108210831084108310851084108610871088108710891088108a108b108c108b108d108c108e108f1090108f10911090109210931094109310951094109610971098109710991098109a109b109c109b109d109c109e109f10a0109f10a110a010a210a310a410a310a510a410a610a710a810a710a910a8109f10aa10a110aa10ab10a110ac10ad10ae10ad10af10ae10b010a210b110a210a410b110b210b310b410b310b510b410b610b710b810b710b910b810ba10bb10bc10bb10bd10bc10be10bf10c010bf10c110c010c210c310c410c210c510c310c610c710c810c610c910c710ca10cb10cc10ca10cd10cb10ce10cf10d010ce10d110cf10d110d210cf10d110d310d210d410d510d610d410d710d510d810d910da10db10d810da10dc10dd10de10dc10df10dd10e010e110e210e310e010e210e410e510e610e710e410e610e810e910ea10e810eb10e910ec10ea10ed10ec10e810ea10d610ee10ef10d610d510ee10f010f110f210f010f310f110f410f310f010f410f510f310f610f710f810f610f910f710fa10fb10fc10fd10fa10fc10fe10ff100011fe100111ff10021103110411021105110311061104110711061102110411e710e61008110911e7100811091108110a110b1109110a110c11d710d4100c110d11d71000110d110c110011ff100d110e110111fe100e110f110111f2100f110e11f210f1100f11101111111211101113111111141115111611171114111611 + m_VertexData: + serializedVersion: 2 + m_VertexCount: 4376 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 12 + format: 0 + dimension: 3 + - stream: 0 + offset: 24 + format: 0 + dimension: 4 + - stream: 0 + offset: 40 + format: 2 + dimension: 4 + - stream: 0 + offset: 44 + format: 0 + dimension: 2 + - stream: 0 + offset: 52 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 262560 + _typelessdata: 0000004100009040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff00000041000000c06fd70a3ecb30543f1904184100009040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff19041841000080c020af333eadc95f3f1904184100009040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff19041841000000c08b46013ee0bc5f3f0000004100009040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff00000041000080c03d2d353ea366563f000080bf00004040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000803f000000c07a08fe3d2e03c73e000080bf00004040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000803f000080c085032f3e2e03c73e0000000000004040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff00000000000080c085032f3eff02d33e0000000000004040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff00000000000000c07b08fe3dff02d33e19041841000090406210204000000000000080bf000000000000803f00000000000000000000803fffffffff1904184162102040abb15f3cd9755f3f00000041000090406210204000000000000080bf000000000000803f00000000000000000000803fffffffff00000041621020404977653c20d8553f00000041000090400000000000000000000080bf000000000000803f00000000000000000000803fffffffff000000410000000014dd9c3d98fe553f19041841000090400000000000000000000080bf000000000000803f00000000000000000000803fffffffff190418410000000061249c3d509c5f3f7b141e4100006040ec5138400000000000000000000080bf0000803f0000000000000000000080bfffffffff7b141e4100006040cfc43f3f83c5123f0000004100004040ec5138400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000004100004040520c4b3f8ec50f3f0000004100006040ec5138400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000004100006040510c4b3f83c5123f7b141e4100004040ec5138400000000000000000000080bf0000803f0000000000000000000080bfffffffff7b141e4100004040cfc43f3f8ec50f3f0000204100008040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000204100008040f485dc3e464a6f3f0000004100006040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff00000041000060409785f43e524a6c3f0000004100008040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff00000041000080409685f43e464a6f3f0000204100006040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000204100006040f585dc3e524a6c3ff628fc4000004040f628bcc000000000000000000000803f000080bf0000000000000000000080bffffffffff628fcc000004040f3c4363fa698733f7b141e4100004040f628bcc000000000000000000000803f000080bf0000000000000000000080bfffffffff7b141ec100004040c5c4423fa698733f7b141e4100006040f628bcc000000000000000000000803f000080bf0000000000000000000080bfffffffff7b141ec100006040c5c4423f9a98763ff628fc4000006040f628bcc000000000000000000000803f000080bf0000000000000000000080bffffffffff628fcc000006040f3c4363f9a98763f00000041000060400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100006040ed88613fefca433f00002041000060400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100006040bf886d3fefca433f00002041000080400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100008040bf886d3fe4ca463f00000041000080400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100008040ed88613fe4ca463f00008040000060408fc2f5bd0000000000000000000080bf0000803f0000000000000000000080bfffffffff00008040000060409ff95d3f98479c3d00000040000040408fc2f5bd0000000000000000000080bf0000803f0000000000000000000080bfffffffff000000400000404071f9693ff247843d00000040000060408fc2f5bd0000000000000000000080bf0000803f0000000000000000000080bfffffffff000000400000604070f9693f96479c3d00008040000040408fc2f5bd0000000000000000000080bf0000803f0000000000000000000080bfffffffff0000804000004040a0f95d3ff347843d0000804000008040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000080c00000804050415d3fa83b823d0000004000006040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000c0000060402241693f0378543d0000004000008040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000c0000080402141693fa53b823d0000804000006040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000080c00000604051415d3f0878543d14ae074000004040f628fcc000000000000000000000803f000080bf0000000000000000000080bfffffffff14ae07c000004040d541393febbeb33e0000804000004040f628fcc000000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000040405889443febbeb33e0000804000006040f628fcc000000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000060405889443fd4beb93e14ae074000006040f628fcc000000000000000000000803f000080bf0000000000000000000080bfffffffff14ae07c000006040d541393fd4beb93e0000004000006040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c0000060407e41513fc0c1603c0000804000006040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c00000604050415d3fc5c1603c0000804000008040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c00000804050415d3f6e5fd03c0000004000008040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c0000080407e41513f6c5fd03c0ad7c340000060408ec2f5bd6b82713100000000000080bf0000803f000000006b827131000080bfffffffff0ad7c340000060407e41513f97479c3d0ad7c340000040408ec2f5bd6b82713100000000000080bf0000803f000000006b827131000080bfffffffff0ad7c340000040407f41513ff347843d0000c04000008040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c0000080407e41513fa73b823d0000c04000006040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c0000060407f41513f0678543d0000c04000004040f628fcc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000c0c0000040402b89503febbeb33e0000c04000006040f628fcc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000c0c0000060402b89503fd4beb93e0000c04000006040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000c0c0000060402341693fc5c1603c0000c04000008040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000c0c0000080402341693f6e5fd03c7b141e4100006040000080c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000804000006040de91f23e51b0b13e7b141e4100004040000000c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000004000004040c048053f67b0ab3e7b141e4100006040000000c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000004000006040c048053f50b0b13e7b141e4100004040000080c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000804000004040df91f23e68b0ab3e0000204100008040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c0000080407d02f43e4f2aab3e0000204100006040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c0000060400f01063f5e2aa53e0000204100008040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c0000080401001063f472aab3e0000204100006040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c0000060407c02f43e662aa53e8fc2f53d00004040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c000004040dc92b03e79c75c3f8fc2f53d00004040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c0000040408092c83e79c75c3f8fc2f53d00006040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c0000060408092c83e6dc75f3f8fc2f53d00006040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c000006040dc92b03e6dc75f3f0000000000006040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c00000604050415d3f9a90d83c0000000000006040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c0000060402341693f9a90d83c0000000000008040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c0000080402341693f93471c3d0000000000008040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c00000804050415d3f93471c3d7b141e410000604000000000000080bf00000000000000000000000000000000000080bf000080bfffffffff00000000000060409248113f52b0b13e7b141e4100004040ec513840000080bf00000000000000000000000000000000000080bf000080bfffffffffec5138c000004040fd8f223f67b0ab3e7b141e4100006040ec513840000080bf00000000000000000000000000000000000080bf000080bfffffffffec5138c000006040fc8f223f51b0b13e7b141e410000404000000000000080bf00000000000000000000000000000000000080bf000080bfffffffff00000000000040409248113f69b0ab3e000020410000804000000000000080bf00000000000000000000000000000000000080bf000080bfffffffff0000000000008040e100123f422aab3e000020410000604000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c0000060409c00243f4e2aa53e000020410000804000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c0000080409c00243f372aab3e000020410000604000000000000080bf00000000000000000000000000000000000080bf000080bfffffffff0000000000006040e100123f592aa53e0000c04000006040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000006040ae83243f41507c3f0000c04000006040000000000000803f000000000000000000000000000000000000803f000080bfffffffff00000000000060406983363f41507c3f0000c04000008040000000000000803f000000000000000000000000000000000000803f000080bfffffffff00000000000080406983363f36507f3f0000c04000008040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000008040ae83243f36507f3f0ad7c34000004040ec5138400000803f000000000000000000000000000000000000803f000080bfffffffffec5138400000404075420f3fce0e763f0ad7c340000040408ec2f5bd0000803f000000000000000000000000000000000000803f000080bfffffffff8ec2f5bd000040403042213fce0e763f0ad7c340000060408ec2f5bd0000803f000000000000000000000000000000000000803f000080bfffffffff8ec2f5bd000060403042213fc30e793f0ad7c34000006040ec5138400000803f000000000000000000000000000000000000803f000080bfffffffffec5138400000604075420f3fc30e793f77be7f3f00009040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff77be7f3f000000c07faf013ed5ea2d3f0000004000009040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff00000040000080c0f31a313edbcd313f0000004000009040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff00000040000000c0245e043e356e333f77be7f3f00009040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff77be7f3f000080c0b57d2d3ee43b2c3f0000000000008040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff00000000000000c01309233fef6a4e3e0000003f00008040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000080c02766293f74d7783e0000003f00008040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000000c00cea203f09e7563e0000000000008040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff00000000000080c02e852b3f5a5b703e0000003f000060408fc2f5bdca6ba8b200000000000080bf0000803f00000000ca6ba8b2000080bfffffffff0000003f000060404ef9723f96479c3d8ec2f53d000040408ec2f5bdca6ba8b200000000000080bf0000803f00000000ca6ba8b2000080bfffffffff8ec2f53d00004040f340753ff447843d8ec2f53d000060408ec2f5bdca6ba8b200000000000080bf0000803f00000000ca6ba8b2000080bfffffffff8ec2f53d00006040f340753f99479c3d0000003f000040408fc2f5bdca6ba8b200000000000080bf0000803f00000000ca6ba8b2000080bfffffffff0000003f000040404ef9723ff247843d0000003f00008040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf00008040fe40723fa53b823d0000000000006040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff0000000000006040f440753f0878543d0000000000008040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff0000000000008040f340753fa83b823d0000003f00006040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf00006040ff40723f0278543d8ec2f53d00004040f628bcc000000000000000000000803f000080bf0000000000000000000080bfffffffff8ec2f5bd000040403706493f6d0c473f0000003f00004040f628bcc000000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00004040dc4d4b3f6d0c473f0000003f00006040f628bcc000000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00006040dc4d4b3f610c4a3f8ec2f53d00006040f628bcc000000000000000000000803f000080bf0000000000000000000080bfffffffff8ec2f5bd000060403706493f610c4a3f14ae074000004040f628bcc000000000000000000000803f000080bf0000000000000000000080bfffffffff14ae07c0000040400906553f6d0c473f14ae074000006040f628bcc000000000000000000000803f000080bf0000000000000000000080bfffffffff14ae07c0000060400906553f610c4a3f00000000000060400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff00000000000060403706493fefca433f0000003f000060400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf000060402b064c3fefca433f0000003f000080400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf000080402b064c3fe4ca463f00000000000080400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff00000000000080403706493fe4ca463f00000040000060400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c0000060400906553fefca433f00000040000080400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c0000080400906553fe4ca463f0000004100009040000000bf00000000000080bf000000000000803f00000000000000000000803fffffffff00000041000000bf009fb63df902563f1904184100009040000000bf00000000000080bf000000000000803f00000000000000000000803fffffffff19041841000000bf8fc4b53d04a45f3f00000041000090400000000000000000000080bf000000000000803f00000000000000000000803fffffffff000000410000000012be083f233f223f0000004100009040000000bf00000000000080bf000000000000803f00000000000000000000803fffffffff00000041000000bf3a9f063fed1f203f1904184100009040000000bf00000000000080bf000000000000803f00000000000000000000803fffffffff19041841000000bfeffd0c3f4ec2193f000000400000904077be7fbf00000000000080bf000000000000803f00000000000000000000803fffffffff0000004077be7fbf5ccfdc3d84d9333f0000804000009040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff00008040000000c0f8aa063e0c5e3e3f000080400000904077be7fbf00000000000080bf000000000000803f00000000000000000000803fffffffff0000804077be7fbf3191e13daaa33e3f00000040000080400000000000000000000080bf000000000000803f00000000000000000000803fffffffff0000004000000000dd10123fed6a4e3e0000804000008040000000bf00000000000080bf000000000000803f00000000000000000000803fffffffff00008040000000bfc9b30b3f76d7783e00008040000080400000000000000000000080bf000000000000803f00000000000000000000803fffffffff0000804000000000c394093f595b703e0000004000008040000000bf00000000000080bf000000000000803f00000000000000000000803fffffffff00000040000000bfe42f143f0ae7563e0000c04000009040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c040000000c08cc2083e9d47493f0000c0400000904077be7fbf00000000000080bf000000000000803f00000000000000000000803fffffffff0000c04077be7fbff6d2e53d868a493f0000c04000008040000000bf00000000000080bf000000000000803f00000000000000000000803fffffffff0000c040000000bfae37033ff1638d3e0000c040000080400000000000000000000080bf000000000000803f00000000000000000000803fffffffff0000c04000000000a818013fe225893e7b141e4100006040000000bf000080bf00000000000000000000000000000000000080bf000080bfffffffff0000003f000060409d480e3f50b0b13e7b141e4100004040000000bf000080bf00000000000000000000000000000000000080bf000080bfffffffff0000003f000040409d480e3f67b0ab3e0000204100008040000000bf000080bf000000000000000000000000000000000000803f0000803fffffffff000000bf00008040ed000f3f422aab3e000020410000604000000000000080bf000000000000000000000000000000000000803f0000803fffffffff0000000000006040e100123f592aa53e000020410000804000000000000080bf000000000000000000000000000000000000803f0000803fffffffff0000000000008040e100123f422aab3e0000204100006040000000bf000080bf000000000000000000000000000000000000803f0000803fffffffff000000bf00006040ec000f3f592aa53e8ec2f53d000040408ec2f5bd0000803f00000000ca6ba832ca6ba8b2000000000000803f000080bfffffffff8ec2f5bd00004040d6039a3e79c75c3f8fc2f53d00004040000000bf0000803f00000000ca6ba832ca6ba8b2000000000000803f000080bfffffffff000000bf0000404021939e3e79c75c3f8fc2f53d00006040000000bf0000803f00000000ca6ba832ca6ba8b2000000000000803f000080bfffffffff000000bf0000604021939e3e6dc75f3f8ec2f53d000060408ec2f5bd0000803f00000000ca6ba832ca6ba8b2000000000000803f000080bfffffffff8ec2f5bd00006040d6039a3e6dc75f3f0000000000006040000000000000803f000000000000000000000000000000000000803f000080bfffffffff00000000000060407e41513f9990d83c0000000000006040000000bf0000803f000000000000000000000000000000000000803f000080bfffffffff000000bf000060407341543f9890d83c0000000000008040000000bf0000803f000000000000000000000000000000000000803f000080bfffffffff000000bf000080407341543f92471c3d0000000000008040000000000000803f000000000000000000000000000000000000803f000080bfffffffff00000000000080407e41513f92471c3d77be7f3f0000904077be7fbf00000000000080bf000000000000803f00000000000000000000803fffffffff77be7f3f77be7fbfe29fdb3d2fbe2e3f0000003f000080400000000000000000000080bf000000000000803f00000000000000000000803fffffffff0000003f00000000f26d183f9cf6343e0000003f00008040000000bf00000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000000bff88c1a3fb9723d3e0000000000008040000000bf00000000000080bf000000000000803f00000000000000000000803fffffffff00000000000000bfffab1c3f9ef6343e00000000000080400000000000000000000080bf000000000000803f00000000000000000000803fffffffff0000000000000000f88c1a3f837a2c3e00000041000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff000000410000b0c0bc02e23ec244443f00002041000080400000c0c000000000000080bf000000000000803f00000000000000000000803fffffffff000020410000c0c05e02fa3ecb44413f00002041000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff000020410000b0c05e02fa3ec044443f00000041000080400000c0c000000000000080bf000000000000803f00000000000000000000803fffffffff000000410000c0c0bc02e23ecd44413f19041841000090403108a0c000000000000080bf000000000000803f00000000000000000000803fffffffff190418413108a0c07fbe4a3e71aa5f3f00000041000090403108a0c000000000000080bf000000000000803f00000000000000000000803fffffffff000000413108a0c096004f3e42cf563f9eef1f40000090400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff9eef1f400000b0c0508b573e32bd333f00008040000090400000c0c000000000000080bf000000000000803f00000000000000000000803fffffffff000080400000c0c0d9d1643e7ae43c3f00008040000090400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff000080400000b0c07a0f593ee0fd3c3f9eef1f40000090400000c0c000000000000080bf000000000000803f00000000000000000000803fffffffff9eef1f400000c0c045dc633ef0d6333f7b141e41000060400000b0c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000b040000060402392e03e51b0b13e7b141e41000040400000b0c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000b040000040402492e03e68b0ab3e7b141e4100006040f628bcc0000080bf00000000000000000000000000000000000080bf000080bffffffffff628bc4000006040d902dc3e51b0b13e7b141e4100004040f628bcc0000080bf00000000000000000000000000000000000080bf000080bffffffffff628bc4000004040d902dc3e68b0ab3e00002041000080400000b0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000b0c000008040c302e23e542aab3e00002041000060400000b0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000b0c000006040c202e23e6b2aa53e00002041000080400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c000008040da02dc3e542aab3e00002041000060400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c000006040d902dc3e6c2aa53e8fc2f53d000040400000b0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000b0c0000040403b92da3e79c75c3f8fc2f53d000060400000b0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000b0c0000060403c92da3e6dc75f3f8ec2f53d00004040f628bcc00000803f00000000c76ba8b2c76ba832000000000000803f000080bffffffffff628bcc0000040408621df3e79c75c3f8ec2f53d00006040f628bcc00000803f00000000c76ba8b2c76ba832000000000000803f000080bffffffffff628bcc0000060408621df3e6dc75f3f00000000000060400000b0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000b0c0000060400041723f9a90d83c00000000000080400000b0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000b0c0000080400041723f93471c3d00000000000060400000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c000006040f540753f9990d83c00000000000080400000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c000008040f540753f92471c3d0000003f000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff0000003f0000b0c03bc32f3fe225893e00000040000080400000c0c000000000000080bf000000000000803f00000000000000000000803fffffffff000000400000c0c02e852b3f181e9a3e00000040000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff000000400000b0c02766293f0ae0953e0000003f000080400000c0c000000000000080bf000000000000803f00000000000000000000803fffffffff0000003f0000c0c042e2313ff0638d3e00000040000090403108a0c000000000000080bf000000000000803f00000000000000000000803fffffffff000000403108a0c06b20493e0103313f77be7f3f000090403108a0c000000000000080bf000000000000803f00000000000000000000803fffffffff77be7f3f3108a0c0c519433e20782b3f00000000000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff000000000000b0c042e2313fd4e7843e00000000000080400000c0c000000000000080bf000000000000803f00000000000000000000803fffffffff000000000000c0c04901343fe125893e00008040000090403108e0c000000000000080bf000000000000803f00000000000000000000803fffffffff000080403108e0c0780b7d3ee49c3c3f9eef1f40000090403108e0c000000000000080bf000000000000803f00000000000000000000803fffffffff9eef1f403108e0c0fff17a3e9933343f00000040000080400000f0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c00000f0c0d6039a3eef44383f0000804000008040000000c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000000c17a03b23efa44353f00008040000080400000f0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c00000f0c07903b23eef44383f0000004000008040000000c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c0000000c1d7039a3efb44353f0000c040000090403108e0c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c0403108e0c0b622803e62ae483f0000c040000090400000c0c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c0400000c0c04d98673e5b2d493f0000c04000008040000000c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c0000000c11c03ca3efa44353f0000c040000080400000f0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c00000f0c01b03ca3eee44383f14ae074000004040f628bcc00000803f000000000000000000000000000000000000803f000080bffffffffff628bcc0000040409247553fefca433f14ae0740000040400000f0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000f0c000004040bfff5e3fefca433f14ae0740000060400000f0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000f0c000006040bfff5e3fe4ca463f14ae074000006040f628bcc00000803f000000000000000000000000000000000000803f000080bffffffffff628bcc0000060409247553fe4ca463f14ae074000004040f628fcc00000803f000000000000000000000000000000000000803f000080bffffffffff628fcc0000040406447613fefca433f14ae074000006040f628fcc00000803f000000000000000000000000000000000000803f000080bffffffffff628fcc0000060406447613fe4ca463f00000040000060400000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c000006040ed88613f6d0c473f00000040000060400000f0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000f0c000006040cb886a3f6d0c473f00000040000080400000f0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000f0c000008040cb886a3f610c4a3f00000040000080400000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c000008040ed88613f610c4a3f0000004000006040000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c100006040bf886d3f6d0c473f0000004000008040000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c100008040bf886d3f610c4a3f00000041000080400000f0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000f0c0000080408647583f620c4a3f00000041000060400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c0000060406447613f6d0c473f00000041000080400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c0000080406347613f620c4a3f00000041000060400000f0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000f0c0000060408747583f6d0c473f0000004100008040000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c1000080409247553f620c4a3f0000004100006040000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c1000060409247553f6d0c473ff628fc40000060400000f0c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000f04000006040ee11703fe4ca463ff628fc4000004040f628bcc0000080bf00000000000000000000000000000000000080bf000080bffffffffff628bc40000040401bca793fefca433ff628fc4000006040f628bcc0000080bf00000000000000000000000000000000000080bf000080bffffffffff628bc40000060401aca793fe4ca463ff628fc40000040400000f0c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000f04000004040ef11703ff0ca433ff628fc4000006040f628fcc0000080bf00000000000000000000000000000000000080bf000080bffffffffff628fc400000604049ca6d3fe4ca463ff628fc4000004040f628fcc0000080bf00000000000000000000000000000000000080bf000080bffffffffff628fc400000404049ca6d3fefca433fcff7ff40000090406210204000000000000080bf000000000000803f00000000000000000000803fffffffffcff7ff4062102040000000000000000000000041000090400000000000000000000080bf000000000000803f00000000000000000000803fffffffff0000004100000000000000000000000000000041000090406210204000000000000080bf000000000000803f00000000000000000000803fffffffff00000041621020400000000000000000cff7ff40000090400000000000000000000080bf000000000000803f00000000000000000000803fffffffffcff7ff400000000000000000000000000000c040000080400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c00000404000bde83e25635f3e0000f040000080400000000000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000000002877f53e0ae0953e0000f040000080400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c000004040d902dc3e74d7783e0000c040000080400000000000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c000000000a818013fe225893e0000f04000006040ec5138400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000f04000006040460c4e3f83c5123f0ad7c34000004040ec5138400000000000000000000080bf0000803f0000000000000000000080bfffffffff0ad7c34000004040d453563f8ec50f3f0ad7c34000006040ec5138400000000000000000000080bf0000803f0000000000000000000080bfffffffff0ad7c34000006040d453563f83c5123f0000f04000004040ec5138400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000f04000004040470c4e3f8fc50f3f0000f04000008040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000080407f85fa3e464a6f3f0000c04000006040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c0000060409c42063f524a6c3f0000c04000008040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c0000080409c42063f464a6f3f0000f04000006040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000060408085fa3e524a6c3f0000004100008040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c1000080409685f43e464a6f3f0000004100006040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c1000060409785f43e524a6c3f0000f04000004040f628fcc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000040400889593febbeb33e0000f04000006040f628fcc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000060400889593fd4beb93ef628fc4000004040f628fcc000000000000000000000803f000080bf0000000000000000000080bffffffffff628fcc000004040aed05b3febbeb33ef628fc4000006040f628fcc000000000000000000000803f000080bf0000000000000000000080bffffffffff628fcc000006040aed05b3fd4beb93e0000f04000006040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000060400041723fc9c1603c0000f04000008040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000080400041723f715fd03c0000004100006040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100006040f540753fc7c1603c0000004100008040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100008040f540753f715fd03c0000f04000009040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000000c03c520a3e7876513f0000f0400000904077be7fbf00000000000080bf000000000000803f00000000000000000000803fffffffff0000f04077be7fbf15f4e83d22b9513fcff7ff40000090400000000000000000000080bf000000000000803f00000000000000000000803fffffffffcff7ff4000000000fcbc083f3940223fcff7ff4000009040000000bf00000000000080bf000000000000803f00000000000000000000803fffffffffcff7ff40000000bf249e063f0321203f0000f04000008040000000bf00000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000000bf35b5f93e181e9a3e0000f040000080400000000000000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000000002877f53e0ae0953e0000f040000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff0000f0400000b0c0d202dc3ec144443f0000f040000080400000c0c000000000000080bf000000000000803f00000000000000000000803fffffffff0000f0400000c0c0d302dc3ecd44413f0000c040000090400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c0400000b0c04cf95a3e5e86493f3108e040000090400000c0c000000000000080bf000000000000803f00000000000000000000803fffffffff3108e0400000c0c096726a3ef07b4f3f3108e040000090400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff3108e0400000b0c0ffac5d3e5712503f0000f04000009040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000080c05500363eca35533f0000f040000090403108a0c000000000000080bf000000000000803f00000000000000000000803fffffffff0000f0403108a0c0936c503e768c533f00000041000080400000f0c000000000000080bf000000000000803f00000000000000000000803fffffffff000000410000f0c0be02e23eee44383f0000f040000080400000f0c000000000000080bf000000000000803f00000000000000000000803fffffffff0000f0400000f0c0d502dc3eee44383f3108e040000090403108e0c000000000000080bf000000000000803f00000000000000000000803fffffffff3108e0403108e0c09c91803e7f724e3f0000004100008040000000c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000000c1bf02e23efa44353f0000f04000008040000000c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000000c1d602dc3efa44353f0000c040000080400000f0c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c0400000f0c01b03ca3eee44383f0000c04000008040000000c100000000000080bf000000000000803f00000000000000000000803fffffffff0000c040000000c11c03ca3efa44353f0000003f31088040000080c00000803f00000000000000000000000000000000000080bf0000803fffffffff000080403108804000000000000000000000003f31088040000000c00000803f00000000000000000000000000000000000080bf0000803fffffffff000000403108804000000000000000000000003f00008040000000c00000803f00000000000000000000000000000000000080bf0000803fffffffff000000400000804000000000000000000000003f00008040000080c00000803f00000000000000000000000000000000000080bf0000803fffffffff000080400000804000000000000000000000003f31088040000000c0ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff000000403108804000000000000000000000003f31088040000000bfffff7f3f00000000000000000000000000000000000080bf0000803fffffffff0000003f3108804000000000000000000000003f00008040000000bfffff7f3f00000000000000000000000000000000000080bf0000803fffffffff0000003f0000804000000000000000000000003f00008040000000c0ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff0000004000008040000000000000000000000040310880400000b0c00000000000000000ffff7f3f0000803f00000000000000000000803fffffffff000000403108804000000000000000000000003f310880400000b0c00000000000000000ffff7f3f0000803f00000000000000000000803fffffffff0000003f3108804000000000000000000000003f000080400000b0c00000000000000000ffff7f3f0000803f00000000000000000000803fffffffff0000003f00008040000000000000000000000040000080400000b0c00000000000000000ffff7f3f0000803f00000000000000000000803fffffffff000000400000804000000000000000000000003f310880400000b0c0ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff0000b0403108804000000000000000000000003f31088040000080c0ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff000080403108804000000000000000000000003f00008040000080c0ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff000080400000804000000000000000000000003f000080400000b0c0ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff0000b0400000804000000000000000000000003f31088040000000bf0000000000000000ffff7fbf000080bf00000000000000000000803fffffffff000000bf3108804000000000000000000000004031088040000000bf0000000000000000ffff7fbf000080bf00000000000000000000803fffffffff000000c03108804000000000000000000000004000008040000000bf0000000000000000ffff7fbf000080bf00000000000000000000803fffffffff000000c00000804000000000000000000000003f00008040000000bf0000000000000000ffff7fbf000080bf00000000000000000000803fffffffff000000bf0000804000000000000000000000204131088040000000bfffff7fbf000000000000000000000000000000000000803f0000803fffffffff000000bf3108804000000000000000000000204131088040000000c0ffff7fbf000000000000000000000000000000000000803f0000803fffffffff000000c03108804000000000000000000000204100008040000000c0ffff7fbf000000000000000000000000000000000000803f0000803fffffffff000000c00000804000000000000000000000204100008040000000bfffff7fbf000000000000000000000000000000000000803f0000803fffffffff000000bf0000804000000000000000000000004031088040000000bf0000000000000000000080bf000080bf00000000000000000000803fffffffff000000c03108804000000000000000000000804031088040000000bf0000000000000000000080bf000080bf00000000000000000000803fffffffff000080c03108804000000000000000000000804000008040000000bf0000000000000000000080bf000080bf00000000000000000000803fffffffff000080c00000804000000000000000000000004000008040000000bf0000000000000000000080bf000080bf00000000000000000000803fffffffff000000c00000804000000000000000000000c04031088040000000bf0000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c03108804000000000000000000000c04000008040000000bf0000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c00000804000000000000000000000c04031088040000000bf0000000000000000ffff7fbf000080bf00000000000000000000803fffffffff0000c0c03108804000000000000000000000f04031088040000000bf0000000000000000ffff7fbf000080bf00000000000000000000803fffffffff0000f0c03108804000000000000000000000f04000008040000000bf0000000000000000ffff7fbf000080bf00000000000000000000803fffffffff0000f0c00000804000000000000000000000c04000008040000000bf0000000000000000ffff7fbf000080bf00000000000000000000803fffffffff0000c0c00000804000000000000000000000f04031088040000000bf0000803f00000000000000000000000000000000000080bf0000803fffffffff0000003f31088040b37e383f1a4c7b3e0000f04031088040000000000000803f00000000000000000000000000000000000080bf0000803fffffffff0000000031088040b37e383f484c6f3e0000f04000008040000000000000803f00000000000000000000000000000000000080bf0000803fffffffff00000000000080403c80383f484c6f3e0000f04000008040000000bf0000803f00000000000000000000000000000000000080bf0000803fffffffff0000003f000080403c80383f1a4c7b3e000020413108804000000000000080bf000000000000000000000000000000000000803f0000803fffffffff0000000031088040e100123f532dab3e0000204131088040000000bf000080bf000000000000000000000000000000000000803f0000803fffffffff000000bf31088040ed000f3f552dab3e0000f0403108804000000000ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff000000003108804000000000000000000000f0403108804000004040ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff000040c03108804000000000000000000000f0400000804000004040ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff000040c00000804000000000000000000000f0400000804000000000ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff000000000000804000000000000000000000004131088040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c13108804000000000000000000000204131088040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000020c13108804000000000000000000000204100008040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000020c10000804000000000000000000000004100008040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c10000804000000000000000000000f04031088040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0310880407f85fa3ed04b6f3f0000004131088040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c1310880409685f43ecf4b6f3f00002041310880400000b0c000000000000000000000803f0000803f00000000000000000000803fffffffff0000204131088040000000000000000000000041310880400000b0c000000000000000000000803f0000803f00000000000000000000803fffffffff0000004131088040000000000000000000000041000080400000b0c000000000000000000000803f0000803f00000000000000000000803fffffffff0000004100008040000000000000000000002041000080400000b0c000000000000000000000803f0000803f00000000000000000000803fffffffff00002041000080400000000000000000000020413108804000004040ffff7fbf000000000000000000000000000000000000803f0000803fffffffff00004040310880400000000000000000000020413108804000000000ffff7fbf000000000000000000000000000000000000803f0000803fffffffff00000000310880400000000000000000000020410000804000000000ffff7fbf000000000000000000000000000000000000803f0000803fffffffff00000000000080400000000000000000000020410000804000004040ffff7fbf000000000000000000000000000000000000803f0000803fffffffff0000404000008040000000000000000000000041310880400000b0c000000000000000000000803f0000803f00000000000000000000803fffffffff00000041310880407282783f1879083d0000f040310880400000b0c000000000000000000000803f0000803f00000000000000000000803fffffffff0000f040310880407e82753f1879083d0000f040000080400000b0c000000000000000000000803f0000803f00000000000000000000803fffffffff0000f040000080407e82753f8560083d00000041000080400000b0c000000000000000000000803f0000803f00000000000000000000803fffffffff00000041000080407282783f8560083d0000204131088040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c03108804000000000000000000000204131088040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c03108804000000000000000000000204100008040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c00000804000000000000000000000204100008040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c00000804000000000000000000000204131088040000080c0ffff7fbf000000000000000000000000000000000000803f0000803fffffffff000080c031088040000000000000000000002041310880400000b0c0ffff7fbf000000000000000000000000000000000000803f0000803fffffffff0000b0c031088040000000000000000000002041000080400000b0c0ffff7fbf000000000000000000000000000000000000803f0000803fffffffff0000b0c00000804000000000000000000000204100008040000080c0ffff7fbf000000000000000000000000000000000000803f0000803fffffffff000080c00000804000000000000000000000f040310880400000f0c00000000000000000ffff7f3f0000803f00000000000000000000803fffffffff0000f0403108804000000000000000000000c040310880400000f0c00000000000000000ffff7f3f0000803f00000000000000000000803fffffffff0000c0403108804000000000000000000000c040000080400000f0c00000000000000000ffff7f3f0000803f00000000000000000000803fffffffff0000c0400000804000000000000000000000f040000080400000f0c00000000000000000ffff7f3f0000803f00000000000000000000803fffffffff0000f0400000804000000000000000000000c040310880400000f0c000000000000000000000803f0000803f00000000000000000000803fffffffff0000c04031088040000000000000000000008040310880400000f0c000000000000000000000803f0000803f00000000000000000000803fffffffff0000804031088040000000000000000000008040000080400000f0c000000000000000000000803f0000803f00000000000000000000803fffffffff000080400000804000000000000000000000c040000080400000f0c000000000000000000000803f0000803f00000000000000000000803fffffffff0000c0400000804000000000000000000000f040310880400000b0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000b0c031088040c82f623e7b7f543f0000f040310880400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c0310880403a676e3edace533f0000f040000080400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c000008040a3686e3e6ad0533f0000f040000080400000b0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000b0c0000080403131623e0b81543f0000f040310880400000c0c0ffff7fbf000000000000000000000000000000000000803f0000803fffffffff0000c0c03108804000000000000000000000f040310880400000f0c0ffff7fbf000000000000000000000000000000000000803f0000803fffffffff0000f0c03108804000000000000000000000f040000080400000f0c0ffff7fbf000000000000000000000000000000000000803f0000803fffffffff0000f0c00000804000000000000000000000f040000080400000c0c0ffff7fbf000000000000000000000000000000000000803f0000803fffffffff0000c0c000008040000000000000000000000040310880400000c0c00000803f00000000000000000000000000000000000080bf0000803fffffffff0000c040310880405022653e72b32f3f00000040310880400000b0c00000803f00000000000000000000000000000000000080bf0000803fffffffff0000b04031088040e378593e536f2f3f00000040000080400000b0c00000803f00000000000000000000000000000000000080bf0000803fffffffff0000b040000080406f79593ed56d2f3f00000040000080400000c0c00000803f00000000000000000000000000000000000080bf0000803fffffffff0000c04000008040dc22653ef4b12f3f00000040310880400000f0c000000000000000000000803f0000803f00000000000000000000803fffffffff0000004031088040000000000000000000000040000080400000f0c000000000000000000000803f0000803f00000000000000000000803fffffffff0000004000008040000000000000000000000040310880400000f0c0ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff0000f04031088040000000000000000000000040310880400000c0c0ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff0000c04031088040000000000000000000000040000080400000c0c0ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff0000c04000008040000000000000000000000040000080400000f0c0ffff7f3f00000000000000000000000000000000000080bf0000803fffffffff0000f04000008040000000000000000077be7f3f00009040000000c0f404353ff20435bf0000000000000000000000000000803f000080bfffffffff000000c03bdb78407faf013ed5ea2d3f0000003f31088040000000c0f404353ff20435bf0000000000000000000000000000803f000080bfffffffff000000c029b14b407ba7fd3d8f0f2a3f0000003f31088040000080c0f404353ff20435bf0000000000000000000000000000803f000080bfffffffff000080c029b14b4026492b3e0454283f77be7f3f00009040000080c0f404353ff20435bf0000000000000000000000000000803f000080bfffffffff000080c03bdb7840b57d2d3ee43b2c3f77be7f3f0000904077be7fbff304353ff20435bf0000000000000000000000000000803f000080bfffffffff77be7fbf3bdb7840e29fdb3d2fbe2e3f0000003f31088040000000bff304353ff20435bf0000000000000000000000000000803f000080bfffffffff000000bf29b14b40584ebe3d88112c3f0000003f310880400000b0c0f404353ff20435bf0000000000000000000000000000803f000080bfffffffff0000b0c029b14b4093b04c3e1c42273f77be7f3f000090403108a0c0f404353ff20435bf0000000000000000000000000000803f000080bfffffffff3108a0c03bdb7840c519433e20782b3f000080400000904077be7fbf00000000f20435bff40435bf0000803f0000000000000000000080bfffffffff000080403bdb78403191e13daaa33e3f0000804031088040000000bf00000000f20435bff40435bf0000803f0000000000000000000080bfffffffff0000804029b14b405ee2c23d94d23e3f0000004031088040000000bf00000000f20435bff40435bf0000803f0000000000000000000080bfffffffff0000004029b14b406be4be3daef9333f000000400000904077be7fbf00000000f20435bff40435bf0000803f0000000000000000000080bfffffffff000000403bdb78405ccfdc3d84d9333f0000c0400000904077be7fbf00000000f20435bff40435bf0000803f0000000000000000000080bfffffffff0000c0403bdb7840f6d2e53d868a493f0000c04031088040000000bf00000000f20435bff40435bf0000803f0000000000000000000080bfffffffff0000c04029b14b40680ac73d97b9493f0000f0400000904077be7fbf00000000f20435bff40435bf0000803f0000000000000000000080bfffffffff0000f0403bdb784015f4e83d22b9513f0000f04031088040000000bf00000000f20435bff40435bf0000803f0000000000000000000080bfffffffff0000f04029b14b40fe28ca3d19e8513f0000003f31088040000000bf00000000f20435bff40435bf0000803f0000000000000000000080bfffffffff0000003f29b14b40584ebe3d88112c3f77be7f3f0000904077be7fbf00000000f20435bff40435bf0000803f0000000000000000000080bfffffffff77be7f3f3bdb7840e29fdb3d2fbe2e3f9eef1f40000090400000b0c0f404353ff40435bf00000000f30435bff30435bf00000000000080bfffffffff8b5e9ec00000b0c0508b573e32bd333f00000040310880400000b0c0f404353ff40435bf00000000f30435bff30435bf00000000000080bfffffffff82c987c00000b0c0e378593e536f2f3f00000040310880400000c0c0f404353ff40435bf00000000f30435bff30435bf00000000000080bfffffffff82c987c00000c0c05022653e72b32f3f9eef1f40000090400000c0c0f404353ff40435bf00000000f30435bff30435bf00000000000080bfffffffff8b5e9ec00000c0c045dc633ef0d6333f00000040310880400000f0c0f304353ff30435bf00000000f30435bff30435bf00000000000080bfffffffff82c987c00000f0c0a041843e6a72303f9eef1f40000090403108e0c0f304353ff30435bf00000000f30435bff30435bf00000000000080bfffffffff8b5e9ec03108e0c0fff17a3e9933343f77be7f3f000090403108a0c000000000f30435bff304353f000080bf0000000000000000000080bfffffffff77be7fbfa161b5bec519433e20782b3f0000003f310880400000b0c000000000f30435bff304353f000080bf0000000000000000000080bfffffffff000000bf8cac87bf93b04c3e1c42273f00000040310880400000b0c000000000f30435bff304353f000080bf0000000000000000000080bfffffffff000000c08cac87bfe378593e536f2f3f00000040000090403108a0c000000000f30435bff304353f000080bf0000000000000000000080bfffffffff000000c0a161b5be6b20493e0103313f9eef1f40000090403108e0c000000000f20435bff204353f000080bf0000000000000000000080bfffffffff9eef1fc05c5de2bffff17a3e9933343f00000040310880400000f0c000000000f40435bff404353f000080bf0000000000000000000080bfffffffff000000c0c0581ec0a041843e6a72303f00008040310880400000f0c000000000f20435bff204353f000080bf0000000000000000000080bfffffffff000080c0c0581ec03c2b873e41473c3f00008040000090403108e0c000000000f30435bff304353f000080bf0000000000000000000080bfffffffff000080c05c5de2bf780b7d3ee49c3c3f0000c040310880400000f0c000000000f40435bff404353f000080bf0000000000000000000080bfffffffff0000c0c0c0581ec00291883ecc7f483f0000c040000090403108e0c000000000f40435bff404353f000080bf0000000000000000000080bfffffffff0000c0c05c5de2bfb622803e62ae483f0000f040310880400000f0c000000000f30435bff304353f000080bf0000000000000000000080bfffffffff0000f0c0c0581ec0b7e5883ed568513f3108e040000090403108e0c000000000f30435bff304353f000080bf0000000000000000000080bfffffffff3108e0c05c5de2bf9c91803e7f724e3f3108e040000090403108e0c0f30435bff30435bf00000000f30435bff304353f00000000000080bfffffffff5c5de2bf3108e0c09c91803e7f724e3f0000f040310880400000f0c0f30435bff30435bf00000000f30435bff304353f00000000000080bfffffffffc0581ec00000f0c0b7e5883ed568513f0000f040310880400000c0c0f30435bff30435bf00000000f30435bff304353f00000000000080bfffffffffc0581ec00000c0c03a676e3edace533f3108e040000090400000c0c0f30435bff30435bf00000000f30435bff304353f00000000000080bfffffffff5c5de2bf0000c0c096726a3ef07b4f3f0000f040310880400000b0c0f40435bff40435bf00000000f30435bff304353f00000000000080bfffffffffc0581ec00000b0c0c82f623e7b7f543f3108e040000090400000b0c0f40435bff40435bf00000000f30435bff304353f00000000000080bfffffffff5c5de2bf0000b0c0ffac5d3e5712503f0000f040000090403108a0c000000000f40435bff404353f000080bf0000000000000000000080bfffffffff0000f0c0a161b5be936c503e768c533f0000f040310880400000b0c000000000f40435bff404353f000080bf0000000000000000000080bfffffffff0000f0c08cac87bfc82f623e7b7f543f00000041310880400000b0c000000000f40435bff404353f000080bf0000000000000000000080bfffffffff000000c18cac87bf6804603e7975573f00000041000090403108a0c000000000f40435bff404353f000080bf0000000000000000000080bfffffffff000000c1a161b5be96004f3e42cf563f00002041310880400000b0c000000000f30435bff304353f000080bf0000000000000000000080bfffffffff000020c18cac87bfa379593e0657633f19041841000090403108a0c000000000f30435bff304353f000080bf0000000000000000000080bfffffffff190418c1a161b5be7fbe4a3e71aa5f3f19041841000090403108a0c0f80435bfed0435bf000000000000000000000000000080bf000080bfffffffff3108a040b45162c07fbe4a3e71aa5f3f00002041310880400000b0c0f80435bfed0435bf000000000000000000000000000080bf000080bfffffffff0000b040e2bd87c0a379593e0657633f0000204131088040000080c0f80435bfed0435bf000000000000000000000000000080bf000080bfffffffff00008040e2bd87c0a049343e6f3f643f1904184100009040000080c0f90435bfed0435bf000000000000000000000000000080bf000080bfffffffff00008040b45162c020af333eadc95f3f0000204131088040000000c0f90435bfed0435bf000000000000000000000000000080bf000080bfffffffff00000040e2bd87c03228013e6f3f643f1904184100009040000000c0f90435bfed0435bf000000000000000000000000000080bf000080bfffffffff00000040b35162c08b46013ee0bc5f3f0000204131088040000000bff80435bfed0435bf000000000000000000000000000080bf000080bfffffffff0000003fe2bd87c0ac6db53d5429643f1904184100009040000000bff80435bfed0435bf000000000000000000000000000080bf000080bfffffffff0000003fb45162c08fc4b53d04a45f3f000020413108804000000000f90435bfed0435bf000000000000000000000000000080bf000080bfffffffff00000000e2bd87c091cd9b3dae21643f190418410000904000000000f90435bfed0435bf000000000000000000000000000080bf000080bfffffffff00000000b35162c061249c3d509c5f3f000020413108804000004040f90435bfee0435bf000000000000000000000000000080bf000080bfffffffff000040c0e2bd87c06f12833a8cf3633f190418410000904062102040f80435bfed0435bf000000000000000000000000000080bf000080bfffffffff621020c0b45162c0abb15f3cd9755f3f19041841000090406210204000000000f30435bff30435bf0000803f0000000000000000000080bfffffffff19041841c9edb43fc782e23eb087733f00002041310880400000404000000000f40435bff40435bf0000803f0000000000000000000080bfffffffff000020414a33353ff085dc3ece4b6f3f00000041310880400000404000000000f30435bff30435bf0000803f0000000000000000000080bfffffffff000000414a33353f9685f43ecf4b6f3f00000041000090406210204000000000f30435bff30435bf0000803f0000000000000000000080bfffffffff00000041c9edb43f9485f43eb187733f0000f040310880400000404000000000f30435bff30435bf0000803f0000000000000000000080bfffffffff0000f0404a33353f7f85fa3ed04b6f3fcff7ff40000090406210204000000000f40435bff40435bf0000803f0000000000000000000080bfffffffffcff7ff40c9edb43f000000000000000000000041000090406210204000000000f30435bff30435bf0000803f0000000000000000000080bfffffffff00000041c9edb43f00000000000000000000f040310880400000404000000000f30435bff30435bf0000803f0000000000000000000080bfffffffff0000f0404a33353f0000000000000000cff7ff400000904062102040f404353ff40435bf00000000f30435bff30435bf00000000000080bffffffffff9680dc1621020405ec3393f15485a3f0000f0403108804000004040f304353ff30435bf00000000f30435bff30435bf00000000000080bfffffffff751e02c100004040f3c4363f330c563f0000f0403108804000000000f404353ff40435bf00000000f30435bff30435bf00000000000080bfffffffff751e02c100000000adc4483f330c563fcff7ff400000904000000000f304353ff30435bf00000000f30435bff30435bf00000000000080bffffffffff9680dc100000000adc4483f15485a3fcff7ff400000904000000000f404353ff40435bf00000000f30435bff30435bf00000000000080bffffffffff9680dc100000000d242343f484c6f3e0000f0403108804000000000f404353ff40435bf00000000f30435bff30435bf00000000000080bfffffffff751e02c100000000b37e383f484c6f3e0000f04031088040000000bff404353ff40435bf00000000f30435bff30435bf00000000000080bfffffffff751e02c1000000bfb37e383f1a4c7b3ecff7ff4000009040000000bff404353ff40435bf00000000f30435bff30435bf00000000000080bffffffffff9680dc1000000bfb37e383f0829843ecff7ff400000904000000000f404353ff40435bf00000000f30435bff30435bf00000000000080bffffffffff9680dc100000000b37e383f3f527c3e0000f04031088040000000bff404353ff40435bf00000000f30435bff30435bf00000000000080bfffffffff751e02c1000000bfd242343f0929843e0000004100009040000000bf00000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000000bf3a9f063fed1f203fcff7ff4000009040000000bf00000000000080bf00000000000080bf0000000000000000000080bfffffffffcff7ffc0000000bf249e063f0321203f0000f0400000904077be7fbf00000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c077be7fbf4362023fa720203f0000004100009040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000000c0b142003f4ec2193f0000f0400000904077be7fbf00000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c077be7fbf15f4e83d22b9513f0000f04000009040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000000c03c520a3e7876513f0000004100009040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000000c06fd70a3ecb30543f0000004000009040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c0000080c0f31a313edbcd313f9eef1f40000090400000b0c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff9eef1fc00000b0c0508b573e32bd333f0000804000009040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000080c02e9c353ec1a53d3f00008040000090400000b0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c00000b0c07a0f593ee0fd3c3f00000040000090403108a0c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff000000c03108a0c06b20493e0103313f0000c04000009040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c0000080c0edad353ecae0493f0000f040000090403108a0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c03108a0c0936c503e768c533f0000f04000009040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000080c05500363eca35533f3108e040000090400000b0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff3108e0c00000b0c0ffac5d3e5712503f0000c040000090400000b0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c00000b0c04cf95a3e5e86493fcff7ff4000009040000000bf3acd133f3acd13bf3bcd13bff404353f00000000f304353f000080bfffffffffdaaea940229be440e5d3da3dfc25553f0000f04031088040000000bf3acd133f3acd13bf3bcd13bff404353f00000000f304353f000080bfffffffff56649e409c0cd140fe28ca3d19e8513f0000f0400000904077be7fbf3acd133f3acd13bf3bcd13bff404353f00000000f304353f000080bfffffffffd1199340229be44015f4e83d22b9513f00000040000090403108a0c03acd133f3acd13bf3acd133ff30435bf00000000f304353f000080bfffffffff1f6a9ec0c1bd1c406b20493e0103313f00000040310880400000b0c03acd133f3acd13bf3acd133ff30435bf00000000f304353f000080bfffffffffa4b4a9c06a41eb3fe378593e536f2f3f9eef1f40000090400000b0c03acd133f3acd13bf3acd133ff30435bf00000000f304353f000080bfffffffff28ffb4c0c1bd1c40508b573e32bd333f3108e040000090400000b0c03acd13bf3acd13bf3acd133ff30435bf00000000f30435bf000080bfffffffffe1da87bf8ff2b6bfffac5d3e5712503f0000f040310880400000b0c03acd13bf3acd13bf3acd133ff30435bf00000000f30435bf000080bffffffffff304b5bf539602c0c82f623e7b7f543f0000f040000090403108a0c03acd13bf3acd13bf3acd133ff30435bf00000000f30435bf000080bfffffffff052fe2bf8ff2b6bf936c503e768c533f0000004100004040ec51384000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1ec513840af741e3cc680193f7b141e4100004040ec51384000000000000080bf00000000000080bf0000000000000000000080bfffffffff7b141ec1ec513840b8741e3c49c8243f00002041000040400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff000020c10000404094c1e03b9880253f00000041000040400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c100004040c3c1e03bc680193f7b141e41000060400000000000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff7b141e41000000006002fa3e75c8183f7b141e4100006040ec51384000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff7b141e41ec5138409c480e3f75c8183f00002041000060400000404000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff0000204100004040ec000f3fc480193f000020410000604000000000000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000000006002fa3ec480193f7b141e4100006040ec513840000000000000803f000000000000803f0000000000000000000080bfffffffff7b141e41ec5138409c480e3f75c8183f0000004100006040ec513840000000000000803f000000000000803f0000000000000000000080bfffffffff00000041ec5138409a480e3ff3800d3f000000410000604000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000004100004040ea000f3ff3800d3f000020410000604000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000204100004040ec000f3fc480193f7b141e4100004040ec51384000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff7b141ec1ec513840b8741e3c49c8243f7b141e41000040400000000000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff7b141ec100000000ec099e3d49c8243f00002041000040400000000000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff000020c100000000ec099e3d9880253f7b141e4100006040000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff7b141e41000000bf7702f43e75c8183f7b141e410000604000000000000000000000803f000000000000803f0000000000000000000080bfffffffff7b141e41000000006002fa3e75c8183f0000204100006040000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000000bf7702f43ec480193f7b141e41000040400000000000000000000080bf00000000000080bf0000000000000000000080bfffffffff7b141ec100000000ec099e3d49c8243f7b141e4100004040000000bf00000000000080bf00000000000080bf0000000000000000000080bfffffffff7b141ec1000000bf9109b63d49c8243f0000204100004040000000bf00000000000080bf00000000000080bf0000000000000000000080bfffffffff000020c1000000bf9109b63d9880253f00002041000040400000000000000000000080bf00000000000080bf0000000000000000000080bfffffffff000020c100000000ec099e3d9880253f7b141e4100006040000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff7b141e41000000c0be02e23e75c8183f0000204100006040000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000000c0be02e23ec480193f7b141e4100004040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff7b141ec1000000c07b08fe3d49c8243f0000204100004040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000020c1000000c07b08fe3d9880253f7b141e4100006040000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff7b141e41000080c01b03ca3e75c8183f0000204100006040000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000080c01b03ca3ec480193f7b141e4100004040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff7b141ec1000080c084032f3e49c8243f0000204100004040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000020c1000080c084032f3e9880253f7b141e41000060400000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff7b141e410000b0c06103b83e76c8183f00002041000060400000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000020410000b0c06103b83ec580193f7b141e41000040400000b0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff7b141ec10000b0c0f902533e49c8243f00002041000040400000b0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000020c10000b0c0f902533e9880253f7b141e4100006040f628bcc000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff7b141e41f628bcc01674b33e76c8183f00002041000060400000b0c000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff000020410000b0c06103b83ec580193f00002041000060400000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000020410000c0c07803b23ec580193f7b141e41000040400000b0c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff7b141ec10000b0c0f902533e49c8243f7b141e4100004040f628bcc000000000000080bf00000000000080bf0000000000000000000080bfffffffff7b141ec1f628bcc08f215c3e49c8243f00002041000040400000c0c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff000020c10000c0c0cc025f3e9880253ff628fc4000004040f628bcc000000000000080bf00000000000080bf0000000000000000000080bffffffffff628fcc0f628bcc08e215c3e77c8183f00000041000040400000c0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c10000c0c0ca025f3ec780193f00002041000040400000c0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000020c10000c0c0cc025f3e9880253ff628fc40000060400000f0c0000000000000803f000000000000803f0000000000000000000080bffffffffff628fc400000f0c0c003a03ea5c80c3ff628fc4000006040f628bcc0000000000000803f000000000000803f0000000000000000000080bffffffffff628fc40f628bcc01774b33ea3c80c3f00000041000060400000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000410000c0c07803b23ef2800d3f00000041000060400000f0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000410000f0c0c103a03ef4800d3f7b141e4100006040f628bcc0000000000000803f000000000000803f0000000000000000000080bfffffffff7b141e41f628bcc01674b33e76c8183ff628fc40000040400000f0c000000000000080bf00000000000080bf0000000000000000000080bffffffffff628fcc00000f0c02081813e78c8183f00000041000040400000f0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c10000f0c02081813ec780193ff628fc4000006040f628fcc000000000ffff7f3f000000000000803f0000000000000000000080bffffffffff628fc40f628fcc076749b3ea5c80c3f00000041000060400000f0c000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff000000410000f0c0c103a03ef4800d3f0000004100006040000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000000c1d8039a3ef4800d3ff628fc40000040400000f0c000000000ffff7fbf00000000000080bf0000000000000000000080bffffffffff628fcc00000f0c02081813e78c8183ff628fc4000004040f628fcc000000000000080bf00000000000080bf0000000000000000000080bffffffffff628fcc0f628fcc06b10863e78c8183f0000004100004040000000c100000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff000000c1000000c10981873ec780193ff628fc4000004040f628fcc000000000ffff7fbf00000000000080bf0000000000000000000080bffffffffff628fcc0f628fcc06b10863e78c8183f0000f04000004040f628fcc000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0f628fcc06b10863ed280163f0000f04000004040000000c100000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000f0c0000000c10981873ed280163f0000004100004040000000c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000000c10981873ec780193f0000c04000004040f628fcc000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c0f628fcc06a10863ef5800d3f0000c04000004040000000c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c0000000c10881873ef5800d3f0000f04000004040000000c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000000c10981873ed280163f0000f04000006040f628fcc000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff0000f040f628fcc076749b3eff800a3ff628fc4000006040f628fcc0000000000000803f000000000000803f0000000000000000000080bffffffffff628fc40f628fcc076749b3ea5c80c3f0000004100006040000000c100000000ffff7f3f000000000000803f0000000000000000000080bfffffffff00000041000000c1d8039a3ef4800d3f0000f04000006040000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000000c1d7039a3eff800a3f0000804000004040f628fcc000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0f628fcc06a10863e2381013f0000804000004040000000c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000000c10881873e2381013f0000c04000006040f628fcc0000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040f628fcc075749b3e2281013f0000f04000006040f628fcc0000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040f628fcc076749b3eff800a3f0000c04000006040000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000000c1d7039a3e2281013f14ae074000004040f628fcc000000000000080bf00000000000080bf0000000000000000000080bfffffffff14ae07c0f628fcc06a10863e4173ec3e0000004000004040000000c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c0000000c10881873ea302eb3e0000804000006040f628fcc0000000000000803f000000000000803f0000000000000000000080bfffffffff00008040f628fcc075749b3ea102eb3e0000804000006040000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000000c1d7039a3ea102eb3e14ae074000004040f628fcc000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff14ae07c0f628fcc06a10863e4173ec3e14ae0740000040400000f0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff14ae07c00000f0c02081813e4173ec3e00000040000040400000f0c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff000000c00000f0c02081813ea302eb3e14ae074000006040f628fcc0000000000000803f000000000000803f0000000000000000000080bfffffffff14ae0740f628fcc075749b3e9e73d43e0000004000006040000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000040000000c1d6039a3eff02d33e14ae074000004040f628bcc000000000000080bf00000000000080bf0000000000000000000080bfffffffff14ae07c0f628bcc08e215c3e4273ec3e00000040000040400000c0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c00000c0c0cb025f3ea402eb3e00000040000040400000f0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c00000f0c02081813ea302eb3e14ae0740000060400000f0c000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff14ae07400000f0c0c003a03e9f73d43e0000004000006040000000c100000000ffff7f3f000000000000803f0000000000000000000080bfffffffff00000040000000c1d6039a3eff02d33e00000040000060400000f0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000400000f0c0c003a03e0003d33e0000003f00004040f628bcc000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bff628bcc08f215c3ee802d93e0000003f000040400000c0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf0000c0c0cb025f3ee802d93e14ae074000006040f628bcc0000000000000803f000000000000803f0000000000000000000080bfffffffff14ae0740f628bcc01a74b33e9e73d43e14ae0740000060400000f0c0000000000000803f000000000000803f0000000000000000000080bfffffffff14ae07400000f0c0c003a03e9f73d43e00000040000060400000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000400000c0c07c03b23e0003d33e8ec2f53d00004040f628bcc000000000000080bf00000000000080bf0000000000000000000080bfffffffff8ec2f5bdf628bcc08f215c3e9e73d43e00000000000040400000c0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000000000c0c0cb025f3e0003d33e0000003f00006040f628bcc0000000000000803f000000000000803f0000000000000000000080bfffffffff0000003ff628bcc01674b33e4603c13e0000003f000060400000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f0000c0c07803b23e4703c13e8ec2f53d00004040f628bcc000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff8ec2f5bdf628bcc08f215c3e9e73d43e8fc2f53d000040400000b0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff8fc2f5bd0000b0c0f902533e9e73d43e00000000000040400000b0c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff000000000000b0c0f902533e0003d33e8ec2f53d00006040f628bcc0000000000000803f000000000000803f0000000000000000000080bfffffffff8ec2f53df628bcc01574b33efc73bc3e00000000000060400000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000000000c0c07703b23e5e03bb3e8fc2f53d00004040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff8fc2f5bd000080c085032f3e9e73d43e00000000000040400000b0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000000000b0c0f902533e0003d33e8fc2f53d000060400000b0c000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff8fc2f53d0000b0c06103b83efc73bc3e00000000000060400000c0c000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff000000000000c0c07703b23e5e03bb3e00000000000060400000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000000000b0c06103b83e5d03bb3e8fc2f53d00004040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff8fc2f5bd000000c07b08fe3d9e73d43e8fc2f53d00006040000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff8fc2f53d000080c01c03ca3efb73bc3e8fc2f53d000060400000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff8fc2f53d0000b0c06103b83efc73bc3e0000000000006040000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000080c01c03ca3e5d03bb3e8fc2f53d00004040000000bf00000000000080bf00000000000080bf0000000000000000000080bfffffffff8fc2f5bd000000bf9109b63d9e73d43e0000000000004040000000bf00000000000080bf00000000000080bf0000000000000000000080bfffffffff00000000000000bf9109b63d0003d33e8fc2f53d00006040000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff8fc2f53d000000c0be02e23efb73bc3e0000000000006040000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000000c0be02e23e5d03bb3e8ec2f53d000040408ec2f5bd00000000000080bf00000000000080bf0000000000000000000080bfffffffff8ec2f5bd8ec2f5bd68cca33d9e73d43e00000000000040400000000000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000000000000000ed099e3d0003d33e8fc2f53d00006040000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff8fc2f53d000000bf7802f43efb73bc3e0000000000006040000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000000bf7802f43e5d03bb3e0000003f000060408fc2f5bd000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f8fc2f5bdc291f83e4603c13e8ec2f53d000060408ec2f5bd000000000000803f000000000000803f0000000000000000000080bfffffffff8ec2f53d8ec2f5bdc291f83efb73bc3e000000000000604000000000000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000000006002fa3e5d03bb3e0000003f0000604000000000000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000000006002fa3e4603c13e0000003f000040408fc2f5bd00000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf8fc2f5bd68cca33de902d93e0000003f000040400000000000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf00000000ed099e3de902d93e00000040000060408fc2f5bd000000000000803f000000000000803f0000000000000000000080bfffffffff000000408fc2f5bdc391f83efe02d33e000000400000604000000000000000000000803f000000000000803f0000000000000000000080bfffffffff00000040000000006102fa3efe02d33e00000040000040408fc2f5bd00000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c08fc2f5bd67cca33da302eb3e00000040000040400000000000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c000000000ec099e3da302eb3e00008040000060408fc2f5bd000000000000803f000000000000803f0000000000000000000080bfffffffff000080408fc2f5bdc691f83e9e02eb3e000080400000604000000000000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000000006502fa3e9e02eb3e00008040000040408fc2f5bd00000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c08fc2f5bd68cca33d2381013f00008040000040400000000000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c000000000ed099e3d2381013f0ad7c340000060408ec2f5bd000000000000803f000000000000803f0000000000000000000080bfffffffff0ad7c3408ec2f5bdc391f83e7639023f0000c0400000604000000000000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000000006202fa3e2681013f0ad7c340000040408ec2f5bd00000000000080bf00000000000080bf0000000000000000000080bfffffffff0ad7c3c08ec2f5bd69cca33d44390e3f0000c040000040400000000000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c000000000ee099e3df5800d3f0ad7c34000004040ec51384000000000000080bf00000000000080bf0000000000000000000080bfffffffff0ad7c3c0ec513840a4741e3c44390e3f0000c040000040400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c000004040afc1e03bf5800d3f0000f04000006040ec51384000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff0000f040ec5138409a480e3ffe800a3f0ad7c34000006040ec513840000000000000803f000000000000803f0000000000000000000080bfffffffff0ad7c340ec51384099480e3f6c39023f0000c040000060400000404000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff0000c04000004040e9000f3f1d81013f0000f0400000604000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000f04000004040e9000f3ffe800a3f0000c0400000604000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000c04000004040e9000f3f1d81013f0ad7c34000004040ec51384000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0ad7c3c0ec513840a4741e3c44390e3f0000f04000004040ec51384000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0ec513840ac741e3cd280163f0000f040000040400000404000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000f0c000004040c3c1e03bd280163f0000f04000006040ec513840000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040ec5138409a480e3ffe800a3f0000f040000040400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c000004040c3c1e03bd280163f0000004100008040000080c00000000000000000000080bf000080bf00000000000000000000803fffffffff000000c19a99814048ca6d3f6d0c473f0000f04000008040000080c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c09a9981403cca703f6d0c473f0000f04000009040000080c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000090403cca703f610c4a3f0000004100009040000080c00000000000000000000080bf000080bf00000000000000000000803fffffffff000000c10000904048ca6d3f620c4a3f0000c04000008040000000c000000000000000000000803f0000803f00000000000000000000803fffffffff0000c0409a9981402341693f2760203d0000f04000008040000000c000000000000000000000803f0000803f00000000000000000000803fffffffff0000f0409a9981400041723f2760203d0000f04000009040000000c000000000000000000000803f0000803f00000000000000000000803fffffffff0000f040000090400041723f6f5f503d0000c04000009040000000c000000000000000000000803f0000803f00000000000000000000803fffffffff0000c040000090402341693f6e5f503d0000004100008040000000c00000803f00000000000000000000000000000000000080bf0000803fffffffff000000409a9981407185fa3e73093f3f0000004100008040000080c00000803f00000000000000000000000000000000000080bf0000803fffffffff000080409a9981408a42093f73093f3f0000004100009040000080c00000803f00000000000000000000000000000000000080bf0000803fffffffff00008040000090408a42093f6709423f0000004100009040000000c00000803f00000000000000000000000000000000000080bf0000803fffffffff00000040000090407185fa3e6709423f0000004100008040000000c000000000000000000000803f0000803f00000000000000000000803fffffffff000000419a998140f540753f2760203d0000004100009040000000c000000000000000000000803f0000803f00000000000000000000803fffffffff0000004100009040f540753f6e5f503d0000c04000008040000080c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c09a9981401aca793f6d0c473f0000c04000009040000080c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c0000090401aca793f620c4a3f0000804000008040000000c000000000000000000000803f0000803f00000000000000000000803fffffffff000080409a99814050415d3f2860203d0000804000009040000000c000000000000000000000803f0000803f00000000000000000000803fffffffff000080400000904050415d3f6e5f503d0000c040000080400000c0c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c069918140f3c4363f24da763f00008040000080400000c0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000080c069918140c5c4423f24da763f00008040000090400000c0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000080c000009040c5c4423f18da793f0000c040000090400000c0c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c000009040f3c4363f18da793f0000004000008040000000c000000000000000000000803f0000803f00000000000000000000803fffffffff000000409a9981407e41513f2960203d0000004000009040000000c000000000000000000000803f0000803f00000000000000000000803fffffffff00000040000090407e41513f6e5f503d0000804000008040000080c00000000000000000000080bf000080bf00000000000000000000803fffffffff000080c09a998140f3c4363fa11b7a3f0000004000008040000080c00000000000000000000080bf000080bf00000000000000000000803fffffffff000000c09a998140c5c4423fa11b7a3f0000004000009040000080c00000000000000000000080bf000080bf00000000000000000000803fffffffff000000c000009040c5c4423f961b7d3f0000804000009040000080c00000000000000000000080bf000080bf00000000000000000000803fffffffff000080c000009040f3c4363f961b7d3f00008040000080400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c0699181403706493feb4d4a3f00008040000080400000b0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000b0c0699181402b064c3feb4d4a3f00008040000090400000b0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000b0c0000090402b064c3fe04d4d3f00008040000090400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c0000090403706493fdf4d4d3f0000c040000080400000b0c00000803f00000000000000000000000000000000000080bf0000803fffffffff0000b040699181408e42093f0bc5303f0000c040000080400000c0c00000803f00000000000000000000000000000000000080bf0000803fffffffff0000c0406991814082420c3f0bc5303f0000c040000090400000c0c00000803f00000000000000000000000000000000000080bf0000803fffffffff0000c0400000904083420c3fffc4333f0000c040000090400000b0c00000803f00000000000000000000000000000000000080bf0000803fffffffff0000b040000090408e42093fffc4333f0000004000008040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c09a9981402ec76e3fd886203f0000004000008040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c09a99814000c77a3fd886203f0000004000009040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c00000904000c77a3fcc86233f0000004000009040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c0000090402ec76e3fcc86233f00008040000040400000003f00000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c00000003f4b0a863d2381013f00000040000040400000003f00000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c00000003f4b0a863da402eb3e00000041000040400000504000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000050406f12833ac780193f0000f040000040400000504000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000050408712833ad280163f0000244100004040000000bf00000000000080bf00000000000080bf0000000000000000000080bfffffffff000024c1000000bf9109b63d9200273f00002441000040400000000000000000000080bf00000000000080bf0000000000000000000080bfffffffff000024c100000000ec099e3d9200273f0000244100004040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000024c1000080c084032f3e9200273f0000244100004040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000024c1000000c07b08fe3d9200273f0000f04000008040cdcc7cc000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000f0c0cdcc7cc0d902dc3ee8d2503f0000f04000008040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000080c0da02dc3e1c86503f0000004100008040000080c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff000000c1000080c0c202e23e1c86503f6666fe4000008040cdcc7cc000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff6666fec0cdcc7cc02b69e13ee8d2503f6666fe4000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff6666fec0cdcc7cc02b69e13ee8d2503f0000004100008040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000080c0c202e23e1c86503f0000004100008040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000000c0c202e23eef855c3f6666fe4000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff6666fec0333303c02a69e13e23395c3f6666fe4000008040333303c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff6666fec0333303c02a69e13e23395c3f0000f04000008040000000c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000f0c0000000c0d902dc3eee855c3f0000f04000008040333303c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000f0c0333303c0d902dc3e22395c3f00008040000090400000b0c0000080bf0000000000000000000000005b6a943c3ef57f3f0000803fffffffff0000b0c0000090402b064c3fe04d4d3f0000804000008040310880c0000080bf000000000000000000000000c3e7453c38fb7f3f0000803fffffffff310880c0000080407f04553feb4d4a3f0000804000009040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c0000090400806553fdf4d4d3f0000804000008040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c0000080400806553feb4d4a3f00008040000080400000b0c0000080bf000000000000000000000000aa57143d01d57f3f0000803fffffffff0000b0c0699181402b064c3feb4d4a3f0000c04000008040310880c00000803f000000000000000000000000c3e745bc38fb7fbf0000803fffffffff31088040000080403a44003f0bc5303f0000c040000080400000b0c00000803f000000000000000000000000aa5714bd01d57fbf0000803fffffffff0000b040699181408e42093f0bc5303f0000c040000090400000b0c00000803f0000000000000000000000005b6a94bc3ef57fbf0000803fffffffff0000b040000090408e42093fffc4333f0000c04000009040000080c00000803f00000000000000000000000000000000000080bf0000803fffffffff0000804000009040b142003fffc4333f0000c04000008040000080c00000803f00000000000000000000000000000000000080bf0000803fffffffff0000804000008040b042003f0cc5303fcccc6040000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcccc60409a996dc0fa29ac3eaf3f523fcdcc604000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcdcc6040cdcc7cc0fa29ac3ee8d2503f66667040000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff666670409a996dc0bc16af3eaf3f523f6666704000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff66667040cdcc7cc0bd16af3ee8d2503fcccc60400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffffcccc604066665ec0fa29ac3e77ac533f66667040000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff666670409a996dc0bc16af3eaf3f523f666670400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff6666704066665ec0bc16af3e77ac533fcccc6040000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffffcccc60409a996dc0fa29ac3eaf3f523f9a994140000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff9a9941409a996dc07650a63eaf3f523f3433514000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff34335140cdcc7cc0373da93ee8d2503f34335140000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff343351409a996dc0373da93eaf3f523f9a99414000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff9a994140cdcc7cc07650a63ee8d2503f333351400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff3333514066665ec0373da93e76ac533f9a9941400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff9a99414066665ec07650a63e76ac533f9a994140000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff9a9941409a996dc07650a63eaf3f523f34335140000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff343351409a996dc0373da93eaf3f523f333351400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffff3333514033334fc0373da93e3e19553f9a9941400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffff9a99414033334fc07650a63e3e19553f9a99414000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff9a994140000040c07650a63e0586563f333351400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff3333514033334fc0373da93e3e19553f3433514000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff34335140000040c0383da93e0586563fcccc60400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcccc604033334fc0fa29ac3e3f19553fcccc60400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcccc604066665ec0fa29ac3e77ac533f666670400000804034334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff6666704034334fc0bc16af3e3f19553fcdcc604000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffffcdcc6040000040c0fa29ac3e0686563f666670400000804034334fc000000000000080bf000000000000803f00000000000000000000803fffffffff6666704034334fc0bc16af3e3f19553f6666704000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff66667040000040c0bb16af3e0686563f66662240000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff666622409a996dc0f076a03eaf3f523f0000324000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00003240cdcc7cc0b163a33ee8d2503f00003240000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff000032409a996dc0b263a33eaf3f523f6666224000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff66662240cdcc7cc0ef76a03ee8d2503f666622400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff6666224066665ec0f076a03e77ac533f00003240000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff000032409a996dc0b263a33eaf3f523f000032400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000324066665ec0b263a33e76ac533f66662240000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff666622409a996dc0f076a03eaf3f523fcccc1240000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffffcccc12409a996dc02f8a9d3eaf3f523f33330340000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff333303409a996dc06e9d9a3eb03f523f3333034000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff33330340cdcc7cc06d9d9a3ee8d2503fcccc124000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffffcccc1240cdcc7cc02f8a9d3ee8d2503fcccc12400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffffcccc124066665ec0308a9d3e77ac533f333303400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff3333034066665ec06e9d9a3e77ac533fcccc12400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffffcccc124033334fc0308a9d3e3e19553f333303400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffff3333034033334fc06e9d9a3e3f19553fcccc124000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffffcccc1240000040c0308a9d3e0686563f3333034000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff33330340000040c06e9d9a3e0686563f666622400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff6666224033334fc0f176a03e3e19553f000032400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000324066665ec0b263a33e76ac533f000032400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000324033334fc0b363a33e3e19553f666622400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff6666224066665ec0f076a03e77ac533f6666224000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff66662240000040c0f176a03e0586563f0000324000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00003240000040c0b363a33e0586563f6666224000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff66662240cdcc30c0f276a03ecdf2573f0000324000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff00003240000040c0b363a33e0586563f0000324000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffff00003240cccc30c0b463a33eccf2573f66662240000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff666622409a9921c0f276a03e945f593f0000324000008040cccc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00003240cccc30c0b463a33eccf2573f00003240000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff000032409a9921c0b463a33e945f593f6666224000008040cdcc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff66662240cdcc30c0f276a03ecdf2573f3333034000008040cdcc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff33330340cdcc30c06e9d9a3ecdf2573fcccc124000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcccc1240000040c0308a9d3e0686563fcccc124000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffffcccc1240cccc30c0308a9d3ecdf2573f33330340000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff333303409a9921c06f9d9a3e955f593fcccc1240000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcccc12409a9921c0308a9d3e945f593f3333034000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff33330340cdcc30c06e9d9a3ecdf2573f3333034000008040666612c000000000000080bf000000000000803f00000000000000000000803fffffffff33330340666612c06f9d9a3e5ccc5a3f33330340000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff333303409a9921c06f9d9a3e955f593fcccc124000008040676612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcccc1240676612c0308a9d3e5bcc5a3fcccc1240000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffffcccc12409a9921c0308a9d3e945f593fcccc124000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcccc1240333303c0318a9d3e23395c3f3333034000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff33330340333303c06f9d9a3e23395c3f3333034000008040666612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff33330340666612c06f9d9a3e5ccc5a3fcccc124000008040676612c000000000000080bf000000000000803f00000000000000000000803fffffffffcccc1240676612c0308a9d3e5bcc5a3f6666224000008040666612c000000000000080bf000000000000803f00000000000000000000803fffffffff66662240666612c0f376a03e5bcc5a3f66662240000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff666622409a9921c0f276a03e945f593f0000324000008040676612c000000000000080bf000000000000803f00000000000000000000803fffffffff00003240676612c0b463a33e5bcc5a3f00003240000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff000032409a9921c0b463a33e945f593f0000324000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff00003240333303c0b563a33e22395c3f6666224000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff66662240333303c0f376a03e23395c3fcccc604000008040cdcc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcccc6040cdcc30c0f929ac3ecdf2573f6666704000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffff66667040cccc30c0bb16af3ecdf2573fcccc6040000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcccc60409a9921c0f929ac3e945f593f6666704000008040cccc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff66667040cccc30c0bb16af3ecdf2573f66667040000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff666670409a9921c0bb16af3e955f593f9a99414000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff9a994140cdcc30c07650a63eccf2573f3433514000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff34335140000040c0383da93e0586563f3433514000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffff34335140cccc30c0383da93eccf2573f33335140000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff333351409a9921c0383da93e935f593f9a994140000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff9a9941409a9921c07650a63e935f593f9a99414000008040666612c000000000000080bf000000000000803f00000000000000000000803fffffffff9a994140666612c07650a63e5bcc5a3f9a994140000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff9a9941409a9921c07650a63e935f593f3333514000008040676612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff33335140676612c0383da93e5bcc5a3f9a99414000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff9a994140333303c07650a63e23395c3f3333514000008040676612c000000000000080bf000000000000803f00000000000000000000803fffffffff33335140676612c0383da93e5bcc5a3f3433514000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff34335140333303c0383da93e23395c3fcccc604000008040666612c000000000000080bf000000000000803f00000000000000000000803fffffffffcccc6040666612c0f929ac3e5ccc5a3f6666704000008040666612c000000000000080bf000000000000803f00000000000000000000803fffffffff66667040666612c0ba16af3e5ccc5a3fcccc6040000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffffcccc60409a9921c0f929ac3e945f593fcdcc604000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcdcc6040333303c0f929ac3e23395c3fcccc604000008040666612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffffcccc6040666612c0f929ac3e5ccc5a3f6666704000008040666612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff66667040666612c0ba16af3e5ccc5a3f6666704000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff66667040333303c0ba16af3e23395c3f0000b040000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b0409a996dc03603c43eaf3f523f0000b84000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b840cdcc7cc02b03c73ee8d2503f0000b840000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b8409a996dc02b03c73eaf3f523f0000b04000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b040cdcc7cc03603c43ee8d2503f0000b0400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000b04066665ec03603c43e77ac533f0000b840000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000b8409a996dc02b03c73eaf3f523f0000b8400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000b84066665ec02b03c73e77ac533f0000b040000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000b0409a996dc03603c43eaf3f523f0000a040000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a0409a996dc04d03be3eaf3f523f0000a84000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a840cdcc7cc04103c13ee8d2503f0000a840000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a8409a996dc04103c13eaf3f523f0000a04000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a040cdcc7cc04d03be3ee8d2503f0000a0400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000a04066665ec04d03be3e76ac533f0000a840000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000a8409a996dc04103c13eaf3f523f0000a8400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000a84066665ec04103c13e76ac533f0000a040000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000a0409a996dc04d03be3eaf3f523f0000a0400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a04033334fc04d03be3e3d19553f0000a8400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a84066665ec04103c13e76ac533f0000a8400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a84033334fc04203c13e3d19553f0000a0400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a04066665ec04d03be3e76ac533f0000a04000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a040000040c04d03be3e0586563f0000a84000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a840000040c04203c13e0586563f0000b0400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b04033334fc03603c43e3e19553f0000b8400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b84066665ec02b03c73e77ac533f0000b8400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b84033334fc02b03c73e3e19553f0000b0400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b04066665ec03603c43e77ac533f0000b04000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b040000040c03603c43e0686563f0000b84000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b840000040c02b03c73e0686563f00009040000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff000090409a996dc06203b83eb03f523f0000984000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00009840cdcc7cc05603bb3ee8d2503f00009840000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff000098409a996dc05703bb3eaf3f523f0000904000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00009040cdcc7cc06203b83ee8d2503f000090400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000904066665ec06203b83e77ac533f00009840000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff000098409a996dc05703bb3eaf3f523f000098400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000984066665ec05703bb3e77ac533f00009040000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff000090409a996dc06203b83eb03f523f00008040000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff000080409a996dc07b03b23eb03f523f0000884000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00008840cdcc7cc06f03b53ee9d2503f00008840000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff000088409a996dc06f03b53eb03f523f0000804000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00008040cdcc7cc07b03b23ee9d2503f000080400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000804066665ec07b03b23e77ac533f00008840000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff000088409a996dc06f03b53eb03f523f000088400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000884066665ec06f03b53e77ac533f00008040000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff000080409a996dc07b03b23eb03f523f000080400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000804033334fc07a03b23e3e19553f000088400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000884066665ec06f03b53e77ac533f000088400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000884033334fc06f03b53e3e19553f000080400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000804066665ec07b03b23e77ac533f0000804000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00008040000040c07a03b23e0586563f0000884000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00008840000040c06f03b53e0586563f000090400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000904033334fc06303b83e3e19553f000098400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000984066665ec05703bb3e77ac533f000098400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000984033334fc05703bb3e3e19553f000090400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000904066665ec06203b83e77ac533f0000904000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00009040000040c06303b83e0586563f0000984000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00009840000040c05803bb3e0586563f0000904000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff00009040cdcc30c06303b83ecdf2573f0000984000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff00009840000040c05803bb3e0586563f0000984000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffff00009840cccc30c05803bb3eccf2573f00009040000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff000090409a9921c06403b83e945f593f00009840000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff000098409a9921c05803bb3e945f593f0000904000008040cdcc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00009040cdcc30c06303b83ecdf2573f0000804000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff00008040cdcc30c07a03b23eccf2573f0000884000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff00008840000040c06f03b53e0586563f0000884000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffff00008840cccc30c06f03b53eccf2573f00008040000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff000080409a9921c07a03b23e945f593f00008840000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff000088409a9921c06f03b53e945f593f0000804000008040cdcc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00008040cdcc30c07a03b23eccf2573f0000804000008040666612c000000000000080bf000000000000803f00000000000000000000803fffffffff00008040666612c07a03b23e5bcc5a3f0000884000008040676612c000000000000080bf000000000000803f00000000000000000000803fffffffff00008840676612c06f03b53e5bcc5a3f0000884000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff00008840333303c06f03b53e23395c3f0000804000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00008040333303c07a03b23e23395c3f0000904000008040666612c000000000000080bf000000000000803f00000000000000000000803fffffffff00009040666612c06403b83e5bcc5a3f0000984000008040676612c000000000000080bf000000000000803f00000000000000000000803fffffffff00009840676612c05903bb3e5bcc5a3f0000984000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff00009840333303c05903bb3e22395c3f0000904000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff00009040333303c06403b83e23395c3f0000b04000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000b040cdcc30c03603c43ecdf2573f0000b84000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff0000b840000040c02b03c73e0686563f0000b84000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000b840cccc30c02b03c73ecdf2573f0000b040000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff0000b0409a9921c03703c43e945f593f0000b840000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b8409a9921c02b03c73e945f593f0000b04000008040cdcc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b040cdcc30c03603c43ecdf2573f0000a04000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040cdcc30c04d03be3eccf2573f0000a84000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a840000040c04203c13e0586563f0000a84000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a840cccc30c04203c13eccf2573f0000a040000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a0409a9921c04d03be3e935f593f0000a840000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a8409a9921c04203c13e935f593f0000a04000008040cdcc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a040cdcc30c04d03be3eccf2573f0000a04000008040666612c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040666612c04d03be3e5bcc5a3f0000a84000008040676612c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a840676612c04203c13e5bcc5a3f0000a84000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a840333303c04303c13e22395c3f0000a04000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a040333303c04d03be3e22395c3f0000b04000008040666612c000000000000080bf000000000000803f00000000000000000000803fffffffff0000b040666612c03703c43e5bcc5a3f0000b84000008040676612c000000000000080bf000000000000803f00000000000000000000803fffffffff0000b840676612c02b03c73e5bcc5a3f0000b84000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff0000b840333303c02b03c73e22395c3f0000b04000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000b040333303c03703c43e22395c3f6666fe4000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff6666fe40333303c02a69e13e23395c3f0000f04000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000f040333303c0d902dc3e22395c3f0000f04000008040666612c000000000000080bf000000000000803f00000000000000000000803fffffffff0000f040666612c0d902dc3e5bcc5a3f0000f040000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff0000f0409a9921c0d902dc3e945f593f0000f04000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000f040cdcc30c0d902dc3ecdf2573f0000f04000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000040c0d902dc3e0586563f6666fe4000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff6666fe40cdcc7cc02b69e13ee8d2503f0000f0400000804033334fc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000f04033334fc0d902dc3e3e19553f0000f0400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000f04066665ec0d902dc3e77ac533f0000f040000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000f0409a996dc0d902dc3eaf3f523f0000f04000008040cdcc7cc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000f040cdcc7cc0d902dc3ee8d2503f0000ea40000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000ea409a996dc0e2c2d93eaf3f523f0000e440000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000e4409a996dc0eb82d73eaf3f523f0000e44000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000e440cdcc7cc0eb82d73ee8d2503f0000ea4000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000ea40cdcc7cc0e2c2d93ee8d2503f0000e4400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000e44066665ec0eb82d73e77ac533f0000ea40000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000ea409a996dc0e2c2d93eaf3f523f0000ea400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000ea4066665ec0e2c2d93e77ac533f0000e440000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000e4409a996dc0eb82d73eaf3f523f0000de40000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000de409a996dc0f342d53eaf3f523f0000d840000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000d8409a996dc0fc02d33eaf3f523f0000d84000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000d840cdcc7cc0fc02d33ee8d2503f0000de4000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000de40cdcc7cc0f342d53ee8d2503f0000d8400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000d84066665ec0fc02d33e77ac533f0000de40000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000de409a996dc0f342d53eaf3f523f0000de400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000de4066665ec0f342d53e76ac533f0000d840000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000d8409a996dc0fc02d33eaf3f523f0000de400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffff0000de4033334fc0f342d53e3e19553f0000d8400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffff0000d84033334fc0fc02d33e3e19553f0000d8400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000d84066665ec0fc02d33e77ac533f0000de400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000de4066665ec0f342d53e76ac533f0000de4000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff0000de40000040c0f342d53e0586563f0000d84000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff0000d840000040c0fc02d33e0586563f0000ea400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffff0000ea4033334fc0e2c2d93e3e19553f0000e4400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffff0000e44033334fc0eb82d73e3e19553f0000e4400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000e44066665ec0eb82d73e77ac533f0000ea400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000ea4066665ec0e2c2d93e77ac533f0000ea4000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff0000ea40000040c0e2c2d93e0586563f0000e44000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff0000e440000040c0eb82d73e0586563f0000d240000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000d2409a996dc004c3d03eaf3f523f0000cc40000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000cc409a996dc00d83ce3eaf3f523f0000cc4000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000cc40cdcc7cc00d83ce3ee8d2503f0000d24000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000d240cdcc7cc004c3d03ee8d2503f0000cc400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000cc4066665ec00d83ce3e77ac533f0000d240000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000d2409a996dc004c3d03eaf3f523f0000d2400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000d24066665ec004c3d03e77ac533f0000cc40000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000cc409a996dc00d83ce3eaf3f523f0000c640000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000c6409a996dc01643cc3eaf3f523f0000c040000080409a996dc000000000000080bf000000000000803f00000000000000000000803fffffffff0000c0409a996dc01f03ca3eaf3f523f0000c04000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000c040cdcc7cc02003ca3ee8d2503f0000c64000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000c640cdcc7cc01643cc3ee8d2503f0000c0400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c04066665ec01f03ca3e77ac533f0000c640000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c6409a996dc01643cc3eaf3f523f0000c6400000804066665ec000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c64066665ec01643cc3e77ac533f0000c040000080409a996dc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c0409a996dc01f03ca3eaf3f523f0000c6400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffff0000c64033334fc01643cc3e3e19553f0000c0400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffff0000c04033334fc01f03ca3e3e19553f0000c0400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000c04066665ec01f03ca3e77ac533f0000c6400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000c64066665ec01643cc3e77ac533f0000c64000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c640000040c01643cc3e0586563f0000c04000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c040000040c01e03ca3e0586563f0000d2400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffff0000d24033334fc004c3d03e3e19553f0000cc400000804033334fc000000000000080bf000000000000803f00000000000000000000803fffffffff0000cc4033334fc00d83ce3e3e19553f0000cc400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000cc4066665ec00d83ce3e77ac533f0000d2400000804066665ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000d24066665ec004c3d03e77ac533f0000d24000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff0000d240000040c004c3d03e0586563f0000cc4000008040000040c000000000000080bf000000000000803f00000000000000000000803fffffffff0000cc40000040c00d83ce3e0586563f0000cc4000008040cdcc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000cc40cdcc30c00d83ce3eccf2573f0000d24000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000d240000040c004c3d03e0586563f0000d24000008040cccc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000d240cccc30c004c3d03eccf2573f0000cc40000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff0000cc409a9921c00d83ce3e945f593f0000d24000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000d240cccc30c004c3d03eccf2573f0000d240000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff0000d2409a9921c004c3d03e945f593f0000cc4000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000cc40cdcc30c00d83ce3eccf2573f0000c04000008040cdcc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c040cdcc30c01e03ca3eccf2573f0000c64000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c640000040c01643cc3e0586563f0000c64000008040cccc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c640cccc30c01643cc3ecdf2573f0000c040000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c0409a9921c01e03ca3e945f593f0000c64000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c640cccc30c01643cc3ecdf2573f0000c640000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c6409a9921c01543cc3e945f593f0000c04000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c040cdcc30c01e03ca3eccf2573f0000c04000008040666612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c040666612c01e03ca3e5bcc5a3f0000c040000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c0409a9921c01e03ca3e945f593f0000c64000008040676612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c640676612c01543cc3e5bcc5a3f0000c64000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c640333303c01543cc3e22395c3f0000c04000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c040333303c01e03ca3e22395c3f0000cc4000008040666612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000cc40666612c00d83ce3e5bcc5a3f0000cc40000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000cc409a9921c00d83ce3e945f593f0000d24000008040676612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000d240676612c004c3d03e5bcc5a3f0000d24000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000d240333303c004c3d03e22395c3f0000cc4000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff0000cc40333303c00d83ce3e22395c3f0000e44000008040cdcc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000e440cdcc30c0eb82d73ecdf2573f0000ea4000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000ea40000040c0e2c2d93e0586563f0000ea4000008040cccc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000ea40cccc30c0e2c2d93ecdf2573f0000e440000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff0000e4409a9921c0eb82d73e945f593f0000ea4000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000ea40cccc30c0e2c2d93ecdf2573f0000ea40000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff0000ea409a9921c0e2c2d93e945f593f0000e44000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000e440cdcc30c0eb82d73ecdf2573f0000d84000008040cdcc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000d840cdcc30c0fc02d33eccf2573f0000de4000008040000040c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000de40000040c0f342d53e0586563f0000de4000008040cccc30c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000de40cccc30c0f342d53eccf2573f0000d840000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff0000d8409a9921c0fc02d33e935f593f0000de4000008040cccc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000de40cccc30c0f342d53eccf2573f0000de40000080409a9921c000000000000080bf000000000000803f00000000000000000000803fffffffff0000de409a9921c0f342d53e935f593f0000d84000008040cdcc30c000000000000080bf000000000000803f00000000000000000000803fffffffff0000d840cdcc30c0fc02d33eccf2573f0000d84000008040666612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000d840666612c0fc02d33e5bcc5a3f0000d840000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000d8409a9921c0fc02d33e935f593f0000de4000008040676612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000de40676612c0f342d53e5bcc5a3f0000de4000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000de40333303c0f342d53e22395c3f0000d84000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff0000d840333303c0fc02d33e22395c3f0000e44000008040666612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000e440666612c0eb82d73e5bcc5a3f0000e440000080409a9921c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000e4409a9921c0eb82d73e945f593f0000ea4000008040676612c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000ea40676612c0e2c2d93e5bcc5a3f0000ea4000008040333303c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000ea40333303c0e2c2d93e22395c3f0000e44000008040333303c000000000000080bf000000000000803f00000000000000000000803fffffffff0000e440333303c0eb82d73e22395c3fcccc124000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffffcccc12c0cdcc7cc02f8a9d3ee8d2503f3333034000008040cdcc7cc000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff333303c0cdcc7cc06d9d9a3ee8d2503f0000004000008040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c0000080c0d6039a3e1c86503f6666224000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff666622c0cdcc7cc0ef76a03ee8d2503f0000324000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff000032c0cdcc7cc0b163a33ee8d2503f9a99414000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff9a9941c0cdcc7cc07650a63ee8d2503f0000804000008040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000080c08003b23e1c86503f3433514000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff343351c0cdcc7cc0373da93ee8d2503fcdcc604000008040cdcc7cc000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffffcdcc60c0cdcc7cc0fa29ac3ee8d2503f6666704000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff666670c0cdcc7cc0bd16af3ee8d2503f0000804000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0cdcc7cc07b03b23ee9d2503f3333034000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff333303c0333303c06f9d9a3e23395c3f0000004000008040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c0000000c0d8039a3eee855c3f3333034000008040666612c000000000000080bf00000000000080bf0000000000000000000080bfffffffff333303c0666612c06f9d9a3e5ccc5a3f33330340000080409a9921c000000000000080bf00000000000080bf0000000000000000000080bfffffffff333303c09a9921c06f9d9a3e955f593f3333034000008040cdcc30c000000000000080bf00000000000080bf0000000000000000000080bfffffffff333303c0cdcc30c06e9d9a3ecdf2573f3333034000008040000040c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff333303c0000040c06e9d9a3e0686563f333303400000804033334fc000000000000080bf00000000000080bf0000000000000000000080bfffffffff333303c033334fc06e9d9a3e3f19553f333303400000804066665ec000000000000080bf00000000000080bf0000000000000000000080bfffffffff333303c066665ec06e9d9a3e77ac533f33330340000080409a996dc000000000000080bf00000000000080bf0000000000000000000080bfffffffff333303c09a996dc06e9d9a3eb03f523f0000804000008040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000000c07a03b23eee855c3f9a99414000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff9a9941c0333303c07650a63e23395c3f0000324000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000032c0333303c0b563a33e22395c3f6666224000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff666622c0333303c0f376a03e23395c3fcccc124000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffffcccc12c0333303c0318a9d3e23395c3f3333034000008040333303c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff333303c0333303c06f9d9a3e23395c3f3433514000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff343351c0333303c0383da93e23395c3fcdcc604000008040333303c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffffcdcc60c0333303c0f929ac3e23395c3f6666704000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff666670c0333303c0ba16af3e23395c3f0000804000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0333303c07a03b23e23395c3f0000a04000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000a0c0333303c04d03be3e22395c3f0000c04000008040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c0000000c01e03ca3eee855c3f0000a84000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000a8c0333303c04303c13e22395c3f0000b04000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b0c0333303c03703c43e22395c3f0000b84000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b8c0333303c02b03c73e22395c3f0000c04000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c0333303c01e03ca3e22395c3f0000984000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000098c0333303c05903bb3e22395c3f0000904000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000090c0333303c06403b83e23395c3f0000884000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000088c0333303c06f03b53e23395c3f0000c64000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c6c0cdcc7cc01643cc3ee8d2503f0000c04000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c0cdcc7cc02003ca3ee8d2503f0000c04000008040000080c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000c0c0000080c01f03ca3e1d86503f0000cc4000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000ccc0cdcc7cc00d83ce3ee8d2503f0000d24000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000d2c0cdcc7cc004c3d03ee8d2503f0000d84000008040cdcc7cc000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000d8c0cdcc7cc0fc02d33ee8d2503f0000f04000008040000080c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000f0c0000080c0da02dc3e1c86503f0000de4000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000dec0cdcc7cc0f342d53ee8d2503f0000e44000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e4c0cdcc7cc0eb82d73ee8d2503f0000ea4000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000eac0cdcc7cc0e2c2d93ee8d2503f0000f04000008040cdcc7cc000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0cdcc7cc0d902dc3ee8d2503f0000c04000008040000000c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000c0c0000000c01e03ca3eee855c3f0000d84000008040333303c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000d8c0333303c0fc02d33e22395c3f0000de4000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000dec0333303c0f342d53e22395c3f0000e44000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e4c0333303c0eb82d73e22395c3f0000ea4000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000eac0333303c0e2c2d93e22395c3f0000f04000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0333303c0d902dc3e22395c3f0000d24000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000d2c0333303c004c3d03e22395c3f0000cc4000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000ccc0333303c00d83ce3e22395c3f0000c64000008040333303c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c6c0333303c01543cc3e22395c3f0000884000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff00008840cdcc7cc06f03b53ee9d2503f0000804000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff00008040cdcc7cc07b03b23ee9d2503f0000804000008040310880c000000000000080bf000000000000803f00000000000000000000803fffffffff00008040310880c07b03b23e9484503f0000904000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff00009040cdcc7cc06203b83ee8d2503f0000984000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff00009840cdcc7cc05603bb3ee8d2503f0000a04000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040cdcc7cc04d03be3ee8d2503f0000c04000008040310880c000000000000080bf000000000000803f00000000000000000000803fffffffff0000c040310880c02103ca3e9384503f0000a84000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000a840cdcc7cc04103c13ee8d2503f0000b04000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000b040cdcc7cc03603c43ee8d2503f0000b84000008040cdcc7cc000000000000080bf000000000000803f00000000000000000000803fffffffff0000b840cdcc7cc02b03c73ee8d2503ffebdf34000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebdf3c00000884057a5383f1b74ae3efebded4000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebdedc000008840522b383fd07db03e0000ea4000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000eac0000080406983363fd17db03e0000f04000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000080406efd363f1b74ae3efebdf340000088409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d40b776e240fe724a3fa8f3543ffebdf34000008840cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c40b776e2403706493fa8f3543f0000f04000008040cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c40bba1d9403706493fbf4b533f0000f040000080409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d40bba1d940fe724a3fbf4b533ffebded4000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0e7ebdf4053fd773fd4f54b3ffebded40000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0e7ebdf408c90763fd4f54b3f0000ea40000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0eb16d7408c90763feb4d4a3f0000ea4000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0eb16d74053fd773feb4d4a3ffebded400000884066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0e7ebdf40c523753fd4f54b3f0000ea400000804066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0eb16d740c523753feb4d4a3ffebdf3400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e40b776e240c5df4b3fa8f3543f0000f0400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e40bba1d940c5df4b3fbf4b533ffebdf3400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f40b776e2408d4c4d3fa8f3543f0000f0400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f40bba1d9408d4c4d3fbf4b533ffebded400000884033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0e7ebdf40fdb6733fd4f54b3f0000ea400000804033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0eb16d740fdb6733feb4d4a3ffebdf34000008840000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff00004040b776e24054b94e3fa8f3543f0000f04000008040000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff00004040bba1d94054b94e3fbf4b533ffebded4000008840000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0e7ebdf40364a723fd4f54b3f0000ea4000008040000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0eb16d740364a723feb4d4a3ffebded4000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0e7ebdf406fdd703fd4f54b3f0000ea4000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0eb16d7406fdd703feb4d4a3ffebdf34000008840cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc3040b776e2401b26503fa8f3543f0000f04000008040cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc3040bba1d9401b26503fbf4b533ffebdf340000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a992140b776e240e292513fa8f3543f0000f040000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a992140bba1d940e292513fbf4b533ffebded40000088409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0e7ebdf40a8706f3fd4f54b3f0000ea40000080409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0eb16d740a8706f3feb4d4a3ffebded4000008840676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0e7ebdf40e0036e3fd4f54b3f0000ea4000008040676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0eb16d740e0036e3feb4d4a3ffebdf34000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66661240b776e240aaff523fa8f3543f0000f04000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66661240bba1d940aaff523fbf4b533ffebded4000008840333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0e7ebdf4019976c3fd4f54b3f0000ea4000008040333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0eb16d74019976c3feb4d4a3ffebdf34000008840333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33330340b776e240716c543fa8f3543f0000f04000008040333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33330340bba1d940716c543fbf4b533ffebded4000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebded40000088406efd363f2924b83efebdf34000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebdf340000088406983363f741ab63e0000f04000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000f04000008040522b383f741ab63e0000ea4000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000ea400000804057a5383f2a24b83efebde74000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebde7c00000884057a5383fe300b13efebde14000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebde1c000008840522b383f990ab33e0000de4000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000dec0000080406983363f990ab33e0000e44000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000e4c0000080406efd363fe300b13efebde740000088409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d401761dd40fe724a3f1bdd563ffebde74000008840cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c401761dd403706493f1bdd563f0000e44000008040cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c401b8cd4403706493f3235553f0000e440000080409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d401b8cd440fe724a3f3235553ffebde14000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc047d6da40716c543f52374f3ffebde140000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc047d6da40aaff523f52374f3f0000de40000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc04b01d240aaff523f698f4d3f0000de4000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc04b01d240716c543f698f4d3ffebde1400000884066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec047d6da40e292513f52374f3f0000de400000804066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec04b01d240e292513f698f4d3ffebde7400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e401761dd40c5df4b3f1bdd563f0000e4400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e401b8cd440c5df4b3f3235553ffebde7400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f401761dd408d4c4d3f1bdd563f0000e4400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f401b8cd4408d4c4d3f3235553ffebde1400000884033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc047d6da401b26503f52374f3f0000de400000804033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc04b01d2401b26503f698f4d3ffebde74000008840000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff000040401761dd4054b94e3f1bdd563f0000e44000008040000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff000040401b8cd44054b94e3f3235553ffebde14000008840000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c047d6da4054b94e3f52374f3f0000de4000008040000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c04b01d24054b94e3f698f4d3ffebde14000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c047d6da408c4c4d3f52374f3f0000de4000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c04b01d2408c4c4d3f698f4d3ffebde74000008840cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc30401761dd401b26503f1bdd563f0000e44000008040cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc30401b8cd4401b26503f3235553ffebde740000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a9921401761dd40e292513f1bdd563f0000e440000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a9921401b8cd440e292513f3235553ffebde140000088409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c047d6da40c5df4b3f52374f3f0000de40000080409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c04b01d240c5df4b3f698f4d3ffebde14000008840676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c047d6da40fe724a3f52374f3f0000de4000008040676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c04b01d240fe724a3f698f4d3ffebde74000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff666612401761dd40aaff523f1bdd563f0000e44000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff666612401b8cd440aaff523f3235553ffebde14000008840333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c047d6da403706493f52374f3f0000de4000008040333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c04b01d2403706493f698f4d3ffebde74000008840333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff333303401761dd40716c543f1bdd563f0000e44000008040333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff333303401b8cd440716c543f3235553ffebde14000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebde1400000884075fc783f2e8e1e3efebde74000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebde740000088407082783fc27a1a3e0000e44000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000e44000008040582a7a3fc27a1a3e0000de4000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000de40000080405ea47a3f2e8e1e3efebddb4000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebddbc00000884056e8223f9864b83efebdd54000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebdd5c000008840506e223f4e6eba3e0000d24000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000d2c00000804068c6203f4e6eba3e0000d84000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000d8c0000080406d40213f9864b83efebddb40000088409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d40784bd840fe724a3f8dc6583ffebddb4000008840cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c40784bd8403706493f8dc6583f0000d84000008040cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c407b76cf403706493fa41e573f0000d840000080409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d407b76cf40fe724a3fa41e573ffebdd54000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0a8c0d540716c543fe3825e3ffebdd540000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0a8c0d540aaff523fe3825e3f0000d240000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0acebcc40aaff523ffada5c3f0000d24000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0acebcc40716c543ffada5c3ffebdd5400000884066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0a8c0d540e292513fe3825e3f0000d2400000804066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0acebcc40e292513ffada5c3ffebddb400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e40784bd840c5df4b3f8dc6583f0000d8400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e407b76cf40c5df4b3fa41e573ffebddb400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f40784bd8408d4c4d3f8dc6583f0000d8400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f407b76cf408d4c4d3fa41e573ffebdd5400000884033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0a8c0d5401b26503fe3825e3f0000d2400000804033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0acebcc401b26503ffada5c3ffebddb4000008840000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff00004040784bd84054b94e3f8dc6583f0000d84000008040000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff000040407b76cf4054b94e3fa41e573ffebdd54000008840000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0a8c0d54054b94e3fe3825e3f0000d24000008040000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0acebcc4054b94e3ffada5c3ffebdd54000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0a8c0d5408c4c4d3fe3825e3f0000d24000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0acebcc408c4c4d3ffada5c3ffebddb4000008840cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc3040784bd8401b26503f8dc6583f0000d84000008040cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc30407b76cf401b26503fa41e573ffebddb40000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a992140784bd840e292513f8dc6583f0000d840000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a9921407b76cf40e292513fa41e573ffebdd540000088409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0a8c0d540c5df4b3fe3825e3f0000d240000080409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0acebcc40c5df4b3ffada5c3ffebdd54000008840676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0a8c0d540fe724a3fe3825e3f0000d24000008040676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0acebcc40fe724a3ffada5c3ffebddb4000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66661240784bd840aaff523f8dc6583f0000d84000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff666612407b76cf40aaff523fa41e573ffebdd54000008840333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0a8c0d5403706493fe3825e3f0000d24000008040333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0acebcc403706493ffada5c3ffebddb4000008840333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33330340784bd840716c543f8dc6583f0000d84000008040333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff333303407b76cf40716c543fa41e573ffebdd54000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebdd540000088406efd363f6197b53efebddb4000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebddb40000088406983363fab8db33e0000d84000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000d84000008040522b383fab8db33e0000d24000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000d2400000804057a5383f6197b53efebdcf4000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebdcfc000008840eae57a3f8560083dfebdc94000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebdc9c000008840e56b7a3f33ae183d0000c64000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000c6c000008040fcc3783f33ae183d0000cc4000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000ccc000008040013e793f8560083dfebdcf40000088409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d40d835d340496a6d3f52374f3ffebdcf4000008840cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c40d835d34081fd6b3f52374f3f0000cc4000008040cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c40dc60ca4081fd6b3f698f4d3f0000cc40000080409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d40dc60ca40496a6d3f698f4d3ffebdc94000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc008abd0403514603f52374f3ffebdc940000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc008abd0406da75e3f52374f3f0000c640000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc00cd6c7406da75e3f698f4d3f0000c64000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc00cd6c7403514603f698f4d3ffebdc9400000884066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec008abd040a63a5d3f52374f3f0000c6400000804066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec00cd6c740a63a5d3f698f4d3ffebdcf400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e40d835d34010d76e3f52374f3f0000cc400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e40dc60ca4010d76e3f698f4d3ffebdcf400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f40d835d340d743703f52374f3f0000cc400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f40dc60ca40d743703f698f4d3ffebdc9400000884033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc008abd040dfcd5b3f52374f3f0000c6400000804033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc00cd6c740dfcd5b3f698f4d3ffebdcf4000008840000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff00004040d835d3409fb0713f52374f3f0000cc4000008040000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff00004040dc60ca409fb0713f698f4d3ffebdc94000008840000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c008abd04017615a3f52374f3f0000c64000008040000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c00cd6c74017615a3f698f4d3ffebdc94000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c008abd04050f4583f52374f3f0000c64000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c00cd6c74050f4583f698f4d3ffebdcf4000008840cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc3040d835d340661d733f52374f3f0000cc4000008040cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc3040dc60ca40661d733f698f4d3ffebdcf40000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a992140d835d3402d8a743f52374f3f0000cc40000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a992140dc60ca402d8a743f698f4d3ffebdc940000088409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c008abd0408987573f52374f3f0000c640000080409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c00cd6c7408987573f698f4d3ffebdc94000008840676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c008abd040c21a563f52374f3f0000c64000008040676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c00cd6c740c21a563f698f4d3ffebdcf4000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66661240d835d340f5f6753f52374f3f0000cc4000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66661240dc60ca40f5f6753f698f4d3ffebdc94000008840333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c008abd040faad543f52374f3f0000c64000008040333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c00cd6c740faad543f698f4d3ffebdcf4000008840333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33330340d835d340bc63773f52374f3f0000cc4000008040333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33330340dc60ca40bc63773f698f4d3ffebdc94000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebdc9400000884042bc1e3f4d6eba3efebdcf4000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebdcf40000088403d421e3f9864b83e0000cc4000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000cc400000804026ea1f3f9864b83e0000c64000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000c640000080402b64203f4d6eba3efebdc34000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebdc3c000008840858e7f3f9226833dfebdbb4000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebdbbc000008840d3eb7e3f06058e3d0000b84000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000b8c000008040ea437d3f06058e3d0000c04000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000c0c0000080409ce67d3f9226833dfebdbb4000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc078bcca40716c543f556c603ffebdbb40000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc078bcca40aaff523f556c603f0000b840000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc07ce7c140aaff523f6cc45e3f0000b84000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc07ce7c140716c543f6cc45e3ffebdc340000088409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d403820ce40fe724a3fffaf5a3ffebdc34000008840cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c403820ce403706493fffaf5a3f0000c04000008040cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c403c4bc5403706493f1608593f0000c040000080409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d403c4bc540fe724a3f1608593ffebdbb400000884066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec078bcca40e292513f556c603f0000b8400000804066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec07ce7c140e292513f6cc45e3ffebdc3400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e403820ce40c5df4b3fffaf5a3f0000c0400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e403c4bc540c5df4b3f1608593ffebdbb400000884033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc078bcca401b26503f556c603f0000b8400000804033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc07ce7c1401b26503f6cc45e3ffebdc3400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f403820ce408d4c4d3fffaf5a3f0000c0400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f403c4bc5408d4c4d3f1608593ffebdbb4000008840000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c078bcca4054b94e3f556c603f0000b84000008040000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c07ce7c14054b94e3f6cc45e3ffebdc34000008840000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff000040403820ce4054b94e3fffaf5a3f0000c04000008040000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff000040403c4bc54054b94e3f1608593ffebdbb4000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c078bcca408c4c4d3f556c603f0000b84000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c07ce7c1408c4c4d3f6cc45e3ffebdc34000008840cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc30403820ce401b26503fffaf5a3f0000c04000008040cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc30403c4bc5401b26503f1608593ffebdc340000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a9921403820ce40e292513fffaf5a3f0000c040000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a9921403c4bc540e292513f1608593ffebdbb40000088409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c078bcca40c5df4b3f556c603f0000b840000080409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c07ce7c140c5df4b3f6cc45e3ffebdbb4000008840676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c078bcca40fe724a3f556c603f0000b84000008040676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c07ce7c140fe724a3f6cc45e3ffebdc34000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff666612403820ce40aaff523fffaf5a3f0000c04000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff666612403c4bc540aaff523f1608593ffebdbb4000008840333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c078bcca403706493f556c603f0000b84000008040333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c07ce7c1403706493f6cc45e3ffebdc34000008840333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff333303403820ce40716c543fffaf5a3f0000c04000008040333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff333303403c4bc540716c543f1608593ffebdbb4000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebdbb40000088409ce67d3f8bf24f3dfebdc34000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebdc34000008840ea437d3fa3353a3d0000c04000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000c04000008040d3eb7e3fa3353a3d0000b84000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000b84000008040858e7f3f8bf24f3dfebdb34000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebdb3c000008840858e7f3f5011903dfebdab4000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebdabc000008840d3eb7e3fc4ef9a3d0000a84000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000a8c000008040ea437d3fc4ef9a3d0000b04000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000b0c0000080409ce67d3f5011903dfebdab4000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0f9f4c340716c543fc755623ffebdab40000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0f9f4c340aaff523fc755623f0000a840000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0fd1fbb40aaff523fdead603f0000a84000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0fd1fbb40716c543fdead603ffebdb340000088409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d40b958c740fe724a3f71995c3ffebdb34000008840cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c40b958c7403706493f71995c3f0000b04000008040cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c40bc83be403706493f88f15a3f0000b040000080409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d40bc83be40fe724a3f88f15a3ffebdab400000884066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0f9f4c340e292513fc755623f0000a8400000804066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0fd1fbb40e292513fdead603ffebdb3400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e40b958c740c5df4b3f71995c3f0000b0400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e40bc83be40c5df4b3f88f15a3ffebdab400000884033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0f9f4c3401b26503fc755623f0000a8400000804033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0fd1fbb401b26503fdead603ffebdb3400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f40b958c7408d4c4d3f71995c3f0000b0400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f40bc83be408d4c4d3f88f15a3ffebdab4000008840000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0f9f4c34054b94e3fc755623f0000a84000008040000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0fd1fbb4054b94e3fdead603ffebdb34000008840000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff00004040b958c74054b94e3f71995c3f0000b04000008040000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff00004040bc83be4054b94e3f88f15a3ffebdab4000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0f9f4c3408c4c4d3fc755623f0000a84000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0fd1fbb408c4c4d3fdead603ffebdb34000008840cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc3040b958c7401b26503f71995c3f0000b04000008040cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc3040bc83be401b26503f88f15a3ffebdb340000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a992140b958c740e292513f71995c3f0000b040000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a992140bc83be40e292513f88f15a3ffebdab40000088409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0f9f4c340c5df4b3fc755623f0000a840000080409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0fd1fbb40c5df4b3fdead603ffebdab4000008840676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0f9f4c340fe724a3fc755623f0000a84000008040676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0fd1fbb40fe724a3fdead603ffebdb34000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66661240b958c740aaff523f71995c3f0000b04000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66661240bc83be40aaff523f88f15a3ffebdab4000008840333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0f9f4c3403706493fc755623f0000a84000008040333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0fd1fbb403706493fdead603ffebdb34000008840333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33330340b958c740716c543f71995c3f0000b04000008040333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33330340bc83be40716c543f88f15a3ffebdab4000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebdab40000088409ce67d3f481a813dfebdb34000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebdb34000008840ea437d3fa8776c3d0000b04000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000b04000008040d3eb7e3fa8776c3d0000a84000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a84000008040858e7f3f481a813dfebda34000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebda3c000008840858e7f3f2760203dfebd9b4000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebd9bc000008840d3eb7e3f0f1d363d0000984000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff000098c000008040ea437d3f0f1d363d0000a04000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff0000a0c0000080409ce67d3f2760203dfebd9b4000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0792dbd403514603f360a533ffebd9b40000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0792dbd406da75e3f360a533f00009840000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc07d58b4406da75e3f4d62513f0000984000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc07d58b4403514603f4d62513ffebda340000088409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d403991c04085c2613f360a533ffebda34000008840cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c403991c040be55603f360a533f0000a04000008040cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c403dbcb740be55603f4d62513f0000a040000080409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d403dbcb74085c2613f4d62513ffebd9b400000884066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0792dbd40a63a5d3f360a533f000098400000804066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec07d58b440a63a5d3f4d62513ffebda3400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e403991c0404d2f633f360a533f0000a0400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e403dbcb7404d2f633f4d62513ffebd9b400000884033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0792dbd40dfcd5b3f360a533f000098400000804033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc07d58b440dfcd5b3f4d62513ffebda3400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f403991c040149c643f360a533f0000a0400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f403dbcb740149c643f4d62513ffebd9b4000008840000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0792dbd4017615a3f360a533f0000984000008040000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c07d58b44017615a3f4d62513ffebda34000008840000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff000040403991c040db08663f360a533f0000a04000008040000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff000040403dbcb740db08663f4d62513ffebd9b4000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0792dbd4050f4583f360a533f0000984000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c07d58b44050f4583f4d62513ffebda34000008840cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc30403991c040a275673f360a533f0000a04000008040cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc30403dbcb740a275673f4d62513ffebda340000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a9921403991c0406ae2683f360a533f0000a040000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a9921403dbcb7406ae2683f4d62513ffebd9b40000088409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0792dbd408987573f360a533f00009840000080409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c07d58b4408987573f4d62513ffebd9b4000008840676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0792dbd40c21a563f360a533f0000984000008040676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c07d58b440c21a563f4d62513ffebda34000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff666612403991c040314f6a3f360a533f0000a04000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff666612403dbcb740314f6a3f4d62513ffebd9b4000008840333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0792dbd40faad543f360a533f0000984000008040333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c07d58b440faad543f4d62513ffebda34000008840333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff333303403991c040f8bb6b3f360a533f0000a04000008040333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff333303403dbcb740f8bb6b3f4d62513ffebd9b4000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebd9b4000008840c466733f5732a93dfebda34000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebda3400000884013c4723fe2539e3d0000a04000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a04000008040fc6b743fe2539e3d0000984000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000984000008040ad0e753f5732a93dfebd934000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebd93c000008840858e7f3fc71d063dfebd8b4000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebd8bc000008840d3eb7e3fb0da1b3d0000884000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff000088c000008040ea437d3fb0da1b3d0000904000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff000090c0000080409ce67d3fc71d063dfebd8b4000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0f965b640f8bb6b3fc420513ffebd8b40000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0f965b640314f6a3fc420513f00008840000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0fd90ad40314f6a3fdb784f3f0000884000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0fd90ad40f8bb6b3fdb784f3ffebd9340000088409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d40b9c9b940496a6d3fc420513ffebd934000008840cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c40b9c9b94081fd6b3fc420513f0000904000008040cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c40bdf4b04081fd6b3fdb784f3f00009040000080409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d40bdf4b040496a6d3fdb784f3ffebd8b400000884066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0f965b6406ae2683fc420513f000088400000804066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0fd90ad406ae2683fdb784f3ffebd93400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e40b9c9b94010d76e3fc420513f000090400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e40bdf4b04010d76e3fdb784f3ffebd8b400000884033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0f965b640a275673fc420513f000088400000804033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0fd90ad40a275673fdb784f3ffebd93400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f40b9c9b940d743703fc420513f000090400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f40bdf4b040d743703fdb784f3ffebd8b4000008840000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0f965b640db08663fc420513f0000884000008040000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0fd90ad40db08663fdb784f3ffebd934000008840000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff00004040b9c9b9409fb0713fc420513f0000904000008040000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff00004040bdf4b0409fb0713fdb784f3ffebd8b4000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0f965b640149c643fc420513f0000884000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0fd90ad40149c643fdb784f3ffebd934000008840cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc3040b9c9b940661d733fc420513f0000904000008040cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc3040bdf4b040661d733fdb784f3ffebd9340000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a992140b9c9b9402d8a743fc420513f00009040000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a992140bdf4b0402d8a743fdb784f3ffebd8b40000088409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0f965b6404c2f633fc420513f00008840000080409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0fd90ad404c2f633fdb784f3ffebd8b4000008840676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0f965b64085c2613fc420513f0000884000008040676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0fd90ad4085c2613fdb784f3ffebd934000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66661240b9c9b940f5f6753fc420513f0000904000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66661240bdf4b040f5f6753fdb784f3ffebd8b4000008840333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0f965b640be55603fc420513f0000884000008040333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0fd90ad40be55603fdb784f3ffebd934000008840333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33330340b9c9b940bc63773fc420513f0000904000008040333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33330340bdf4b040bc63773fdb784f3ffebd8b4000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebd8b40000088409ce67d3f3405023dfebd934000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebd934000008840ea437d3f9890d83c0000904000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000904000008040d3eb7e3f9890d83c0000884000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000884000008040858e7f3f3405023dfebd834000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffebd83c0000088408810383f39249e3e62e2774000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff62e277c000008840e771373f72caa03e6666704000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff666670c000008040fec9353f72caa03e0000804000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000080409f68363f39249e3e62e2774000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc02bb4af403514603fc420513f62e27740000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc02bb4af406da75e3fc420513f66667040000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc02fdfa6406da75e3fdb784f3f6666704000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc02fdfa6403514603fdb784f3ffebd8340000088409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d403a02b340fe724a3f360a533ffebd834000008840cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c403a02b3403706493f360a533f0000804000008040cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c403e2daa403706493f4d62513f00008040000080409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d403e2daa40fe724a3f4d62513f62e277400000884066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec02bb4af40a63a5d3fc420513f666670400000804066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec02fdfa640a63a5d3fdb784f3ffebd83400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e403a02b340c5df4b3f360a533f000080400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e403e2daa40c5df4b3f4d62513f62e277400000884034334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff34334fc02bb4af40dfcd5b3fc420513f666670400000804034334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff34334fc02fdfa640dfcd5b3fdb784f3ffebd83400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f403a02b3408d4c4d3f360a533f000080400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f403e2daa408d4c4d3f4d62513f62e2774000008840000040c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff000040c02bb4af4017615a3fc420513f6666704000008040000040c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff000040c02fdfa64017615a3fdb784f3ffebd834000008840000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff000040403a02b34054b94e3f360a533f0000804000008040000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff000040403e2daa4054b94e3f4d62513f62e2774000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c02bb4af4050f4583fc420513f6666704000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c02fdfa64050f4583fdb784f3ffebd834000008840cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc30403a02b3401b26503f360a533f0000804000008040cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc30403e2daa401b26503f4d62513ffebd8340000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a9921403a02b340e292513f360a533f00008040000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a9921403e2daa40e292513f4d62513f62e27740000088409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c02bb4af408987573fc420513f66667040000080409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c02fdfa6408987573fdb784f3f62e2774000008840666612c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff666612c02bb4af40c11a563fc420513f6666704000008040666612c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff666612c02fdfa640c11a563fdb784f3ffebd834000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff666612403a02b340aaff523f360a533f0000804000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff666612403e2daa40aaff523f4d62513f62e2774000008840333303c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff333303c02bb4af40faad543fc420513f6666704000008040333303c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff333303c02fdfa640faad543fdb784f3ffebd834000008840333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff333303403a02b340716c543f360a533f0000804000008040333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff333303403e2daa40716c543f4d62513f62e2774000008840333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff62e27740000088408ce0333f72caa03efebd834000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebd834000008840ec41333f39249e3e0000804000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000804000008040d5e9343f39249e3e6666704000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff66667040000080407588353f72caa03ec8486840000088409a996dc081e267bff4efd83edc1674b5a4bc8635f4efd828000080bf000080bfffffffffa9996d401a66ac401d5c623fd4f54b3fc948684000008840cdcc7cc081e267bff3efd83edc1674b5a4bc8635f3efd828000080bf000080bfffffffffdccc7c401a66ac4055ef603fd4f54b3fcdcc604000008040cdcc7cc081e267bff4efd83edc1674b5a4bc8635f4efd828000080bf000080bfffffffffdccc7c401e91a34055ef603feb4d4a3fcccc6040000080409a996dc081e267bff4efd83edc1674b5a4bc8635f4efd828000080bf000080bfffffffffa9996d401e91a3401d5c623feb4d4a3fc948684000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffffc94868c0000088407a521d3f6bb6b53e30af584000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff30af58c000008840d9b31c3fa45cb83e3433514000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff343351c000008040f00b1b3fa45cb83ecdcc604000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffffcdcc60c00000804091aa1b3f6bb6b53e30af584000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc00f18a940ccad603fd4f54b3f30af5840000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc00f18a94005415f3fd4f54b3f34335140000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc01343a04005415f3feb4d4a3f3433514000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc01343a040ccad603feb4d4a3f2faf58400000884066665ec080e2673ff3efd8becb1674359bbc86b5f4efd8a80000803f000080bfffffffff74665ec00c18a9403dd45d3fd4f54b3f333351400000804066665ec080e2673ff3efd8becb1674359bbc86b5f4efd8a80000803f000080bfffffffff74665ec01043a0403dd45d3feb4d4a3fc84868400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e401d66ac40e4c8633fd4f54b3fcccc60400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e402191a340e4c8633feb4d4a3fc84868400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f401d66ac40ab35653fd4f54b3fcccc60400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f402191a340ab35653feb4d4a3f2faf58400000884066665ec081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff66665ec00f18a9403dd45d3fd4f54b3f2faf58400000884033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc00f18a94076675c3fd4f54b3f333351400000804033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc01343a04076675c3feb4d4a3f333351400000804066665ec081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff66665ec01343a0403dd45d3feb4d4a3f30af584000008840000040c081e2673ff3efd8bedc1674b5a4bc8635f3efd8280000803f000080bffffffffff2ff3fc01218a940affa5a3fd4f54b3f3433514000008040000040c081e2673ff4efd8bedc1674b5a4bc8635f4efd8280000803f000080bffffffffff2ff3fc01643a040affa5a3feb4d4a3fc948684000008840000040c081e267bff4efd83edc167435a4bc86b5f4efd8a8000080bf000080bffffffffff1ff3f402066ac4073a2663fd4f54b3fcdcc604000008040000040c081e267bff4efd83edc167435a4bc86b5f4efd8a8000080bf000080bffffffffff1ff3f402491a34073a2663feb4d4a3fc848684000008840cdcc30c081e267bff4efd83edc1674b5a3bc8635f4efd8a8000080bf000080bfffffffffdccc30401b66ac403a0f683fd4f54b3fc948684000008840000040c081e267bff3efd83edc1674b5a3bc8635f3efd8a8000080bf000080bfffffffff0f0040401b66ac4073a2663fd4f54b3fcdcc604000008040000040c081e267bff4efd83edc1674b5a3bc8635f4efd8a8000080bf000080bfffffffff0f0040401e91a34073a2663feb4d4a3fcccc604000008040cdcc30c081e267bff4efd83edc1674b5a3bc8635f4efd8a8000080bf000080bfffffffffdccc30401e91a3403a0f683feb4d4a3f30af584000008840000040c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff000040c00f18a940affa5a3fd4f54b3f30af584000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c00f18a940e88d593fd4f54b3f3433514000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c01343a040e88d593feb4d4a3f3433514000008040000040c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff000040c01343a040affa5a3feb4d4a3f2faf5840000088409a9921c081e2673ff4efd8beec167435acbc86b5f4efd8280000803f000080bfffffffffa89921c00d18a9402021583fd4f54b3f33335140000080409a9921c081e2673ff4efd8beec167435acbc86b5f4efd8280000803f000080bfffffffffa89921c01143a0402021583feb4d4a3fc8486840000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a9921401d66ac40017c693fd4f54b3fcccc6040000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a9921402191a340017c693feb4d4a3f2faf584000008840676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c00f18a94059b4563fd4f54b3f3333514000008040676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c01343a04059b4563feb4d4a3fc848684000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff666612401d66ac40c9e86a3fd4f54b3fcccc604000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff666612402191a340c9e86a3feb4d4a3f30af584000008840333303c080e2673ff2efd8becb1674b59bbc8635f4efd8280000803f000080bfffffffff253303c01118a9409247553fd4f54b3f3433514000008040333303c080e2673ff2efd8becb1674b59bbc8635f4efd8280000803f000080bfffffffff253303c01543a0409247553feb4d4a3fc948684000008840333303c081e267bff4efd83edc167435a4bc86b5f4efd8a8000080bf000080bfffffffff243303401f66ac4090556c3fd4f54b3fcdcc604000008040333303c081e267bff4efd83edc167435a4bc86b5f4efd8a8000080bf000080bfffffffff243303402391a34090556c3feb4d4a3f30af584000008840333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff30af5840000088407e22193fa45cb83ec948684000008840333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffffc948684000008840de83183f6bb6b53ecdcc604000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffffcdcc604000008040c72b1a3f6bb6b53e3433514000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff343351400000804067ca1a3fa45cb83e9615494000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff961549c0000088408710383f47a7a13efc7b394000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bffffffffffc7b39c000008840e771373f804da43e0000324000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff000032c000008040fec9353f804da43e9a99414000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff9a9941c0000080409e68363f47a7a13efc7b394000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0f37ba240716c543f393f643ffc7b3940000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0f37ba240aaff523f393f643f00003240000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0f6a69940aaff523f5197623f0000324000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0f6a69940716c543f5197623f96154940000088409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d4001caa540496a6d3f360a533f9615494000008840cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c4001caa54081fd6b3f360a533f9a99414000008040cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c4005f59c4081fd6b3f4d62513f9a994140000080409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d4005f59c40496a6d3f4d62513ffc7b39400000884066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0f37ba240e292513f393f643f000032400000804066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0f6a69940e292513f5197623f961549400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e4001caa54010d76e3f360a533f9a9941400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e4005f59c4010d76e3f4d62513ffc7b39400000884033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0f37ba2401b26503f393f643f000032400000804033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0f6a699401b26503f5197623f961549400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f4001caa540d743703f360a533f9a9941400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f4005f59c40d743703f4d62513ffc7b394000008840000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0f37ba24054b94e3f393f643f0000324000008040000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0f6a6994054b94e3f5197623f9615494000008840000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff0000404001caa5409fb0713f360a533f9a99414000008040000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff0000404005f59c409fb0713f4d62513ffc7b394000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0f37ba2408c4c4d3f393f643f0000324000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0f6a699408c4c4d3f5197623f9615494000008840cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc304001caa540661d733f360a533f9a99414000008040cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc304005f59c40661d733f4d62513f96154940000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a99214001caa5402d8a743f360a533f9a994140000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a99214005f59c402d8a743f4d62513ffc7b3940000088409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0f37ba240c5df4b3f393f643f00003240000080409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0f6a69940c5df4b3f5197623ffc7b394000008840676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0f37ba240fe724a3f393f643f0000324000008040676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0f6a69940fe724a3f5197623f9615494000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff6666124001caa540f5f6753f360a533f9a99414000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff6666124005f59c40f5f6753f4d62513ffc7b394000008840333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0f37ba2403706493f393f643f0000324000008040333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0f6a699403706493f5197623f9615494000008840333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff3333034001caa540bc63773f360a533f9a99414000008040333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff3333034005f59c40bc63773f4d62513ffc7b394000008840333303c00000000000000000000080bf0000803f0000000000000000000080bffffffffffc7b3940000088408ce0333f804da43e9615494000008840333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff9615494000008840ec41333f47a7a13e9a99414000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff9a99414000008040d5e9343f47a7a13e0000324000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff00003240000080407588353f804da43e62e2294000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff62e229c000008840f3c9383f2ba19a3ec8481a4000008840cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffffc8481ac000008840532b383f64479d3ecccc124000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffffcccc12c0000080406a83363f64479d3e6666224000008040cdcc7cc000000000000000000000803f000080bf0000000000000000000080bfffffffff666622c0000080400a22373f2ba19a3ec8481a4000008840cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0d6df9b40f8bb6b3f52374f3fc8481a40000088409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0d6df9b40314f6a3f52374f3fcccc1240000080409a996dc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a996dc0da0a9340314f6a3f698f4d3fcccc124000008040cdcc7cc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffffcdcc7cc0da0a9340f8bb6b3f698f4d3f62e22940000088409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d40e42d9f40fe724a3fc420513f62e2294000008840cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c40e42d9f403706493fc420513f6666224000008040cdcc7cc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc7c40e85896403706493fdb784f3f66662240000080409a996dc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a996d40e8589640fe724a3fdb784f3fc8481a400000884066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0d6df9b406ae2683f52374f3fcccc12400000804066665ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff66665ec0da0a93406ae2683f698f4d3f62e229400000884066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e40e42d9f40c5df4b3fc420513f666622400000804066665ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66665e40e8589640c5df4b3fdb784f3fc8481a400000884033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0d6df9b40a275673f52374f3fcccc12400000804033334fc081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff33334fc0da0a9340a275673f698f4d3f62e229400000884033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f40e42d9f408d4c4d3fc420513f666622400000804033334fc081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33334f40e85896408d4c4d3fdb784f3fc8481a4000008840000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0d6df9b40db08663f52374f3fcccc124000008040000040c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff000040c0da0a9340db08663f698f4d3f62e2294000008840000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff00004040e42d9f4054b94e3fc420513f6666224000008040000040c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff00004040e858964054b94e3fdb784f3fc8481a4000008840cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0d6df9b40149c643f52374f3fcccc124000008040cccc30c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffcccc30c0da0a9340149c643f698f4d3f62e2294000008840cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc3040e42d9f401b26503fc420513f6666224000008040cdcc30c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffcdcc3040e85896401b26503fdb784f3f62e22940000088409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a992140e42d9f40e292513fc420513f66662240000080409a9921c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff9a992140e8589640e292513fdb784f3fc8481a40000088409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0d6df9b404c2f633f52374f3fcccc1240000080409a9921c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff9a9921c0da0a93404c2f633f698f4d3fc8481a4000008840676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0d6df9b4085c2613f52374f3fcccc124000008040676612c081e2673ff4efd8be0000000000000000000000000000803f000080bfffffffff676612c0da0a934085c2613f698f4d3f62e2294000008840666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66661240e42d9f40aaff523fc420513f6666224000008040666612c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff66661240e8589640aaff523fdb784f3fc8481a4000008840333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0d6df9b40be55603f52374f3fcccc124000008040333303c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff333303c0da0a9340be55603f698f4d3f62e2294000008840333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33330340e42d9f40716c543fc420513f6666224000008040333303c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffff33330340e8589640716c543fdb784f3fc8481a4000008840333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffffc8481a40000088408be27d3ff394a73d62e2294000008840333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff62e2294000008840ea437d3f0efc9c3d6666224000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffff6666224000008040d3eb7e3f0efc9c3dcccc124000008040333303c00000000000000000000080bf0000803f0000000000000000000080bfffffffffcccc124000008040748a7f3ff394a73df2d2b64000008040f2d2bac000000000ffff7fbf000000000000803f00000000000000000000803ffffffffff2d2b640f2d2bac04792c63eba7e453ff1d2b64000008040c4a0bcc000000000000080bf000000000000803f00000000000000000000803ffffffffff1d2b640c4a0bcc04792c63e2428453f976ebe4000008040c4a0bcc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff976ebe40c4a0bcc09a6cc93e2428453f976ebe4000008040f2d2bac000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe40f2d2bac09a6cc93eba7e453ff2d2b64000008040976ebec000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b640976ebec04792c63e8dd1443f976ebe4000008040c4a0bcc000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe40c4a0bcc09a6cc93e2428453f976ebe4000008040976ebec000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe40976ebec09a6cc93e8dd1443fa69ba74000008040c4a0bcc000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba740c4a0bcc0a0ddc03e2428453f4c37af4000008040976ebec000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af40976ebec0f3b7c33e8dd1443f4c37af4000008040c4a0bcc000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af40c4a0bcc0f3b7c33e2428453fa69ba74000008040976ebec000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba740976ebec0a0ddc03e8dd1443fa69ba74000008040f2d2bac000000000ffff7fbf000000000000803f00000000000000000000803fffffffffa69ba740f2d2bac0a0ddc03eba7e453f4c37af4000008040c4a0bcc000000000ffff7fbf000000000000803f00000000000000000000803fffffffff4c37af40c4a0bcc0f3b7c33e2428453f4c37af4000008040f1d2bac000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af40f1d2bac0f3b7c33eba7e453fa69ba740000080401f05b9c000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba7401f05b9c0a0ddc03e50d5453f4c37af40000080401e05b9c000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af401e05b9c0f3b7c33e50d5453fa69ba74000008040f2d2bac000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba740f2d2bac0a0ddc03eba7e453fa69ba740000080404c37b7c000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba7404c37b7c0a0ddc03ee62b463f4c37af40000080404c37b7c000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af404c37b7c0f3b7c33ee62b463ff2d2b640000080401f05b9c000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b6401f05b9c04792c63e50d5453f976ebe40000080401f05b9c000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe401f05b9c09a6cc93e50d5453ff2d2b64000008040f2d2bac000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b640f2d2bac04792c63eba7e453ff2d2b640000080404c37b7c000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b6404c37b7c04792c63ee62b463f976ebe40000080404c37b7c000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe404c37b7c09a6cc93ee62b463f5a64984000008040f2d2bac000000000000080bf000000000000803f00000000000000000000803fffffffff5a649840f2d2bac0f928bb3eba7e453f0000a04000008040c4a0bcc000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040c4a0bcc04e03be3e2428453f0000a04000008040f2d2bac000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040f2d2bac04d03be3eba7e453f5a64984000008040c4a0bcc000000000000080bf000000000000803f00000000000000000000803fffffffff5a649840c4a0bcc0f928bb3e2428453f0000a04000008040976ebec000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040976ebec04e03be3e8dd1443f5a64984000008040976ebec000000000000080bf000000000000803f00000000000000000000803fffffffff5a649840976ebec0f928bb3e8dd1443f0e2d894000008040c4a0bcc000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d8940c4a0bcc05574b53e2328453fb4c8904000008040976ebec000000000000080bf000000000000803f00000000000000000000803fffffffffb4c89040976ebec0a74eb83e8dd1443fb4c8904000008040c4a0bcc000000000000080bf000000000000803f00000000000000000000803fffffffffb4c89040c4a0bcc0a74eb83e2328453f0e2d894000008040976ebec000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d8940976ebec05574b53e8dd1443f0e2d894000008040f2d2bac000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0e2d8940f2d2bac05474b53eb97e453fb4c8904000008040c4a0bcc000000000ffff7fbf000000000000803f00000000000000000000803fffffffffb4c89040c4a0bcc0a74eb83e2328453fb4c8904000008040f1d2bac000000000000080bf000000000000803f00000000000000000000803fffffffffb4c89040f1d2bac0a74eb83eba7e453f0e2d8940000080401f05b9c000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d89401f05b9c05474b53e50d5453fb4c89040000080401e05b9c000000000000080bf000000000000803f00000000000000000000803fffffffffb4c890401e05b9c0a74eb83e50d5453f0e2d894000008040f2d2bac000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d8940f2d2bac05474b53eb97e453f0e2d8940000080404c37b7c000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d89404c37b7c05474b53ee62b463fb4c89040000080404c37b7c000000000000080bf000000000000803f00000000000000000000803fffffffffb4c890404c37b7c0a74eb83ee62b463f5a649840000080401f05b9c000000000000080bf000000000000803f00000000000000000000803fffffffff5a6498401f05b9c0f928bb3e50d5453f0000a040000080401f05b9c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a0401f05b9c04d03be3e50d5453f5a649840000080404c37b7c000000000000080bf000000000000803f00000000000000000000803fffffffff5a6498404c37b7c0f928bb3ee72b463f0000a040000080404c37b7c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a0404c37b7c04d03be3ee72b463f5a649840000080407a69b5c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff5a6498407a69b5c0f928bb3e7d82463f0000a040000080404c37b7c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000a0404c37b7c04d03be3ee72b463f0000a040000080407969b5c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a0407969b5c04d03be3e7d82463f5a64984000008040a69bb3c000000000000080bf000000000000803f00000000000000000000803fffffffff5a649840a69bb3c0f928bb3e13d9463f0000a04000008040a69bb3c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040a69bb3c04c03be3e13d9463f5a649840000080407a69b5c000000000000080bf000000000000803f00000000000000000000803fffffffff5a6498407a69b5c0f928bb3e7d82463f0e2d8940000080407a69b5c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0e2d89407a69b5c05474b53e7c82463fb4c89040000080404c37b7c000000000ffff7fbf000000000000803f00000000000000000000803fffffffffb4c890404c37b7c0a74eb83ee62b463fb4c89040000080407969b5c000000000000080bf000000000000803f00000000000000000000803fffffffffb4c890407969b5c0a64eb83e7c82463f0e2d894000008040a69bb3c000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d8940a69bb3c05374b53e12d9463fb4c8904000008040a69bb3c000000000000080bf000000000000803f00000000000000000000803fffffffffb4c89040a69bb3c0a64eb83e12d9463f0e2d8940000080407a69b5c000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d89407a69b5c05474b53e7c82463f0e2d894000008040d3cdb1c000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d8940d3cdb1c05374b53ea82f473fb4c8904000008040d3cdb1c000000000000080bf000000000000803f00000000000000000000803fffffffffb4c89040d3cdb1c0a64eb83ea82f473f0e2d8940000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d89400000b0c05374b53e3f86473fb4c89040000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffffb4c890400000b0c0a64eb83e3f86473f5a64984000008040d3cdb1c000000000000080bf000000000000803f00000000000000000000803fffffffff5a649840d3cdb1c0f928bb3eaa2f473f0000a04000008040d3cdb1c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040d3cdb1c04c03be3eaa2f473f5a649840000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff5a6498400000b0c0f928bb3e4086473f0000a040000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a0400000b0c04c03be3e4086473ff2d2b640000080407a69b5c000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b6407a69b5c04792c63e7c82463f976ebe40000080407969b5c000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe407969b5c0996cc93e7c82463ff2d2b64000008040a69bb3c000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b640a69bb3c04792c63e13d9463f976ebe4000008040a69bb3c000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe40a69bb3c0996cc93e13d9463ff2d2b640000080407a69b5c000000000ffff7fbf000000000000803f00000000000000000000803ffffffffff2d2b6407a69b5c04792c63e7c82463fa69ba740000080407a69b5c000000000ffff7fbf000000000000803f00000000000000000000803fffffffffa69ba7407a69b5c0a0ddc03e7c82463f4c37af40000080404c37b7c000000000ffff7fbf000000000000803f00000000000000000000803fffffffff4c37af404c37b7c0f3b7c33ee62b463f4c37af40000080407969b5c000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af407969b5c0f3b7c33e7c82463fa69ba74000008040a69bb3c000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba740a69bb3c0a0ddc03e13d9463f4c37af4000008040a69bb3c000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af40a69bb3c0f3b7c33e13d9463fa69ba740000080407a69b5c000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba7407a69b5c0a0ddc03e7c82463fa69ba74000008040d3cdb1c000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba740d3cdb1c0a0ddc03ea92f473f4c37af4000008040d3cdb1c000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af40d3cdb1c0f3b7c33ea92f473fa69ba740000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba7400000b0c09fddc03e3f86473f4c37af40000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af400000b0c0f3b7c33e3f86473ff2d2b64000008040d3cdb1c000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b640d3cdb1c04792c63ea92f473f976ebe4000008040d3cdb1c000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe40d3cdb1c0996cc93ea92f473ff2d2b640000080400000b0c000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b6400000b0c04792c63e3f86473f976ebe40000080400000b0c000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe400000b0c0996cc93e3f86473ff2d2b640000080406065aac000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b6406065aac04792c63e3993483f976ebe40000080406065aac000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe406065aac0996cc93e3993483ff2d2b64000008040c1caa4c000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b640c1caa4c04792c63e33a0493f976ebe4000008040c1caa4c000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe40c1caa4c09a6cc93e32a0493fa69ba740000080406065aac000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba7406065aac0a0ddc03e3993483f4c37af40000080406065aac000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af406065aac0f3b7c33e3993483fa69ba74000008040c1caa4c000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba740c1caa4c0a0ddc03e33a0493f4c37af4000008040c1caa4c000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af40c1caa4c0f3b7c33e33a0493fa69ba7400000804022309fc000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba74022309fc0a0ddc03e2dad4a3f4c37af400000804022309fc000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af4022309fc0f4b7c33e2cad4a3fa69ba74000008040829599c000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba740829599c0a1ddc03e27ba4b3f4c37af4000008040829599c000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af40829599c0f4b7c33e26ba4b3ff2d2b6400000804022309fc000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b64022309fc04792c63e2cad4a3f976ebe400000804022309fc000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe4022309fc09a6cc93e2cad4a3ff2d2b64000008040829599c000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b640829599c04792c63e26ba4b3f976ebe4000008040829599c000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe40829599c09a6cc93e26ba4b3f5a649840000080406065aac000000000000080bf000000000000803f00000000000000000000803fffffffff5a6498406065aac0f928bb3e3a93483f0000a040000080406065aac000000000000080bf000000000000803f00000000000000000000803fffffffff0000a0406065aac04c03be3e3a93483f5a64984000008040c1caa4c000000000000080bf000000000000803f00000000000000000000803fffffffff5a649840c1caa4c0f928bb3e34a0493f0000a04000008040c1caa4c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040c1caa4c04c03be3e33a0493f0e2d8940000080406065aac000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d89406065aac05374b53e3993483fb4c89040000080406065aac000000000000080bf000000000000803f00000000000000000000803fffffffffb4c890406065aac0a64eb83e3993483f0e2d894000008040c1caa4c000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d8940c1caa4c05374b53e33a0493fb4c8904000008040c1caa4c000000000000080bf000000000000803f00000000000000000000803fffffffffb4c89040c1caa4c0a64eb83e32a0493f0e2d89400000804022309fc000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d894022309fc05374b53e2cad4a3fb4c890400000804022309fc000000000000080bf000000000000803f00000000000000000000803fffffffffb4c8904022309fc0a64eb83e2cad4a3f0e2d894000008040829599c000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d8940829599c05374b53e26ba4b3fb4c8904000008040829599c000000000000080bf000000000000803f00000000000000000000803fffffffffb4c89040829599c0a74eb83e26ba4b3f5a6498400000804022309fc000000000000080bf000000000000803f00000000000000000000803fffffffff5a64984022309fc0fa28bb3e2dad4a3f0000a0400000804022309fc000000000000080bf000000000000803f00000000000000000000803fffffffff0000a04022309fc04d03be3e2dad4a3f5a64984000008040829599c000000000000080bf000000000000803f00000000000000000000803fffffffff5a649840829599c0fa28bb3e27ba4b3f0000a04000008040829599c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040829599c04d03be3e27ba4b3f5a64984000008040e2fa93c000000000000080bf000000000000803f00000000000000000000803fffffffff5a649840e2fa93c0fa28bb3e21c74c3f0000a04000008040e2fa93c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040e2fa93c04d03be3e21c74c3f5a6498400000804042608ec000000000000080bf000000000000803f00000000000000000000803fffffffff5a64984042608ec0fa28bb3e1bd44d3f0000a0400000804042608ec000000000000080bf000000000000803f00000000000000000000803fffffffff0000a04042608ec04d03be3e1bd44d3f0e2d89400000804042608ec000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d894042608ec05374b53e1bd44d3f0e2d894000008040e2fa93c000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d8940e2fa93c05374b53e21c74c3fb4c890400000804043608ec000000000000080bf000000000000803f00000000000000000000803fffffffffb4c8904043608ec0a74eb83e1ad44d3fb4c8904000008040e2fa93c000000000000080bf000000000000803f00000000000000000000803fffffffffb4c89040e2fa93c0a74eb83e20c74c3fb4c8904000008040a3c588c000000000000080bf000000000000803f00000000000000000000803fffffffffb4c89040a3c588c0a74eb83e14e14e3f0e2d894000008040a3c588c000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d8940a3c588c05374b53e14e14e3f0e2d894000008040032b83c000000000000080bf000000000000803f00000000000000000000803fffffffff0e2d8940032b83c05374b53e0fee4f3fb4c8904000008040032b83c000000000000080bf000000000000803f00000000000000000000803fffffffffb4c89040032b83c0a74eb83e0eee4f3f5a64984000008040a3c588c000000000000080bf000000000000803f00000000000000000000803fffffffff5a649840a3c588c0fb28bb3e14e14e3f0000a04000008040a2c588c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040a2c588c04e03be3e14e14e3f5a64984000008040032b83c000000000000080bf000000000000803f00000000000000000000803fffffffff5a649840032b83c0fb28bb3e0eee4f3f0000a04000008040032b83c000000000000080bf000000000000803f00000000000000000000803fffffffff0000a040032b83c04e03be3e0eee4f3ff2d2b64000008040e2fa93c000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b640e2fa93c04892c63e20c74c3f976ebe4000008040e2fa93c000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe40e2fa93c09a6cc93e20c74c3ff2d2b6400000804042608ec000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b64042608ec04892c63e1ad44d3f976ebe400000804042608ec000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe4042608ec09b6cc93e1ad44d3fa69ba7400000804042608ec000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba74042608ec0a1ddc03e1ad44d3fa69ba74000008040e2fa93c000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba740e2fa93c0a1ddc03e21c74c3f4c37af400000804043608ec000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af4043608ec0f4b7c33e1ad44d3f4c37af4000008040e2fa93c000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af40e2fa93c0f4b7c33e20c74c3f4c37af4000008040a3c588c000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af40a3c588c0f5b7c33e14e14e3fa69ba74000008040a3c588c000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba740a3c588c0a1ddc03e14e14e3fa69ba74000008040032b83c000000000000080bf000000000000803f00000000000000000000803fffffffffa69ba740032b83c0a2ddc03e0eee4f3f4c37af4000008040032b83c000000000000080bf000000000000803f00000000000000000000803fffffffff4c37af40032b83c0f5b7c33e0eee4f3ff2d2b64000008040a3c588c000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b640a3c588c04892c63e14e14e3f976ebe4000008040a2c588c000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe40a2c588c09b6cc93e14e14e3ff2d2b64000008040032b83c000000000000080bf000000000000803f00000000000000000000803ffffffffff2d2b640032b83c04892c63e0eee4f3f976ebe4000008040032b83c000000000000080bf000000000000803f00000000000000000000803fffffffff976ebe40032b83c09b6cc93e0eee4f3f0e2d894000008040976ebec000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0e2d89c0976ebec05574b53e8dd1443f6991814000008040976ebec000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c0976ebec0049ab23e8dd1443f00008040000080400000c0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c00000c0c07f03b23e4b86443fb4c8904000008040976ebec000000000000080bf00000000000080bf0000000000000000000080bfffffffffb4c890c0976ebec0a74eb83e8dd1443f5a64984000008040976ebec000000000000080bf00000000000080bf0000000000000000000080bfffffffff5a6498c0976ebec0f928bb3e8dd1443f0000a04000008040976ebec000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000a0c0976ebec04e03be3e8dd1443f0000c040000080400000c0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c00000c0c01f03ca3e4b86443fa69ba74000008040976ebec000000000000080bf00000000000080bf0000000000000000000080bfffffffffa69ba7c0976ebec0a0ddc03e8dd1443f4c37af4000008040976ebec000000000000080bf00000000000080bf0000000000000000000080bfffffffff4c37afc0976ebec0f3b7c33e8dd1443ff2d2b64000008040976ebec000000000000080bf00000000000080bf0000000000000000000080bffffffffff2d2b6c0976ebec04792c63e8dd1443f976ebe4000008040976ebec000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec0976ebec09a6cc93e8dd1443f00008040000080400000b0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c00000b0c07c03b23e3e86473f6991814000008040d3cdb1c000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c0d3cdb1c0019ab23ea82f473f69918140000080400000b0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c00000b0c0019ab23e3e86473f6991814000008040a69bb3c000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c0a69bb3c0029ab23e12d9463f69918140000080407969b5c000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c07969b5c0029ab23e7c82463f69918140000080404c37b7c000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c04c37b7c0029ab23ee62b463f69918140000080401f05b9c000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c01f05b9c0039ab23e50d5453f6991814000008040f2d2bac000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff699181c0f2d2bac0039ab23eb97e453f6991814000008040c4a0bcc000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff699181c0c4a0bcc0049ab23e2428453f0000c040000080400000b0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c00000b0c01e03ca3e3f86473f976ebe40000080400000b0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec00000b0c0996cc93e3f86473f976ebe4000008040d3cdb1c000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec0d3cdb1c0996cc93ea92f473f976ebe4000008040a69bb3c000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec0a69bb3c0996cc93e13d9463f976ebe40000080407969b5c000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec07969b5c0996cc93e7c82463f976ebe40000080404c37b7c000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec04c37b7c09a6cc93ee62b463f976ebe40000080401f05b9c000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec01f05b9c09a6cc93e50d5453f976ebe4000008040f2d2bac000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff976ebec0f2d2bac09a6cc93eba7e453f976ebe4000008040c4a0bcc000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff976ebec0c4a0bcc09a6cc93e2428453f6991814000008040032b83c000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c0032b83c0009ab23e0fee4f3f0000804000008040310880c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0310880c07b03b23e9484503f6991814000008040a2c588c000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c0a2c588c0009ab23e15e14e3f699181400000804042608ec000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c042608ec0009ab23e1bd44d3f6991814000008040e2fa93c000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c0e2fa93c0019ab23e21c74c3f6991814000008040829599c000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c0829599c0019ab23e26ba4b3f699181400000804022309fc000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c022309fc0019ab23e2cad4a3f6991814000008040c1caa4c000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c0c1caa4c0019ab23e32a0493f69918140000080406065aac000000000000080bf00000000000080bf0000000000000000000080bfffffffff699181c06065aac0019ab23e3893483f0000c04000008040310880c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c0310880c02103ca3e9384503f976ebe4000008040032b83c000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec0032b83c09b6cc93e0eee4f3f976ebe4000008040a2c588c000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec0a2c588c09b6cc93e14e14e3f976ebe400000804042608ec000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec042608ec09b6cc93e1ad44d3f976ebe4000008040e2fa93c000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec0e2fa93c09a6cc93e20c74c3f976ebe4000008040829599c000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec0829599c09a6cc93e26ba4b3f976ebe400000804022309fc000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec022309fc09a6cc93e2cad4a3f976ebe4000008040c1caa4c000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec0c1caa4c09a6cc93e32a0493f976ebe40000080406065aac000000000000080bf00000000000080bf0000000000000000000080bfffffffff976ebec06065aac0996cc93e3993483f0000a04000008040032b83c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0000a0c0032b83c04e03be3e0eee4f3f5a64984000008040032b83c000000000000080bf00000000000080bf0000000000000000000080bfffffffff5a6498c0032b83c0fb28bb3e0eee4f3fb4c8904000008040032b83c000000000000080bf00000000000080bf0000000000000000000080bfffffffffb4c890c0032b83c0a74eb83e0eee4f3f0e2d894000008040032b83c000000000ffff7fbf00000000000080bf0000000000000000000080bfffffffff0e2d89c0032b83c05374b53e0fee4f3fa69ba74000008040032b83c000000000000080bf00000000000080bf0000000000000000000080bfffffffffa69ba7c0032b83c0a2ddc03e0eee4f3f4c37af4000008040032b83c000000000000080bf00000000000080bf0000000000000000000080bfffffffff4c37afc0032b83c0f5b7c33e0eee4f3ff2d2b64000008040032b83c000000000000080bf00000000000080bf0000000000000000000080bffffffffff2d2b6c0032b83c04892c63e0eee4f3fef90ba4000008840c4a0bcc080e267bff3efd83e078a00b725e80d3700000000000080bf000080bfffffffff2ba1bc40bd3cca40cd5c493fce8a733ff090ba4000008840976ebec080e267bff3efd83e078a00b725e80d3700000000000080bf000080bffffffffffe6ebe40bd3cca403706493fce8a733ff2d2b64000008040976ebec080e267bff3efd83e078a00b725e80d3700000000000080bf000080bffffffffffc6ebe40c067c1403706493fe5e2713ff1d2b64000008040c4a0bcc080e267bff3efd83e078a00b725e80d3700000000000080bf000080bfffffffff29a1bc40c067c140cd5c493fe5e2713ff090ba4000008840976ebec000000000000000000000803f000080bf0000000000000000000080bffffffffff090bac0000088408c867f3f1f0b543d4af5b24000008840976ebec000000000000000000000803f000080bf0000000000000000000080bfffffffff4af5b2c000008840d3eb7e3f5ab7683d4c37af4000008040976ebec000000000000000000000803f000080bf0000000000000000000080bfffffffff4c37afc000008040ea437d3f59b7683df2d2b64000008040976ebec000000000000000000000803f000080bf0000000000000000000080bffffffffff2d2b6c000008040a3de7d3f1f0b543d4af5b24000008840976ebec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff976ebec0af03c740b822543f04e56b3f4af5b24000008840c4a0bcc080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc4a0bcc0af03c74022cc533f04e56b3f4c37af4000008040c4a0bcc080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc4a0bcc0b22ebe4022cc533f1b3d6a3f4c37af4000008040976ebec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff976ebec0b22ebe40b822543f1b3d6a3f4af5b24000008840f1d2bac080e2673ff3efd8be0000000000000000000000000000803f000080bffffffffff1d2bac0af03c7408b75533f04e56b3f4c37af4000008040f1d2bac080e2673ff3efd8be0000000000000000000000000000803f000080bffffffffff1d2bac0b22ebe408b75533f1b3d6a3ff090ba4000008840f2d2bac080e267bff3efd83e4e8a003774e80db7f4efd82a000080bf000080bfffffffff8bd2ba40153dca4063b3493fce8a733ff2d2b64000008040f2d2bac080e267bff3efd83e4e8a003774e80db7f4efd82a000080bf000080bfffffffff8dd2ba401968c14063b3493fe5e2713f4af5b240000088401e05b9c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff1e05b9c0af03c740f51e533f04e56b3f4c37af40000080401e05b9c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff1e05b9c0b22ebe40f51e533f1b3d6a3ff090ba40000088401f05b9c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff1f05b940e93cca40f9094a3fce8a733ff2d2b640000080401f05b9c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff1f05b940ed67c140f9094a3fe5e2713ff090ba40000088404c37b7c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff4c37b740e93cca4090604a3fce8a733ff2d2b640000080404c37b7c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff4c37b740ed67c14090604a3fe5e2713f4af5b240000088404c37b7c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff4c37b7c0af03c7405fc8523f04e56b3f4c37af40000080404c37b7c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff4c37b7c0b22ebe405fc8523f1b3d6a3f4af5b240000088407969b5c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff7969b5c0af03c740c971523f03e56b3f4c37af40000080407969b5c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff7969b5c0b22ebe40c971523f1b3d6a3ff090ba40000088407a69b5c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff7a69b540e93cca4026b74a3fce8a733ff2d2b640000080407a69b5c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff7a69b540ed67c14026b74a3fe5e2713ff090ba4000008840a69bb3c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffa69bb340e93cca40bc0d4b3fce8a733ff2d2b64000008040a69bb3c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffa69bb340ed67c140bc0d4b3fe5e2713f4af5b24000008840a69bb3c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa69bb3c0af03c740321b523f03e56b3f4c37af4000008040a69bb3c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa69bb3c0b22ebe40321b523f1b3d6a3f4af5b24000008840d3cdb1c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffd3cdb1c0af03c7409cc4513f03e56b3f4c37af4000008040d3cdb1c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffd3cdb1c0b22ebe409cc4513f1a3d6a3ff090ba4000008840d3cdb1c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffd3cdb140e93cca4052644b3fce8a733ff2d2b64000008040d3cdb1c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffd3cdb140ed67c14052644b3fe5e2713f4af5b240000088400000b0c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff0000b0c0af03c740066e513f03e56b3f4c37af40000080400000b0c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff0000b0c0b22ebe40066e513f1a3d6a3ff090ba40000088400000b0c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff0000b040e93cca40e9ba4b3fce8a733ff2d2b640000080400000b0c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff0000b040ed67c140e9ba4b3fe5e2713f4af5b240000088406065aac080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff6065aac0ae03c7400c61503f03e56b3f4c37af40000080406065aac080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff6065aac0b22ebe400c61503f1a3d6a3ff090ba40000088406065aac080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff6065aa40e93cca40e3c74c3fce8a733ff2d2b640000080406065aac080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff6065aa40ed67c140e3c74c3fe5e2713f4af5b24000008840c1caa4c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc1caa4c0ae03c74012544f3f03e56b3f4c37af4000008040c1caa4c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc1caa4c0b22ebe4012544f3f1b3d6a3ff090ba4000008840c1caa4c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc1caa440e93cca40dcd44d3fce8a733ff2d2b64000008040c1caa4c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc1caa440ed67c140dcd44d3fe5e2713f4af5b2400000884022309fc081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff22309fc0ae03c74018474e3f03e56b3f4c37af400000804022309fc081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff22309fc0b22ebe4018474e3f1b3d6a3ff090ba400000884022309fc081e267bff3efd83e000000000000000000000000000080bf000080bfffffffff22309f40e93cca40d6e14e3fce8a733ff2d2b6400000804022309fc081e267bff3efd83e000000000000000000000000000080bf000080bfffffffff22309f40ed67c140d6e14e3fe5e2713f4af5b24000008840829599c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff829599c0ae03c7401e3a4d3f04e56b3f4c37af4000008040829599c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff829599c0b22ebe401e3a4d3f1b3d6a3ff090ba4000008840829599c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff82959940e93cca40d0ee4f3fce8a733ff2d2b64000008040829599c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff82959940ed67c140d0ee4f3fe5e2713f4af5b24000008840e2fa93c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffe2fa93c0ae03c740242d4c3f04e56b3f4c37af4000008040e2fa93c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffe2fa93c0b22ebe40242d4c3f1b3d6a3ff090ba4000008840e2fa93c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffe2fa9340e93cca40cafb503fce8a733ff2d2b64000008040e2fa93c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffe2fa9340ed67c140cafb503fe5e2713f4af5b2400000884043608ec081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff43608ec0ae03c7402b204b3f04e56b3f4c37af400000804043608ec081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff43608ec0b22ebe402b204b3f1b3d6a3ff090ba400000884042608ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff42608e40e93cca40c408523fce8a733ff2d2b6400000804042608ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff42608e40ed67c140c408523fe5e2713f4af5b24000008840a3c588c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa3c588c0ae03c74031134a3f04e56b3f4c37af4000008040a3c588c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa3c588c0b22ebe4031134a3f1b3d6a3ff090ba4000008840a3c588c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffa3c58840e93cca40be15533fce8a733ff2d2b64000008040a3c588c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffa3c58840ed67c140be15533fe5e2713f4af5b24000008840032b83c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff032b83c0ae03c7403706493f04e56b3f4c37af4000008040032b83c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff032b83c0b22ebe403706493f1b3d6a3ff090ba4000008840032b83c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff032b8340e93cca40b822543fce8a733ff2d2b64000008040032b83c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff032b8340ed67c140b822543fe5e2713f4af5b24000008840032b83c00000000000000000000080bf0000803f0000000000000000000080bfffffffff4af5b24000008840f5dc1e3febc8b43ef090ba4000008840032b83c00000000000000000000080bf0000803f0000000000000000000080bffffffffff090ba40000088403d421e3f6433b23ef2d2b64000008040032b83c00000000000000000000080bf0000803f0000000000000000000080bffffffffff2d2b6400000804026ea1f3f6433b23e4c37af4000008040032b83c00000000000000000000080bf0000803f0000000000000000000080bfffffffff4c37af4000008040de84203febc8b43ea459ab4000008840976ebec000000000000000000000803f000080bf0000000000000000000080bfffffffffa459abc0000088400909233ffe4bb53efebda34000008840976ebec000000000000000000000803f000080bf0000000000000000000080bffffffffffebda3c000008840516e223f85e1b73e0000a04000008040976ebec000000000000000000000803f000080bf0000000000000000000080bfffffffff0000a0c00000804068c6203f85e1b73ea69ba74000008040976ebec000000000000000000000803f000080bf0000000000000000000080bfffffffffa69ba7c0000080402061213ffe4bb53efebda34000008840976ebec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff976ebec03991c040b822543f91fb693ffebda34000008840c4a0bcc080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc4a0bcc03991c04022cc533f91fb693f0000a04000008040c4a0bcc080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc4a0bcc03dbcb74022cc533fa853683f0000a04000008040976ebec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff976ebec03dbcb740b822543fa853683fa459ab4000008840c4a0bcc080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc4a0bc4074cac340cd5c493f5ba1713fa459ab4000008840976ebec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff976ebe4074cac3403706493f5ba1713fa69ba74000008040976ebec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff976ebe4078f5ba403706493f72f96f3fa69ba74000008040c4a0bcc080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc4a0bc4078f5ba40cd5c493f72f96f3ffebda34000008840f2d2bac080e2673ff3efd8be0000000000000000000000000000803f000080bffffffffff2d2bac03991c0408c75533f91fb693f0000a04000008040f2d2bac080e2673ff3efd8be0000000000000000000000000000803f000080bffffffffff2d2bac03dbcb7408b75533fa853683fa459ab4000008840f2d2bac080e267bff3efd83e000000000000000000000000000080bf000080bffffffffff2d2ba4074cac34063b3493f5ba1713fa69ba74000008040f2d2bac080e267bff3efd83e000000000000000000000000000080bf000080bffffffffff2d2ba4078f5ba4063b3493f72f96f3ffebda340000088401f05b9c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff1f05b9c03991c040f51e533f91fb693f0000a040000080401f05b9c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff1f05b9c03dbcb740f51e533fa853683fa459ab40000088401f05b9c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff1f05b94074cac340f9094a3f5ba1713fa69ba740000080401f05b9c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff1f05b94078f5ba40f9094a3f72f96f3ffebda340000088404c37b7c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff4c37b7c03991c0405fc8523f91fb693f0000a040000080404c37b7c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff4c37b7c03dbcb7405fc8523fa853683fa459ab40000088404c37b7c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff4c37b74074cac34090604a3f5ba1713fa69ba740000080404c37b7c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff4c37b74078f5ba4090604a3f72f96f3ffebda340000088407969b5c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff7969b5c03991c040c971523f91fb693f0000a040000080407969b5c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff7969b5c03dbcb740c971523fa853683fa459ab40000088407a69b5c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff7a69b54074cac34026b74a3f5ba1713fa69ba740000080407a69b5c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff7a69b54078f5ba4026b74a3f72f96f3fa459ab4000008840a69bb3c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffa69bb34074cac340bc0d4b3f5ba1713fa69ba74000008040a69bb3c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffa69bb34078f5ba40bc0d4b3f72f96f3ffebda34000008840a69bb3c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa69bb3c03991c040321b523f91fb693f0000a04000008040a69bb3c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa69bb3c03dbcb740321b523fa853683ffebda34000008840d3cdb1c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffd3cdb1c03991c0409cc4513f91fb693f0000a04000008040d3cdb1c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffd3cdb1c03dbcb7409cc4513fa853683fa459ab4000008840d3cdb1c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffd3cdb14074cac34053644b3f5ba1713fa69ba74000008040d3cdb1c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffd3cdb14078f5ba4052644b3f73f96f3ffebda340000088400000b0c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff0000b0c03991c040066e513f91fb693f0000a040000080400000b0c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff0000b0c03dbcb740066e513fa853683fa459ab40000088400000b0c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff0000b04074cac340e9ba4b3f5ba1713fa69ba740000080400000b0c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff0000b04078f5ba40e9ba4b3f73f96f3ffebda340000088406065aac080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff6065aac03991c0400c61503f91fb693f0000a040000080406065aac080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff6065aac03cbcb7400c61503fa853683fa459ab40000088406065aac080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff6065aa4073cac340e3c74c3f5ba1713fa69ba740000080406065aac080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff6065aa4077f5ba40e3c74c3f73f96f3ffebda34000008840c1caa4c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc1caa4c03991c04012544f3f91fb693f0000a04000008040c1caa4c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc1caa4c03cbcb74012544f3fa853683fa459ab4000008840c1caa4c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc1caa44073cac340dcd44d3f5ba1713fa69ba74000008040c1caa4c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc1caa44077f5ba40dcd44d3f72f96f3ffebda3400000884022309fc081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff22309fc03991c04018474e3f91fb693f0000a0400000804022309fc081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff22309fc03cbcb74018474e3fa853683fa459ab400000884022309fc081e267bff3efd83e000000000000000000000000000080bf000080bfffffffff22309f4073cac340d6e14e3f5ba1713fa69ba7400000804022309fc081e267bff3efd83e000000000000000000000000000080bf000080bfffffffff22309f4077f5ba40d6e14e3f72f96f3ffebda34000008840829599c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff829599c03991c0401e3a4d3f91fb693f0000a04000008040829599c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff829599c03cbcb7401e3a4d3fa853683fa459ab4000008840829599c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff8295994073cac340d0ee4f3f5ba1713fa69ba74000008040829599c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff8295994077f5ba40d0ee4f3f72f96f3ffebda34000008840e2fa93c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffe2fa93c03991c040242d4c3f91fb693f0000a04000008040e2fa93c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffe2fa93c03cbcb740242d4c3fa853683fa459ab4000008840e2fa93c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffe2fa934073cac340cafb503f5ba1713fa69ba74000008040e2fa93c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffe2fa934077f5ba40cafb503f72f96f3ffebda3400000884042608ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff42608ec03991c0402b204b3f91fb693f0000a0400000804042608ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff42608ec03cbcb7402a204b3fa853683fa459ab400000884042608ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff42608e4073cac340c408523f5ba1713fa69ba7400000804042608ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff42608e4077f5ba40c408523f72f96f3ffebda34000008840a2c588c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa2c588c03991c04031134a3f91fb693f0000a04000008040a2c588c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa2c588c03cbcb74030134a3fa853683fa459ab4000008840a3c588c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffa3c5884073cac340be15533f5ba1713fa69ba74000008040a3c588c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffa3c5884077f5ba40be15533f72f96f3fa459ab4000008840032b83c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff032b834073cac340b822543f5ba1713fa69ba74000008040032b83c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff032b834077f5ba40b822543f72f96f3ffebda34000008840032b83c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff032b83c03991c0403706493f91fb693f0000a04000008040032b83c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff032b83c03cbcb7403706493fa853683ffebda34000008840032b83c00000000000000000000080bf0000803f0000000000000000000080bffffffffffebda34000008840221e373fd5bfa73ea459ab4000008840032b83c00000000000000000000080bf0000803f0000000000000000000080bfffffffffa459ab40000088406983363f4e2aa53ea69ba74000008040032b83c00000000000000000000080bf0000803f0000000000000000000080bfffffffffa69ba74000008040522b383f4e2aa53e0000a04000008040032b83c00000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a040000080400bc6383fd5bfa73e58229c4000008840976ebec000000000000000000000803f000080bf0000000000000000000080bfffffffff58229cc000008840de84203ffe4bb53eb286944000008840976ebec000000000000000000000803f000080bf0000000000000000000080bfffffffffb28694c00000884026ea1f3f85e1b73eb4c8904000008040976ebec000000000000000000000803f000080bf0000000000000000000080bfffffffffb4c890c0000080403d421e3f85e1b73e5a64984000008040976ebec000000000000000000000803f000080bf0000000000000000000080bfffffffff5a6498c000008040f5dc1e3ffe4bb53eb286944000008840976ebec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff976ebec0c31eba40b822543fac28663fb286944000008840c4a0bcc080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc4a0bcc0c31eba4022cc533fac28663fb4c8904000008040c4a0bcc080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc4a0bcc0c749b14022cc533fc380643fb4c8904000008040976ebec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff976ebec0c749b140b822543fc380643f58229c4000008840c4a0bcc080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc4a0bc40fe57bd40cd5c493fe8b76f3f58229c4000008840976ebec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff976ebe40fe57bd403706493fe8b76f3f5a64984000008040976ebec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff976ebe400283b4403706493f00106e3f5a64984000008040c4a0bcc080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc4a0bc400283b440cd5c493f00106e3fb286944000008840f1d2bac080e2673ff3efd8be0000000000000000000000000000803f000080bffffffffff1d2bac0c31eba408b75533fac28663fb4c8904000008040f1d2bac080e2673ff3efd8be0000000000000000000000000000803f000080bffffffffff1d2bac0c749b1408b75533fc380643f58229c4000008840f2d2bac080e267bff3efd83e000000000000000000000000000080bf000080bffffffffff2d2ba40fe57bd4063b3493fe9b76f3f5a64984000008040f2d2bac080e267bff3efd83e000000000000000000000000000080bf000080bffffffffff2d2ba400283b44063b3493f00106e3fb2869440000088401e05b9c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff1e05b9c0c31eba40f51e533fac28663fb4c89040000080401e05b9c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff1e05b9c0c749b140f51e533fc380643f58229c40000088401f05b9c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff1f05b940fe57bd40f9094a3fe9b76f3f5a649840000080401f05b9c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff1f05b9400283b440f9094a3f00106e3f58229c40000088404c37b7c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff4c37b740fe57bd4090604a3fe9b76f3f5a649840000080404c37b7c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff4c37b7400283b44090604a3f00106e3fb2869440000088404c37b7c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff4c37b7c0c31eba405fc8523fac28663fb4c89040000080404c37b7c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff4c37b7c0c749b1405fc8523fc380643fb2869440000088407969b5c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff7969b5c0c31eba40c971523fac28663fb4c89040000080407969b5c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff7969b5c0c749b140c971523fc380643f58229c40000088407a69b5c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff7a69b540fe57bd4026b74a3fe9b76f3f5a649840000080407a69b5c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff7a69b5400283b44026b74a3f00106e3f58229c4000008840a69bb3c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffa69bb340fe57bd40bc0d4b3fe9b76f3f5a64984000008040a69bb3c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffa69bb3400283b440bc0d4b3f00106e3fb286944000008840a69bb3c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa69bb3c0c31eba40321b523fac28663fb4c8904000008040a69bb3c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa69bb3c0c749b140321b523fc380643fb286944000008840d3cdb1c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffd3cdb1c0c31eba409cc4513fac28663fb4c8904000008040d3cdb1c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffd3cdb1c0c749b1409cc4513fc380643f58229c4000008840d3cdb1c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffd3cdb140fe57bd4053644b3fe9b76f3f5a64984000008040d3cdb1c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffd3cdb1400283b44052644b3f00106e3fb2869440000088400000b0c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff0000b0c0c31eba40066e513fac28663fb4c89040000080400000b0c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff0000b0c0c749b140066e513fc380643f58229c40000088400000b0c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff0000b040fe57bd40e9ba4b3fe9b76f3f5a649840000080400000b0c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff0000b0400283b440e9ba4b3f00106e3fb2869440000088406065aac080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff6065aac0c31eba400c61503fac28663fb4c89040000080406065aac080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff6065aac0c749b1400c61503fc380643f58229c40000088406065aac080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff6065aa40fe57bd40e3c74c3fe9b76f3f5a649840000080406065aac080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff6065aa400283b440e3c74c3f00106e3fb286944000008840c1caa4c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc1caa4c0c31eba4012544f3fac28663fb4c8904000008040c1caa4c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc1caa4c0c749b14012544f3fc380643f58229c4000008840c1caa4c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc1caa440fe57bd40dcd44d3fe9b76f3f5a64984000008040c1caa4c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc1caa4400283b440dcd44d3f00106e3fb28694400000884022309fc081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff22309fc0c31eba4018474e3fac28663fb4c890400000804022309fc081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff22309fc0c749b14018474e3fc380643f58229c400000884022309fc081e267bff3efd83e000000000000000000000000000080bf000080bfffffffff22309f40fe57bd40d6e14e3fe9b76f3f5a6498400000804022309fc081e267bff3efd83e000000000000000000000000000080bf000080bfffffffff22309f400283b440d6e14e3f00106e3fb286944000008840829599c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff829599c0c31eba401e3a4d3fac28663fb4c8904000008040829599c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff829599c0c749b1401e3a4d3fc380643f58229c4000008840829599c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff82959940fe57bd40d0ee4f3fe9b76f3f5a64984000008040829599c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff829599400283b440d0ee4f3f00106e3fb286944000008840e2fa93c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffe2fa93c0c31eba40242d4c3fac28663fb4c8904000008040e2fa93c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffe2fa93c0c749b140242d4c3fc380643f58229c4000008840e2fa93c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffe2fa9340fe57bd40cafb503fe9b76f3f5a64984000008040e2fa93c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffe2fa93400283b440cafb503f00106e3fb28694400000884043608ec081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff43608ec0c31eba402b204b3fac28663fb4c890400000804043608ec081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff43608ec0c749b1402b204b3fc380643f58229c400000884042608ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff42608e40fe57bd40c408523fe9b76f3f5a6498400000804042608ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff42608e400283b440c408523f00106e3fb286944000008840a3c588c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa3c588c0c31eba4031134a3fac28663fb4c8904000008040a3c588c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa3c588c0c749b14031134a3fc380643f58229c4000008840a3c588c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffa3c58840fe57bd40be15533fe8b76f3f5a64984000008040a3c588c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffa3c588400283b440be15533f00106e3fb286944000008840032b83c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff032b83c0c31eba403706493fac28663fb4c8904000008040032b83c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff032b83c0c749b1403706493fc380643f58229c4000008840032b83c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff032b8340fe57bd40b822543fe8b76f3f5a64984000008040032b83c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff032b83400283b440b822543f00106e3fb286944000008840032b83c00000000000000000000080bf0000803f0000000000000000000080bfffffffffb2869440000088402061213febc8b43e58229c4000008840032b83c00000000000000000000080bf0000803f0000000000000000000080bfffffffff58229c400000884068c6203f6433b23e5a64984000008040032b83c00000000000000000000080bf0000803f0000000000000000000080bfffffffff5a64984000008040516e223f6433b23eb4c8904000008040032b83c00000000000000000000080bf0000803f0000000000000000000080bfffffffffb4c89040000080400909233febc8b43e0ceb8c4000008840976ebec00000000000000000ffff7f3f000080bf0000000000000000000080bfffffffff0ceb8cc0000088400bc6383fe842a83e674f854000008840976ebec00000000000000000ffff7f3f000080bf0000000000000000000080bfffffffff674f85c000008840522b383f6fd8aa3e6991814000008040976ebec00000000000000000ffff7f3f000080bf0000000000000000000080bfffffffff699181c0000080406983363f6fd8aa3e0e2d894000008040976ebec00000000000000000ffff7f3f000080bf0000000000000000000080bfffffffff0e2d89c000008040221e373fe842a83e674f854000008840976ebec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff976ebec04eacb340b822543f1f12683f674f854000008840c4a0bcc080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc4a0bcc04eacb34022cc533f1f12683f6991814000008040c4a0bcc080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc4a0bcc052d7aa4022cc533f366a663f6991814000008040976ebec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff976ebec052d7aa40b822543f366a663f0ceb8c4000008840c4a0bcc080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc4a0bc4088e5b640cd5c493f76ce6d3f0ceb8c4000008840976ebec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff976ebe4088e5b6403706493f76ce6d3f0e2d894000008040976ebec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff976ebe408c10ae403706493f8d266c3f0e2d894000008040c4a0bcc080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc4a0bc408c10ae40cd5c493f8d266c3f674f854000008840f2d2bac080e2673ff3efd8be0000000000000000000000000000803f000080bffffffffff2d2bac04eacb3408c75533f1f12683f6991814000008040f2d2bac080e2673ff3efd8be0000000000000000000000000000803f000080bffffffffff2d2bac052d7aa408b75533f366a663f0ceb8c4000008840f2d2bac080e267bff3efd83e000000000000000000000000000080bf000080bffffffffff2d2ba4088e5b64063b3493f76ce6d3f0e2d894000008040f2d2bac080e267bff3efd83e000000000000000000000000000080bf000080bffffffffff2d2ba408c10ae4063b3493f8d266c3f674f8540000088401f05b9c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff1f05b9c04eacb340f51e533f1e12683f69918140000080401f05b9c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff1f05b9c052d7aa40f51e533f366a663f0ceb8c40000088401f05b9c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff1f05b94088e5b640f9094a3f76ce6d3f0e2d8940000080401f05b9c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff1f05b9408c10ae40f9094a3f8d266c3f674f8540000088404c37b7c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff4c37b7c04eacb3405fc8523f1e12683f69918140000080404c37b7c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff4c37b7c052d7aa405fc8523f366a663f0ceb8c40000088404c37b7c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff4c37b74088e5b64090604a3f76ce6d3f0e2d8940000080404c37b7c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff4c37b7408c10ae4090604a3f8d266c3f674f8540000088407969b5c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff7969b5c04eacb340c971523f1e12683f69918140000080407969b5c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff7969b5c052d7aa40c971523f356a663f0ceb8c40000088407a69b5c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff7a69b54088e5b64026b74a3f76ce6d3f0e2d8940000080407a69b5c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff7a69b5408c10ae4026b74a3f8d266c3f0ceb8c4000008840a69bb3c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffa69bb34088e5b640bc0d4b3f76ce6d3f0e2d894000008040a69bb3c081e267bff4efd83e000000000000000000000000000080bf000080bfffffffffa69bb3408c10ae40bc0d4b3f8d266c3f674f854000008840a69bb3c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa69bb3c04eacb340321b523f1e12683f6991814000008040a69bb3c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa69bb3c052d7aa40321b523f356a663f674f854000008840d3cdb1c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffd3cdb1c04eacb3409cc4513f1e12683f6991814000008040d3cdb1c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffd3cdb1c052d7aa409cc4513f356a663f0ceb8c4000008840d3cdb1c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffd3cdb14088e5b64053644b3f76ce6d3f0e2d894000008040d3cdb1c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffd3cdb1408c10ae4052644b3f8d266c3f674f8540000088400000b0c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff0000b0c04eacb340066e513f1e12683f69918140000080400000b0c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff0000b0c052d7aa40066e513f356a663f0ceb8c40000088400000b0c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff0000b04088e5b640e9ba4b3f76ce6d3f0e2d8940000080400000b0c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff0000b0408c10ae40e9ba4b3f8d266c3f674f8540000088406065aac080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff6065aac04eacb3400c61503f1e12683f69918140000080406065aac080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff6065aac052d7aa400c61503f356a663f0ceb8c40000088406065aac080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff6065aa4088e5b640e3c74c3f76ce6d3f0e2d8940000080406065aac080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff6065aa408c10ae40e3c74c3f8d266c3f674f854000008840c1caa4c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc1caa4c04eacb34012544f3f1e12683f6991814000008040c1caa4c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffc1caa4c052d7aa4012544f3f356a663f0ceb8c4000008840c1caa4c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc1caa44088e5b640dcd44d3f76ce6d3f0e2d894000008040c1caa4c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffc1caa4408c10ae40dcd44d3f8d266c3f674f85400000884022309fc081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff22309fc04eacb34018474e3f1e12683f699181400000804022309fc081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff22309fc052d7aa4018474e3f356a663f0ceb8c400000884022309fc081e267bff3efd83e000000000000000000000000000080bf000080bfffffffff22309f4088e5b640d6e14e3f76ce6d3f0e2d89400000804022309fc081e267bff3efd83e000000000000000000000000000080bf000080bfffffffff22309f408c10ae40d6e14e3f8d266c3f674f854000008840829599c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff829599c04eacb3401e3a4d3f1e12683f6991814000008040829599c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff829599c052d7aa401e3a4d3f366a663f0ceb8c4000008840829599c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff8295994088e5b640d0ee4f3f76ce6d3f0e2d894000008040829599c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff829599408c10ae40d0ee4f3f8d266c3f674f854000008840e2fa93c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffe2fa93c04eacb340242d4c3f1e12683f6991814000008040e2fa93c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffe2fa93c052d7aa40242d4c3f366a663f0ceb8c4000008840e2fa93c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffe2fa934088e5b640cafb503f76ce6d3f0e2d894000008040e2fa93c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffffe2fa93408c10ae40cafb503f8d266c3f674f85400000884042608ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff42608ec04eacb3402b204b3f1f12683f699181400000804042608ec080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff42608ec052d7aa402a204b3f366a663f0ceb8c400000884042608ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff42608e4088e5b640c408523f76ce6d3f0e2d89400000804042608ec080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff42608e408c10ae40c408523f8d266c3f674f854000008840a2c588c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa2c588c04eacb34031134a3f1f12683f6991814000008040a2c588c080e2673ff3efd8be0000000000000000000000000000803f000080bfffffffffa2c588c052d7aa4030134a3f366a663f0ceb8c4000008840a3c588c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffa3c5884088e5b640be15533f76ce6d3f0e2d894000008040a3c588c081e267bff3efd83e000000000000000000000000000080bf000080bfffffffffa3c588408c10ae40be15533f8d266c3f0ceb8c4000008840032b83c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff032b834088e5b640b822543f76ce6d3f0e2d894000008040032b83c080e267bff3efd83e000000000000000000000000000080bf000080bfffffffff032b83408c10ae40b822543f8d266c3f674f854000008840032b83c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff032b83c04eacb3403706493f1f12683f6991814000008040032b83c081e2673ff3efd8be0000000000000000000000000000803f000080bfffffffff032b83c052d7aa403706493f366a663f674f854000008840032b83c00000000000000000ffff7fbf0000803f0000000000000000000080bfffffffff674f854000008840221e373f08f1ad3e0ceb8c4000008840032b83c00000000000000000ffff7fbf0000803f0000000000000000000080bfffffffff0ceb8c40000088406983363f815bab3e0e2d894000008040032b83c00000000000000000ffff7fbf0000803f0000000000000000000080bfffffffff0e2d894000008040522b383f815bab3e6991814000008040032b83c00000000000000000ffff7fbf0000803f0000000000000000000080bfffffffff69918140000080400bc6383f08f1ad3e00000040000040400000803f00000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c00000803f4a155c3da202eb3e00008040000040400000803f00000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c00000803f4c155c3d2381013f00000040000060400000803f00000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c00000803f52833c3f5d03bb3e00008040000060400000803f00000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c00000803f2583483f5d03bb3e00000040000060400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c00000404052833c3fff02d33e00008040000060400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000040402583483f0003d33e0000b040000060400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b0c0000040400283513f0003d33e0000b040000060400000803f00000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b0c00000803f0283513f5d03bb3e00000000000060400000803f00000000000080bf00000000000080bf0000000000000000000080bfffffffff000000000000803f8083303f5d03bb3e00000000000060400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff00000000000040408083303fff02d33e0000a0c000004040000000c02ef9643f2ef9e4be0000000000000000000000000000803f000080bfffffffff000000c02ef9e43efb000c3f120a923d0000a0c000004040000080c02ef9643f2ef9e4be0000000000000000000000000000803f000080bfffffffff000080c02ef9e43ece00183f130a923d000098c000006040000000c02ef9643f2ef9e4be0000000000000000000000000000803f000080bfffffffff000000c02acc803ffa000c3fe1deac3d000098c000006040000080c02ef9643f2ef9e4be0000000000000000000000000000803f000080bfffffffff000080c02acc803fce00183fe3deac3d0000a0c000004040000040402ff9643f2ff9e4be0000000000000000000000000000803f000080bfffffffff000040402ef9e43ed902dc3e1e0a923d000098c000006040000040402ff9643f2ff9e4be0000000000000000000000000000803f000080bfffffffff000040402acc803fda02dc3eecdeac3d000000c000004040000000c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000004000004040bf001b3f89741f3e000000c00000404000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c0000040404b00393f86741f3e000000c000006040000000c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000004000006040be001b3f5b742b3e000000c00000604000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c0000060404a00393f58742b3e000000c000004040000080c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000804000004040ee000f3f82741f3e000000c000006040000080c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000804000006040ed000f3f55742b3e000000c000004040000008c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000084100004040ab02e83e8c741f3e000000c000006040000008c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000084100006040a902e83e5e742b3e0000a0c000004040000008c12ff9643f2ff9e4be0000000000000000000000000000803f000080bfffffffff000008c12ff9e43e6900333f1c0a923d000098c000006040000008c12ff9643f2ff9e4be0000000000000000000000000000803f000080bfffffffff000008c12acc803f6700333febdeac3d000000c000004040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005841000040408cc4513fd202df3e000000c000004040000038c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00003841000040405ec45d3fd102df3e000000c000006040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005841000060408bc4513fbb02e53e000000c000006040000038c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00003841000060405dc45d3fba02e53e0000a0c000004040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000040402400453f200a923d0000a0c000004040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c100004040f5ff503f1e0a923d0000a0c000006040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000060402400453fc309aa3d0000a0c000006040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c100006040f5ff503fc109aa3d0000084100008040000018c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000008c1000018c112416c3f643c8f3e0000204100008040000018c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000020c1000018c1ef40753f623c8f3e00000841000080400000d0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000008c10000d0c014416c3fd93bb33e00002041000080400000d0c000000000000080bf00000000000080bf0000000000000000000080bfffffffff000020c10000d0c0f040753fd73bb33e0000204100000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000020c100000040c5c4423f9286323f0000004100000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c100000000f3c4363fc186263f0000004100000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c100000040c5c4423fc186263f0000204100000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000020c100000000f4c4363f9386323f00000041000000000000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000000006a83363fc186263f00002041000000000000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000020c1000000006a83363f9286323f00002041000000400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000020c10000004097832a3f9386323f00000041000000400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c10000004097832a3fc186263f0000004000000000000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c00000000035476d3f9489373f0000804000000000000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c00000000035476d3f6689433f0000804000000040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000000406347613f6689433f0000004000000040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c0000000406347613f9489373f0000c04000000040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c0000000409288793f9386323f0000804000000000000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000080c000000000c0886d3fc286263f0000804000000040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000000409188793fc186263f0000c04000000000000000000000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c000000000c1886d3f9486323f0000244100000040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c0000000406547613fc286263f0000244100000000000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c00000000037476d3f9386323f0000244100000040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c0000000406647613f9486323f0000244100000000000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c00000000036476d3fc186263f0000a0c000000000000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c000000000ff000c3fee15833a0000a0c000000000000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c000000000d000183f8014833a0000a0c000000040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c000000040d100183fb715443d0000a0c000000040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c000000040ff000c3fc215443d0000000000000040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff00000000000000400a06553f9386323f000080bf00000000000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000803f000000003806493faa862c3f000080bf00000040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000803f000000400a06553faa862c3f0000000000000000000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff00000000000000003806493f9386323f000080bf00000000000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000803f000000003042213f008c633f0000000000000000000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff00000000000000003042213fe98b693f0000000000000040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff00000000000000405e42153fea8b693f000080bf00000040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000803f000000405f42153f018c633f000020410000004000000000000080bf000000000000000000000000000000000000803f0000803fffffffff000000000000004077420f3feec73e3f000020410000000000004040000080bf000000000000000000000000000000000000803f0000803fffffffff00004040000000003142213f1cc8323f000020410000004000004040000080bf000000000000000000000000000000000000803f0000803fffffffff00004040000000403142213feec73e3f000020410000000000000000000080bf000000000000000000000000000000000000803f0000803fffffffff000000000000000077420f3f1cc8323f0000c04000000000000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000000000f3c4363fefca433f0000c04000000000000000000000803f000000000000000000000000000000000000803f000080bfffffffff0000000000000000adc4483fefca433f0000c04000000040000000000000803f000000000000000000000000000000000000803f000080bfffffffff0000000000000040adc4483fc1ca4f3f0000c04000000040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000000040f3c4363fc1ca4f3f0000003f00000040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf000000408083303fda0e733f0000000000000000000000000000000000000000000080bf000080bf00000000000000000000803fffffffff0000000000000000ae83243fe60e703f0000000000000040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff00000000000000408083303fe50e703f0000003f00000000000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf00000000ae83243fda0e733f0000004000000040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000c0000000408083303fb70e7c3f0000004000000000000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000c000000000af83243fb70e7c3f00000000000000000000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000000000000000adc4483f9489373f0000003f000000000000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00000000adc4483f89893a3f0000003f000000400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00000040dcc43c3f89893a3f00000000000000400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000000000000040dcc43c3f9489373f00000040000000000000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c000000000adc4483f6689433f00000040000000400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c000000040dbc43c3f6689433f0000244100000040000000bf000080bf000000000000000000000000000000000000803f0000803fffffffff000000bf00000040a205703f1486d33e000024410000000000000000000080bf000000000000000000000000000000000000803f0000803fffffffff000000000000000074057c3ffd85d93e000024410000004000000000000080bf000000000000000000000000000000000000803f0000803fffffffff0000000000000040a205703ffd85d93e0000244100000000000000bf000080bf000000000000000000000000000000000000803f0000803fffffffff000000bf0000000074057c3f1486d33e0000204100000040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c000000040e4055e3f16040b3f0000204100000000000000bf000080bf000000000000000000000000000000000000803f0000803fffffffff000000bf00000000b6056a3ff303143f0000204100000040000000bf000080bf000000000000000000000000000000000000803f0000803fffffffff000000bf00000040e5055e3ff303143f0000204100000000000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c000000000b6056a3f16040b3f0000000000000000000000000000803f000000000000000000000000000000000000803f000080bfffffffff00000000000000003706493f6689433f0000000000000000000000bf0000803f000000000000000000000000000000000000803f000080bfffffffff000000bf000000003706493f7189403f0000000000000040000000bf0000803f000000000000000000000000000000000000803f000080bfffffffff000000bf000000400906553f7189403f0000000000000040000000000000803f000000000000000000000000000000000000803f000080bfffffffff00000000000000400906553f6689433f0000000000000000000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c0000000003706493f9489373f0000000000000040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c0000000400906553f9489373f00002041000000400000b0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000b0c0000000405e42153fb14a543f0000204100000000000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c0000000003042213f8e4a5d3f0000204100000040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c0000000405e42153f8e4a5d3f00002041000000000000b0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000b0c0000000003042213fb04a543f00002041000000400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c0000000405e42153fbc4a513f00002041000000000000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c0000000003042213fbc4a513f0000000000000000000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c000000000af83243ff58b663f00000000000000000000b0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000b0c000000000ae83243f188c5d3f00000000000000400000b0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000b0c0000000408083303f178c5d3f0000000000000040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c0000000408083303ff58b663f00000000000000000000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c000000000af83243f238c5a3f00000000000000400000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c0000000408083303f238c5a3f00000040000000000000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c000000000ae83243f994a5a3f00000040000000000000f0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000f0c000000000ae83243fbc4a513f00000040000000400000f0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000f0c0000000408083303fbc4a513f00000040000000400000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c0000000408083303f994a5a3f0000004000000000000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c100000000af83243fc74a4e3f0000004000000040000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c1000000408083303fc74a4e3f00000041000000400000f0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000f0c0000000405e42153f5509483f00000041000000000000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c0000000003142213f3209513f00000041000000400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c0000000405f42153f3309513f00000041000000000000f0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000f0c0000000003042213f5509483f0000004100000040000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c1000000405e42153f6109453f0000004100000000000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c1000000003042213f6009453f0000f04000000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c000000040f741303f092ab73e0000c04000000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c0000000002542243f4f2aa53e0000c04000000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c000000040f641303f4e2aa53e0000f04000000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000000002542243f0a2ab73e0000004100000040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c1000000408b05763ff908e03e0000f04000000000000050400000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c000000000b9056a3f1009da3e0000f04000000040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000000408b05763f1009da3e0000004100000000000050400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c100000000b9056a3ff908e03e0000f04000000000000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c00000000036476d3f1cc8323f0000004100000000000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c10000000035476d3f11c8353f0000004100000040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000000406447613f11c8353f0000f04000000040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000000406447613f1dc8323f000080400000004000000000000080bf000000000000000000000000000000000000803f0000803fffffffff0000000000000040b8c4453fde061f3f00008040000000000000003f000080bf000000000000000000000000000000000000803f0000803fffffffff0000003f000000008ac4513fd206223f00008040000000400000003f000080bf000000000000000000000000000000000000803f0000803fffffffff0000003f00000040b8c4453fd206223f000080400000000000000000000080bf000000000000000000000000000000000000803f0000803fffffffff00000000000000008ac4513fde061f3f00000040000000000000003f0000803f000000000000000000000000000000000000803f000080bfffffffff0000003f0000000075420f3f41507c3f0000004000000000000000000000803f000000000000000000000000000000000000803f000080bfffffffff000000000000000075420f3f4d50793f0000004000000040000000000000803f000000000000000000000000000000000000803f000080bfffffffff000000000000004047421b3f4c50793f00000040000000400000003f0000803f000000000000000000000000000000000000803f000080bfffffffff0000003f0000004047421b3f40507c3f000000410000004000004040000080bf000000000000000000000000000000000000803f0000803fffffffff00004040000000408b832d3f5c48223f000000410000000000005040000080bf000000000000000000000000000000000000803f0000803fffffffff00005040000000005d83393f56c8233f000000410000004000005040000080bf000000000000000000000000000000000000803f0000803fffffffff00005040000000408b832d3f56c8233f000000410000000000004040000080bf000000000000000000000000000000000000803f0000803fffffffff00004040000000005d83393f5c48223f0000f04000000000000050400000803f000000000000000000000000000000000000803f000080bfffffffff0000504000000000bf886d3f9a09363f0000f04000000000000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000000000bf886d3fa089343f0000f04000000040000040400000803f000000000000000000000000000000000000803f000080bfffffffff00004040000000409188793fa089343f0000f04000000040000050400000803f000000000000000000000000000000000000803f000080bfffffffff00005040000000409088793f9a09363f0000204100000000000000bf00000000000000000000803f000080bf0000000000000000000080bfffffffff000020c1000000005d83393fe009243f0000244100000000000000bf00000000000000000000803f000080bf0000000000000000000080bfffffffff000024c1000000005c83393fda89253f0000244100000040000000bf00000000000000000000803f000080bf0000000000000000000080bfffffffff000024c1000000408b832d3fda89253f0000204100000040000000bf00000000000000000000803f000080bf0000000000000000000080bfffffffff000020c1000000408b832d3fe009243f0000244100000040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000024c1000000407483333fd306223f0000204100000000000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000020c100000000a283273fd886203f0000204100000040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000020c1000000407483333fd886203f0000244100000000000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000024c100000000a283273fd306223f0000204100000000000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000020c10000000079887f3f1cc8323f0000244100000000000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000024c10000000079887f3f1648343f0000244100000040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000024c100000040a788733f1748343f0000204100000040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100000040a888733f1cc8323f0000244100000040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff000024c1000000408b05763f008ce33e0000204100000000000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff000020c100000000b9056a3f0c8ce03e0000204100000040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff000020c1000000408b05763f0b8ce03e0000244100000000000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff000024c100000000b9056a3f008ce33e00000040000000000000803f0000803f000000000000000000000000000000000000803f000080bfffffffff0000803f0000000075420f3f36507f3f00000040000000400000803f0000803f000000000000000000000000000000000000803f000080bfffffffff0000803f0000004046421b3f35507f3f00008040000000000000803f000080bf000000000000000000000000000000000000803f0000803fffffffff0000803f000000008ac4513fc706253f00008040000000400000803f000080bf000000000000000000000000000000000000803f0000803fffffffff0000803f00000040b8c4453fc706253f000000c000000040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c000000040f085dc3ec8086c3f000000c00000000000004040000080bf000000000000000000000000000000000000803f0000803fffffffff000040400000000085420c3ff608603f000000c00000004000004040000080bf000000000000000000000000000000000000803f0000803fffffffff000040400000004083420c3fc8086c3f000000c000000000000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c000000000f485dc3ef608603f0000a0c000000000000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000000000e502dc3e5518833a0000a0c000000040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000000040e702dc3ed515443d000000c000000040000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c100000040ad02e83ee574073e000000c000000000000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c000000000ee000f3f36ebae3d000000c000000040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c000000040ed000f3fe274073e000000c000000000000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c100000000af02e83e3cebae3d0000a0c000000000000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000000006800333f6f12833a0000a0c000000040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000000406900333fa615443d000000c000000040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100000040dc02dc3ee374073e000000c000000000000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100000000de02dc3e38ebae3d0000a0c000000000000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000000005100393fed12833a0000a0c000000040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000000405200393faa15443d000000c000000040000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c1000000408cc4513fff02d33e000000c000000000000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c1000000005ec45d3f5d03bb3e000000c000000040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c1000000405fc45d3ffe02d33e000000c000000000000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c1000000008cc4513f5e03bb3e0000a0c000000000000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000000002300453f6b15833a0000a0c000000000000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c100000000f4ff503f5014833a0000a0c000000040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c100000040f5ff503fb415443d0000a0c000000040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000000402400453fbd15443d000080bf00000040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000803f0000004047421b3f5ccd6f3f000000c000000000000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000400000000075420f3f73cd693f000000c000000040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000400000004047421b3f73cd693f000080bf00000000000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000803f0000000075420f3f5ccd6f3f000000c000000000000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff00000040000000006983363f1cc8323f000080bf00000000000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000803f000000006983363f05c8383f000080bf00000040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000803f0000004098832a3f05c8383f000000c000000040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000400000004098832a3f1cc8323f0000000000000040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000000000004048421b3f45cd753f0000000000000000000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000000000000075420f3f45cd753f0000000000000000000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff00000000000000006983363feec73e3f0000000000000040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000000000004097832a3feec73e3f0000000000000000000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000000007f83303fce85e53e0000000000000000000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000000006883363fcf85e53e0000000000000040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000000406983363f7285fd3e0000000000000040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000000408083303f7185fd3e0000404000000040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c1000000409485f43e3ac9733f0000404000000000000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c1000000009c42063f23c9793f0000404000000040000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c1000000409585f43e23c9793f0000404000000000000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c1000000009c42063f3ac9733f00002041000000400000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000020c1000000407985fa3e378f593f00000841000000000000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000008c100000000d585e23e5b8f503f00000841000000400000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000008c1000000407885fa3e5a8f503f00002041000000000000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000020c100000000d685e23e388f593f0000084100000000000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c10000000046833f3f16040b3f0000204100000000000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c10000000046833f3ff303143f0000204100000040000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c1000000407483333ff303143f0000084100000040000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c1000000407483333f16040b3f00000841000000000000d0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000d0c00000000075420f3f3845263f0000084100000000000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c10000000075420f3f7d45143f0000084100000040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c10000004047421b3f7d45143f00000841000000400000d0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000d0c00000004047421b3f3845263f0000204100000040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c10000004088087e3efa80643f00002041000000000000d0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000d0c000000000ea03973eb480763f00002041000000400000d0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000d0c0000000408d087e3eb480763f0000204100000000000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100000000e703973ef980643f0000204100001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000020c100001040c044443f9386323f0000004100001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c100001040bf44443fc186263f0000204100004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000020c100004040aec4483f9386323f0000004100004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c100004040aec4483fc286263f00002041000010400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000020c1000010409d03293f9386323f00000041000010400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000010409d03293fc186263f00002041000040400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100004040af83243f9386323f00000041000040400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100004040ae83243fc186263f0000804000001040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c00000104069c75f3f6689433f0000004000001040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c00000104069c75f3f9489373f0000804000004040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000040407b475b3f6689433f0000004000004040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c0000040407b475b3f9489373f0000c04000001040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c0000010408c087b3f9386323f0000804000001040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000010408c087b3fc186263f0000c04000004040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c0000040407b887f3f9486323f0000804000004040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000040407b887f3fc286263f0000244100001040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c0000010406bc75f3fc186263f0000244100001040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c0000010406cc75f3f9386323f0000244100004040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c0000040407c475b3fc186263f0000244100004040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c0000040407d475b3f9386323f0000a8c000000040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c000000040f8000c3f47a7a13e0000a8c000000040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c000000040ca00183f47a7a13e0000a8c000001040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c000001040ca00183f3ba7a43e0000a8c000001040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c000001040f8000c3f3ca7a43e0000a0c000001040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c000001040fb000c3f33155c3d0000a0c000001040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c000001040ce00183f39155c3d0000a0c000004040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c000004040ce00183f130a923d0000a0c000004040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c000004040fb000c3f120a923d0000000000001040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff00000000000010400486563f9386323f000080bf00001040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000803f000010400486563faa862c3f0000000000004040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000000000004040f3055b3f9386323f000080bf00004040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000803f00004040f3055b3faa862c3f0000000000001040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000000000104064c2133fea8b693f000080bf00001040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000803f0000104064c2133f018c633f0000000000004040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000000000404075420f3fe98b693f000080bf00004040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000803f0000404075420f3f008c633f000020410000104000000000000080bf000000000000000000000000000000000000803f0000803fffffffff000000000000104076420f3fe847403f000020410000104000004040000080bf000000000000000000000000000000000000803f0000803fffffffff00004040000010403042213fe847403f000020410000404000000000000080bf000000000000000000000000000000000000803f0000803fffffffff000000000000404075420f3fd7c7443f000020410000404000004040000080bf000000000000000000000000000000000000803f0000803fffffffff00004040000040402f42213fd7c7443f0000c04000001040000000000000803f000000000000000000000000000000000000803f000080bfffffffff0000000000001040adc4483fbc4a513f0000c04000001040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000001040f3c4363fbc4a513f0000c04000004040000000000000803f000000000000000000000000000000000000803f000080bfffffffff0000000000004040adc4483faaca553f0000c04000004040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000004040f3c4363faaca553f0000003f00001040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf000010407a03323fda0e733f0000000000001040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff00000000000010407a03323fe60e703f0000003f00004040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf000040406983363fda0e733f0000000000004040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff00000000000040406983363fe60e703f0000004000001040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000c0000010407a03323fb80e7c3f0000004000004040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000000c0000040406983363fb80e7c3f0000003f000010400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00001040e1443b3f89893a3f00000000000010400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000000000001040e1443b3f9489373f0000003f000040400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00004040f3c4363f89893a3f00000000000040400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000000000004040f3c4363f9489373f00000040000010400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c000001040e1443b3f6689433f00000040000040400000c0c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c000004040f3c4363f6689433f0000244100001040000000bf000080bf000000000000000000000000000000000000803f0000803fffffffff000000bf00001040a8856e3f1486d33e000024410000104000000000000080bf000000000000000000000000000000000000803f0000803fffffffff0000000000001040a8856e3ffd85d93e0000244100004040000000bf000080bf000000000000000000000000000000000000803f0000803fffffffff000000bf00004040b9056a3f1486d33e000024410000404000000000000080bf000000000000000000000000000000000000803f0000803fffffffff0000000000004040b9056a3ffd85d93e0000204100001040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c000001040ea855c3f16040b3f0000204100001040000000bf000080bf000000000000000000000000000000000000803f0000803fffffffff000000bf00001040eb855c3ff303143f0000204100004040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c000004040fb05583f16040b3f0000204100004040000000bf000080bf000000000000000000000000000000000000803f0000803fffffffff000000bf00004040fc05583ff303143f0000000000001040000000bf0000803f000000000000000000000000000000000000803f000080bfffffffff000000bf000010400386563f7189403f0000000000001040000000000000803f000000000000000000000000000000000000803f000080bfffffffff00000000000010400386563f6689433f0000000000004040000000bf0000803f000000000000000000000000000000000000803f000080bfffffffff000000bf00004040f1055b3f7189403f0000000000004040000000000000803f000000000000000000000000000000000000803f000080bfffffffff0000000000004040f1055b3f6689433f0000000000001040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c0000010400386563f9489373f0000000000004040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c000004040f1055b3f9489373f00002041000010400000b0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000b0c00000104064c2133fb14a543f0000204100001040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c00000104064c2133f8e4a5d3f00002041000040400000b0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000b0c00000404075420f3fb14a543f0000204100004040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c00000404076420f3f8d4a5d3f00002041000010400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c00000104064c2133fbc4a513f00002041000040400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c00000404075420f3fbd4a513f00000000000010400000b0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000b0c0000010407a03323f178c5d3f0000000000001040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c0000010407a03323ff58b663f00000000000040400000b0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000b0c0000040406983363f188c5d3f0000000000004040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c0000040406983363ff58b663f00000000000010400000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c0000010407a03323f238c5a3f00000000000040400000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c0000040406983363f238c5a3f00000040000010400000f0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000f0c0000010407a03323fbc4a513f00000040000010400000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c0000010407a03323f994a5a3f00000040000040400000f0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000f0c0000040406983363fbc4a513f00000040000040400000c0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000c0c0000040406883363f9a4a5a3f0000004000001040000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c1000010407b03323fc74a4e3f0000004000004040000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c1000040406983363fc74a4e3f00000041000010400000f0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000f0c00000104064c2133f5609483f00000041000010400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c00000104064c2133f3209513f00000041000040400000f0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000f0c00000404075420f3f5609483f00000041000040400000c0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000c0c00000404076420f3f3209513f0000004100001040000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c10000104064c2133f6109453f0000004100004040000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c10000404075420f3f6109453f0000f04000001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c000001040f1c1313f092ab73e0000c04000001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c000001040f1c1313f4f2aa53e0000f04000004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c000004040e041363f0a2ab73e0000c04000004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000c0c000004040e041363f4f2aa53e0000004100001040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c1000010408585773ff908e03e0000f04000001040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000010408585773f1009da3e0000004100004040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c10000404074057c3ff908e03e0000f04000004040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c00000404074057c3f1009da3e0000004100001040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000010406ac75f3f11c8353f0000f04000001040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000010406ac75f3f1dc8323f0000004100004040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000040407b475b3f11c8353f0000f04000004040000000c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000040407b475b3f1cc8323f000080400000104000000000000080bf000000000000000000000000000000000000803f0000803fffffffff0000000000001040bd44443fde061f3f00008040000010400000003f000080bf000000000000000000000000000000000000803f0000803fffffffff0000003f00001040bd44443fd206223f000080400000404000000000000080bf000000000000000000000000000000000000803f0000803fffffffff0000000000004040cfc43f3fde061f3f00008040000040400000003f000080bf000000000000000000000000000000000000803f0000803fffffffff0000003f00004040cfc43f3fd206223f0000004000001040000000000000803f000000000000000000000000000000000000803f000080bfffffffff000000000000104041c21c3f4c50793f00000040000010400000003f0000803f000000000000000000000000000000000000803f000080bfffffffff0000003f0000104041c21c3f41507c3f0000004000004040000000000000803f000000000000000000000000000000000000803f000080bfffffffff00000000000040403042213f4d50793f00000040000040400000003f0000803f000000000000000000000000000000000000803f000080bfffffffff0000003f000040403042213f41507c3f000000410000104000004040000080bf000000000000000000000000000000000000803f0000803fffffffff000040400000104091032c3f5c48223f000000410000104000005040000080bf000000000000000000000000000000000000803f0000803fffffffff000050400000104091032c3f56c8233f000000410000404000004040000080bf000000000000000000000000000000000000803f0000803fffffffff0000404000004040a283273f5c48223f000000410000404000005040000080bf000000000000000000000000000000000000803f0000803fffffffff0000504000004040a283273f56c8233f0000f04000001040000040400000803f000000000000000000000000000000000000803f000080bfffffffff00004040000010408b087b3fa089343f0000f04000001040000050400000803f000000000000000000000000000000000000803f000080bfffffffff00005040000010408b087b3f9b09363f0000f04000004040000040400000803f000000000000000000000000000000000000803f000080bfffffffff000040400000404079887f3fa089343f0000f04000004040000050400000803f000000000000000000000000000000000000803f000080bfffffffff000050400000404079887f3f9a09363f0000244100001040000000bf00000000000000000000803f000080bf0000000000000000000080bfffffffff000024c10000104090032c3fda89253f0000204100001040000000bf00000000000000000000803f000080bf0000000000000000000080bfffffffff000020c10000104091032c3fdf09243f0000244100004040000000bf00000000000000000000803f000080bf0000000000000000000080bfffffffff000024c100004040a283273fda89253f0000204100004040000000bf00000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100004040a283273fe009243f0000244100001040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000024c1000010406e03353fd306223f0000204100001040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000020c1000010406e03353fd886203f0000244100004040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000024c1000040405d83393fd306223f0000204100004040000000000000000000000000000080bf000080bf00000000000000000000803fffffffff000020c1000040405d83393fd886203f0000244100001040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000024c100001040ad08723f1648343f0000204100001040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100001040ae08723f1cc8323f0000244100004040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000024c100004040bf886d3f1748343f0000204100004040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100004040bf886d3f1cc8323f0000244100001040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff000024c1000010408585773f008ce33e0000204100001040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff000020c1000010408585773f0b8ce03e0000244100004040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff000024c10000404074057c3f008ce33e0000204100004040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff000020c10000404074057c3f0b8ce03e00000040000010400000803f0000803f000000000000000000000000000000000000803f000080bfffffffff0000803f0000104040c21c3f35507f3f00000040000040400000803f0000803f000000000000000000000000000000000000803f000080bfffffffff0000803f000040402f42213f36507f3f00008040000010400000803f000080bf000000000000000000000000000000000000803f0000803fffffffff0000803f00001040bd44443fc706253f00008040000040400000803f000080bf000000000000000000000000000000000000803f0000803fffffffff0000803f00004040cfc43f3fc706253f0000e0bf00001040000000c0000080bf00000000000000000000000000000000000080bf000080bfffffffff0000004000001040e313833aaa837e3f0000e0bf0000004000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c000000040ae08f23db0037d3f0000e0bf0000104000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c000001040b408f23daa837e3f0000e0bf00000040000000c0000080bf00000000000000000000000000000000000080bf000080bfffffffff00000040000000406f12833ab0037d3f000000c000004040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c000004040bf001b3f89741f3e000000c00000104000004040000080bf000000000000000000000000000000000000803f0000803fffffffff00004040000010404c00393fcb740d3e000000c00000404000004040000080bf000000000000000000000000000000000000803f0000803fffffffff00004040000040404b00393f86741f3e000000c000001040000000c0000080bf000000000000000000000000000000000000803f0000803fffffffff000000c000001040c1001b3fce740d3e0000a8c000000040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000000040d902dc3e47a7a13e0000a8c000001040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000001040d902dc3e3ca7a43e0000a0c000001040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000001040d902dc3e4e155c3d0000a0c000004040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000004040d902dc3e1e0a923d0000e0bf00001040000008c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000084100001040d585e23ecaca4c3f0000e0bf00000040000080c0000080bf00000000000000000000000000000000000080bf000080bfffffffff000080400000004083420c3fd04a4b3f0000e0bf00001040000080c0000080bf00000000000000000000000000000000000080bf000080bfffffffff000080400000104082420c3fcaca4c3f0000e0bf00000040000008c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000084100000040d685e23ed04a4b3f000000c000004040000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c100004040ab02e83e8c741f3e000000c000001040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c000001040ef000f3fc6740d3e000000c000004040000080c0000080bf000000000000000000000000000000000000803f0000803fffffffff000080c000004040ee000f3f82741f3e000000c000001040000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c100001040ad02e83ed0740d3e0000a8c000000040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000000406300333f47a7a13e0000a8c000001040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000010406300333f3ba7a43e0000a0c000001040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000010406900333f4a155c3d0000a0c000004040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000040406900333f1c0a923d000000c000001040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100001040db02dc3ecc740d3e000000c000004040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100004040d902dc3e87741f3e0000a0c000001040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000010405200393f4d155c3d0000a0c000004040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000040405200393f1e0a923d000000c000001040000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c1000010408cc4513ff402d63e000000c000001040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c1000010405ec45d3ff302d63e000000c000004040000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c1000040408cc4513fd202df3e000000c000004040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c1000040405ec45d3fd102df3e0000a0c000001040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c100001040f5ff503f57155c3d0000a0c000001040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000010402300453f5d155c3d000080bf00001040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000803f0000104042c21c3f5ccd6f3f000000c000001040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000400000104041c21c3f73cd693f000080bf00004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000803f000040403042213f5ccd6f3f000000c000004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff00000040000040403042213f73cd693f000080bf00001040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000803f000010409e03293f05c8383f000000c000001040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff00000040000010409e03293f1cc8323f000080bf00004040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000803f00004040af83243f05c8383f000000c000004040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000004000004040af83243f1cc8323f0000000000001040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000000000104042c21c3f45cd753f0000000000004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff00000000000040403042213f45cd753f0000000000001040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff00000000000010409d03293feec73e3f0000000000004040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000000000004040ae83243feec73e3f0000000000001040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000010406883363fb342003f0000000000001040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000010407f83303fb242003f0000000000004040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000040406883363fa1c2043f0000000000004040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000040407f83303fa1c2043f0000404000001040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100001040a085f13e3ac9733f0000404000001040000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c100001040a085f13e23c9793f0000404000004040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100004040c385e83e3ac9733f0000404000004040000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c100004040c385e83e23c9793f00002041000010400000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000020c1000010406e85fd3e378f593f00000841000010400000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000008c1000010406c85fd3e5a8f503f00002041000040400000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000020c100004040a542033f388f593f00000841000040400000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000008c100004040a542033f5a8f503f0000204100001040000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c1000010407903323ff303143f0000084100001040000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c1000010407a03323f16040b3f0000204100004040000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c1000040408b832d3ff303143f0000084100004040000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c1000040408b832d3f16040b3f0000084100001040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c10000104042c21c3f7d45143f00000841000010400000d0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000d0c00000104041c21c3f3845263f0000084100004040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000040403042213f7d45143f00000841000040400000d0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000d0c0000040403042213f3845263f0000204100001040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100001040a008783efa80643f00002041000010400000d0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000d0c000001040a408783eb580763f0000204100004040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100004040e408663ef980643f00002041000040400000d0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000d0c000004040e808663eb480763f0000a0c000000040000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000080c00401093f3524a13e0000a0c000000040000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000008c1d902dc3e3224a13e0000a8c000000040000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000a8c0000080c00501093f40249e3e0000a8c000000040000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a8c0000008c1db02dc3e3d249e3e0000a0c000000040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a04000000040f4467f3f3c94253e0000a0c000001040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a04000001040fac67d3f3c94253e0000a8c000000040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a84000000040f4467f3f53941f3e0000a8c000001040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a84000001040fac67d3f53941f3e0000a0c000001040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a0c000001040edc37b3f4a9a2c3e0000a0c000000040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a0c000000040f3437a3f4a9a2c3e0000a8c000001040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a8c000001040edc37b3f619a263e0000a8c000000040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a8c000000040f3437a3f619a263e0000a0c000001040000008c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000a040000008c16200333f22a19d3e0000a0c000001040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000a040000080c0ca00183f1fa19d3e0000a8c000001040000008c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000a840000008c16300333f2da19a3e0000a8c000001040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000a840000080c0cb00183f2ba19a3e0000a0c000000040000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000000c0d600153f2d24a13e0000a8c000000040000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000a8c0000000c0d600153f39249e3e0000a0c000001040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000a040000000c0f9000c3f26a19d3e0000a8c000001040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000a840000000c0f9000c3f32a19a3e0000a0c00000004000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000040406300333f3224a13e0000a8c00000004000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000a8c0000040406200333f3d249e3e0000a0c0000010400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000a04000004040da02dc3e22a19d3e0000a8c0000010400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000a84000004040d902dc3e2da19a3e0000a0c000000040000040400000803f000000000000000000000000000000000000803f000080bfffffffff00004040000000404a04393f495d913e0000a0c000001040000040400000803f000000000000000000000000000000000000803f000080bfffffffff00004040000010404a04393f3e5d943e0000a0c000000040000050400000803f000000000000000000000000000000000000803f000080bfffffffff00005040000000405084373f495d913e0000a0c000001040000050400000803f000000000000000000000000000000000000803f000080bfffffffff00005040000010405084373f3e5d943e000000c00000104000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c0000010405084373f45e0973e000000c00000004000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c0000000405084373f50e0943e000000c00000104000005040000080bf00000000000000000000000000000000000080bf000080bfffffffff000050c0000010404a04393f45e0973e000000c00000004000005040000080bf00000000000000000000000000000000000080bf000080bfffffffff000050c0000000404a04393f50e0943e000080bf00000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf000080c01381843e6d09c23d0000e0bf00000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000e0bf000080c01481843ef5099e3d0000e0bf00000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000e0bf000000c0b9809c3ef4099e3d000080bf00000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf000000c0b8809c3e6b09c23d0000e0bf00004040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff0000e0bf000000c07908fe3d5103be3e000080bf00004040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff000080bf000080c085032f3e2e03c73e000080bf00004040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff000080bf000000c07a08fe3d2e03c73e0000e0bf00004040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff0000e0bf000080c084032f3e5103be3e000000c000004040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000000c07908fe3d5d03bb3e000000c000004040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000080c084032f3e5d03bb3e000000c000000000000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff00000040000000003042213f178c5d3f0000e0bf00000000000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000e03f000000003042213f120c5f3f0000e0bf00000040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000e03f000000405f42153f120c5f3f000000c000000040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff00000040000000405f42153f188c5d3f0000e0bf00000040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000e03f000000400a06553fbb06283f000000c000000000000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff00000040000000003806493fc186263f000000c000000040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff00000040000000400a06553fc186263f0000e0bf00000000000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000e03f000000003806493fbb06283f0000e0bf00001040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000e03f0000104065c2133f120c5f3f000000c000001040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000400000104065c2133f188c5d3f0000e0bf00004040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff0000e03f0000404076420f3f120c5f3f000000c000004040000080c000000000000000000000803f000080bf0000000000000000000080bfffffffff000000400000404076420f3f178c5d3f0000e0bf00001040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000e03f000010400486563fbb06283f0000e0bf00004040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000e03f00004040f3055b3fbb06283f000000c000001040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff00000040000010400486563fc186263f000000c000004040000000c00000000000000000000080bf000080bf00000000000000000000803fffffffff0000004000004040f3055b3fc186263f000000c000000040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff000000c00000004076057c3f53941f3e000000c000001040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff000000c00000104071857d3f53941f3e0000e0bf00000040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000e0bf0000004076057c3f3c94253e0000e0bf00001040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000e0bf0000104071857d3f3c94253e000000c0000010400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff000000400000404099a4df3e79c75c3f000000c000001040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff00000040000000c0d9d10d3f79c75c3f0000e0bf000010400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e03f000040409aa4df3e73475e3f0000e0bf00001040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e03f000000c0d9d10d3f73475e3f000000c000000040000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000c0000000c0d6039a3e304a753f000000c00000004000004040000000000000803f000000000000803f0000000000000000000080bfffffffff000000c000004040f002d63e304a753f0000e0bf00000040000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000e0bf000000c0d8039a3e2aca763f0000e0bf0000004000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000e0bf00004040f102d63e2aca763f000000c000001040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff00000040000080c0d685e23ec8c7473f000000c000001040000008c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00000040000008c183420c3fc8c7473f0000e0bf00001040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e03f000080c0d585e23ec347493f0000e0bf00001040000008c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e03f000008c182420c3fc347493f000000c000001040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff00000040000010407082783f619a263e000000c000000040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff00000040000000406a027a3f619a263e0000e0bf00001040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000e03f000010407082783f4a9a2c3e0000e0bf00000040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000e03f000000406a027a3f4a9a2c3e000000c000000040000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff000000c0000008c1d685e23e4c89493f000000c000000040000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000c0000080c083420c3f4c89493f0000e0bf00000040000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000e0bf000008c1d585e23e46094b3f0000e0bf00000040000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000e0bf000080c082420c3f46094b3f0000a0c000000040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a04000000040edc37b3f3c94253e0000a0c000001040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a04000001040f3437a3f3c94253e0000a8c000000040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a84000000040edc37b3f53941f3e0000a8c000001040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a84000001040f3437a3f53941f3e0000a0c000001040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a0c0000010406a027a3f3c94253e0000a0c000000040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a0c0000000407082783f3c94253e0000a8c000001040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a8c0000010406a027a3f53941f3e0000a8c000000040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a8c0000000407082783f53941f3e0000204100000000000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000204100000000cfc43f3f16040b3f0000204100000040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000204100000040a1c44b3f16040b3f0000284100000000000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000284100000000cfc43f3f0b040e3f0000284100000040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000284100000040a0c44b3f0a040e3f0000204100001040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00002041000010409b444d3f16040b3f0000204100004040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00002041000040408ac4513f16040b3f0000284100001040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00002841000010409b444d3f0a040e3f0000284100004040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000028410000404089c4513f0b040e3f0000204100000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c1000000409585f43ead0a7a3f0000204100000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c1000000009c42063fac0a7a3f0000284100000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000028c1000000409485f43ea10a7d3f0000284100000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000028c1000000009b42063fa10a7d3f0000204100001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100001040a085f13eac0a7a3f0000284100001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000028c1000010409f85f13ea10a7d3f0000204100004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100004040c285e83eac0a7a3f0000284100004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000028c100004040c285e83ea10a7d3f0000204100000000000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005841000000001942273ff303143f0000204100000040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000058410000004047421b3ff303143f0000204100000000000070c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00007041000000001942273f16040b3f0000204100000040000070c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000070410000004047421b3f16040b3f0000084100000040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c100000040a1c44b3f5a451d3f0000084100000000000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c100000000cfc43f3f5a451d3f0000084100000040000070c10000803f000000000000000000000000000000000000803f000080bfffffffff000070c100000040a1c44b3f7d45143f0000084100000000000070c10000803f000000000000000000000000000000000000803f000080bfffffffff000070c100000000cfc43f3f7d45143f0000204100001040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005841000010404dc2193ff303143f0000204100001040000070c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00007041000010404dc2193f16040b3f0000084100001040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c1000010409b444d3f5a451d3f0000084100001040000070c10000803f000000000000000000000000000000000000803f000080bfffffffff000070c1000010409b444d3f7d45143f0000204100004040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005841000040405e42153ff303143f0000204100004040000070c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00007041000040405e42153f16040b3f0000084100004040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c10000404089c4513f5a451d3f0000084100004040000070c10000803f000000000000000000000000000000000000803f000080bfffffffff000070c10000404089c4513f7d45143f0000204100008040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000020c1000058c1f240753f357a3e3e0000084100008040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000008c1000058c115416c3f317a3e3e0000204100008040000070c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000020c1000070c1f340753fc67a1a3e0000084100008040000070c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000008c1000070c116416c3fc27a1a3e0000084100008040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00000841000054c115416c3f1a7a443e0000204100008040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00002041000058c1f240753f357a3e3e0000204100008040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00002041000054c1f240753f1e7a443e0000084100008040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00000841000058c115416c3f317a3e3e0000000000000000000054c10000803f000000000000000000000000000000000000803f000080bfffffffff000054c10000000088c20a3fb083243f0000000000000000000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c10000000082420c3fb083243f0000000000000040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c10000004085420c3f8283303f0000000000000040000054c10000803f000000000000000000000000000000000000803f000080bfffffffff000054c1000000408bc20a3f8183303f0000284100000040000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c100000040a283273f4f45203f0000284100000000000054c1000080bf000000000000000000000000000000000000803f0000803fffffffff000054c1000000009d03293f7d45143f0000284100000040000054c1000080bf000000000000000000000000000000000000803f0000803fffffffff000054c1000000409c03293f4f45203f0000284100000000000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c100000000a283273f7d45143f0000000000001040000054c10000803f000000000000000000000000000000000000803f000080bfffffffff000054c10000104011034d3fb342003f0000000000001040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c1000010400c834e3fb342003f0000000000004040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c1000040400c834e3fa1c2043f0000000000004040000054c10000803f000000000000000000000000000000000000803f000080bfffffffff000054c10000404012034d3fa1c2043f00002c4100001040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000058410000104040094e3e3942783f00002c4100000040000054c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005441000000402909543e3fc2763f00002c4100001040000054c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005441000010402909543e3942783f00002c4100000040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000058410000004040094e3e3fc2763f00002c4100004040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000058410000404042094e3e27c27c3f00002c4100004040000054c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005441000040402a09543e27c27c3f0000284100008040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000058c1e640783f357a3e3e0000284100008040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000054c1e640783f1f7a443e0000084100000040000054c10000803f000000000000000000000000000000000000803f000080bfffffffff000054c100000040a1c44b3f54c51e3f0000084100001040000054c10000803f000000000000000000000000000000000000803f000080bfffffffff000054c1000010409b444d3f54c51e3f0000000000008040000008c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000008c1d741393f353c9b3e0000003f00008040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000018c1cc413c3f653c8f3e0000003f00008040000008c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000008c1cb413c3f363c9b3e0000000000008040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000018c1d841393f643c8f3e0000404000008040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000018c193414b3f653c8f3e0000404000008040000008c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000008c190414b3f363c9b3e0000003f00000040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf000000409405733fb785eb3e0000000000000000000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000000000000000c305673fcf85e53e0000000000000040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff00000000000000409405733fcf85e53e0000003f00000000000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf00000000c305673fb785eb3e0000404000000040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c0000000409405733fa1c2043f0000404000000000000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c000000000c305673fa1c2043f0000000000000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff00000000000000006f12833af880643f0000003f00000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00000000715f503cf980643f0000003f00000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf000000409b5f503cca80703f0000000000000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000000000000040bf13833aca80703f0000404000000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c0000000001d0a923df880643f0000404000000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c000000040220a923dc980703f0000003f00001040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf000010408e85743fb785eb3e0000000000001040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff00000000000010408e85743fce85e53e0000404000001040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c0000010408e85743fa2c2043f0000003f00004040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf000040407d05793fb885eb3e0000000000004040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff00000000000040407d05793fce85e53e0000404000004040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c0000040407d05793fa2c2043f0000003f00000040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00000040d902dc3e6433b23e0000404000000040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c0000000406502fa3e6433b23e0000404000001040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c0000010406502fa3e5933b53e0000003f00001040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00001040d902dc3e5933b53e0000000000001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000000000001040d6039a3e4ec2193f0000003f00001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00001040bf03a03e4ec2193f0000003f00004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00004040bf03a03e3d421e3f0000000000004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000000000004040d6039a3e3d421e3f0000003f00008040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000054c1ca413c3f227a443e0000404000008040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000058c193414b3f2f7a3e3e0000404000008040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000054c192414b3f197a443e0000003f00008040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000058c1ca413c3f387a3e3e0000000000008040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000054c1d541393f237a443e0000000000008040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000058c1d541393f397a3e3e0000000000000040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000054c1fb13833a5042723f0000003f00000040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000058c1ae5f503c56c2703f0000003f00000040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000054c1935f503c5042723f0000000000000040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000058c19514833a55c2703f0000404000000040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000058c1250a923d54c2703f0000404000000040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000054c1220a923d4e42723f0000404000001040000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000058c1d902dc3e9f03293f0000003f00001040000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000058c16502fa3e9f03293f0000003f00001040000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000054c16502fa3e99832a3f0000404000001040000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000054c1d902dc3e99832a3f0000000000001040000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000058c12701003f9f03293f0000000000001040000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000054c12701003f99832a3f0000003f00001040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf000010409d03293fe3c7413f0000003f00000040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf0000004097832a3fe3c7413f0000804000000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000000006609c23df980643f0000f04000000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000000007403353ef880643f0000f04000000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000000407603353ec980703f0000804000000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000000406b09c23dca80703f0000804000000040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000000401b01033f6433b23e0000f04000000040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c000000040cb00183f6433b23e0000f04000001040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c000001040cb00183f5933b53e0000804000001040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000010401b01033f5933b53e0000804000008040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00008040000054c17b41513f197a443e0000f04000008040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000058c12d41663f2c7a3e3e0000f04000008040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000054c12c41663f167a443e0000804000008040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00008040000058c17b41513f2f7a3e3e0000f04000001040000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000058c1a803a63e9f03293f0000804000001040000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000058c10703d03e9e03293f0000804000001040000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000054c10703d03e99832a3f0000f04000001040000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000054c1a803a63e99832a3f0000804000000040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00008040000054c16b09c23d4e42723f0000f04000000040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000058c17603353e57c2703f0000f04000000040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000054c17603353e5142723f0000804000000040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00008040000058c16a09c23d54c2703f0000084100006040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000060402442243f7d45143f00000841000060400000d0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000d0c0000060402442243f3845263f0000084100008040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000080401942273f7d45143f00000841000080400000d0c00000803f000000000000000000000000000000000000803f000080bfffffffff0000d0c0000080401842273f3845263f0000204100006040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c10000604012095a3ef980643f00002041000060400000d0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000d0c00000604016095a3eb380763f0000204100008040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c10000804040094e3ef880643f00002041000080400000d0c0000080bf000000000000000000000000000000000000803f0000803fffffffff0000d0c00000804044094e3eb280763f00002041000060400000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000020c1000060409a42063f388f593f00000841000060400000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000008c1000060409942063f5b8f503f00002041000080400000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000020c1000080408f42093f388f593f00000841000080400000d0c00000000000000000000080bf000080bf00000000000000000000803fffffffff000008c1000080408e42093f5b8f503f0000404000006040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100006040d985e23e3ac9733f0000404000006040000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c100006040da85e23e23c9793f0000404000008040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100008040f085dc3e3ac9733f0000404000008040000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c100008040f185dc3e23c9793f0000204100006040000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c10000604096832a3ff303143f0000084100006040000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c10000604097832a3f16040b3f0000204100008040000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100008040a283273ff303143f0000084100008040000070c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c100008040a283273f16040b3f0000000000006040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000060406883363f96c2073f0000000000006040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000060407f83303f96c2073f0000000000008040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000080406883363f8ac20a3f0000000000008040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000080407f83303f8ac20a3f0000284100006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000028c1000060407ec4543f0b040e3f0000204100004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000020c1000040408ac4513f16040b3f0000204100006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000020c1000060407ec4543f16040b3f0000284100004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000028c10000404089c4513f0b040e3f0000284100008040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000028c10000804072c4573f0b040e3f0000204100008040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000020c10000804072c4573f16040b3f0000204100006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100006040d985e23eac0a7a3f0000284100006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000028c100006040d985e23ea10a7d3f0000284100008040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000028c100008040f185dc3ea10a7d3f0000204100008040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c100008040f085dc3eac0a7a3f0000084100006040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c1000060407ec4543f5a451d3f0000084100006040000070c10000803f000000000000000000000000000000000000803f000080bfffffffff000070c1000060407ec4543f7d45143f0000084100008040000070c10000803f000000000000000000000000000000000000803f000080bfffffffff000070c10000804072c4573f7d45143f0000084100008040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c10000804072c4573f5a451d3f0000204100006040000070c1000080bf000000000000000000000000000000000000803f0000803fffffffff000070c1000060406a42123f16040b3f0000204100004040000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c1000040405e42153ff303143f0000204100006040000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c1000060406a42123ff303143f0000204100004040000070c1000080bf000000000000000000000000000000000000803f0000803fffffffff000070c1000040405e42153f16040b3f0000204100008040000070c1000080bf000000000000000000000000000000000000803f0000803fffffffff000070c10000804075420f3f16040b3f0000204100008040000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c10000804075420f3ff303143f0000284100006040000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c1000060408083303ffc85d93e0000284100004040000054c1000080bf000000000000000000000000000000000000803f0000803fffffffff000054c1000040407a03323f1386d33e0000284100006040000054c1000080bf000000000000000000000000000000000000803f0000803fffffffff000054c1000060407a03323ffc85d93e0000284100004040000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c1000040408083303f1386d33e0000284100008040000058c1000080bf000000000000000000000000000000000000803f0000803fffffffff000058c1000080408083303fe585df3e0000284100008040000054c1000080bf000000000000000000000000000000000000803f0000803fffffffff000054c1000080407b03323fe585df3e0000000000006040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c1000060400c834e3f96c2073f0000000000006040000054c10000803f000000000000000000000000000000000000803f000080bfffffffff000054c10000604012034d3f96c2073f0000000000008040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c1000080400c834e3f8ac20a3f0000000000008040000054c10000803f000000000000000000000000000000000000803f000080bfffffffff000054c10000804012034d3f8ac20a3f0000404000006040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c00000604072057c3fa3c2043f0000003f00006040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf0000604072057c3fb885eb3e0000404000008040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c00000804066057f3fa4c2043f0000003f00008040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000bf0000804066057f3fb985eb3e0000000000006040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000000000604072057c3fce85e53e0000000000008040000008c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000000000804067057f3fcf85e53e0000003f00006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00006040bf03a03e3242213f0000000000006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000000000006040d6039a3e3242213f0000003f00008040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00008040bf03a03e2642243f0000000000008040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000000000008040d6039a3e2642243f0000404000006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c0000060404e03be3e3242213f0000404000008040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c0000080404e03be3e2642243f0000f04000006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000060405e42153f98c2073f0000804000004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000040400b422a3fa3c2043f0000804000006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000060400b422a3f97c2073f0000f04000004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000040405f42153fa4c2043f0000f04000008040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000080405e42153f8cc20a3f0000804000008040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000080400a422a3f8cc20a3f0000804000006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000060401e03ca3e3242213f0000f04000006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000060407e02f43e3242213f0000f04000008040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000080407e02f43e2642243f0000804000008040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000080401e03ca3e2642243f0000004100000040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000c1000000406b42123f7485fd3e0000f04000000000000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000000006142153fcf85e53e0000f04000000040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000000406042153f7585fd3e0000004100000000000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000c1000000006d42123fcf85e53e0000084100000040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000008c10000004077420f3f7485fd3e0000084100000000000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000008c10000000078420f3fce85e53e0000004100000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000000004603413ef880643f0000004100000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000000404803413eca80703f0000084100000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c10000000018034d3ef980643f0000084100000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c1000000401b034d3eca80703f0000004100001040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000c1000010406b42123fb442003f0000f04000001040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000f0c0000010406042153fb542003f0000084100001040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000008c10000104076420f3fb442003f0000004100004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000c1000040406a42123fa3c2043f0000084100004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000008c10000404076420f3fa3c2043f0000004100000040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100000040bf001b3f6433b23e0000004100001040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100001040bf001b3f5933b53e0000084100000040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c100000040b3001e3f6433b23e0000084100001040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c100001040b4001e3f5833b53e0000004100001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000010406702fa3e4ec2193f0000084100001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c1000010402801003f4ec2193f0000084100004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c1000040402801003f3d421e3f0000004100004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000040406702fa3e3d421e3f0000004100008040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000054c12041693f197a443e0000004100008040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000058c12141693f307a3e3e0000084100001040000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000841000058c1d6039a3e9f03293f0000004100001040000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000058c1bf03a03e9e03293f0000004100001040000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000054c1bf03a03e99832a3f0000084100001040000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000841000054c1d6039a3e99832a3f0000004100000040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000054c14803413e5042723f0000084100000040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00000841000058c119034d3e55c2703f0000084100000040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00000841000054c11a034d3e4f42723f0000004100000040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000058c14703413e56c2703f0000004100006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000c1000060406a42123f98c2073f0000084100006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000008c10000604075420f3f97c2073f0000004100008040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000000c1000080406a42123f8cc20a3f0000084100008040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000008c10000804075420f3f8cc20a3f0000084100006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c1000060402801003f3242213f0000004100006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000060406702fa3e3242213f0000004100008040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000080406702fa3e2642243f0000084100008040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c1000080402801003f2642243f0000604000000040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000060c00000004000422d3f7585fd3e0000404000000000000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c000000000f641303fd085e53e0000404000000040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c000000040f541303f7585fd3e0000604000000000000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000060c00000000001422d3fcf85e53e0000804000000040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000000400c422a3f7485fd3e0000804000000000000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000000000d422a3fcf85e53e0000604000000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c000000000c109aa3df880643f0000604000000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c000000040c709aa3dca80703f0000604000001040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000060c00000104000422d3fb542003f0000404000001040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c000001040f541303fb542003f0000804000001040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000010400b422a3fb442003f0000604000004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000060c00000404000422d3fa3c2043f0000404000004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c000004040f441303fa3c2043f0000604000000040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c0000000402701003f6433b23e0000604000001040000054c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c0000010402701003f5933b53e0000604000001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c0000010403603c43e4fc2193f0000804000001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000010401e03ca3e4fc2193f0000804000004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000040401e03ca3e3d421e3f0000604000004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c0000040403603c43e3d421e3f0000604000008040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00006040000054c187414e3f197a443e0000604000008040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00006040000058c187414e3f307a3e3e0000604000001040000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000058c1f002d63e9f03293f0000604000001040000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000054c1f002d63e99832a3f0000604000000040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00006040000054c1c609aa3d4e42723f0000604000000040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff00006040000058c1c709aa3d54c2703f0000604000006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000060c00000604000422d3f98c2073f0000404000006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c000006040f441303f98c2073f0000604000008040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000060c000008040ff412d3f8cc20a3f0000404000008040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff000040c000008040f441303f8cc20a3f0000604000006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c0000060403603c43e3242213f0000604000008040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c0000080403603c43e2642243f00002c4100001040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00002c41000010409b444d3f05840f3f00002c4100004040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00002c410000404089c4513f05840f3f0000284100004040000054c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000028c1000054c1f303943eb1037d3f0000284100004040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000028c1000058c1e803973eb1037d3f00002c4100004040000054c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00002cc1000054c1f303943eac837e3f00002c4100004040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00002cc1000058c1e803973eac837e3f00002c4100000040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00002c4100000040a0c44b3f05840f3f00002c4100004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff00002cc100004040c285e83e9b8a7e3f00002c4100001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff00002cc1000010409f85f13e9b8a7e3f00002c4100000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff00002cc1000000409485f43e9b8a7e3f0000284100000040000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000058c1d7039a3eaf8e7d3f0000284100000040000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000054c1cc039d3eaf8e7d3f00002c4100000040000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002c41000058c1d6039a3ea90e7f3f00002c4100000040000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002c41000054c1cb039d3ea90e7f3f00009c4000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff00009cc000001c40ef08633e35c57e3f0000b84000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000b8c000001c409f08783e35c57e3f0000b84000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000b8c0000028409f08783e31e57f3f00009c4000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff00009cc000002840ef08633e31e57f3f0000804000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c000001c4040094e3e35c57e3f0000804000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c00000284040094e3e31e57f3f0000d44000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000d4c000001c402784863e35c57e3f0000f04000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c000001c40ff03913e35c57e3f0000f04000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c000002840ff03913e31e57f3f0000d44000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000d4c0000028402784863e31e57f3f0000d44000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000d4c000003440670a803d34c57e3f0000f04000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c000003440c709aa3d34c57e3f0000f04000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c000004040c709aa3d2fe57f3f0000d44000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000d4c000004040680a803d2fe57f3f0000b84000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000b8c00000344011162c3d34c57e3f0000b84000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000b8c00000404011162c3d2fe57f3f00009c4000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff00009cc000003440a42eb03c34c57e3f00009c4000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff00009cc000004040a42eb03c2fe57f3f0000804000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000034406f12833a34c57e3f0000804000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000040407212833a2fe57f3f00009c4000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff00009cc000004840ac05ed3ec1d0593f0000b84000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000b8c0000048408485f73ec1d0593f0000b84000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000b8c0000050408485f73ebe905a3f00009c4000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff00009cc000005040ac05ed3ebe905a3f0000804000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c000004840d585e23ec1d0593f0000804000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c000005040d585e23ebe905a3f0000d44000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000d4c000004840ae02013fc1d0593f0000f04000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000048409a42063fc1d0593f0000f04000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000050409a42063fbe905a3f0000d44000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000d4c000005040ae02013fbe905a3f0000d44000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000d4c000005840ae02013f48d25a3f0000f04000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000058409a42063f48d25a3f0000f04000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c0000060409a42063f45925b3f0000d44000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000d4c000006040ae02013f45925b3f0000b84000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000b8c0000058408485f73e48d25a3f0000b84000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000b8c0000060408485f73e45925b3f00009c4000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff00009cc000005840ac05ed3e48d25a3f00009c4000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff00009cc000006040ac05ed3e45925b3f0000804000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c000005840d585e23e48d25a3f0000804000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c000006040d585e23e45925b3f0000f44000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f4c000001c40f983923e35c57e3f0000f84000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f8c000001c40f403943e35c57e3f0000f84000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f8c000002840f403943e31e57f3f0000f44000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f4c000002840f983923e31e57f3f0000fc4000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000fcc000001c40ee83953e35c57e3f0000004100001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100001c40e803973e35c57e3f0000004100002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100002840e803973e31e57f3f0000fc4000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000fcc000002840ee83953e31e57f3f0000fc4000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000fcc0000034408209bc3d34c57e3f0000004100003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000034406b09c23d34c57e3f0000004100004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000040406b09c23d2fe57f3f0000fc4000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000fcc0000040408209bc3d2fe57f3f0000f84000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f8c0000034409909b63d34c57e3f0000f84000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f8c0000040409909b63d2fe57f3f0000f44000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f4c000003440b009b03d34c57e3f0000f44000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f4c000004040b009b03d2fe57f3f0000f44000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f4c0000048409702073fc1d0593f0000f84000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f8c00000484094c2073fc1d0593f0000f84000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f8c00000504094c2073fbe905a3f0000f44000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f4c0000050409702073fbe905a3f0000fc4000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000fcc0000048409182083fc1d0593f0000004100004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000048408e42093fc1d0593f0000004100005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000050408e42093fbe905a3f0000fc4000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000fcc0000050409182083fbe905a3f0000fc4000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000fcc0000058409182083f48d25a3f0000004100005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000058408e42093f48d25a3f0000004100006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000060408e42093f45925b3f0000fc4000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000fcc0000060409182083f45925b3f0000f84000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f8c00000584094c2073f48d25a3f0000f84000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f8c00000604094c2073f45925b3f0000f44000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f4c0000058409702073f48d25a3f0000f44000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f4c0000060409702073f45925b3f0000004100001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000060c1bf03a03eaa03263f0000fc4000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000fc40000060c1ba83a13eaa03263f0000f84000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f840000060c1b403a33eaa03263f0000f44000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f440000060c1ae83a43eaa03263f0000f04000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000060c1a903a63eaa03263f0000004100006040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000058c11e03ca3e264d7d3f0000f04000006040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000058c13503c43e264d7d3f0000f84000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f8c0000060c12a03c73e314d7a3f0000f44000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f4c0000060c12f83c53e314d7a3f0000f04000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000060c13503c43e314d7a3f0000fc4000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000fcc0000060c12483c83e314d7a3f0000004100006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000060c11e03ca3e314d7a3f0000804000004040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c100004040a768923e0ac22b3f0000804000004040000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100004040a768923e16c2283f0000804000004840000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100004840a2e8933e16c2283f0000804000005040000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c1000050409c68953e16c2283f0000804000006040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c1000060409068983e0ac22b3f0000804000005840000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c10000584096e8963e16c2283f0000804000006040000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c1000060409068983e16c2283f0000804000006040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000058c1d6039a3e264d7d3f0000b84000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b8c0000060c18603af3e314d7a3f00009c4000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00009cc0000060c1ae83a43e314d7a3f0000804000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000060c1d7039a3e314d7a3f0000d44000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000d4c0000060c15d83b93e314d7a3f0000d44000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000d440000060c18083b03eaa03263f0000b84000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000b840000060c15703bb3eaa03263f00009c4000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00009c40000060c12f83c53eaa03263f0000804000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000060c10703d03eaa03263f0000004100006040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005841000060407e82753f145f683d0000004100006040000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000060407e82753fce5f383d0000004100005840000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000058407b42763fce5f383d0000004100005040000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000050407802773fce5f383d0000004100004040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005841000040407282783f145f683d0000004100004840000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000060410000484075c2773fce5f383d0000004100004040000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000040407282783fd05f383d0000804000001040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c100001040ca68893e0ac22b3f0000804000001040000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100001040ca68893e16c2283f0000804000001c40000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100001c40c1a88b3e16c2283f0000804000002840000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100002840b9e88d3e16c2283f0000804000003440000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100003440b028903e16c2283f0000004100003440000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000034406ea2793fcf5f383d0000004100002840000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000028406ac27a3fcf5f383d0000004100001040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000058410000104061027d3f145f683d0000004100001c40000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000604100001c4065e27b3fcf5f383d0000004100001040000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000060410000104061027d3fd15f383d0000903f00001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000090bf00001c40450a093eb0037d3f0000e03f00001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000e0bf00001c400c0a183eb0037d3f0000e03f00002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000e0bf000028400c0a183eac237e3f0000903f00002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000090bf00002840450a093eac237e3f0000003f00001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00001c40fe14f43db0037d3f0000003f00002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00002840fe14f43dac237e3f0000184000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000018c000001c40d309273eb0037d3f0000404000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c000001c409909363eb0037d3f0000404000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c0000028409909363eac237e3f0000184000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000018c000002840d309273eac237e3f0000184000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000018c000003440fa812f3f1cadb73e0000404000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c000003440eb41333f1cadb73e0000404000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c000004040eb41333f14edb93e0000184000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000018c000004040fa812f3f14edb93e0000e03f00003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000e0bf0000344008c22b3f1cadb73e0000e03f00004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000e0bf0000404008c22b3f14edb93e0000903f00003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000090bf000034401602283f1cadb73e0000903f00004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000090bf000040401602283f14edb93e0000003f00003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf000034402542243f1cadb73e0000003f00004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf000040402542243f14edb93e0000903f00004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000090bf00004840d405e43e25cc7e3f0000e03f00004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000e0bf00004840b785eb3e25cc7e3f0000e03f00005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000e0bf00005040b785eb3e228c7f3f0000903f00005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000090bf00005040d405e43e228c7f3f0000003f00004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00004840f085dc3e25cc7e3f0000003f00005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf00005040f085dc3e228c7f3f0000184000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000018c0000048409a05f33e25cc7e3f0000404000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c0000048407d85fa3e25cc7e3f0000404000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c0000050407e85fa3e228c7f3f0000184000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000018c0000050409a05f33e228c7f3f0000184000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000018c0000058404224f63efc885e3f0000404000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c00000584026a4fd3efc885e3f0000404000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c00000604026a4fd3ef9485f3f0000184000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000018c0000060404224f63ef9485f3f0000e03f00005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000e0bf000058405fa4ee3efc885e3f0000e03f00006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000e0bf000060405fa4ee3ef9485f3f0000903f00005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000090bf000058407c24e73efc885e3f0000903f00006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000090bf000060407c24e73ef9485f3f0000003f00005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf0000584099a4df3efc885e3f0000003f00006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf0000604099a4df3ef9485f3f0000484000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000048c000001c408e09393eb0037d3f0000504000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000050c000001c4082093c3eb0037d3f0000504000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000050c00000284082093c3eac237e3f0000484000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000048c0000028408e09393eac237e3f0000584000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000058c000001c4077093f3eb0037d3f0000604000001c40000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c000001c406b09423eb0037d3f0000604000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c0000028406b09423eac237e3f0000584000002840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000058c00000284077093f3eac237e3f0000584000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000058c000003440e381353f1cadb73e0000604000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c000003440e041363f1cadb73e0000604000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c000004040e041363f14edb93e0000584000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000058c000004040e381353f14edb93e0000504000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000050c000003440e6c1343f1cadb73e0000504000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000050c000004040e6c1343f14edb93e0000484000003440000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000048c000003440e901343f1cadb73e0000484000004040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000048c000004040e901343f14edb93e0000484000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000048c0000048407805fc3e25cc7e3f0000504000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000050c0000048407285fd3e25cc7e3f0000504000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000050c0000050407285fd3e228c7f3f0000484000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000048c0000050407805fc3e228c7f3f0000584000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000058c0000048406c05ff3e25cc7e3f0000604000004840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c000004840b342003f25cc7e3f0000604000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c000005040b342003f228c7f3f0000584000005040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000058c0000050406c05ff3e228c7f3f0000584000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000058c0000058400a12013ffc885e3f0000604000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c00000584007d2013ffc885e3f0000604000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c00000604007d2013ff9485f3f0000584000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000058c0000060400a12013ff9485f3f0000504000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000050c0000058400d52003ffc885e3f0000504000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000050c0000060400d52003ff9485f3f0000484000005840000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000048c0000058402024ff3efc885e3f0000484000006040000060c100000000000000000000803f000080bf0000000000000000000080bfffffffff000048c0000060402024ff3ef9485f3f0000404000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000060c1d902dc3eaa03263f0000184000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00001840000060c1bc82e33eaa03263f0000e03f00001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000e03f000060c19f02eb3eaa03263f0000903f00001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000903f000060c18282f23eaa03263f0000003f00001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000060c16502fa3eaa03263f0000604000006040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005841000060407e82753f4a3b9a3d0000604000006040000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000060407e82753fa73b823d0000604000005840000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000058407b42763fa73b823d0000604000005040000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000050407802773fa73b823d0000604000004040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005841000040407282783f4b3b9a3d0000604000004840000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000060410000484075c2773fa73b823d0000604000004040000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000040407282783fa83b823d0000003f00001040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c100001040ca68893e8283303f0000003f00001040000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100001040ca68893e8e832d3f0000003f00001c40000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100001c40c1a88b3e8e832d3f0000003f00002840000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100002840b9e88d3e8e832d3f0000003f00004040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c100004040a768923e8283303f0000003f00003440000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100003440b028903e8e832d3f0000003f00004040000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100004040a768923e8e832d3f0000404000006040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000040c0000058c1fd05583f10c8353f0000003f00006040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf000058c13706493f10c8353f0000e03f00006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e0bf000060c11a86503f1cc8323f0000903f00006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000090bf000060c128c64c3f1cc8323f0000003f00006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf000060c13706493f1cc8323f0000184000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000018c0000060c10c46543f1cc8323f0000404000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000040c0000060c1fd05583f1cc8323f0000604000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000060c1f002d63eaa03263f0000584000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005840000060c1ea82d73eaa03263f0000504000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005040000060c1e402d93eaa03263f0000484000001040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004840000060c1de82da3eaa03263f0000604000003440000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000034406ea2793fa83b823d0000604000002840000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006041000028406ac27a3fa83b823d0000604000001040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000058410000104061027d3f4a3b9a3d0000604000001c40000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000604100001c4065e27b3fa83b823d0000604000001040000060c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000060410000104061027d3fa93b823d0000003f00004840000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c100004840a2e8933e8e832d3f0000003f00005040000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c1000050409c68953e8e832d3f0000003f00006040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c1000060409068983e8283303f0000003f00005840000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c10000584096e8963e8e832d3f0000003f00006040000060c10000803f000000000000000000000000000000000000803f000080bfffffffff000060c1000060409068983e8e832d3f0000604000006040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000060c0000058c1f2055b3f10c8353f0000504000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000050c0000060c1f785593f1cc8323f0000484000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000048c0000060c1fac5583f1cc8323f0000584000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000058c0000060c1f4455a3f1cc8323f0000604000006040000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000060c0000060c1f2055b3f1cc8323f0000fc4000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000fc40000060c1c0c5673fab45083f0000004100002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000060c1c305673fab45083f0000fc4000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000fc40000064c1c0c5673fb1c5063f0000004100002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000064c1c305673fb1c5063f0000004100002840000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006441000028406ac27a3f2a60203d0000004100003440000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006441000034406ea2793f2a60203d0000804000003440000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100003440b028903e1c42273f0000804000002840000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100002840b9e88d3e1c42273f0000004100003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000060c139c4663f2684063f0000fc4000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000fcc0000060c13b04663f2684063f0000004100003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000064c139c4663f2b04053f0000fc4000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000fcc0000064c13b04663f2b04053f0000f84000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f840000060c1bd85683fab45083f0000f84000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f840000064c1bd85683fb1c5063f0000f84000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f8c0000060c13e44653f2684063f0000f84000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f8c0000064c13e44653f2b04053f0000f44000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f440000060c1ba45693fab45083f0000f44000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f440000064c1ba45693fb1c5063f0000f44000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f4c0000060c14184643f2684063f0000f44000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f4c0000064c14184643f2b04053f0000f04000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000060c1b7056a3fab45083f0000f04000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000064c1b7056a3fb1c5063f0000f04000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000060c144c4633f2684063f0000f04000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000064c144c4633f2b04053f0000d44000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000d440000060c1a3456f3fab45083f0000d44000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000d440000064c1a3456f3fb1c5063f0000d44000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000d4c0000060c158845e3f2684063f0000d44000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000d4c0000064c159845e3f2b04053f0000b84000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000b840000060c18e85743fab45083f0000b84000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000b840000064c18e85743fb1c5063f0000b84000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b8c0000060c16d44593f2684063f0000b84000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b8c0000064c16d44593f2b04053f00009c4000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00009c40000060c17ac5793fab45083f00009c4000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00009c40000064c17ac5793fb1c5063f00009c4000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00009cc0000060c18104543f2684063f00009c4000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00009cc0000064c18104543f2b04053f0000804000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000060c166057f3fab45083f0000804000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000064c166057f3fb1c5063f0000804000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000060c195c44e3f2684063f0000804000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000064c196c44e3f2b04053f0000fc4000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000fc40000064c1ba83a13eb083243f0000004100001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000064c1c003a03eb083243f0000004100001040000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000064410000104061027d3f2d60203d0000004100001c40000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000644100001c4065e27b3f2b60203d0000804000001c40000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100001c40c1a88b3e1c42273f0000804000001040000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100001040ca68893e1c42273f0000004100001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000060c139c4663f2d070a3f0000fc4000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000fcc0000060c13b04663f2d070a3f0000004100001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000064c139c4663f3387083f0000fc4000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000fcc0000064c13b04663f3387083f0000f84000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f840000064c1b403a33eb083243f0000f84000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f8c0000060c13e44653f2d070a3f0000f84000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f8c0000064c13e44653f3387083f0000f44000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f440000064c1af83a43eb083243f0000f44000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f4c0000060c14184643f2d070a3f0000f44000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f4c0000064c14184643f3387083f0000f04000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000064c1a903a63eb083243f0000f04000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000060c144c4633f2d070a3f0000f04000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000064c144c4633f3387083f0000d44000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000d440000064c18083b03eb083243f0000d44000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000d4c0000060c158845e3f2d070a3f0000d44000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000d4c0000064c159845e3f3387083f0000b84000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000b840000064c15803bb3eb083243f0000b84000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b8c0000060c16d44593f2d070a3f0000b84000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b8c0000064c16d44593f3387083f00009c4000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00009c40000064c12f83c53eb083243f00009c4000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00009cc0000060c18104543f2d070a3f00009c4000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00009cc0000064c18104543f3387083f0000804000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000064c10703d03eb083243f0000804000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000060c195c44e3f2d070a3f0000804000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000064c196c44e3f3387083f0000fc4000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000fc40000060c1c0c5673f2f070a3f0000004100004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000060c1c305673f2f070a3f0000fc4000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000fc40000064c1c0c5673f3587083f0000004100004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000064c1c305673f3587083f0000004100004040000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006441000040407382783f2960203d0000004100004840000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000064410000484075c2773f2760203d0000804000004840000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100004840a1e8933e1c42273f0000804000004040000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100004040a768923e1c42273f0000004100004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000060c139c4663fa945083f0000fc4000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000fcc0000060c13b04663fa945083f0000004100004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000064c139c4663fafc5063f0000fc4000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000fcc0000064c13b04663fafc5063f0000f84000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f840000060c1bd85683f2f070a3f0000f84000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f840000064c1bd85683f3587083f0000f84000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f8c0000060c13e44653fa945083f0000f84000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f8c0000064c13e44653fafc5063f0000f44000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f440000060c1ba45693f2f070a3f0000f44000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f440000064c1ba45693f3587083f0000f44000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f4c0000060c14184643fa945083f0000f44000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f4c0000064c14184643fafc5063f0000f04000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000060c1b7056a3f2f070a3f0000f04000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000064c1b7056a3f3587083f0000f04000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000060c144c4633fa945083f0000f04000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000064c144c4633fafc5063f0000d44000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000d440000060c1a3456f3f2f070a3f0000d44000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000d440000064c1a3456f3f3587083f0000d44000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000d4c0000060c158845e3fa945083f0000d44000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000d4c0000064c159845e3fafc5063f0000b84000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000b840000060c18e85743f2f070a3f0000b84000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000b840000064c18e85743f3587083f0000b84000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b8c0000060c16d44593fa945083f0000b84000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b8c0000064c16d44593fafc5063f00009c4000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00009c40000060c17ac5793f2f070a3f00009c4000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00009c40000064c17ac5793f3587083f00009c4000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00009cc0000060c18104543fa945083f00009c4000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00009cc0000064c18104543fafc5063f0000804000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000060c166057f3f2f070a3f0000804000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000064c166057f3f3587083f0000804000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000060c195c44e3fa945083f0000804000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000064c196c44e3fafc5063f0000fc4000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000fc40000060c1c0c5673f2784063f0000004100005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000060c1c305673f2884063f0000fc4000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000fc40000064c1c0c5673f2d04053f0000004100005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000064c1c305673f2d04053f0000004100005040000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006441000050407802773f2860203d0000004100005840000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006441000058407b42763f2860203d0000804000005840000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c10000584096e8963e1c42273f0000804000005040000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c1000050409c68953e1c42273f0000004100005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000060c12383483fec08e33e0000fc4000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000fcc0000060c126c3473fed08e33e0000004100005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000c1000064c12383483ff808e03e0000fc4000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000fcc0000064c126c3473ff808e03e0000f84000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f840000060c1bd85683f2884063f0000f84000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f840000064c1bd85683f2d04053f0000f84000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f8c0000060c12903473fed08e33e0000f84000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f8c0000064c12903473ff808e03e0000f44000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f440000060c1ba45693f2884063f0000f44000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f440000064c1ba45693f2d04053f0000f44000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f4c0000060c12c43463fed08e33e0000f44000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f4c0000064c12c43463ff808e03e0000f04000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000060c1b7056a3f2884063f0000f04000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000064c1b7056a3f2d04053f0000f04000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000060c12f83453fec08e33e0000f04000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000064c12f83453ff808e03e0000d44000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000d440000060c1a3456f3f2884063f0000d44000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000d440000064c1a3456f3f2d04053f0000d44000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000d4c0000060c14343403fed08e33e0000d44000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000d4c0000064c14343403ff808e03e0000b84000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000b840000060c18e85743f2884063f0000b84000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000b840000064c18e85743f2d04053f0000b84000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b8c0000060c157033b3fed08e33e0000b84000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000b8c0000064c158033b3ff808e03e00009c4000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00009c40000060c17ac5793f2884063f00009c4000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00009c40000064c17ac5793f2d04053f00009c4000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00009cc0000060c16cc3353fec08e33e00009c4000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00009cc0000064c16cc3353ff808e03e0000804000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000060c166057f3f2884063f0000804000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000064c166057f3f2d04053f0000804000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000060c18083303fec08e33e0000804000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000064c18083303ff808e03e0000584000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005840000064c1ea82d73eb083243f0000604000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000064c1f002d63eb083243f0000604000001040000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000064410000104061027d3fae776c3d0000604000001c40000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000644100001c4065e27b3fac776c3d0000003f00001c40000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100001c40c1a88b3e94032c3f0000003f00001040000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100001040ca68893e94032c3f0000604000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000060c0000060c1adc4483f07ce683f0000584000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000058c0000060c1b004483f07ce683f0000604000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000060c0000064c1adc4483f0d4e673f0000584000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000058c0000064c1b004483f0d4e673f0000504000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005040000064c1e402d93eb083243f0000504000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000050c0000060c1b344473f07ce683f0000504000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000050c0000064c1b344473f0d4e673f0000484000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004840000064c1df82da3eb083243f0000484000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000048c0000060c1b684463f07ce683f0000484000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000048c0000064c1b684463f0d4e673f0000404000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000064c1d902dc3eb083243f0000404000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000040c0000060c1b9c4453f07ce683f0000404000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000040c0000064c1b9c4453f0c4e673f0000184000001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00001840000064c1bc82e33eb083243f0000184000001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000018c0000060c1c704423f07ce683f0000184000001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000018c0000064c1c704423f0d4e673f0000e03f00001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000e03f000064c19f02eb3eb083243f0000e03f00001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e0bf000060c1d6443e3f07ce683f0000e03f00001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e0bf000064c1d6443e3f0d4e673f0000903f00001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000903f000064c18282f23eb083243f0000903f00001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000090bf000060c1e4843a3f07ce683f0000903f00001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000090bf000064c1e4843a3f0d4e673f0000003f00001040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000064c16502fa3eb083243f0000003f00001c40000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf000060c1f3c4363f07ce683f0000003f00001c40000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf000064c1f3c4363f0d4e673f0000003f00002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000060c1adc4483f9995713f0000903f00002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000903f000060c1bb04453f9995713f0000003f00002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000064c1adc4483f9f15703f0000903f00002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000903f000064c1bc04453f9f15703f0000e03f00003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e0bf000060c1d6443e3f0e516c3f0000903f00003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000090bf000060c1e4843a3f0e516c3f0000e03f00003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e0bf000064c1d6443e3f14d16a3f0000903f00003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000090bf000064c1e4843a3f14d16a3f0000003f00003440000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100003440b028903e94032c3f0000003f00002840000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100002840b9e88d3e94032c3f0000003f00003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf000060c1f3c4363f0e516c3f0000003f00003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf000064c1f3c4363f14d16a3f0000e03f00002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000e03f000060c1ca44413f9995713f0000e03f00002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000e03f000064c1ca44413f9f15703f0000184000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000018c0000060c1c704423f0e516c3f0000184000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000018c0000064c1c704423f14d16a3f0000184000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00001840000060c1d8843d3f9995713f0000184000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00001840000064c1d9843d3f9f15703f0000404000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000040c0000060c1b9c4453f0e516c3f0000404000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000040c0000064c1b9c4453f14d16a3f0000404000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000060c1e7c4393f9995713f0000404000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000064c1e7c4393f9f15703f0000484000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000048c0000060c1b684463f0e516c3f0000484000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000048c0000064c1b684463f14d16a3f0000484000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004840000060c1ea04393f9995713f0000484000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004840000064c1ea04393f9f15703f0000504000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000050c0000060c1b344473f0e516c3f0000504000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000050c0000064c1b344473f14d16a3f0000504000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005040000060c1ed44383f9995713f0000504000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005040000064c1ed44383f9f15703f0000584000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000058c0000060c1b004483f0e516c3f0000584000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000058c0000064c1b004483f14d16a3f0000584000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005840000060c1f084373f9995713f0000584000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005840000064c1f084373f9f15703f0000604000003440000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000060c0000060c1adc4483f0e516c3f0000604000003440000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000060c0000064c1adc4483f14d16a3f0000604000002840000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000060c1f3c4363f9995713f0000604000002840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000064c1f3c4363f9f15703f0000604000002840000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006441000028406ac27a3fab776c3d0000604000003440000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006441000034406ea2793fab776c3d0000003f00004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000060c1adc4483f1d57733f0000903f00004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000903f000060c1bb04453f1d57733f0000003f00004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000064c1adc4483f22d7713f0000903f00004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000903f000064c1bc04453f22d7713f0000e03f00004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e0bf000060c1d6443e3f92126e3f0000903f00004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000090bf000060c1e4843a3f92126e3f0000e03f00004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e0bf000064c1d6443e3f97926c3f0000903f00004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000090bf000064c1e4843a3f97926c3f0000003f00004840000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100004840a1e8933e94032c3f0000003f00004040000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c100004040a768923e94032c3f0000003f00004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf000060c1f3c4363f92126e3f0000003f00004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf000064c1f3c4363f97926c3f0000e03f00004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000e03f000060c1ca44413f1d57733f0000e03f00004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000e03f000064c1ca44413f22d7713f0000184000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000018c0000060c1c704423f92126e3f0000184000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000018c0000064c1c704423f97926c3f0000184000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00001840000060c1d8843d3f1d57733f0000184000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00001840000064c1d9843d3f22d7713f0000404000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000040c0000060c1b9c4453f92126e3f0000404000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000040c0000064c1b9c4453f97926c3f0000404000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000060c1e7c4393f1d57733f0000404000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000064c1e7c4393f22d7713f0000484000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000048c0000060c1b684463f92126e3f0000484000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000048c0000064c1b684463f97926c3f0000484000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004840000060c1ea04393f1d57733f0000484000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004840000064c1ea04393f22d7713f0000504000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000050c0000060c1b344473f92126e3f0000504000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000050c0000064c1b344473f97926c3f0000504000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005040000060c1ed44383f1d57733f0000504000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005040000064c1ed44383f22d7713f0000584000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000058c0000060c1b004483f92126e3f0000584000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000058c0000064c1b004483f97926c3f0000584000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005840000060c1f084373f1d57733f0000584000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005840000064c1f084373f22d7713f0000604000004840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000060c0000060c1adc4483f92126e3f0000604000004840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000060c0000064c1adc4483f97926c3f0000604000004040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000060c1f3c4363f1d57733f0000604000004040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000064c1f3c4363f22d7713f0000604000004040000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006441000040407382783faa776c3d0000604000004840000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000064410000484075c2773fa8776c3d0000003f00005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000060c1adc4483f15d46f3f0000903f00005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000903f000060c1bb04453f15d46f3f0000003f00005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000064c1adc4483f1b546e3f0000903f00005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000903f000064c1bc04453f1b546e3f0000e03f00005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e0bf000060c1d6443e3f8a8f6a3f0000903f00005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000090bf000060c1e4843a3f8a8f6a3f0000e03f00005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000e0bf000064c1d6443e3f900f693f0000903f00005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000090bf000064c1e4843a3f900f693f0000003f00005840000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c10000584096e8963e94032c3f0000003f00005040000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c1000050409c68953e94032c3f0000003f00005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf000060c1f3c4363f8a8f6a3f0000003f00005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000000bf000064c1f3c4363f900f693f0000e03f00005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000e03f000060c1ca44413f15d46f3f0000e03f00005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000e03f000064c1ca44413f1b546e3f0000184000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000018c0000060c1c704423f8a8f6a3f0000184000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000018c0000064c1c704423f900f693f0000184000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00001840000060c1d8843d3f15d46f3f0000184000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00001840000064c1d9843d3f1b546e3f0000404000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000040c0000060c1b9c4453f8a8f6a3f0000404000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000040c0000064c1b9c4453f900f693f0000404000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000060c1e7c4393f15d46f3f0000404000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000064c1e7c4393f1b546e3f0000484000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000048c0000060c1b684463f8a8f6a3f0000484000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000048c0000064c1b684463f900f693f0000484000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004840000060c1ea04393f15d46f3f0000484000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004840000064c1ea04393f1b546e3f0000504000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000050c0000060c1b344473f8b8f6a3f0000504000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000050c0000064c1b344473f900f693f0000504000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005040000060c1ed44383f15d46f3f0000504000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005040000064c1ed44383f1b546e3f0000584000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000058c0000060c1b004483f8a8f6a3f0000584000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000058c0000064c1b004483f900f693f0000584000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005840000060c1f084373f15d46f3f0000584000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00005840000064c1f084373f1b546e3f0000604000005840000060c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000060c0000060c1adc4483f8a8f6a3f0000604000005840000064c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000060c0000064c1adc4483f900f693f0000604000005040000060c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000060c1f3c4363f15d46f3f0000604000005040000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000064c1f3c4363f1b546e3f0000604000005040000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006441000050407802773fa9776c3d0000604000005840000064c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00006441000058407b42763fa9776c3d000000c000006040000020c1000080bf000000000000000000000000000000000000803f0000803fffffffff000020c1000060403bc4663fbb02e53e000000c000004040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c10000404030c4693fd202df3e000000c000006040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c10000604030c4693fbb02e53e000000c000004040000020c1000080bf000000000000000000000000000000000000803f0000803fffffffff000020c1000040403bc4663fd202df3e0000a0c000004040000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c10000404046003c3f1f0a923d0000a0c000006040000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c10000604046003c3fc309aa3d0000a0c000006040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000060405200393fc409aa3d000000c000004040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000018c12ec76e3f7d45143f000080bf00004040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff000080bf000020c123c7713f66451a3f000080bf00004040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff000080bf000018c12ec76e3f66451a3f000000c000004040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000020c123c7713f7d45143f0000000000004040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000020c123c7713f4f45203f0000000000004040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000018c12fc76e3f4f45203f0000084100008040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff00000841000018c112416c3f643c8f3e0000204100008040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff00002041000020c1ef40753f7a3c893e0000204100008040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff00002041000018c1ef40753f623c8f3e0000084100008040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff00000841000020c113416c3f7b3c893e0000284100000040000020c1000080bf000000000000000000000000000000000000803f0000803fffffffff000020c10000004051833c3f4f45203f0000284100000000000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c10000000046833f3f7d45143f0000284100000040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c10000004045833f3f4f45203f0000284100000000000020c1000080bf000000000000000000000000000000000000803f0000803fffffffff000020c10000000051833c3f7d45143f0000a0c000000000000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c10000000046003c3fd813833a0000a0c000000040000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c10000004046003c3fb115443d00002c4100001040000020c1000080bf000000000000000000000000000000000000803f0000803fffffffff000020c100001040ff03913e3942783f00002c4100000040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100000040e903973e3fc2763f00002c4100001040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100001040e803973e3942783f00002c4100000040000020c1000080bf000000000000000000000000000000000000803f0000803fffffffff000020c100000040ff03913e3ec2763f00002c4100004040000020c1000080bf000000000000000000000000000000000000803f0000803fffffffff000020c100004040fd03913e28c27c3f00002c4100004040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c100004040e603973e28c27c3f0000a8c000000040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c10000004083420c3f6bb6b53e0000a8c000000040000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c10000004077420f3f6bb6b53e0000a8c000001040000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c10000104077420f3f60b6b83e0000a8c000001040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c10000104083420c3f60b6b83e0000a0c000001040000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c10000104047003c3f50155c3d0000a0c000000040000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000020c1d0c43f3f19dd7e3f0000a8c000000040000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a8c0000020c1d0c43f3f1f5d7d3f0000a8c000000040000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a8c0000018c1c4c4423f1f5d7d3f0000a0c000000040000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000018c1c4c4423f19dd7e3f0000a8c000001040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a8c0000018c1b142003fc281223f0000a0c000001040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c0000020c1a642033fbc01243f0000a0c000001040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c0000018c1b142003fbc01243f0000a8c000001040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a8c0000020c1a642033fc281223f0000284100008040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000020c1e440783f7a3c893e0000284100008040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000018c1e440783f633c8f3e0000003f00008040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000020c1cc413c3f7c3c893e0000000000008040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000020c1d841393f7d3c893e0000804000008040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff00008040000018c17c41513f683c8f3e0000f04000008040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000020c12a41663f7a3c893e0000f04000008040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000018c12941663f623c8f3e0000804000008040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff00008040000020c17c41513f7f3c893e0000000000004040000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c1000040405d83393fa1c2043f0000000000006040000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c1000060405d83393f96c2073f0000000000008040000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c1000080405d83393f8ac20a3f0000284100006040000020c1000080bf000000000000000000000000000000000000803f0000803fffffffff000020c1000060402f83453ffc85d93e0000284100004040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c1000040402483483f1386d33e0000284100006040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c1000060402483483ffc85d93e0000284100004040000020c1000080bf000000000000000000000000000000000000803f0000803fffffffff000020c1000040402f83453f1386d33e0000284100008040000020c1000080bf000000000000000000000000000000000000803f0000803fffffffff000020c1000080402f83453fe585df3e0000284100008040000018c1000080bf000000000000000000000000000000000000803f0000803fffffffff000018c1000080402483483fe585df3e0000004100008040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000018c11e41693f633c8f3e0000004100008040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000020c11e41693f7b3c893e0000604000008040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff00006040000018c187414e3f663c8f3e0000604000008040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff00006040000020c188414e3f7e3c893e0000404000008040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000020c194414b3f7d3c893e0000284100004040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000018c140094e3eb1037d3f00002c4100004040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff00002c41000020c112095a3eac837e3f00002c4100004040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff00002c41000018c140094e3eac837e3f0000284100004040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000020c112095a3eb1037d3f00002c4100000040000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002c41000020c13403c43ea90e7f3f0000284100000040000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000020c13503c43eaf8e7d3f0000284100000040000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000018c11e03ca3eaf8e7d3f00002c4100000040000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002c41000018c11d03ca3ea90e7f3f000000c00000604000002cc1000080bf000000000000000000000000000000000000803f0000803fffffffff00002cc1000060404c44623fbb02e53e000000c00000404000002cc1000080bf000000000000000000000000000000000000803f0000803fffffffff00002cc1000040404c44623fd102df3e000000c000006040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c1000060405dc45d3fba02e53e0000a0c00000404000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc1000040403580403f200a923d0000a0c00000604000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc1000060403580403fc409aa3d000000c00000404000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff000000c000002cc11147763f7d45143f000080bf00004040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff000080bf000038c100c77a3f65451a3f000080bf0000404000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff000080bf00002cc11247763f66451a3f000000c000004040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000038c100c77a3f7d45143f0000000000004040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000038c101c77a3f4e45203f000000000000404000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000000000002cc11247763f4e45203f000008410000804000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000084100002cc112416c3f9a3c803e0000204100008040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00002041000038c1f040753f7d796e3e000020410000804000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000204100002cc1f040753f9c3c803e0000084100008040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00000841000038c113416c3f79796e3e000028410000004000002cc1000080bf000000000000000000000000000000000000803f0000803fffffffff00002cc1000000406203383f4f45203f000028410000000000002cc1000080bf000000000000000000000000000000000000803f0000803fffffffff00002cc1000000006303383f7d45143f0000284100000040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c1000000407483333f4f45203f0000284100000000000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c1000000007483333f7d45143f0000a0c00000000000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc1000000003480403f9e14833a0000a0c00000004000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc1000000403580403fb715443d00002c410000104000002cc1000080bf000000000000000000000000000000000000803f0000803fffffffff00002cc1000010402004883e3842783f00002c410000004000002cc1000080bf000000000000000000000000000000000000803f0000803fffffffff00002cc1000000402004883e3ec2763f00002c4100001040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c10000104084087e3e3842783f00002c4100000040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c10000004085087e3e3ec2763f00002c410000404000002cc1000080bf000000000000000000000000000000000000803f0000803fffffffff00002cc1000040401f04883e27c27c3f00002c4100004040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c10000404084087e3e27c27c3f0000a8c00000004000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc10000004066c2133f6bb6b53e0000a8c00000104000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc10000104066c2133f5fb6b83e0000a8c000000040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000000405542183f6bb6b53e0000a8c000001040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000010405542183f5fb6b83e0000a0c00000104000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc1000010403580403f57155c3d0000a0c000000040000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000038c1f3c4363f19dd7e3f0000a8c000000040000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a8c0000038c1f3c4363f1f5d7d3f0000a8c00000004000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a8c000002cc1e2443b3f1f5d7d3f0000a0c00000004000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c000002cc1e1443b3f19dd7e3f0000a8c00000104000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000a8c000002cc194c2073fc281223f0000a0c000001040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c0000038c183420c3fbc01243f0000a0c00000104000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c000002cc194c2073fbc01243f0000a8c000001040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a8c0000038c183420c3fc281223f0000284100008040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000038c1e540783f7e796e3e000028410000804000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000284100002cc1e440783f9d3c803e000000000000804000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000000000002cc1d741393fa03c803e0000003f00008040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000038c1cb413c3f83796e3e0000003f0000804000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f00002cc1cc413c3f9f3c803e0000000000008040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000038c1d741393f85796e3e0000404000008040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000038c192414b3f7a796e3e000040400000804000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000404000002cc192414b3f9a3c803e000080400000804000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000804000002cc17b41513f9a3c803e0000f04000008040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000038c12a41663f77796e3e0000f0400000804000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000f04000002cc12a41663f983c803e0000804000008040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00008040000038c17b41513f79796e3e000000000000404000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc1000040404b033e3fa1c2043f000000000000604000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc1000060404b033e3f96c2073f0000000000004040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000040403a83423fa1c2043f0000000000006040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000060403a83423f96c2073f000000000000804000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc1000080404b033e3f8ac20a3f0000000000008040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000080403a83423f8ac20a3f000028410000604000002cc1000080bf000000000000000000000000000000000000803f0000803fffffffff00002cc1000060404003413ffc85d93e000028410000404000002cc1000080bf000000000000000000000000000000000000803f0000803fffffffff00002cc1000040404103413f1386d33e0000284100006040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c10000604052833c3ffb85d93e0000284100004040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c10000404052833c3f1286d33e000028410000804000002cc1000080bf000000000000000000000000000000000000803f0000803fffffffff00002cc1000080404003413fe585df3e0000284100008040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c10000804052833c3fe485df3e0000004100008040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000038c11e41693f77796e3e000000410000804000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000004100002cc11e41693f993c803e000060400000804000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000604000002cc187414e3f9a3c803e0000604000008040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00006040000038c187414e3f7a796e3e000028410000404000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000284100002cc1cd086c3eb1037d3f00002c4100004040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00002c41000038c188087e3eac837e3f00002c410000404000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff00002c4100002cc1cd086c3eac837e3f0000284100004040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000038c188087e3eb1037d3f00002c4100000040000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002c41000038c17a03b23ea90e7f3f0000284100000040000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000038c17a03b23eaf8e7d3f000028410000004000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000284100002cc15803bb3eaf8e7d3f00002c410000004000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff00002c4100002cc15703bb3ea90e7f3f000040400000804000002cc126ef783f64ec6ebe0000000000000000000000000000803f000080bfffffffff00002cc1bddd9240d242343fd134473e0000404000008040000038c126ef783f64ec6ebe0000000000000000000000000000803f000080bfffffffff000038c1bddd9240c1c2383fd134473ea4ad47400000904000002cc126ef783f64ec6ebe0000000000000000000000000000803f000080bfffffffff00002cc10052a340d242343fd48b533ea4ad474000009040000038c126ef783f64ec6ebe0000000000000000000000000000803f000080bfffffffff000038c10052a340c1c2383fd48b533e0000003f00008040000020c126ef783f64ec6ebe0000000000000000000000000000803f000080bfffffffff000020c145338040b3688f3e0cc5303f0000003f0000804000002cc126ef783f64ec6ebe0000000000000000000000000000803f000080bfffffffff00002cc1453380409068983e0cc5303f90b61e3f00009040000020c126ef783f64ec6ebe0000000000000000000000000000803f000080bfffffffff000020c188a79040b3688f3eccda333f90b61e3f0000904000002cc126ef783f64ec6ebe0000000000000000000000000000803f000080bfffffffff00002cc188a790409068983eccda333f0000003f0000804000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff000000bf000080407185fa3e7786383f000040400000804000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c0000080407e420c3f7786383f90b61e3f0000904000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff90b61ebf00009040faf5fb3e6c863b3fa4ad47400000904000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffffa4ad47c000009040c3fa0c3f6c863b3f000060400000804000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c00000804037125c3febbeb33e000080400000804000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000080402b125f3febbeb33ea4ad67400000904000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffffa4ad67c0000090407bca5c3fd4beb93ed2d683400000904000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffffd2d683c00000904070ca5f3fd4beb93e0000604000008040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00006040000080402cf9783fa012833a0000404000008040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000040400000804021f97b3f9c12833aa4ad674000009040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffffa4ad674000009040e840783f705f503ca4ad474000009040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffffa4ad474000009040dc407b3f6e5f503c0000604000008040000038c126ef78bf64ec6e3e000000000000000000000000000080bf000080bfffffffff000038416f999640d242343ff991543e000060400000804000002cc126ef78bf64ec6e3e000000000000000000000000000080bf000080bfffffffff00002c416f999640c1c2383ff991543ea4ad674000009040000038c126ef78bf64ec6e3e000000000000000000000000000080bf000080bfffffffff00003841b20da740d242343ffce8603ea4ad67400000904000002cc126ef78bf64ec6e3e000000000000000000000000000080bf000080bfffffffff00002c41b20da740c1c2383ffce8603e0000404000008040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff000040c000008040d242343f9f818a3e0000604000008040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff000060c00000804001f6343f1bac843ea4ad474000009040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffffa4ad47c0000090409358373fa0818a3ea4ad674000009040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffffa4ad67c000009040c10b383f1bac843e0000f0400000804000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff0000f0c000008040da11743febbeb33ed2d6f3400000904000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffffd2d6f3c0000090401fca743fd4beb93e0000804000008040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000080400000804038f9753fa012833ad2d6834000009040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffffd2d6834000009040f340753f715f503c000000410000804000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100008040cf11773febbeb33e67eb01410000904000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff67eb01c10000904013ca773fd4beb93e0000f04000008040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000f0400000804088f9603fa812833ad2d6f34000009040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffffd2d6f340000090404441603f725f503c000000410000804000002cc135ef783f79eb6ebe0000000000000000000000000000803f000080bfffffffff00002cc17932b840d242343f837a2c3e0000004100008040000038c135ef783f79eb6ebe0000000000000000000000000000803f000080bfffffffff000038c17932b840c1c2383f837a2c3e67eb01410000904000002cc135ef783f79eb6ebe0000000000000000000000000000803f000080bfffffffff00002cc1bba6c840d242343f85d1383e67eb014100009040000038c135ef783f79eb6ebe0000000000000000000000000000803f000080bfffffffff000038c1bba6c840c1c2383f85d1383e0000004100008040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000000410000804094f95d3f9412833a67eb014100009040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffff67eb01410000904050415d3f715f503c000008410000804000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c1000080407e82753fc0c1603c000020410000804000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff000020c1000080405b827e3fc1c1603c67eb09410000904000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff67eb09c100009040c23a763f6e5fd03c67eb21410000904000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff67eb21c1000090409f3a7f3f6f5fd03c0000084100008040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00000841000080409ff95a3f6f12833a67eb094100009040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffff67eb0941000090405b415a3f6c5f503c0000084100008040000038c135ef78bf79eb6e3e000000000000000000000000000080bf000080bfffffffff0000384127eebb40d242343faad7393e000008410000804000002cc135ef78bf79eb6e3e000000000000000000000000000080bf000080bfffffffff00002c4127eebb40c1c2383faad7393e67eb094100009040000038c135ef78bf79eb6e3e000000000000000000000000000080bf000080bfffffffff000038416962cc40d242343fac2e463e67eb09410000904000002cc135ef78bf79eb6e3e000000000000000000000000000080bf000080bfffffffff00002c416962cc40c1c2383fac2e463e0000004100008040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100008040d242343f37da903e0000084100008040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff000008c10000804000f6343fb2048b3e67eb014100009040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff67eb01c1000090409258373f37da903e67eb094100009040000038c100000000000000000000803f000080bf0000000000000000000080bfffffffff67eb09c100009040c00b383fb2048b3e000020410000804000002cc135ef78bf79eb6e3e000000000000000000000000000080bf000080bfffffffff00002c413121c740d242343f21ef613e0000204100008040000020c135ef78bf79eb6e3e000000000000000000000000000080bf000080bfffffffff000020413121c740c1c2383f21ef613e67eb21410000904000002cc135ef78bf79eb6e3e000000000000000000000000000080bf000080bfffffffff00002c417395d740d242343f23466e3e67eb214100009040000020c135ef78bf79eb6e3e000000000000000000000000000080bf000080bfffffffff000020417395d740c1c2383f23466e3e0000204100008040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000204100008040c2f9513f9712833a67eb214100009040000020c10000000000000000000080bf0000803f0000000000000000000080bfffffffff67eb2141000090407e41513f715f503c0000404000008040000020c126ef78bf64ec6e3e000000000000000000000000000080bf000080bfffffffff00002041bddd9240aa3a7c3f7112833a0000404000008040000018c126ef78bf64ec6e3e000000000000000000000000000080bf000080bfffffffff00001841bddd9240aa3a7c3f6c5f503ca4ad474000009040000020c126ef78bf64ec6e3e000000000000000000000000000080bf000080bfffffffff000020410052a3406a507f3f6f12833aa4ad474000009040000018c126ef78bf64ec6e3e000000000000000000000000000080bf000080bfffffffff000018410052a3406a507f3f6b5f503c0000404000008040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000404000008040faf5fb3efa44353f0000003f00008040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000003f00008040c3fa0c3ffa44353fa4ad474000009040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffffa4ad4740000090407185fa3eee44383f90b61e3f00009040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff90b61e3f000090407e420c3fee44383f0000003f00008040000018c126ef783f64ec6ebe0000000000000000000000000000803f000080bfffffffff000018c145338040ca68893e0cc5303f90b61e3f00009040000018c126ef783f64ec6ebe0000000000000000000000000000803f000080bfffffffff000018c188a79040ca68893eccda333f000070c000006040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff00007040000060409608783f77093f3f000070c000004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff00007040000040409608783f83093c3f000098c000006040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff00009840000060407f087e3f77093f3f0000a0c000004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000a0400000404079887f3f83093c3f0000a0c000004040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a04000004040f3c4363f1dc8323f000070c000004040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000004040d6443e3f1cc8323f000098c000006040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000984000006040ed44383f11c8353f000070c000006040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000006040d6443e3f10c8353f0000a0c000004040000008c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c0000008c1f3c4363f8789603f000070c000004040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff000070c0000018c1d6443e3f9e895a3f000070c000004040000008c100000000000080bf000000000000803f00000000000000000000803fffffffff000070c0000008c1d6443e3f8789603f0000a0c000004040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c0000018c1f3c4363f9e895a3f000070c000006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000704000006040ca44413f05cb633f0000a0c000004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000a04000004040adc4483f10cb603f0000a0c000006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000a04000006040adc4483f05cb633f000070c000004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000704000004040cb44413f10cb603f0000a0c000004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a04000004040ea855c3f7d45143f000070c000004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000004040ea855c3f60c51b3f000070c000006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000006040f685593f60c51b3f0000a0c000006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a04000006040f685593f7d45143f0000a0c000000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a04000000000a5856e3f7d45143f000070c000000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000000000a5856e3f60c51b3f000070c000000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000000040d385623f60c51b3f0000a0c000000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a04000000040d385623f7d45143f000070c000000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000070400000004086032f3f3e094e3f0000a0c000000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000a040000000006983363f6c09423f0000a0c000000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000a040000000406983363f3e094e3f000070c000000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000070400000000086032f3f6c09423f000070c000001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000001040d905613f60c51b3f0000a0c000001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000a04000001040d905613f7d45143f000070c000001040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff00007040000010409608783ff64a423f0000a0c000000040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff0000a0400000004079887f3ffbca403f0000a0c000001040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff0000a0400000104079887f3ff54a423f000070c000000040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff00007040000000409608783ffbca403f0000a0c000001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000a0400000104079887f3f9489373f000070c000001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff00007040000010409608783f9489373f0000a0c0000010400000504000000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c000005040f3c4363f830c673f000070c0000010400000404000000000000080bf000000000000803f00000000000000000000803fffffffff000070c000004040d6443e3f898c653f000070c0000010400000504000000000000080bf000000000000803f00000000000000000000803fffffffff000070c000005040d6443e3f830c673f0000a0c0000010400000404000000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c000004040f3c4363f898c653f000070c00000004000004040000000000000803f000000000000803f0000000000000000000080bfffffffff000070c000004040de09243e35657e3f0000a0c00000004000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000040406b09423e35657e3f0000a0c00000004000005040000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000050406b09423e2fe57f3f000070c00000004000005040000000000000803f000000000000803f0000000000000000000080bfffffffff000070c000005040de09243e2fe57f3f000050c000006040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000504000006040a108753f77093f3f000050c000004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000504000004040a108753f83093c3f000000c000006040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000004000006040bf886d3f77093f3f000000c000004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000004000004040bf886d3f83093c3f000050c000004040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000004040ca44413f1cc8323f000050c000006040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000006040ca44413f11c8353f000000c000004040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000004000004040aec4483f1dc8323f000000c000006040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000004000006040adc4483f11c8353f000050c000004040000008c100000000000080bf000000000000803f00000000000000000000803fffffffff000050c0000008c1ca44413f8789603f000000c000004040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000018c1adc4483f9e895a3f000000c000004040000008c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000008c1adc4483f8789603f000050c000004040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff000050c0000018c1ca44413f9e895a3f000050c000006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000504000006040d5443e3f05cb633f000050c000004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000504000004040d6443e3f10cb603f000000c000006040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000004000006040f3c4363f05cb633f000000c000004040000018c10000000000000000000080bf000080bf00000000000000000000803fffffffff0000004000004040f3c4363f10cb603f000050c000004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000004040ea855c3f55c51e3f000050c000006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000006040f685593f55c51e3f000000c000004040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000004000004040ea855c3f3845263f000000c000006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000004000006040f685593f3845263f000050c000000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000000000a5856e3f54c51e3f000050c000000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000000040d385623f55c51e3f000000c000000000000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000004000000000a5856e3f3745263f000000c000000040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000004000000040d385623f3745263f000050c000000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000050400000004092032c3f3e094e3f000050c000000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000050400000000092032c3f6c09423f000000c000000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000004000000040ae83243f3e094e3f000000c000000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000004000000000af83243f6c09423f000050c000001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000001040d905613f55c51e3f000000c000001040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000004000001040d905613f3845263f000050c000001040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff0000504000001040a108753ff54a423f000050c000000040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff0000504000000040a208753ffbca403f000000c000001040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff0000004000001040bf886d3ff54a423f000000c000000040000050400000000000000000000080bf000080bf00000000000000000000803fffffffff0000004000000040bf886d3ffbca403f000050c000001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000504000001040a208753f9489373f000000c000001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000004000001040bf886d3f9489373f000050c0000010400000504000000000000080bf000000000000803f00000000000000000000803fffffffff000050c000005040ca44413f830c673f000000c0000010400000404000000000000080bf000000000000803f00000000000000000000803fffffffff000000c000004040adc4483f898c653f000000c0000010400000504000000000000080bf000000000000803f00000000000000000000803fffffffff000000c000005040adc4483f830c673f000050c0000010400000404000000000000080bf000000000000803f00000000000000000000803fffffffff000050c000004040cb44413f898c653f000000c00000004000004040000000000000803f000000000000803f0000000000000000000080bfffffffff000000c000004040fe14f43d35657e3f000050c00000004000004040000000000000803f000000000000803f0000000000000000000080bfffffffff000050c0000040400b0a183e35657e3f000050c00000004000005040000000000000803f000000000000803f0000000000000000000080bfffffffff000050c0000050400b0a183e2fe57f3f000000c00000004000005040000000000000803f000000000000803f0000000000000000000080bfffffffff000000c000005040fe14f43d2fe57f3f0000084100008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00000841000050c114416c3f047a4a3e0000204100008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00002041000050c1f240753f077a4a3e0000000000000000000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c1000000008e42093fb083243f0000000000000040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c1000000409042093f8183303f0000284100000000000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c10000000097832a3f7d45143f0000284100000040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c10000004097832a3f4f45203f0000003f00000040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c1000000401406523f57cc733f0000003f00000040000054c10000803f000000000000000000000000000000000000803f000080bfffffffff000054c1000000400e86533f57cc733f0000003f00001040000054c10000803f000000000000000000000000000000000000803f000080bfffffffff000054c1000010400e86533f514c753f0000003f00001040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c1000010401406523f514c753f0000000000001040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c10000104017834b3fb242003f0000000000004040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c10000404017834b3fa1c2043f00002c4100001040000054c1000080bf000000000000000000000000000000000000803f0000803fffffffff000054c1000010402909543e3942783f00002c4100000040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c10000004012095a3e3fc2763f00002c4100001040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c10000104011095a3e3942783f00002c4100000040000054c1000080bf000000000000000000000000000000000000803f0000803fffffffff000054c1000000402909543e3fc2763f00002c4100004040000054c1000080bf000000000000000000000000000000000000803f0000803fffffffff000054c1000040402a09543e27c27c3f00002c4100004040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c10000404013095a3e27c27c3f0000284100008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000050c1e640783f087a4a3e0000003f00008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000050c1ca413c3f0b7a4a3e0000404000008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000050c192414b3f037a4a3e0000000000008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000050c1d641393f0d7a4a3e0000000000000040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000050c17d13833a4ac2733f0000003f00000040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000050c1835f503c4ac2733f0000000000001040000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000050c12701003f93032c3f0000003f00001040000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000050c16502fa3e93032c3f0000804000008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00008040000050c17b41513f027a4a3e0000f04000008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000050c12b41663f007a4a3e0000284100004040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c1000040407583333f1386d33e0000284100006040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c1000060407583333ffc85d93e0000284100008040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c1000080407583333fe585df3e0000000000006040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c10000604017834b3f96c2073f0000000000008040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c10000804017834b3f8ac20a3f0000004100008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000050c12041693f027a4a3e0000604000008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00006040000050c186414e3f037a4a3e0000284100004040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000050c1ff03913eb1037d3f00002c4100004040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00002c41000054c1f303943eac837e3f00002c4100004040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00002c41000050c1ff03913eac837e3f0000284100004040000054c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000054c1f303943eb1037d3f0000284100000040000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000050c1c103a03eaf8e7d3f00002c4100000040000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002c41000050c1c003a03eaa0e7f3f0000204100008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00002041000040c1f140753fab79623e0000084100008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00000841000040c113416c3fa879623e0000000000000000000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c100000000b042003fb083243f0000000000000000000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c100000000a542033fb083243f0000000000000040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c100000040a742033f8283303f0000000000000040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c100000040b342003f8283303f0000284100000040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c1000000407f83303f4f45203f0000284100000000000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c1000000008083303f7d45143f0000003f00000040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000000403706493f57cc733f0000003f00000040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000000402b064c3f57cc733f0000003f00001040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000010402b064c3f514c753f0000003f00001040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000010403706493f514c753f0000000000001040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000010403a83423fb242003f0000000000001040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000010402e83453fb242003f0000000000004040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000040402e83453fa1c2043f00002c4100001040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c100001040b408723e3842783f00002c4100000040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c100000040b308723e3ec2763f00002c4100004040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c100004040b308723e27c27c3f0000284100008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000040c1e640783fad79623e0000404000008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000040c192414b3fa879623e0000003f00008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000040c1cb413c3fb179623e0000000000008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000040c1d641393fb379623e0000000000000040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000038c16f12833a27c27c3f0000003f00000040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000040c1695f503c33c2793f0000003f00000040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000038c1615f503c27c27c3f0000000000000040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000040c1ac12833a33c2793f0000003f00001040000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000040c16602fa3e7c03323f0000000000001040000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000040c12701003f7c03323f0000000000001040000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000038c12701003f7003353f0000003f00001040000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000038c16502fa3e7003353f0000f04000008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000040c12a41663fa579623e0000804000008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00008040000040c17b41513fa879623e0000284100006040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c1000060405d83393ffb85d93e0000284100004040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c1000040405e83393f1286d33e0000284100008040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c1000080405d83393fe485df3e0000000000006040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000060402e83453f96c2073f0000000000008040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000080402e83453f8ac20a3f0000004100008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000040c11f41693fa779623e0000604000008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00006040000040c187414e3fa879623e00002c4100004040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00002c41000040c12d04853eac837e3f0000284100004040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000040c12d04853eb1037d3f00002c4100000040000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002c41000040c19103ac3ea90e7f3f0000284100000040000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000040c19203ac3eaf8e7d3f0000204100000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000080c01381843e5f80b43e0000004100000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000080c01381843ebc809c3e0000004100000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000000c0b8809c3ebc809c3e0000204100000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000000c0b6809c3e6080b43e0000804000000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000080c01481843eea02593e0000004000000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff00000040000080c01481843ea303293e0000004000000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff00000040000000c0b8809c3ea103293e0000804000000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000000c0b8809c3ee902593e0000c04000000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000080c01481843e1981843e0000c04000000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000000c0b8809c3e1881843e000080bf00000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf000080c01381843e6d09c23d000080bf00000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf000000c0b8809c3e6b09c23d0000000000000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000000c0b8809c3eb108f23d0000000000000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000080c01481843eb408f23d000000410000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000004100004040d27fd83ebc809c3e000020410000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000204100004040d17fd83e6180b43e000020410000000000000000000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000000005b80b43e6180b43e000000410000000000000000000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000000005b80b43ebc809c3e0000003f00000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000080c01481843e2c04053e0000003f00000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000000c0b8809c3e2a04053e0000004100000000000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000000bf7380ae3ebc809c3e0000204100000000000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000000bf7180ae3e6180b43e0000004000000000000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff00000040000000bf7380ae3ea003293e0000804000000000000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000000bf7380ae3ee802593e000000400000000000000000000000000000803f000000000000803f0000000000000000000080bfffffffff00000040000000005c80b43ea003293e000080400000000000000000000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000000005c80b43ee802593e0000c04000000000000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000000bf7480ae3e1881843e0000c0400000000000000000000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000000005d80b43e1881843e0000003f00000000000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000000bf7480ae3e2a04053e0000003f0000000000000000000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000000005d80b43e2a04053e0000000000000000000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000000bf7480ae3eae08f23d000000000000000000000000000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000000005e80b43eaf08f23d00002041000000000000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000020410000c0c0e102593e6080b43e00000041000000000000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000410000c0c0df02593ebd809c3e00000041000000000000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000410000b0c0b102653ebd809c3e00002041000000000000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000020410000b0c0b202653e6080b43e00008040000000000000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000080400000c0c0e102593eea02593e00000040000000000000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000400000c0c0e202593ea303293e00000040000000000000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000400000b0c0b402653ea303293e00008040000000000000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000080400000b0c0b302653eea02593e0000c040000000000000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000c0400000c0c0e102593e1981843e0000c040000000000000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000c0400000b0c0b202653e1981843e0000003f000000000000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f0000c0c0e102593e2e04053e0000003f000000000000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f0000b0c0b302653e2e04053e00000000000000000000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000000000c0c0e002593ebb08f23d00000000000000000000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000000000b0c0b202653eb808f23d00008040000000000000f0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000080400000f0c06b03353eea02593e00000040000000000000f0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000400000f0c06c03353ea203293e0000804000000000000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000000c19903293eeb02593e0000004000000000000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000040000000c19a03293ea203293e0000c040000000000000f0c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000c0400000f0c06b03353e1a81843e0000c04000000000000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000000c19a03293e1981843e0000f04000000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000080c01481843ed380963e0000f04000000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000000c0b8809c3ed380963e0000f0400000000000000000000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000000005c80b43ed380963e0000c0400000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000c04000004040d17fd83e1781843e0000f0400000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000f04000004040d27fd83ed280963e0000f04000000000000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000000bf7480ae3ed380963e0000f040000000000000c0c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000f0400000c0c0e002593ed380963e0000f040000000000000b0c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000f0400000b0c0b202653ed380963e00000041000000000000f0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000410000f0c06c03353ebc809c3e0000f040000000000000f0c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000f0400000f0c06c03353ed380963e0000004100000000000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000000c19a03293ebd809c3e0000f04000000000000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000000c19a03293ed480963e0000c04000000000000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000008c1c9031d3e1981843e0000804000000000000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000008c1c7031d3eeb02593e0000f04000000000000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000008c1c8031d3ed480963e00000040000000000000003f000000000000803f000000000000803f0000000000000000000080bfffffffff000000400000003f4480ba3ea003293e00008040000000000000003f000000000000803f000000000000803f0000000000000000000080bfffffffff000080400000003f4480ba3ee802593e0000f0400000000000005040000000000000803f000000000000803f0000000000000000000080bfffffffff0000f04000005040c67fdb3ed380963e000000410000000000005040000000000000803f000000000000803f0000000000000000000080bfffffffff0000004100005040c67fdb3ebc809c3e000024410000000000000000000000000000803f000000000000803f0000000000000000000080bfffffffff00002441000000005b80b43e5580b73e0000244100000000000000bf000000000000803f000000000000803f0000000000000000000080bfffffffff00002441000000bf7180ae3e5580b73e0000244100000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff00002441000000c0b6809c3e5480b73e0000244100000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff00002441000080c01381843e5480b73e00008040000000000000803f000000000000803f000000000000803f0000000000000000000080bfffffffff000080400000803f2e80c03eea02593e00000040000000000000803f000000000000803f000000000000803f0000000000000000000080bfffffffff000000400000803f2e80c03ea303293e0000804000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000018c12304053eee02593e0000c04000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000018c12504053e1981843e0000f04000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000018c12304053ed380963e0000c04000004040000008c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c0000008c1f1808d3ef5800d3f0000f04000004040000008c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000008c1f2808d3ed280163f0000f04000004040000000c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000000c10981873ed280163f0000c04000004040000000c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c0000000c10881873ef5800d3f0000804000004040000008c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000008c1f1808d3e2381013f0000804000004040000000c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000000c10881873e2381013f0000f04000000040000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c1000000402947703fff03113f0000f04000000000000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c100000000fa467c3ff303143f0000f04000000040000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c1000000402947703ff303143f0000f04000000000000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c100000000fa467c3fff03113f0000804000000000000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c100000000af83243f5ccd6f3f0000804000000000000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c100000000ae83243f68cd6c3f0000804000000040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000000408083303f67cd6c3f0000804000000040000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c1000000408083303f5ccd6f3f0000f04000001040000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c1000010402ec76e3fff03113f0000f04000001040000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c1000010402ec76e3ff303143f0000f04000004040000008c1000080bf000000000000000000000000000000000000803f0000803fffffffff000008c10000404040476a3fff03113f0000f04000004040000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c10000404040476a3ff303143f0000804000001040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000010407a03323f67cd6c3f0000804000001040000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c1000010407a03323f5ccd6f3f0000804000004040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c1000040406983363f68cd6c3f0000804000004040000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c1000040406983363f5ccd6f3f0000e0bf00000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000e0bf000080c01481843ef5099e3d000000c000000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000c0000080c01681843e1f0a923d000000c000000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff000000c0000000c0ba809c3e230a923d0000e0bf00000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000e0bf000000c0b9809c3ef4099e3d0000f04000000040000008c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00000841000000402947703fff03113f0000f04000001040000008c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00000841000010402ec76e3fff03113f0000f04000000040000018c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00001841000000402947703f16040b3f0000f04000001040000018c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00001841000010402ec76e3f16040b3f0000804000000040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000000408083303f7ecd663f0000804000000000000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c100000000af83243f7fcd663f0000f04000000000000008c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000084100000000fa467c3fff03113f0000f04000000000000018c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000184100000000fb467c3f16040b3f0000804000001040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000010407b03323f7ecd663f0000f04000004040000008c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000008410000404040476a3fff03113f0000f04000004040000018c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000018410000404040476a3f16040b3f0000804000004040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000040406983363f7fcd663f0000f04000004040000018c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000f0c0000018c1c480993ed280163f0000c04000004040000018c100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000c0c0000018c1c480993ef5800d3f0000804000004040000018c100000000000080bf00000000000080bf0000000000000000000080bfffffffff000080c0000018c1c380993e2381013f000080bf00000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf000020c1b308f23d7909c23d000000c000000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff000000c0000020c1b508f23d2e0a923d000000c000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff000000c0000018c12d04053e2e0a923d000080bf00000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf000018c12c04053e7a09c23d000080bf00000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf000038c1c409aa3d7709c23d000000c000000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff000000c0000038c1c609aa3d2d0a923d000000c00000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff000000c000002cc13d09ce3d2d0a923d000080bf0000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf00002cc13c09ce3d7809c23d000070c000000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff000070c0000080c01981843e8b2df83c0000a0c000000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000080c01881843eca12833a0000a0c000000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000000c0bc809c3e6f12833a000070c000000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff000070c0000000c0bc809c3e902df83c0000a0c00000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c000004040d77fd83e9813833a000070c00000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff000070c000004040d77fd83ea12df83c000070c000000000000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff000070c0000008c1d3031d3ec52df83c0000a0c000000000000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000008c1d6031d3edd15833a000070c000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff000070c0000018c12e04053ebb2df83c0000a0c000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000018c13204053ec614833a000070c000000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff000070c0000058c16a16143db22df83c0000a0c000000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000058c16f16143de713833a0000a0c000000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000038c1cb09aa3d1814833a000070c000000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff000070c0000038c1ca09aa3db02df83c000070c000000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff000070c0000020c1b908f23db52df83c0000a0c000000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c0000020c1be08f23d7514833a0000a0c00000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000a0c000002cc14509ce3d2e14833a000070c00000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff000070c000002cc14209ce3db02df83c000050c000000000000080c0000000000000803f000000000000803f0000000000000000000080bfffffffff000050c0000080c01781843e0d162c3d000050c000000000000000c0000000000000803f000000000000803f0000000000000000000080bfffffffff000050c0000000c0ba809c3e14162c3d000050c00000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff000050c000004040d47fd83e1d162c3d000000c00000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff000000c000004040d07fd83e280a923d000000c000000000000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff000000c0000008c1d1031d3e2c0a923d000050c000000000000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff000050c0000008c1cf031d3e2c162c3d000050c000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff000050c0000018c12c04053e2c162c3d000000c000000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff000000c0000058c16816143d2e0a923d000050c000000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff000050c0000058c16a16143d26162c3d000050c000000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff000050c0000038c1c709aa3d25162c3d000050c000000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff000050c0000020c1b708f23d28162c3d000050c00000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff000050c000002cc13f09ce3d26162c3d00008040000000000000803f000000000000803f000000000000803f0000000000000000000080bfffffffff000080400000803f2e80c03eea02593e00000040000000000000803f000000000000803f000000000000803f0000000000000000000080bfffffffff000000400000803f2e80c03ea303293e000080400000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000804000004040ce7fd83eea02593e000000400000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000004000004040ce7fd83ea303293e0000b040000000000000803f000000000000803f000000000000803f0000000000000000000080bfffffffff0000b0400000803f2e80c03e5b027d3e0000b0400000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000b04000004040ce7fd83e5b027d3e000000000000000000004040000000000000803f000000000000803f0000000000000000000080bfffffffff0000000000004040ce7fd83ec208f23d00000000000000000000803f000000000000803f000000000000803f0000000000000000000080bfffffffff000000000000803f2e80c03ec208f23d0000804000004040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff00008040000040409403ac3eb208723f0000004000004040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff00000040000040403903c43eb208723f0000804000006040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff00008040000060409303ac3ea708753f0000004000006040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff00000040000060403903c43ea708753f0000b04000004040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000b04000004040d8039a3eb108723f0000b04000006040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000b04000006040d6039a3ea608753f00008040000040400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000040401942273fd202df3e0000b040000040400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff0000b0c000004040f741303fd202df3e00008040000060400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000060401942273fbb02e53e0000b040000060400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff0000b0c000006040f641303fbc02e53e0000b040000040400000803f000080bf00000000000000000000000000000000000080bf000080bfffffffff000080bf00004040ae056d3f5d03bb3e0000b0400000404000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c000004040af056d3f0003d33e0000b040000060400000803f000080bf00000000000000000000000000000000000080bf000080bfffffffff000080bf00006040b9056a3f5d03bb3e0000b0400000604000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c000006040ba056a3fff02d33e00000040000040400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000000c00000404047421b3fd202df3e00000040000060400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000000c00000604047421b3fbc02e53e00000000000040400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000000000000404076420f3fd202df3e00000000000060400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000000000000604075420f3fbc02e53e0000000000004040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000000000004040dc02dc3eb108723f0000000000006040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff0000000000006040dc02dc3ea608753f0000000000004040000040400000803f000000000000000000000000000000000000803f000080bfffffffff00004040000040403142213f9286323f00000000000040400000803f0000803f000000000000000000000000000000000000803f000080bfffffffff0000803f000040403042213fc186263f0000000000006040000040400000803f000000000000000000000000000000000000803f000080bfffffffff00004040000060402542243f9286323f00000000000060400000803f0000803f000000000000000000000000000000000000803f000080bfffffffff0000803f000060402542243fc186263f0000804000000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000000409503ac3ec9086c3f0000004000000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c0000000003a03c43ef808603f0000004000000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c0000000403a03c43ec9086c3f0000804000000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000000009803ac3ef708603f0000000000000000000040400000803f000000000000000000000000000000000000803f000080bfffffffff000040400000000075420f3f9386323f00000000000000000000803f0000803f000000000000000000000000000000000000803f000080bfffffffff0000803f0000000075420f3fc286263f00000000000000400000803f0000803f000000000000000000000000000000000000803f000080bfffffffff0000803f0000004048421b3fc186263f0000000000000040000040400000803f000000000000000000000000000000000000803f000080bfffffffff000040400000004048421b3f9286323f0000b040000000400000803f000080bf000000000000000000000000000000000000803f0000803fffffffff0000803f000000409705733f5f03bb3e0000b0400000000000004040000080bf000000000000000000000000000000000000803f0000803fffffffff000040400000000069057f3f0003d33e0000b0400000004000004040000080bf000000000000000000000000000000000000803f0000803fffffffff00004040000000409805733f0203d33e0000b040000000000000803f000080bf000000000000000000000000000000000000803f0000803fffffffff0000803f0000000068057f3f5d03bb3e00008040000000000000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000000001942273f5d03bb3e0000b040000000000000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff0000b0c000000000f741303f5d03bb3e0000b040000000400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff0000b0c000000040f741303f0103d33e00008040000000400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000000401942273f0103d33e0000b04000000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000b0c000000040da039a3ec8086c3f0000b04000000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000b0c000000000dd039a3ef608603f00000000000000000000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000000000000000075420f3f5e03bb3e00000040000000000000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000000c00000000047421b3f5e03bb3e00000040000000400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000000c00000004047421b3f0103d33e00000000000000400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000000000000004075420f3f0103d33e0000000000000000000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000000000000000dd02dc3ef708603f0000000000000040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000000000000040de02dc3ec8086c3f0000804000001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000010409503ac3ec3886d3f0000004000001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c0000010403903c43ec3886d3f0000804000004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000080c0000040409403ac3eb208723f0000004000004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff000000c0000040403903c43eb208723f00000000000010400000803f0000803f000000000000000000000000000000000000803f000080bfffffffff0000803f0000104042c21c3fc186263f0000000000001040000040400000803f000000000000000000000000000000000000803f000080bfffffffff000040400000104042c21c3f9286323f0000b040000010400000803f000080bf000000000000000000000000000000000000803f0000803fffffffff0000803f000010409d85713f5e03bb3e0000b0400000104000004040000080bf000000000000000000000000000000000000803f0000803fffffffff00004040000010409d85713f0103d33e0000b040000040400000803f000080bf000000000000000000000000000000000000803f0000803fffffffff0000803f00004040ae056d3f5d03bb3e0000b0400000404000004040000080bf000000000000000000000000000000000000803f0000803fffffffff0000404000004040af056d3f0003d33e0000b040000010400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff0000b0c000001040f741303ff502d63e00008040000010400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000080c0000010401942273ff502d63e0000b04000001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000b0c000001040da039a3ec2886d3f0000b04000004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000b0c000004040d8039a3eb108723f00000040000010400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000000c00000104047421b3ff602d63e00000000000010400000803f00000000000000000000803f000080bf0000000000000000000080bfffffffff000000000000104075420f3ff602d63e0000000000001040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000000000001040dd02dc3ec2886d3f0000000000004040000040400000000000000000000080bf000080bf00000000000000000000803fffffffff0000000000004040dc02dc3eb108723f0000204100000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000018c12704053e5e80b43e0000084100000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000841000018c12304053ea380a23e00002041000000000000d0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000020410000d0c015034d3e5b80b43e00000841000000000000d0c0000000000000803f000000000000803f0000000000000000000080bfffffffff000008410000d0c011034d3ea180a23e0000084100000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000841000058c15f16143da580a23e0000204100000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000058c15d16143d6080b43e0000084100000000000070c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000841000070c1c112833aa580a23e0000204100000000000070c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000070c16f12833a6080b43e0000084100000000000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000841000054c104162c3da580a23e0000204100000000000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000054c103162c3d6080b43e0000284100000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000058c16016143d4a80ba3e0000284100000000000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000054c105162c3d4a80ba3e0000404000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000018c12504053e4d03413e0000003f00000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000018c12804053e3404053e0000003f00000000000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000008c1cc031d3e3504053e0000404000000000000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000008c1c7031d3e4f03413e0000000000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000018c12a04053ec408f23d0000000000000000000008c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000008c1ce031d3ec608f23d0000404000000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000058c17216143d4c03413e0000003f00000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000058c16b16143d3404053e0000003f00000000000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000054c10e162c3d3404053e0000404000000000000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000054c115162c3d4c03413e0000000000000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000058c16c16143dc308f23d0000000000000000000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000054c111162c3dc308f23d0000f04000000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000058c16b16143dd380963e0000804000000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000058c16b16143dee02593e0000804000000000000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000054c10d162c3dee02593e0000f04000000000000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000054c10e162c3dd380963e0000004100000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000058c16616143dbc809c3e0000004100000000000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000054c109162c3dbc809c3e0000604000000000000058c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000058c16f16143d1c034d3e0000604000000000000054c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000054c112162c3d1d034d3e0000000000000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000020c1b008f23dc308f23d000080bf00000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf000020c1b308f23d7909c23d000080bf00000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf000018c12c04053e7a09c23d0000204100000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000020c1ac08f23d5e80b43e0000084100000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000841000020c1a608f23da480a23e0000284100000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000020c1ae08f23d4780ba3e0000284100000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000018c12804053e4780ba3e0000003f00000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000020c1ae08f23d3304053e0000404000000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000020c1a708f23d4d03413e0000f04000000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000020c1a408f23dd380963e0000804000000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000020c1a508f23dee02593e0000804000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000018c12304053eee02593e0000f04000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000018c12304053ed380963e0000004100000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000020c1a408f23dbc809c3e0000004100000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000018c12304053ebb809c3e0000604000000000000020c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000020c1a608f23d1d034d3e0000604000000000000018c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000018c12404053e1e034d3e0000000000000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000038c1c309aa3dc108f23d000080bf00000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf000038c1c409aa3d7709c23d000080bf0000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff000080bf00002cc13c09ce3d7809c23d000000000000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000000000002cc13a09ce3dc108f23d0000204100000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000038c1c109aa3d6080b43e0000084100000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000841000038c1be09aa3da580a23e000008410000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000084100002cc13309ce3da580a23e000020410000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000204100002cc13709ce3d5f80b43e0000284100000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000038c1c109aa3d4980ba3e000028410000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000284100002cc13909ce3d4980ba3e0000003f00000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000038c1c209aa3d3304053e0000003f0000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f00002cc13909ce3d3304053e0000404000000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000038c1c009aa3d4b03413e000040400000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000404000002cc13409ce3d4c03413e0000f04000000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000038c1be09aa3dd380963e0000804000000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000038c1bf09aa3dee02593e000080400000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000804000002cc13409ce3dee02593e0000f0400000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f04000002cc13209ce3dd380963e0000004100000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000038c1be09aa3dbc809c3e000000410000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000004100002cc13209ce3dbc809c3e0000604000000000000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000038c1c009aa3d1d034d3e000060400000000000002cc1000000000000803f000000000000803f0000000000000000000080bfffffffff0000604000002cc13409ce3d1d034d3e0000084100000000000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000841000050c1a815443da580a23e0000204100000000000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000050c1a915443d6080b43e0000284100000000000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000050c1aa15443d4a80ba3e0000003f00000000000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000050c1b215443d3404053e0000404000000000000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000050c1b815443d4c03413e0000000000000000000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000050c1b515443dc408f23d0000804000000000000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000050c1b015443dee02593e0000f04000000000000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000050c1b115443dd380963e0000004100000000000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000050c1ac15443dbc809c3e0000604000000000000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000050c1b415443d1d034d3e0000084100000000000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000841000040c11c0a923da580a23e0000204100000000000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002041000040c11d0a923d6080b43e0000284100000000000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000040c11c0a923d4980ba3e0000003f00000000000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000040c11f0a923d3304053e0000404000000000000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00004040000040c11f0a923d4b03413e0000000000000000000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000040c11f0a923dc308f23d0000804000000000000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00008040000040c11e0a923dee02593e0000f04000000000000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000f040000040c11d0a923dd380963e0000004100000000000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000041000040c11c0a923dbc809c3e0000604000000000000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00006040000040c11e0a923d1d034d3e000098c000006040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff000098c0000000c06341573f39ebae3d000070c000006040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff000070c0000080c03541633f7eeade3d000070c000006040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff000070c0000000c06341573f7deade3d000098c000006040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff000098c0000080c03441633f3aebae3d000098c0000060400000404000000000000080bf000000000000803f00000000000000000000803fffffffff000098c000004040d641393f36ebae3d000070c0000060400000404000000000000080bf000000000000803f00000000000000000000803fffffffff000070c000004040d641393f7aeade3d000070c000006040000008c100000000000080bf000000000000803f00000000000000000000803fffffffff000070c0000008c1cd407e3f7ceade3d000098c000006040000008c100000000000080bf000000000000803f00000000000000000000803fffffffff000098c0000008c1cd407e3f37ebae3d0000a0c000006040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c0000038c168c45a3fcf85e53e000070c000006040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff000070c0000058c139c4663f9585f43e000070c000006040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff000070c0000038c168c45a3f9585f43e0000a0c000006040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c0000058c139c4663fcf85e53e0000a0c000006040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c0000018c195c44e3fce85e53e000070c000006040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff000070c0000020c18ac4513f9585f43e000070c000006040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff000070c0000018c196c44e3f9485f43e0000a0c000006040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c0000020c18ac4513fcf85e53e0000a0c00000604000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff0000a0c000002cc17944563fcf85e53e000070c00000604000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff000070c000002cc17944563f9585f43e000050c000006040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff000050c0000000c06341573f20eaf63d000000c000006040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000080c03441633f9c74193e000000c000006040000000c000000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000000c06341573f9c74193e000050c000006040000080c000000000000080bf000000000000803f00000000000000000000803fffffffff000050c0000080c03441633f22eaf63d000050c0000060400000404000000000000080bf000000000000803f00000000000000000000803fffffffff000050c000004040d541393f23eaf63d000000c0000060400000404000000000000080bf000000000000803f00000000000000000000803fffffffff000000c000004040d641393f9d74193e000000c000006040000008c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000008c1cd407e3f9d74193e000050c000006040000008c100000000000080bf000000000000803f00000000000000000000803fffffffff000050c0000008c1cd407e3f24eaf63d000050c000006040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff000050c0000038c168c45a3f7e85fa3e000000c000006040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000058c139c4663fa2c2043f000000c000006040000038c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000038c168c45a3fa2c2043f000050c000006040000058c100000000000080bf000000000000803f00000000000000000000803fffffffff000050c0000058c139c4663f7e85fa3e000050c000006040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff000050c0000018c195c44e3f7e85fa3e000000c000006040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000020c18ac4513fa2c2043f000000c000006040000018c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c0000018c196c44e3fa2c2043f000050c000006040000020c100000000000080bf000000000000803f00000000000000000000803fffffffff000050c0000020c18ac4513f7e85fa3e000050c00000604000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff000050c000002cc17944563f7e85fa3e000000c00000604000002cc100000000000080bf000000000000803f00000000000000000000803fffffffff000000c000002cc17944563fa2c2043f000050c000006040000000c0000080bf00000000000000000000000000000000000080bf000080bfffffffff00000040000060407e41513fe2539e3d000050c00000604000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c0000060400b416f3fe2539e3d000050c000007040000000c0000080bf00000000000000000000000000000000000080bf000080bfffffffff00000040000070407f41513fb453aa3d000050c00000704000004040000080bf00000000000000000000000000000000000080bf000080bfffffffff000040c0000070400c416f3fb453aa3d000050c000006040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff000050c000006040a108753f77093f3f000070c000006040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff000070c0000060409608783f77093f3f000050c000007040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff000050c000007040a108753f7289403f000070c000007040000040400000000000000000000080bf0000803f0000000000000000000080bfffffffff000070c0000070409608783f7289403f000070c000006040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000006040d902dc3e6bb6b53e000070c000006040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c000006040f9000c3f6bb6b53e000070c000007040000040400000803f000000000000000000000000000000000000803f000080bfffffffff0000404000007040da02dc3e5fb6b83e000070c000007040000000c00000803f000000000000000000000000000000000000803f000080bfffffffff000000c000007040f9000c3f5fb6b83e000070c000006040000000c000000000000000000000803f000080bf0000000000000000000080bfffffffff000070400000604095826f3fe2539e3d000050c000006040000000c000000000000000000000803f000080bf0000000000000000000080bfffffffff00005040000060408a82723fe2539e3d000070c000007040000000c000000000000000000000803f000080bf0000000000000000000080bfffffffff000070400000704095826f3fb453aa3d000050c000007040000000c000000000000000000000803f000080bf0000000000000000000080bfffffffff00005040000070408982723fb453aa3d000050c000006040000008c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000084100006040d685e23e530c4d3f000050c000006040000080c0000080bf00000000000000000000000000000000000080bf000080bfffffffff000080400000604083420c3f530c4d3f000050c000007040000008c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000084100007040d585e23e4d8c4e3f000050c000007040000080c0000080bf00000000000000000000000000000000000080bf000080bfffffffff000080400000704082420c3f4d8c4e3f000050c000006040000080c00000000000000000000080bf0000803f0000000000000000000080bfffffffff000050c000006040d242343f495d913e000070c000006040000080c00000000000000000000080bf0000803f0000000000000000000080bfffffffff000070c000006040c742373f495d913e000050c000007040000080c00000000000000000000080bf0000803f0000000000000000000080bfffffffff000050c000007040d242343f3e5d943e000070c000007040000080c00000000000000000000080bf0000803f0000000000000000000080bfffffffff000070c000007040c642373f3e5d943e000070c000006040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c000006040d685e23ed6cd4e3f000070c000006040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c10000604083420c3fd6cd4e3f000070c000007040000080c00000803f000000000000000000000000000000000000803f000080bfffffffff000080c000007040d585e23ed14d503f000070c000007040000008c10000803f000000000000000000000000000000000000803f000080bfffffffff000008c10000704082420c3fd14d503f000070c000006040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000006040d6443e3f10c8353f000050c000006040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000006040ca44413f11c8353f000070c000007040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000007040d5443e3f0b48373f000050c000007040000008c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000007040ca44413f0b48373f000050c00000604000002cc1000080bf00000000000000000000000000000000000080bf000080bfffffffff00002c41000060407e82753f95479c3d000050c000006040000020c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00002041000060406d027a3f94479c3d000050c00000704000002cc1000080bf00000000000000000000000000000000000080bf000080bfffffffff00002c41000070407e82753f6747a83d000050c000007040000020c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00002041000070406c027a3f6647a83d000070c000006040000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c1000060407382783f9b90d83c000070c00000604000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc10000604061027d3f9890d83c000070c000007040000020c10000803f000000000000000000000000000000000000803f000080bfffffffff000020c1000070407282783ff247043d000070c00000704000002cc10000803f000000000000000000000000000000000000803f000080bfffffffff00002cc10000704061027d3ff047043d000070c00000604000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000006040d242343f50e0943e000050c00000604000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000006040c742373f50e0943e000070c00000704000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000007040d242343f45e0973e000050c00000704000002cc100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000007040c642373f45e0973e000050c000006040000018c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000018410000604061027d3f95479c3d000050c000007040000018c1000080bf00000000000000000000000000000000000080bf000080bfffffffff000018410000704061027d3f6747a83d000050c000006040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000050c000006040d5443e3f05cb633f000070c000006040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000070c000006040ca44413f05cb633f000050c000007040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000050c000007040d5443e3fff4a653f000070c000007040000018c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000070c000007040ca44413fff4a653f000070c000006040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000060407e82753f9890d83c000070c000007040000018c10000803f000000000000000000000000000000000000803f000080bfffffffff000018c1000070407e82753ff047043d000050c000006040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005841000060407285fa3ef04a423f000050c000006040000038c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00003841000060408a42093ff04a423f000050c000007040000058c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00005841000070407185fa3eebca433f000050c000007040000038c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00003841000070408a42093febca433f000050c000006040000038c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000050c000006040ec41333f2ba19a3e000070c000006040000038c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000070c000006040e141363f2ba19a3e000050c000007040000038c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000050c000007040ec41333f1fa19d3e000070c000007040000038c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000070c000007040e141363f1fa19d3e000070c000006040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000060402fc76e3f56c8233f000070c000006040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c10000604000c77a3f56c8233f000070c000007040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000070402ec76e3f5048253f000070c000007040000058c10000803f000000000000000000000000000000000000803f000080bfffffffff000058c10000704000c77a3f5048253f000070c000006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000006040f685593f60c51b3f000050c000006040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000006040f685593f55c51e3f000070c000007040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000704000007040fb05583f60c51b3f000050c000007040000058c100000000000000000000803f000080bf0000000000000000000080bfffffffff0000504000007040fc05583f54c51e3f000070c0000070400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000704000004040d6039a3eb40b773f000050c000007040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff00005040000000c0f002d63ea80b7a3f000050c0000070400000404000000000000080bf00000000000080bf0000000000000000000080bfffffffff0000504000004040d7039a3ea80b7a3f000070c000007040000000c000000000000080bf00000000000080bf0000000000000000000080bfffffffff00007040000000c0f002d63eb40b773f000070c000007040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff00007040000080c0d585e23e4b86443f000050c000007040000008c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00005040000008c183420c3f3f86473f000050c000007040000080c000000000000080bf00000000000080bf0000000000000000000080bfffffffff00005040000080c0d585e23e3f86473f000070c000007040000008c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00007040000008c183420c3f4b86443f000070c000007040000038c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00007040000038c17185fa3ef5c73b3f000050c000007040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00005040000058c18a42093fe9c73e3f000050c000007040000038c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00005040000038c17185fa3ee9c73e3f000070c000007040000058c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00007040000058c18a42093ff5c73b3f000070c000007040000018c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00007040000018c1ca68893e561c343f000050c000007040000020c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00005040000020c1b2688f3e4a1c373f000050c000007040000018c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00005040000018c1ca68893e4a1c373f000070c000007040000020c100000000000080bf00000000000080bf0000000000000000000080bfffffffff00007040000020c1b2688f3e561c343f000050c00000704000002cc100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000504000002cc19068983e4a1c373f000070c00000704000002cc100000000000080bf00000000000080bf0000000000000000000080bfffffffff0000704000002cc19068983e561c343f0000084100008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00000841000040c113416c3fa879623e0000204100008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00002041000050c1f240753f077a4a3e0000204100008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00002041000040c1f140753fab79623e0000084100008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00000841000050c114416c3f047a4a3e0000000000000000000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c100000000a542033fb083243f0000000000000000000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c1000000008e42093fb083243f0000000000000040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c1000000409042093f8183303f0000000000000040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c100000040a742033f8283303f0000284100000040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c10000004097832a3f4f45203f0000284100000000000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c1000000008083303f7d45143f0000284100000040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c1000000407f83303f4f45203f0000284100000000000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c10000000097832a3f7d45143f0000003f00000040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000000402b064c3f57cc733f0000003f00000040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c1000000401406523f57cc733f0000003f00001040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c1000010401406523f514c753f0000003f00001040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000010402b064c3f514c753f0000000000001040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000010402e83453fb242003f0000000000001040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c10000104017834b3fb242003f0000000000004040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c10000404017834b3fa1c2043f0000000000004040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000040402e83453fa1c2043f00002c4100001040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c10000104011095a3e3942783f00002c4100000040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c100000040b308723e3ec2763f00002c4100001040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c100001040b408723e3842783f00002c4100000040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c10000004012095a3e3fc2763f00002c4100004040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c10000404013095a3e27c27c3f00002c4100004040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c100004040b308723e27c27c3f0000284100008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000050c1e640783f087a4a3e0000284100008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000040c1e640783fad79623e0000003f00008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000040c1cb413c3fb179623e0000404000008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000050c192414b3f037a4a3e0000404000008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00004040000040c192414b3fa879623e0000003f00008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000050c1ca413c3f0b7a4a3e0000000000008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000040c1d641393fb379623e0000000000008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000050c1d641393f0d7a4a3e0000000000000040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000040c1ac12833a33c2793f0000003f00000040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000050c1835f503c4ac2733f0000003f00000040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff0000003f000040c1695f503c33c2793f0000000000000040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00000000000050c17d13833a4ac2733f0000003f00001040000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000050c16502fa3e93032c3f0000000000001040000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000050c12701003f93032c3f0000000000001040000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000000000040c12701003f7c03323f0000003f00001040000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000003f000040c16602fa3e7c03323f0000804000008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00008040000040c17b41513fa879623e0000f04000008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000050c12b41663f007a4a3e0000f04000008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff0000f040000040c12a41663fa579623e0000804000008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00008040000050c17b41513f027a4a3e0000284100006040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c1000060407583333ffc85d93e0000284100004040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c1000040405e83393f1286d33e0000284100006040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c1000060405d83393ffb85d93e0000284100004040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c1000040407583333f1386d33e0000284100008040000050c1000080bf000000000000000000000000000000000000803f0000803fffffffff000050c1000080407583333fe585df3e0000284100008040000040c1000080bf000000000000000000000000000000000000803f0000803fffffffff000040c1000080405d83393fe485df3e0000000000006040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c10000604017834b3f96c2073f0000000000006040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000060402e83453f96c2073f0000000000008040000050c10000803f000000000000000000000000000000000000803f000080bfffffffff000050c10000804017834b3f8ac20a3f0000000000008040000040c10000803f000000000000000000000000000000000000803f000080bfffffffff000040c1000080402e83453f8ac20a3f0000004100008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000040c11f41693fa779623e0000004100008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00000041000050c12041693f027a4a3e0000604000008040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00006040000040c187414e3fa879623e0000604000008040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00006040000050c186414e3f037a4a3e0000284100004040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000040c12d04853eb1037d3f00002c4100004040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00002c41000050c1ff03913eac837e3f00002c4100004040000040c100000000000080bf000000000000803f00000000000000000000803fffffffff00002c41000040c12d04853eac837e3f0000284100004040000050c100000000000080bf000000000000803f00000000000000000000803fffffffff00002841000050c1ff03913eb1037d3f00002c4100000040000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002c41000050c1c003a03eaa0e7f3f0000284100000040000050c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000050c1c103a03eaf8e7d3f0000284100000040000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002841000040c19203ac3eaf8e7d3f00002c4100000040000040c1000000000000803f000000000000803f0000000000000000000080bfffffffff00002c41000040c19103ac3ea90e7f3f + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 2.75, y: 2.25, z: -5.875} + m_Extent: {x: 8, y: 2.25, z: 9.125} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimized: 0 +--- !u!1 &842084052 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 842084053} + m_Layer: 0 + m_Name: Structure + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &842084053 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 842084052} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1227201757} + - {fileID: 4026696} + m_Father: {fileID: 557578323} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &924410671 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 924410672} + - component: {fileID: 924410673} + m_Layer: 0 + m_Name: Reflection Probe 8 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &924410672 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 924410671} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -3.5, y: 1.5, z: -7.25} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &924410673 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 924410671} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!1 &963033190 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 963033191} + - component: {fileID: 963033192} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &963033191 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 963033190} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.75, y: 2.5, z: 2} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1770544745} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &963033192 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 963033190} + m_Enabled: 1 + serializedVersion: 8 + m_Type: 2 + m_Color: {r: 1, g: 1, b: 0.84705883, a: 1} + m_Intensity: 0.7 + m_Range: 10 + m_SpotAngle: 30 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 0.7 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &1059525400 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1059525401} + - component: {fileID: 1059525402} + m_Layer: 0 + m_Name: Reflection Probe 1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1059525401 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1059525400} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 2, y: 1.5, z: -3} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &1059525402 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1059525400} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!1 &1077245778 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1077245779} + - component: {fileID: 1077245780} + m_Layer: 0 + m_Name: Reflection Probe 6 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1077245779 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1077245778} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -3.5, y: 1.5, z: 2} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &1077245780 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1077245778} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!1 &1134885618 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1134885619} + - component: {fileID: 1134885620} + m_Layer: 0 + m_Name: Reflection Probe 13 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1134885619 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1134885618} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 5.75, y: 1.5, z: -8.75} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &1134885620 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1134885618} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!1 &1208425695 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1208425696} + - component: {fileID: 1208425697} + m_Layer: 0 + m_Name: Reflection Probe 7 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1208425696 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1208425695} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -3.5, y: 1.5, z: -3} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &1208425697 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1208425695} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!1 &1227201752 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1227201757} + - component: {fileID: 1227201756} + - component: {fileID: 1227201755} + m_Layer: 0 + m_Name: GI Blocking + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 127 + m_IsActive: 0 +--- !u!33 &1227201755 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1227201752} + m_Mesh: {fileID: 2070156965} +--- !u!23 &1227201756 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1227201752} + m_Enabled: 1 + m_CastShadows: 2 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 4294967295 + m_Materials: + - {fileID: 2100000, guid: f9a5ce4748e5abd4288cab387226ef27, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 2 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!4 &1227201757 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1227201752} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 2.5, y: 0, z: -1} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 842084053} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1291775222 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1291775223} + m_Layer: 0 + m_Name: Reflection Probes + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1291775223 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1291775222} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1059525401} + - {fileID: 29538277} + - {fileID: 785032372} + - {fileID: 1635780791} + - {fileID: 350966235} + - {fileID: 1077245779} + - {fileID: 1208425696} + - {fileID: 924410672} + - {fileID: 262890555} + - {fileID: 1799119046} + - {fileID: 1910624284} + - {fileID: 1399680237} + - {fileID: 1134885619} + m_Father: {fileID: 1508763321} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1399680236 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1399680237} + - component: {fileID: 1399680238} + m_Layer: 0 + m_Name: Reflection Probe 12 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1399680237 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1399680236} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 9.25, y: 1.5, z: -11.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &1399680238 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1399680236} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!1 &1508763320 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1508763321} + m_Layer: 0 + m_Name: Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1508763321 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1508763320} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1770544745} + - {fileID: 1291775223} + m_Father: {fileID: 557578323} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1632422755 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1632422757} + - component: {fileID: 1632422756} + m_Layer: 0 + m_Name: Sun Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1632422756 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1632422755} + m_Enabled: 1 + serializedVersion: 8 + m_Type: 1 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1.5 + m_Range: 10 + m_SpotAngle: 30 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 2 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0 + m_NormalBias: 0 + m_NearPlane: 0.1 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1.5 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1632422757 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1632422755} + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: 0, y: 10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1770544745} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &1635780790 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1635780791} + - component: {fileID: 1635780792} + m_Layer: 0 + m_Name: Reflection Probe 4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1635780791 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1635780790} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 8, y: 1.5, z: 0.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &1635780792 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1635780790} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!1 &1770544744 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1770544745} + m_Layer: 0 + m_Name: Lights + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1770544745 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1770544744} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1632422757} + - {fileID: 963033191} + m_Father: {fileID: 1508763321} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1799119045 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1799119046} + - component: {fileID: 1799119047} + m_Layer: 0 + m_Name: Reflection Probe 10 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1799119046 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1799119045} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 1.75, y: 1.5, z: -10.75} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &1799119047 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1799119045} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!1 &1855087691 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1855087694} + - component: {fileID: 1855087693} + - component: {fileID: 1855087692} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &1855087692 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1855087691} + m_Enabled: 1 +--- !u!20 &1855087693 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1855087691} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.1 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 3 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 0 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1855087694 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1855087691} + m_LocalRotation: {x: 0, y: -0.36068055, z: 0, w: 0.9326894} + m_LocalPosition: {x: 7.952474, y: 2, z: -4.947753} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: -42.284, z: 0} +--- !u!1 &1910624283 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1910624284} + - component: {fileID: 1910624285} + m_Layer: 0 + m_Name: Reflection Probe 11 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1910624284 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1910624283} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 5, y: 1.5, z: -11.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1291775223} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!215 &1910624285 +ReflectionProbe: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1910624283} + m_Enabled: 1 + serializedVersion: 2 + m_Type: 0 + m_Mode: 1 + m_RefreshMode: 0 + m_TimeSlicingMode: 0 + m_Resolution: 256 + m_UpdateFrequency: 0 + m_BoxSize: {x: 10, y: 10, z: 10} + m_BoxOffset: {x: 0, y: 0, z: 0} + m_NearClip: 0.1 + m_FarClip: 1000 + m_ShadowDistance: 100 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_IntensityMultiplier: 1 + m_BlendDistance: 1 + m_HDR: 1 + m_BoxProjection: 0 + m_RenderDynamicObjects: 0 + m_UseOcclusionCulling: 1 + m_Importance: 1 + m_CustomBakedTexture: {fileID: 0} +--- !u!43 &2070156965 +Mesh: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: pb_Mesh-1818442 + serializedVersion: 9 + m_SubMeshes: + - serializedVersion: 2 + firstByte: 0 + indexCount: 414 + topology: 0 + baseVertex: 0 + firstVertex: 0 + vertexCount: 169 + localAABB: + m_Center: {x: 0.375, y: 2.125, z: -4.875} + m_Extent: {x: 8.375, y: 2.625, z: 9.375} + m_Shapes: + vertices: [] + shapes: [] + channels: [] + fullWeights: [] + m_BindPose: [] + m_BoneNameHashes: + m_RootBoneNameHash: 0 + m_MeshCompression: 0 + m_IsReadable: 1 + m_KeepVertices: 1 + m_KeepIndices: 1 + m_IndexFormat: 0 + m_IndexBuffer: 000001000200000003000100040005000600040007000500080009000a0008000b0009000c000d000e000f00100011001200130014001500160017000b00180009000b00190018001a001b0001001c001a00010019001d00180019001e001d001f0020001b001a001f001b001e00210022001e002300210024002500200026002400200027002800290027002a0028002b002c002d002b002e002c002f00300031003200330034003500070000003500000036003700380039003a003b003c003d00030004003d001c0003002a003e0028002a003f003e0009003f002a00090018003f00400041003d00060040003d0041001a001c003d0041001c003f0042003e003f0043004200180043003f0018001d0043004400450041004000440041004600470048004600490047001d004a0043001d0021004a004b004c00450044004b0045004d0024001f0045004d001f004e004f00500051004e0050005200530054005200550053004f005600570058004f00570059005a005b0059005c005a0056005d005e00570056005e005f005c0059005f0060005c005d00610062005e005d006200630060005f0063006400600065006600670068006500670069006a006b0069006c006a0066006d006e00670066006e006d006f0070006e006d0070007100720073007100740072007500760077007500780076005100500079007a00510079007a0079007b007c007a007b007d0054007e007d00520054007f007e0080007f007d007e005800570081008200580081008200810083007b008200830084005b008500840059005b0086008500870086008400850057005e0088008100570088008100880089008300810089008a00590084008a005f0059008b00840086008b008a0084005e0062008c0088005e008c0088008c008d00890088008d008e005f008a008e0063005f008f008a008b008f008e008a00680067009000910068009000910090009200930091009200940095009600940097009500980099009a0098009b00990067006e009c00900067009c0090009c009d00920090009d006e0070009e009c006e009e009c009e009f009d009c009f00a000a100a200a000a300a100a400a500a300a400a600a500a700a300a000a700a800a300 + m_VertexData: + serializedVersion: 2 + m_VertexCount: 169 + m_Channels: + - stream: 0 + offset: 0 + format: 0 + dimension: 3 + - stream: 0 + offset: 12 + format: 0 + dimension: 3 + - stream: 0 + offset: 24 + format: 0 + dimension: 4 + - stream: 0 + offset: 40 + format: 2 + dimension: 4 + - stream: 0 + offset: 44 + format: 0 + dimension: 2 + - stream: 0 + offset: 52 + format: 0 + dimension: 2 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + - stream: 0 + offset: 0 + format: 0 + dimension: 0 + m_DataSize: 10140 + _typelessdata: 000080be00009840000080bf000000000000803f000000000000803f0000000000000000000080bfffffffff000080be000080bfab1cb43e58ac263f000000c100009840000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff000000c1000000c1b6142c3e2232e53e000000c10000984000009040000000000000803f000000000000803f0000000000000000000080bfffffffff000000c1000090407d06fe3e2032e53e000080be000098400000a8c0000000000000803f000000000000803f0000000000000000000080bfffffffff000080be0000a8c089fe753e58ac263f0000b040000098400000a8c0000000000000803f000000000000803f0000000000000000000080bfffffffff0000b0400000a8c089fe753e4c4f4d3f00000c410000984000009040000000000000803f000000000000803f0000000000000000000080bfffffffff00000c41000090407e06fe3ed625633f00000c4100009840000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000c41000000c1b6142c3ed625633f0000b04000009840000080bf000000000000803f000000000000803f0000000000000000000080bfffffffff0000b040000080bfac1cb43e4c4f4d3f000000c1000000bf0000904000000000000080bf000000000000803f00000000000000000000803fffffffff000000c1000090407e12833bdf12833b000020c0000000bf000000c100000000000080bf000000000000803f00000000000000000000803fffffffff000020c0000000c16b08aa3e39ec173e000020c0000000bf0000904000000000000080bf000000000000803f00000000000000000000803fffffffff000020c0000090406f12833b32ec173e000000c1000000bf000000c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c1000000c16a08aa3ee212833b000080be00009840000080bf0000000000000000000000000000c0ff0000c0ff0000c0ff0000803fffffffff000080be000080bf0000000000000000000080be00009840000080bf00000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff000080be000080bf0000000000000000000020c0000098400000904000000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff000020c0000090400000000000000000000020c0000098400000904000000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff000020c0000090407d06fe3ef98d173f000080be00009840000080bf00000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff000080be000080bfab1cb43e58ac263f000000c1000098400000904000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff000000c1000090407d06fe3e2032e53e000080be000098400000a8c00000000000000000000000000000c0ff0000c0ff0000c0ff0000803fffffffff000080be0000a8c00000000000000000000020c000009840000000c100000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff000020c0000000c10000000000000000000080be000098400000a8c000000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff000080be0000a8c00000000000000000000020c000009840000000c100000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff000020c0000000c1b6142c3ef98d173f000000c100009840000000c100000000ffff7f3f000000000000803f0000000000000000000080bfffffffff000000c1000000c1b6142c3e2232e53e000080be000098400000a8c000000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff000080be0000a8c089fe753e58ac263f000020c0000000bf000004c100000000000080bf000000000000803f00000000000000000000803fffffffff000020c0000004c18064ad3e36ec173e000000c1000000bf000004c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c1000004c17e64ad3e8612833b000020c000009840000004c1000000000000803f000000000000803f0000000000000000000080bfffffffff000020c0000004c18b5c253ef98d173f000000c100009840000004c1000000000000803f000000000000803f0000000000000000000080bfffffffff000000c1000004c18e5c253e2032e53e000020c000009840000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff000020c0000000c1b6142c3ef98d173f000020c0000000bf000038c100000000000080bf000000000000803f00000000000000000000803fffffffff000020c0000038c19411d93e34ec173e000000c1000000bf000038c100000000000080bf000000000000803f00000000000000000000803fffffffff000000c1000038c19111d93ea412833b000020c000009840000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff000020c0000038c1c4049c3df98d173f000000c100009840000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff000000c1000038c1cb049c3d2132e53e000020c0000000bf000064c100000000000080bf000000000000803f00000000000000000000803fffffffff000020c0000064c17d06fe3e3bec173e000020c0000000bf000038c100000000ffff7fbf000000000000803f00000000000000000000803fffffffff000020c0000038c19411d93e34ec173e000000c1000000bf000060c100000000ffff7fbf000000000000803f00000000000000000000803fffffffff000000c1000060c166aafa3e6f12833b000020c000009840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff000020c0000064c18112833bf98d173f000000c100009840000060c100000000ffff7f3f000000000000803f0000000000000000000080bfffffffff000000c1000060c1e60b2d3c2032e53e000020c000009840000038c100000000ffff7f3f000000000000803f0000000000000000000080bfffffffff000020c0000038c1c4049c3df98d173f0000c040000000bf0000904000000000000080bf000000000000803f00000000000000000000803fffffffff0000c040000090401a13833beb30be3e00000c41000000bf000000c100000000000080bf000000000000803f00000000000000000000803fffffffff00000c41000000c16c08aa3ed325e33e00000c41000000bf0000904000000000000080bf000000000000803f00000000000000000000803fffffffff00000c41000090402313833bd225e33e0000c040000000bf000000c100000000000080bf000000000000803f00000000000000000000803fffffffff0000c040000000c16c08aa3eeb30be3e000020c0000000bf0000904000000000ffff7fbf000000000000803f00000000000000000000803fffffffff000020c0000090406f12833b32ec173e0000c040000000bf000000c100000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c040000000c16c08aa3eeb30be3e0000c040000000bf0000904000000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c040000090401a13833beb30be3e000020c0000000bf000000c100000000ffff7fbf000000000000803f00000000000000000000803fffffffff000020c0000000c16b08aa3e39ec173e00000c41000098400000904000000000ffff7f3f000000000000803f0000000000000000000080bfffffffff00000c41000090407e06fe3ed625633f0000b04000009840000080bf00000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff0000b040000080bfac1cb43e4c4f4d3f0000c040000098400000904000000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff0000c040000090407c06fe3e61ab503f0000b04000009840000080bf00000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff0000b040000080bf00000000000000000000b04000009840000080bf0000000000000000000000000000c0ff0000c0ff0000c0ff0000803fffffffff0000b040000080bf00000000000000000000c040000098400000904000000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff0000c0400000904000000000000000000000c0400000984000009040000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000090407c06fe3e61ab503f000020c00000984000009040000000000000803f000000000000803f0000000000000000000080bfffffffff000020c0000090407d06fe3ef98d173f00000c4100009840000000c100000000ffff7f3f000000000000803f0000000000000000000080bfffffffff00000c41000000c1b6142c3ed625633f0000c04000009840000000c100000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff0000c040000000c1b6142c3e61ab503f0000b040000098400000a8c000000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff0000b0400000a8c089fe753e4c4f4d3f0000b040000098400000a8c000000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff0000b0400000a8c000000000000000000000c04000009840000000c100000000ffff7f3f000000000000c0ff0000c0ff0000c0ff0000803fffffffff0000c040000000c100000000000000000000b040000098400000a8c00000000000000000000000000000c0ff0000c0ff0000c0ff0000803fffffffff0000b0400000a8c000000000000000000000c04000009840000000c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000000c1b6142c3e61ab503f00000c41000000bf000004c100000000000080bf000000000000803f00000000000000000000803fffffffff00000c41000004c18464ad3ed525e33e0000c040000000bf000004c100000000000080bf000000000000803f00000000000000000000803fffffffff0000c040000004c18364ad3eea30be3e00000c4100009840000004c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000c41000004c18a5c253ed525633f0000044100009840000004c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000441000004c18d5c253ebfc95f3f00000c41000000bf000038c100000000000080bf000000000000803f00000000000000000000803fffffffff00000c41000038c19a11d93ed525e33e0000c040000000bf000038c100000000000080bf000000000000803f00000000000000000000803fffffffff0000c040000038c19811d93ee930be3e00000c4100009840000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000c41000038c1c3049c3dd625633f0000044100009840000038c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000441000038c1cc049c3dc0c95f3f0000c040000000bf000038c100000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c040000038c19811d93ee930be3e00000c41000000bf000064c100000000ffff7fbf000000000000803f00000000000000000000803fffffffff00000c41000064c18306fe3ed625e33e00000c41000000bf000038c100000000ffff7fbf000000000000803f00000000000000000000803fffffffff00000c41000038c19a11d93ed525e33e0000c040000000bf000064c100000000ffff7fbf000000000000803f00000000000000000000803fffffffff0000c040000064c18206fe3ee830be3e0000c040000000bf000064c100000000000080bf000000000000803f00000000000000000000803fffffffff0000c040000064c18206fe3ee830be3e00000c4100009840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff00000c41000064c19312833bd625633f0000c04000009840000064c100000000ffff7f3f000000000000803f0000000000000000000080bfffffffff0000c040000064c16f12833b61ab503f0000c04000009840000064c1000000000000803f000000000000803f0000000000000000000080bfffffffff0000c040000064c16f12833b61ab503f00000c41000000bf000090400000803f000000000000000000000000000000000000803f000080bfffffffff00009040000000bf6609003fc012833b00000c41000000bf000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c1000000bf7907543fc812833b00000c410000003f000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c1000008407907543f02caf73c00000c410000003f000090400000803f000000000000000000000000000000000000803f000080bfffffffff00009040000008406609003f04caf73c000000c10000003f000000c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000004100000840675a283f632d303e000000c1000000bf00009040000080bf00000000000000000000000000000000000080bf000080bfffffffff000090c0000000bf76587c3fa44c153e000000c10000003f00009040000080bf00000000000000000000000000000000000080bf000080bfffffffff000090c00000084078587c3f4d2d303e000000c1000000bf000000c1000080bf00000000000000000000000000000000000080bf000080bfffffffff00000041000000bf6a5a283fb94c153e00000c41000000bf000004c10000803f000000000000000000000000000000000000803f000080bfffffffff000004c1000000bf84b5553fbc12833b00000c410000003f000004c10000803f000000000000000000000000000000000000803f000080bfffffffff000004c10000003f84b5553fe9c9f73c00000c410000003f000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c10000003f7907543f02caf73c000000c10000003f000004c1000080bf000000000000000000000000000000000000803f0000803fffffffff000004c10000003f5dac263f612d303e000000c1000000bf000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c1000000bf6a5a283fb94c153e000000c10000003f000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c10000003f675a283f632d303e000000c1000000bf000004c1000080bf000000000000000000000000000000000000803f0000803fffffffff000004c1000000bf5dac263fb94c153e00000c41000000bf000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000000bf0d8c6b3fa412833b00000c410000003f000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c10000003f0d8c6b3fe9c9f73c000000c10000003f000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c10000003fd4d5103f5c2d303e000000c1000000bf000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c1000000bfd5d5103fb24c153e00000c41000000bf000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c1000000bf82067e3f6f12833b00000c410000003f000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c10000003f82067e3fe3c9f73c000000c10000003f000060c1000080bf000000000000000000000000000000000000803f0000803fffffffff000060c10000003f6a09003f562d303e000000c1000000bf000060c1000080bf000000000000000000000000000000000000803f0000803fffffffff000060c1000000bf6c09003fac4c153e000000c1000000bf0000904000000000000000000000803f000080bf0000000000000000000080bfffffffff00008040000000bf6409003f2032e53e000020c0000000bf0000904000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c0000000bf4cfe243f2132e53e000020c00000003f0000904000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c0000008404cfe243f75a2f23e000000c10000003f0000904000000000000000000000803f000080bf0000000000000000000080bfffffffff00008040000008406409003f75a2f23e000040c00000e03f000064c157533fbd447aebbbc6b67fbfdaeb7d3f6ed4f13dbe7641bd000080bfffffffff00000040000008403cfe4e3fd184b13e000000c1000000bf000060c157533fbd447aebbbc6b67fbfdaeb7d3f6ed4f13dbe7641bd000080bfffffffff000080c0000000bf8ea1703fdb47933e000000c10000003f000060c1638b4cbd000000003cae7fbf9710783f9710783eac7346bd000080bfffffffff000080c00000084099a1703f5ab8a03e000020c0000000bf000064c1f6fa39bddb5025bc13b97fbf67bc7f3f0000000062fd39bd000080bfffffffff00000040000000bff4a24b3fd647933e0000c040000000bf0000904000000000000000000000803f000080bf0000000000000000000080bfffffffff0000a0c0000000bfb51b5e3f2132e53e0000c0400000003f0000904000000000000000000000803f000080bf0000000000000000000080bfffffffff0000a0c000000840b51b5e3f76a2f23e00000c41000000bf0000904000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000000bf2996703f2232e53e00000c410000003f0000904000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000008402996703f76a2f23e0000c8400000e03f000064c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a04000000840e4d6103fd37eb13e000020c0000000bf000064c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00000040000000bff4a24b3fd647933e000040c00000e03f000064c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00000040000008403cfe4e3fd184b13e0000c040000000bf000064c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a040000000bfa985123f4442933e00000c410000003f000064c10000000000000000000080bfd409793fee2d6dbe00000000000080bfffffffff0000004100000840d30a003fbfb0a03e0000c040000000bf000064c10000000000000000000080bfd409793fee2d6dbe00000000000080bfffffffff0000a040000000bfa985123f4442933e0000c8400000e03f000064c10000000000000000000080bf2ef9643f2ef9e4be00000000000080bfffffffff0000a04000000840e4d6103fd37eb13e00000c41000000bf000064c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00000041000000bf2b0b003f6340933e00000c4100008040000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c100005c407907543f1317fa3d00000c4100008040000090400000803f000000000000000000000000000000000000803f000080bfffffffff0000904000005c406709003f1b17fa3d00000c4100009840000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c1000098407907543f0934113e00000c4100009840000090400000803f000000000000000000000000000000000000803f000080bfffffffff00009040000098406709003f0d34113e000000c100008040000000c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000004100005c40645a283fda1f873e000000c10000804000009040000080bf00000000000000000000000000000000000080bf000080bfffffffff000090c000005c4075587c3fd11f873e000000c100009840000000c1000080bf00000000000000000000000000000000000080bf000080bfffffffff0000004100009840665a283f1934913e000000c10000984000009040000080bf00000000000000000000000000000000000080bf000080bfffffffff000090c00000984077587c3f1034913e00000c4100008040000004c10000803f000000000000000000000000000000000000803f000080bfffffffff000004c10000804084b5553f1e17fa3d00000c4100008040000000c10000803f000000000000000000000000000000000000803f000080bfffffffff000000c1000080407907543f1317fa3d00000c4100009840000004c10000803f000000000000000000000000000000000000803f000080bfffffffff000004c10000984084b5553f0c34113e000000c100008040000004c1000080bf000000000000000000000000000000000000803f0000803fffffffff000004c1000080405aac263fda1f873e000000c100008040000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c100008040645a283fda1f873e000000c100009840000004c1000080bf000000000000000000000000000000000000803f0000803fffffffff000004c10000984059ac263f1934913e000000c100009840000000c1000080bf000000000000000000000000000000000000803f0000803fffffffff000000c100009840665a283f1934913e00000c4100008040000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000080400d8c6b3f2417fa3d00000c4100009840000038c10000803f000000000000000000000000000000000000803f000080bfffffffff000038c1000098400d8c6b3f1034113e000000c100008040000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c100008040d1d5103fd61f873e000000c100009840000038c1000080bf000000000000000000000000000000000000803f0000803fffffffff000038c100009840d0d5103f1534913e00000c4100008040000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c10000804082067e3f2117fa3d00000c4100009840000064c10000803f000000000000000000000000000000000000803f000080bfffffffff000064c10000984082067e3f0e34113e000000c100008040000060c1000080bf000000000000000000000000000000000000803f0000803fffffffff000060c1000080406809003fd21f873e000000c100009840000060c1000080bf000000000000000000000000000000000000803f0000803fffffffff000060c1000098406609003f1234913e000020c0000080400000904000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c000005c404dfe243fcfd5103f000000c1000080400000904000000000000000000000803f000080bf0000000000000000000080bfffffffff0000804000005c406409003fcfd5103f000020c0000098400000904000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c0000098404dfe243fefdf153f000000c1000098400000904000000000000000000000803f000080bf0000000000000000000080bfffffffff00008040000098406409003feedf153f000040c000008040000064c1638b4cbd000000003bae7fbf09b67d3f09b6fd3d08f84abd000080bfffffffff0000004000005c403afe4e3f3ac1cf3e000000c10000003f000060c1638b4cbd000000003bae7fbf09b67d3f09b6fd3d08f84abd000080bfffffffff000080c00000084099a1703f5ab8a03e000000c100008040000060c1628b4cbd000000003bae7fbf3bae7f3f00000000628b4cbd000080bfffffffff000080c000005c4099a1703f4bc1cf3e000040c00000e03f000064c1648b4cbd000000003cae7fbf9710783f9710783ead7346bd000080bfffffffff00000040000008403cfe4e3fd184b13e000020c000009840000064c168cd42bd45de813c98ad7fbfd2b57f3fbb40942eadd342bd000080bfffffffff000000400000984054a24b3fc7d5d93e000000c100008040000060c168cd42bd45de813c98ad7fbfd2b57f3fbb40942eadd342bd000080bfffffffff000080c000005c4099a1703f4bc1cf3e000000c100009840000060c162fd39bd0000000067bc7fbf67bc7f3f0000000063fd39bd000080bfffffffff000080c00000984099a1703fb4d5d93e000040c000008040000064c1666e4cbd9949083dff897fbf3bae7f3f00000000628b4cbd000080bfffffffff0000004000005c403afe4e3f3ac1cf3e0000c040000080400000904000000000000000000000803f000080bf0000000000000000000080bfffffffff0000a0c000005c40b51b5e3fcfd5103f0000c040000098400000904000000000000000000000803f000080bf0000000000000000000080bfffffffff0000a0c000009840b51b5e3feedf153f00000c41000080400000904000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c100005c402996703fcfd5103f00000c41000098400000904000000000000000000000803f000080bf0000000000000000000080bfffffffff000000c1000098402996703feedf153f0000c04000009840000064c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a040000098400384123f5fd0d93e000040c000008040000064c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000004000005c403afe4e3f3ac1cf3e000020c000009840000064c10000000000000000000080bf0000803f0000000000000000000080bfffffffff000000400000984054a24b3fc7d5d93e0000c84000008040000064c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000a04000005c402ed6103fd2bbcf3e00000c4100008040000064c10000000000000000ffff7fbf425b783f425b78be00000000000080bfffffffff0000004100005c40ab09003f1ebacf3e0000c8400000e03f000064c10000000000000000ffff7fbf425b783f425b78be00000000000080bfffffffff0000a04000000840e4d6103fd37eb13e00000c410000003f000064c10000000000000000000080bf2ef9643f2ef9e4be00000000000080bfffffffff0000004100000840d30a003fbfb0a03e00000c4100009840000064c10000000000000000000080bf0000803f0000000000000000000080bfffffffff00000041000098406609003f73ced93e00000c4100008040000064c10000000000000000000080bf0000803f0000000000000000000080bfffffffff0000004100005c40ab09003f1ebacf3e + m_CompressedMesh: + m_Vertices: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_UV: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Normals: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Tangents: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_Weights: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_NormalSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_TangentSigns: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_FloatColors: + m_NumItems: 0 + m_Range: 0 + m_Start: 0 + m_Data: + m_BitSize: 0 + m_BoneIndices: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_Triangles: + m_NumItems: 0 + m_Data: + m_BitSize: 0 + m_UVInfo: 0 + m_LocalAABB: + m_Center: {x: 0.375, y: 2.125, z: -4.875} + m_Extent: {x: 8.375, y: 2.625, z: 9.375} + m_MeshUsageFlags: 0 + m_BakedConvexCollisionMesh: + m_BakedTriangleCollisionMesh: + m_MeshMetrics[0]: 1 + m_MeshMetrics[1]: 1 + m_MeshOptimized: 0 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo.unity.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo.unity.meta new file mode 100644 index 0000000..afc1cae --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 735c40e4d7967d7458e6a4db48651d2a +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Demo Lightmap Parameters.giparams b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Demo Lightmap Parameters.giparams new file mode 100644 index 0000000..0d19fc2 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Demo Lightmap Parameters.giparams @@ -0,0 +1,25 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1113 &111300000 +LightmapParameters: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Demo Lightmap Parameters + serializedVersion: 3 + resolution: 2 + clusterResolution: 0.6 + irradianceBudget: 128 + irradianceQuality: 16384 + backFaceTolerance: 0.9 + isTransparent: 0 + modellingTolerance: 0.2 + systemTag: -1 + edgeStitching: 1 + blurRadius: 2 + directLightQuality: 64 + antiAliasingSamples: 8 + bakedLightmapTag: -1 + pushoff: 0.0001 + AOQuality: 256 + AOAntiAliasingSamples: 16 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Demo Lightmap Parameters.giparams.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Demo Lightmap Parameters.giparams.meta new file mode 100644 index 0000000..d87336e --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Demo Lightmap Parameters.giparams.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c833c6a9a24b72f40ae6e54d900acae3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 111300000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/GI Blocker.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/GI Blocker.mat new file mode 100644 index 0000000..43c66e5 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/GI Blocker.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5920635861386889595 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: GI Blocker + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 1 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0, g: 0, b: 0, a: 1} + - _Color: {r: 0, g: 0, b: 0, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/GI Blocker.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/GI Blocker.mat.meta new file mode 100644 index 0000000..8381269 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/GI Blocker.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f9a5ce4748e5abd4288cab387226ef27 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Neon Light.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Neon Light.mat new file mode 100644 index 0000000..6bedd17 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Neon Light.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Neon Light + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _EMISSION + m_LightmapFlags: 1 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 0.9019608, a: 1} + - _Color: {r: 1, g: 1, b: 0.9019608, a: 1} + - _EmissionColor: {r: 1, g: 1, b: 0.84705883, a: 1} + - _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &5239993953849004310 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Neon Light.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Neon Light.mat.meta new file mode 100644 index 0000000..595b420 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Demo/Prototype Materials Demo/Neon Light.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b234e1586ac9f524f8162eb03da23c35 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources.meta new file mode 100644 index 0000000..300648d --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8d1c710911d4cd54c940b4db8ea99a02 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials.meta new file mode 100644 index 0000000..4ce79f8 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cab0486873751c3439bc88f33c84dea7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid.meta new file mode 100644 index 0000000..3e86210 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cecfe17a50e489e4f8101820a64e4e59 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue1.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue1.mat new file mode 100644 index 0000000..e863f46 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue1.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4408949311908085276 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Blue1 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 44cced520ecfd9f4292979a4fe8268c4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 44cced520ecfd9f4292979a4fe8268c4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue1.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue1.mat.meta new file mode 100644 index 0000000..32e8fee --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 663834164c6a04740aaa1b778249ce7e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue2.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue2.mat new file mode 100644 index 0000000..fb19971 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue2.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3191318248269641006 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Blue2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 17198718c5735204999fb13dc36e290f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 17198718c5735204999fb13dc36e290f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue2.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue2.mat.meta new file mode 100644 index 0000000..0b9d33b --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5e148de6cdf2d164aa3e3f90ce8c852c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue3.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue3.mat new file mode 100644 index 0000000..1267595 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue3.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Blue3 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: b6fc60785b6a795478135ce6f7712c5a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: b6fc60785b6a795478135ce6f7712c5a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &5361170965963037074 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue3.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue3.mat.meta new file mode 100644 index 0000000..cc98c8b --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Blue3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b0b4de3bd6e976e4f8b3adc6e72377ed +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Brown.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Brown.mat new file mode 100644 index 0000000..2a43bff --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Brown.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Brown + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 3c227d230cca14c42822692b6aff3459, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3c227d230cca14c42822692b6aff3459, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &6330865917834943927 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Brown.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Brown.mat.meta new file mode 100644 index 0000000..bc5fbe0 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Brown.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a54b7ad866d3a9b47bbf3b53baa0acc4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Cyan.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Cyan.mat new file mode 100644 index 0000000..a7bcb6b --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Cyan.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7114669925202607802 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Cyan + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 6c35396cb8128474a8a73c6b19f2fe1f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 6c35396cb8128474a8a73c6b19f2fe1f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Cyan.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Cyan.mat.meta new file mode 100644 index 0000000..2b92874 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Cyan.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cba66c276aed0874091de1c33eb3950d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green1.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green1.mat new file mode 100644 index 0000000..d74ac0d --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green1.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7343950193491152146 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Green1 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 4967dfcee94bddd4ba1430cb6fa1f304, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 4967dfcee94bddd4ba1430cb6fa1f304, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green1.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green1.mat.meta new file mode 100644 index 0000000..9584564 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 79f64ed6f5d6d374d91c3a0af4070258 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green2.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green2.mat new file mode 100644 index 0000000..2de83f6 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green2.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-829928212813822958 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Green2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 382df89af99b9f2459dd19206e68a63d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 382df89af99b9f2459dd19206e68a63d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green2.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green2.mat.meta new file mode 100644 index 0000000..4a32b07 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Green2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dbe80190c9adea34c8c8845ca4a17934 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey1.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey1.mat new file mode 100644 index 0000000..4fa3386 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey1.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4803050690056724622 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Grey1 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: dd29f35641da38647a1eeb1028211f1a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: dd29f35641da38647a1eeb1028211f1a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey1.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey1.mat.meta new file mode 100644 index 0000000..8a1eaf4 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c181c23a6120fbe4aadd5bb53a58dd78 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey2.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey2.mat new file mode 100644 index 0000000..561b2f3 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey2.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5753789307835763834 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Grey2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 37920ac3813690349a856bbe19a86e2b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 37920ac3813690349a856bbe19a86e2b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey2.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey2.mat.meta new file mode 100644 index 0000000..906a6b3 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 07dc66ae04b7f6a43b9674bf0fefb33a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey3.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey3.mat new file mode 100644 index 0000000..4c98a93 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey3.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Grey3 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: d9c0dd5cdac07b145be73329e489869a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: d9c0dd5cdac07b145be73329e489869a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &7885645794249754262 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey3.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey3.mat.meta new file mode 100644 index 0000000..c4919ac --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 17c44fb3e5be9644586a0728a5f5a386 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey4.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey4.mat new file mode 100644 index 0000000..a42270a --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey4.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-2784830259059282049 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Grey4 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: ed0c2c8a99e92e14ba740ac8aa428288, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ed0c2c8a99e92e14ba740ac8aa428288, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey4.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey4.mat.meta new file mode 100644 index 0000000..0a3ed5c --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Grey4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8d530ffe6c4968843806085897955b9d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Orange.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Orange.mat new file mode 100644 index 0000000..8e9fd8b --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Orange.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Orange + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: fe3e0a556829be24bb87c912d79e872d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: fe3e0a556829be24bb87c912d79e872d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &2543033868206874149 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Orange.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Orange.mat.meta new file mode 100644 index 0000000..7fbccd8 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Orange.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 652107f36a28e44479c0b827dee5852a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Purple.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Purple.mat new file mode 100644 index 0000000..596738a --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Purple.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Purple + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: aa0c741df9dd8634c8d84fd9ba2b0e3d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: aa0c741df9dd8634c8d84fd9ba2b0e3d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &4868343287037178795 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Purple.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Purple.mat.meta new file mode 100644 index 0000000..bcf85ea --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Purple.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 36bce9ab6cae8ce43962938466458044 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Red.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Red.mat new file mode 100644 index 0000000..6646547 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Red.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Red + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 3d6064e2e1cd7214e9f67f3a68f494fb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 3d6064e2e1cd7214e9f67f3a68f494fb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &4963168270899145585 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Red.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Red.mat.meta new file mode 100644 index 0000000..2fd3943 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Red.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5a26de236ce89e94b963be8fa2b7ade6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_White.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_White.mat new file mode 100644 index 0000000..4010ce7 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_White.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_White + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 9397418d1d7b12543bf27fb61b93bbea, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 9397418d1d7b12543bf27fb61b93bbea, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &7685107054176878605 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_White.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_White.mat.meta new file mode 100644 index 0000000..4af3fca --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_White.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aeee7071bea0a4c478b4fea5933c5f79 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Yellow.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Yellow.mat new file mode 100644 index 0000000..8a6ddd6 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Yellow.mat @@ -0,0 +1,126 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Prototype_512x512_Yellow + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ShaderKeywords: _SPECULAR_SETUP + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2000 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: ee12d2bc9f5c8554d97d5beb9dc4b275, type: 3} + m_Scale: {x: 100, y: 100} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ee12d2bc9f5c8554d97d5beb9dc4b275, type: 3} + m_Scale: {x: 100, y: 100} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 0 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &8424479696154784186 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 4 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Yellow.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Yellow.mat.meta new file mode 100644 index 0000000..76c9f9b --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Prototype Grid/Prototype_512x512_Yellow.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c852af001dae0064e9acaa832f1dadb7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox.meta new file mode 100644 index 0000000..6565e2f --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e794d9bd7ccf473498946fa53f28db0c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Homogenous.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Homogenous.mat new file mode 100644 index 0000000..c289eb0 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Homogenous.mat @@ -0,0 +1,83 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Homogenous + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Tint: {r: 0.23529412, g: 0.23529412, b: 0.23529412, a: 0.5} diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Homogenous.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Homogenous.mat.meta new file mode 100644 index 0000000..9300af2 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Homogenous.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 69b7c4dc730691c4abb72e9a63ce23ff +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Blue.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Blue.mat new file mode 100644 index 0000000..9afd84f --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Blue.mat @@ -0,0 +1,83 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Skybox Blue + m_Shader: {fileID: 106, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _SUNDISK_HIGH_QUALITY + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AtmosphereThickness: 1 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1.3 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SunDisk: 2 + - _SunSize: 0.06 + - _SunSizeConvergence: 5 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _GroundColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + - _SkyTint: {r: 0.10588234, g: 0.24503016, b: 0.69411767, a: 1} diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Blue.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Blue.mat.meta new file mode 100644 index 0000000..a9db5d9 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Blue.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d2f24bfdb0a758e41813bbc7ae4f978f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Golden.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Golden.mat new file mode 100644 index 0000000..d70d2b5 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Golden.mat @@ -0,0 +1,83 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Skybox Golden + m_Shader: {fileID: 106, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _SUNDISK_HIGH_QUALITY + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AtmosphereThickness: 2.5 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 0.7 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SunDisk: 2 + - _SunSize: 0.04 + - _SunSizeConvergence: 2 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _GroundColor: {r: 0.4528302, g: 0.31600583, b: 0.24563903, a: 1} + - _SkyTint: {r: 0.09019608, g: 0.4745098, b: 0.38431373, a: 1} diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Golden.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Golden.mat.meta new file mode 100644 index 0000000..a1e12f3 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Golden.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3dd17ef8b3eba264ea4b016ffd09e334 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Green.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Green.mat new file mode 100644 index 0000000..784e242 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Green.mat @@ -0,0 +1,83 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Skybox Green + m_Shader: {fileID: 106, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _SUNDISK_HIGH_QUALITY + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AtmosphereThickness: 2.2 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1.3 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SunDisk: 2 + - _SunSize: 0.06 + - _SunSizeConvergence: 5 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _GroundColor: {r: 0.22352941, g: 0.14838938, b: 0.10588235, a: 1} + - _SkyTint: {r: 0.98039216, g: 0.54509807, b: 0.32941177, a: 1} diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Green.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Green.mat.meta new file mode 100644 index 0000000..2be9438 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Green.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3f8d5e4fd826ec04293f64a40946a188 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Grey.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Grey.mat new file mode 100644 index 0000000..cca65bb --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Grey.mat @@ -0,0 +1,83 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Skybox Grey + m_Shader: {fileID: 106, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _SUNDISK_HIGH_QUALITY + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AtmosphereThickness: 0.9 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 0.6 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SunDisk: 2 + - _SunSize: 0 + - _SunSizeConvergence: 5 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _GroundColor: {r: 0.08627451, g: 0.08235294, b: 0.08235294, a: 1} + - _SkyTint: {r: 0.1792453, g: 0.1792453, b: 0.1792453, a: 1} diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Grey.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Grey.mat.meta new file mode 100644 index 0000000..17cdd9d --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Grey.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 32be28fd0faea1641aff7ddbf194bb6a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Night.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Night.mat new file mode 100644 index 0000000..60b423d --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Night.mat @@ -0,0 +1,83 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Skybox Night + m_Shader: {fileID: 106, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _SUNDISK_HIGH_QUALITY + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AtmosphereThickness: 0.8 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 0.2 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SunDisk: 2 + - _SunSize: 0 + - _SunSizeConvergence: 5 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _GroundColor: {r: 0.019607844, g: 0.027450982, b: 0.054901965, a: 1} + - _SkyTint: {r: 0.09803922, g: 0.10183836, b: 0.23529412, a: 1} diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Night.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Night.mat.meta new file mode 100644 index 0000000..d36110f --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Night.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e19adf50a9d4b374d99ba1eaa1497e60 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Pink.mat b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Pink.mat new file mode 100644 index 0000000..e59276c --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Pink.mat @@ -0,0 +1,83 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Skybox Pink + m_Shader: {fileID: 106, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _SUNDISK_HIGH_QUALITY + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AtmosphereThickness: 2.1 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SunDisk: 2 + - _SunSize: 0.04 + - _SunSizeConvergence: 2.5 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _GroundColor: {r: 0.31764707, g: 0.23137257, b: 0.34509805, a: 1} + - _SkyTint: {r: 0.043137256, g: 0.5529412, b: 0.09803922, a: 1} diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Pink.mat.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Pink.mat.meta new file mode 100644 index 0000000..361da54 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Materials/Skybox/Skybox Pink.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e1466517f0324e543bdaa4af82c4cad0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/ProBuilder Data.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/ProBuilder Data.meta new file mode 100644 index 0000000..03c130b --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/ProBuilder Data.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 75b6dac83d69dbd43b8515fcd889129c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/ProBuilder Data/Prototype Materials.asset b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/ProBuilder Data/Prototype Materials.asset new file mode 100644 index 0000000..598fc63 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/ProBuilder Data/Prototype Materials.asset @@ -0,0 +1,32 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: -1357528570, guid: e98d45d69e2c4936a7382af00fd45e58, type: 3} + m_Name: Prototype Materials + m_EditorClassIdentifier: + array: + - {fileID: 2100000, guid: c181c23a6120fbe4aadd5bb53a58dd78, type: 2} + - {fileID: 2100000, guid: 07dc66ae04b7f6a43b9674bf0fefb33a, type: 2} + - {fileID: 2100000, guid: 17c44fb3e5be9644586a0728a5f5a386, type: 2} + - {fileID: 2100000, guid: 8d530ffe6c4968843806085897955b9d, type: 2} + - {fileID: 2100000, guid: 663834164c6a04740aaa1b778249ce7e, type: 2} + - {fileID: 2100000, guid: 5e148de6cdf2d164aa3e3f90ce8c852c, type: 2} + - {fileID: 2100000, guid: b0b4de3bd6e976e4f8b3adc6e72377ed, type: 2} + - {fileID: 2100000, guid: 652107f36a28e44479c0b827dee5852a, type: 2} + - {fileID: 2100000, guid: 5a26de236ce89e94b963be8fa2b7ade6, type: 2} + - {fileID: 2100000, guid: 36bce9ab6cae8ce43962938466458044, type: 2} + - {fileID: 2100000, guid: c852af001dae0064e9acaa832f1dadb7, type: 2} + - {fileID: 2100000, guid: a54b7ad866d3a9b47bbf3b53baa0acc4, type: 2} + - {fileID: 2100000, guid: cba66c276aed0874091de1c33eb3950d, type: 2} + - {fileID: 2100000, guid: 79f64ed6f5d6d374d91c3a0af4070258, type: 2} + - {fileID: 2100000, guid: dbe80190c9adea34c8c8845ca4a17934, type: 2} + - {fileID: 2100000, guid: aeee7071bea0a4c478b4fea5933c5f79, type: 2} + - {fileID: 2100000, guid: f9a5ce4748e5abd4288cab387226ef27, type: 2} + - {fileID: 2100000, guid: b234e1586ac9f524f8162eb03da23c35, type: 2} diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/ProBuilder Data/Prototype Materials.asset.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/ProBuilder Data/Prototype Materials.asset.meta new file mode 100644 index 0000000..acd2f75 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/ProBuilder Data/Prototype Materials.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bf95d34ab83b5ac40911f9e77a91a236 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures.meta new file mode 100644 index 0000000..c6868a8 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a1eecf8d7e6ca0e4cbf451a621a5a5a5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid.meta new file mode 100644 index 0000000..7fc1b3a --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fc9460034f9ca0344843541b996a2199 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue1.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue1.png new file mode 100644 index 0000000..37688b5 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28ced34519b6d0e54fba4f22639f7a1b200f5b4ebc072bb24f4f1e150b1943c +size 2279 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue1.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue1.png.meta new file mode 100644 index 0000000..1f7ead7 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue1.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: 44cced520ecfd9f4292979a4fe8268c4 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue2.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue2.png new file mode 100644 index 0000000..8b665eb --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c1975d06db0a51322663e2ced9d52478dff4c89875e213638e9bc9c2153679 +size 2279 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue2.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue2.png.meta new file mode 100644 index 0000000..113148b --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue2.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: 17198718c5735204999fb13dc36e290f +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue3.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue3.png new file mode 100644 index 0000000..a534edc --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4658be550ca72a7d8c89de12c53b788172566a05fdfec16dddf1b59594fbc2 +size 3477 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue3.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue3.png.meta new file mode 100644 index 0000000..e7a32ff --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_blue3.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: b6fc60785b6a795478135ce6f7712c5a +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_brown.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_brown.png new file mode 100644 index 0000000..e5b99c4 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_brown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77030d77f82151429753f5cabcfd4ad179b186fcacd622ae408584fbbfce1c65 +size 3477 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_brown.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_brown.png.meta new file mode 100644 index 0000000..a535b98 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_brown.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: 3c227d230cca14c42822692b6aff3459 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_cyan.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_cyan.png new file mode 100644 index 0000000..43642b7 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_cyan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebb004536649e185f152fda0a98e3d5817f5570cd2e2d5a5be682dae42bef77 +size 3477 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_cyan.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_cyan.png.meta new file mode 100644 index 0000000..4cee057 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_cyan.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: 6c35396cb8128474a8a73c6b19f2fe1f +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green1.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green1.png new file mode 100644 index 0000000..bf12b9e --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b08aadc6967243c7135155e2c083f7fd53c1b1641c94fec663cbf3e1c28884 +size 2280 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green1.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green1.png.meta new file mode 100644 index 0000000..ddb1b42 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green1.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: 4967dfcee94bddd4ba1430cb6fa1f304 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green2.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green2.png new file mode 100644 index 0000000..ceef975 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1825b3451a8b64ee09982fef3473f0b504d8b12adf651b29dce8957e60bd1405 +size 3477 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green2.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green2.png.meta new file mode 100644 index 0000000..87b60fd --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_green2.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: 382df89af99b9f2459dd19206e68a63d +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey1.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey1.png new file mode 100644 index 0000000..badf426 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4563e38e6b231f3db9731b67e484eb8359e82ceba9a0ec98d48b5684285462e +size 1621 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey1.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey1.png.meta new file mode 100644 index 0000000..2487104 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey1.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: dd29f35641da38647a1eeb1028211f1a +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey2.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey2.png new file mode 100644 index 0000000..b4afe37 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4cafed13b6fcb537ba29fd281d0def7602712b9e2226295e938d29043d9667 +size 2280 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey2.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey2.png.meta new file mode 100644 index 0000000..03b06e9 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey2.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: 37920ac3813690349a856bbe19a86e2b +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey3.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey3.png new file mode 100644 index 0000000..d3a0fa3 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d278acaf1f221da26c78124efbfe6750e9aeffc5263ed3719a1b41102dc9db +size 2280 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey3.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey3.png.meta new file mode 100644 index 0000000..2823548 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey3.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: d9c0dd5cdac07b145be73329e489869a +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey4.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey4.png new file mode 100644 index 0000000..f24464e --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32ffbc4cc6aa94d0e2353c6c7f21bd19453c485a715e1738592cc5f02947728 +size 3477 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey4.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey4.png.meta new file mode 100644 index 0000000..7b18954 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_grey4.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: ed0c2c8a99e92e14ba740ac8aa428288 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_orange.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_orange.png new file mode 100644 index 0000000..b61030c --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76ff40f5bcc1500a327b381ccd798965dc5c9e9720cb208c67c7ca40048af06 +size 2280 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_orange.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_orange.png.meta new file mode 100644 index 0000000..f29d5db --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_orange.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: fe3e0a556829be24bb87c912d79e872d +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_purple.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_purple.png new file mode 100644 index 0000000..4020de8 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35274b9a5cb14fe56e8d71d1b44789d516031311242ead845c8f752cd00dfc6 +size 3477 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_purple.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_purple.png.meta new file mode 100644 index 0000000..f19d6aa --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_purple.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: aa0c741df9dd8634c8d84fd9ba2b0e3d +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_red.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_red.png new file mode 100644 index 0000000..c101326 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f5bb531967d0db395342bdf27e79e7639ad28bc774d74904a09d9d052366ca +size 3477 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_red.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_red.png.meta new file mode 100644 index 0000000..5a33bab --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_red.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: 3d6064e2e1cd7214e9f67f3a68f494fb +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_white.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_white.png new file mode 100644 index 0000000..bf5f58d --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_white.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee8fd53ffbf16dad9080e255a5136e09c6c60a5488c5ea2d5a6a78c27ccfb7c +size 3475 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_white.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_white.png.meta new file mode 100644 index 0000000..de5fca2 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_white.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: 9397418d1d7b12543bf27fb61b93bbea +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_yellow.png b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_yellow.png new file mode 100644 index 0000000..cdd00a1 --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e596f24a3d1e09e6d9ec2a0eece4de00a8076b0a3af4156d1806e8c0c9d746aa +size 2280 diff --git a/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_yellow.png.meta b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_yellow.png.meta new file mode 100644 index 0000000..75d11ca --- /dev/null +++ b/Assets/Thirdparty/Gridbox Prototype Materials/Resources/Textures/Prototype Grid/prototype_512x512_yellow.png.meta @@ -0,0 +1,121 @@ +fileFormatVersion: 2 +guid: ee12d2bc9f5c8554d97d5beb9dc4b275 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: WebGL + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/URP.meta b/Assets/URP.meta new file mode 100644 index 0000000..c0c3265 --- /dev/null +++ b/Assets/URP.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 87ecd31b66c560445b28913f2f714504 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/URP/UniversalRenderPipelineAsset.asset b/Assets/URP/UniversalRenderPipelineAsset.asset new file mode 100644 index 0000000..1ebe879 --- /dev/null +++ b/Assets/URP/UniversalRenderPipelineAsset.asset @@ -0,0 +1,57 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bf2edee5c58d82540a51f03df9d42094, type: 3} + m_Name: UniversalRenderPipelineAsset + m_EditorClassIdentifier: + k_AssetVersion: 5 + k_AssetPreviousVersion: 5 + m_RendererType: 1 + m_RendererData: {fileID: 0} + m_RendererDataList: + - {fileID: 11400000, guid: a0b46a96a67680f49bf5b0d007e51d2f, type: 2} + m_DefaultRendererIndex: 0 + m_RequireDepthTexture: 0 + m_RequireOpaqueTexture: 0 + m_OpaqueDownsampling: 1 + m_SupportsTerrainHoles: 1 + m_SupportsHDR: 1 + m_MSAA: 1 + m_RenderScale: 1 + m_MainLightRenderingMode: 1 + m_MainLightShadowsSupported: 1 + m_MainLightShadowmapResolution: 2048 + m_AdditionalLightsRenderingMode: 1 + m_AdditionalLightsPerObjectLimit: 4 + m_AdditionalLightShadowsSupported: 0 + m_AdditionalLightsShadowmapResolution: 512 + m_ShadowDistance: 50 + m_ShadowCascadeCount: 1 + m_Cascade2Split: 0.25 + m_Cascade3Split: {x: 0.1, y: 0.3} + m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} + m_ShadowDepthBias: 1 + m_ShadowNormalBias: 1 + m_SoftShadowsSupported: 0 + m_UseSRPBatcher: 1 + m_SupportsDynamicBatching: 0 + m_MixedLightingSupported: 1 + m_DebugLevel: 0 + m_UseAdaptivePerformance: 1 + m_ColorGradingMode: 0 + m_ColorGradingLutSize: 32 + m_ShadowType: 1 + m_LocalShadowsSupported: 0 + m_LocalShadowsAtlasResolution: 256 + m_MaxPixelLights: 0 + m_ShadowAtlasResolution: 256 + m_ShaderVariantLogLevel: 0 + m_ShadowCascades: 0 diff --git a/Assets/URP/UniversalRenderPipelineAsset.asset.meta b/Assets/URP/UniversalRenderPipelineAsset.asset.meta new file mode 100644 index 0000000..4269d21 --- /dev/null +++ b/Assets/URP/UniversalRenderPipelineAsset.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a37b2d7fcf8ea9f4e8e187630c1f587f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/URP/UniversalRenderPipelineAsset_Renderer.asset b/Assets/URP/UniversalRenderPipelineAsset_Renderer.asset new file mode 100644 index 0000000..aeacd71 --- /dev/null +++ b/Assets/URP/UniversalRenderPipelineAsset_Renderer.asset @@ -0,0 +1,44 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: de640fe3d0db1804a85f9fc8f5cadab6, type: 3} + m_Name: UniversalRenderPipelineAsset_Renderer + m_EditorClassIdentifier: + m_RendererFeatures: [] + m_RendererFeatureMap: + postProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2} + xrSystemData: {fileID: 11400000, guid: 60e1133243b97e347b653163a8c01b64, type: 2} + shaders: + blitPS: {fileID: 4800000, guid: c17132b1f77d20942aa75f8429c0f8bc, type: 3} + copyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3} + screenSpaceShadowPS: {fileID: 4800000, guid: 0f854b35a0cf61a429bd5dcfea30eddd, type: 3} + samplingPS: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3} + tileDepthInfoPS: {fileID: 0} + tileDeferredPS: {fileID: 0} + stencilDeferredPS: {fileID: 4800000, guid: e9155b26e1bc55942a41e518703fe304, type: 3} + fallbackErrorPS: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3} + materialErrorPS: {fileID: 4800000, guid: 5fd9a8feb75a4b5894c241777f519d4e, type: 3} + m_OpaqueLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_TransparentLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_DefaultStencilState: + overrideStencilState: 0 + stencilReference: 0 + stencilCompareFunction: 8 + passOperation: 2 + failOperation: 0 + zFailOperation: 0 + m_ShadowTransparentReceive: 1 + m_RenderingMode: 0 + m_AccurateGbufferNormals: 0 diff --git a/Assets/URP/UniversalRenderPipelineAsset_Renderer.asset.meta b/Assets/URP/UniversalRenderPipelineAsset_Renderer.asset.meta new file mode 100644 index 0000000..d9d00e7 --- /dev/null +++ b/Assets/URP/UniversalRenderPipelineAsset_Renderer.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a0b46a96a67680f49bf5b0d007e51d2f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Packages/manifest.json b/Packages/manifest.json new file mode 100644 index 0000000..debd12e --- /dev/null +++ b/Packages/manifest.json @@ -0,0 +1,45 @@ +{ + "dependencies": { + "com.unity.ide.rider": "2.0.7", + "com.unity.ide.visualstudio": "2.0.11", + "com.unity.ide.vscode": "1.2.3", + "com.unity.inputsystem": "1.0.2", + "com.unity.probuilder": "4.5.2", + "com.unity.render-pipelines.universal": "10.5.1", + "com.unity.test-framework": "1.1.27", + "com.unity.textmeshpro": "3.0.6", + "com.unity.timeline": "1.4.8", + "com.unity.ugui": "1.0.0", + "com.unity.modules.ai": "1.0.0", + "com.unity.modules.androidjni": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.cloth": "1.0.0", + "com.unity.modules.director": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.physics2d": "1.0.0", + "com.unity.modules.screencapture": "1.0.0", + "com.unity.modules.terrain": "1.0.0", + "com.unity.modules.terrainphysics": "1.0.0", + "com.unity.modules.tilemap": "1.0.0", + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.uielements": "1.0.0", + "com.unity.modules.umbra": "1.0.0", + "com.unity.modules.unityanalytics": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", + "com.unity.modules.unitywebrequestaudio": "1.0.0", + "com.unity.modules.unitywebrequesttexture": "1.0.0", + "com.unity.modules.unitywebrequestwww": "1.0.0", + "com.unity.modules.vehicles": "1.0.0", + "com.unity.modules.video": "1.0.0", + "com.unity.modules.vr": "1.0.0", + "com.unity.modules.wind": "1.0.0", + "com.unity.modules.xr": "1.0.0" + } +} diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json new file mode 100644 index 0000000..34ddc45 --- /dev/null +++ b/Packages/packages-lock.json @@ -0,0 +1,398 @@ +{ + "dependencies": { + "com.unity.ext.nunit": { + "version": "1.0.6", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.ide.rider": { + "version": "2.0.7", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ide.visualstudio": { + "version": "2.0.11", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.9" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ide.vscode": { + "version": "1.2.3", + "depth": 0, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.inputsystem": { + "version": "1.0.2", + "depth": 0, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.mathematics": { + "version": "1.1.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.probuilder": { + "version": "4.5.2", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.settings-manager": "1.0.3" + }, + "url": "https://packages.unity.com" + }, + "com.unity.render-pipelines.core": { + "version": "10.5.1", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.render-pipelines.universal": { + "version": "10.5.1", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.mathematics": "1.1.0", + "com.unity.render-pipelines.core": "10.5.1", + "com.unity.shadergraph": "10.5.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.searcher": { + "version": "4.3.2", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.settings-manager": { + "version": "1.0.3", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.shadergraph": { + "version": "10.5.1", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.render-pipelines.core": "10.5.1", + "com.unity.searcher": "4.3.2" + }, + "url": "https://packages.unity.com" + }, + "com.unity.test-framework": { + "version": "1.1.27", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ext.nunit": "1.0.6", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.textmeshpro": { + "version": "3.0.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.timeline": { + "version": "1.4.8", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.director": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ugui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0" + } + }, + "com.unity.modules.ai": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.androidjni": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.animation": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.assetbundle": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.audio": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.cloth": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + } + }, + "com.unity.modules.director": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.animation": "1.0.0" + } + }, + "com.unity.modules.imageconversion": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.imgui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.jsonserialize": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.particlesystem": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.physics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.physics2d": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.screencapture": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.subsystems": { + "version": "1.0.0", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.terrain": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.terrainphysics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.terrain": "1.0.0" + } + }, + "com.unity.modules.tilemap": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics2d": "1.0.0" + } + }, + "com.unity.modules.ui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.uielements": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.uielementsnative": "1.0.0" + } + }, + "com.unity.modules.uielementsnative": { + "version": "1.0.0", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.umbra": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.unityanalytics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.unitywebrequest": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.unitywebrequestassetbundle": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" + } + }, + "com.unity.modules.unitywebrequestaudio": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.audio": "1.0.0" + } + }, + "com.unity.modules.unitywebrequesttexture": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.unitywebrequestwww": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", + "com.unity.modules.unitywebrequestaudio": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.vehicles": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + } + }, + "com.unity.modules.video": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" + } + }, + "com.unity.modules.vr": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.xr": "1.0.0" + } + }, + "com.unity.modules.wind": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.xr": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.subsystems": "1.0.0" + } + } + } +} diff --git a/ProjectSettings/AudioManager.asset b/ProjectSettings/AudioManager.asset new file mode 100644 index 0000000..07ebfb0 --- /dev/null +++ b/ProjectSettings/AudioManager.asset @@ -0,0 +1,19 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!11 &1 +AudioManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Volume: 1 + Rolloff Scale: 1 + Doppler Factor: 1 + Default Speaker Mode: 2 + m_SampleRate: 0 + m_DSPBufferSize: 1024 + m_VirtualVoiceCount: 512 + m_RealVoiceCount: 32 + m_SpatializerPlugin: + m_AmbisonicDecoderPlugin: + m_DisableAudio: 0 + m_VirtualizeEffects: 1 + m_RequestedDSPBufferSize: 1024 diff --git a/ProjectSettings/ClusterInputManager.asset b/ProjectSettings/ClusterInputManager.asset new file mode 100644 index 0000000..e7886b2 --- /dev/null +++ b/ProjectSettings/ClusterInputManager.asset @@ -0,0 +1,6 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!236 &1 +ClusterInputManager: + m_ObjectHideFlags: 0 + m_Inputs: [] diff --git a/ProjectSettings/DynamicsManager.asset b/ProjectSettings/DynamicsManager.asset new file mode 100644 index 0000000..cdc1f3e --- /dev/null +++ b/ProjectSettings/DynamicsManager.asset @@ -0,0 +1,34 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!55 &1 +PhysicsManager: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_Gravity: {x: 0, y: -9.81, z: 0} + m_DefaultMaterial: {fileID: 0} + m_BounceThreshold: 2 + m_SleepThreshold: 0.005 + m_DefaultContactOffset: 0.01 + m_DefaultSolverIterations: 6 + m_DefaultSolverVelocityIterations: 1 + m_QueriesHitBackfaces: 0 + m_QueriesHitTriggers: 1 + m_EnableAdaptiveForce: 0 + m_ClothInterCollisionDistance: 0 + m_ClothInterCollisionStiffness: 0 + m_ContactsGeneration: 1 + m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + m_AutoSimulation: 1 + m_AutoSyncTransforms: 0 + m_ReuseCollisionCallbacks: 1 + m_ClothInterCollisionSettingsToggle: 0 + m_ContactPairsMode: 0 + m_BroadphaseType: 0 + m_WorldBounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 250, y: 250, z: 250} + m_WorldSubdivisions: 8 + m_FrictionType: 0 + m_EnableEnhancedDeterminism: 0 + m_EnableUnifiedHeightmaps: 1 + m_DefaultMaxAngluarSpeed: 7 diff --git a/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset new file mode 100644 index 0000000..0147887 --- /dev/null +++ b/ProjectSettings/EditorBuildSettings.asset @@ -0,0 +1,8 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1045 &1 +EditorBuildSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Scenes: [] + m_configObjects: {} diff --git a/ProjectSettings/EditorSettings.asset b/ProjectSettings/EditorSettings.asset new file mode 100644 index 0000000..de5d0b2 --- /dev/null +++ b/ProjectSettings/EditorSettings.asset @@ -0,0 +1,30 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!159 &1 +EditorSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_ExternalVersionControlSupport: Visible Meta Files + m_SerializationMode: 2 + m_LineEndingsForNewScripts: 0 + m_DefaultBehaviorMode: 0 + m_PrefabRegularEnvironment: {fileID: 0} + m_PrefabUIEnvironment: {fileID: 0} + m_SpritePackerMode: 0 + m_SpritePackerPaddingPower: 1 + m_EtcTextureCompressorBehavior: 1 + m_EtcTextureFastCompressor: 1 + m_EtcTextureNormalCompressor: 2 + m_EtcTextureBestCompressor: 4 + m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp;asmref + m_ProjectGenerationRootNamespace: + m_CollabEditorSettings: + inProgressEnabled: 1 + m_EnableTextureStreamingInEditMode: 1 + m_EnableTextureStreamingInPlayMode: 1 + m_AsyncShaderCompilation: 1 + m_EnterPlayModeOptionsEnabled: 0 + m_EnterPlayModeOptions: 3 + m_ShowLightmapResolutionOverlay: 1 + m_UseLegacyProbeSampleCount: 0 + m_SerializeInlineMappingsOnOneLine: 1 \ No newline at end of file diff --git a/ProjectSettings/GraphicsSettings.asset b/ProjectSettings/GraphicsSettings.asset new file mode 100644 index 0000000..f0e578e --- /dev/null +++ b/ProjectSettings/GraphicsSettings.asset @@ -0,0 +1,63 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!30 &1 +GraphicsSettings: + m_ObjectHideFlags: 0 + serializedVersion: 13 + m_Deferred: + m_Mode: 1 + m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} + m_DeferredReflections: + m_Mode: 1 + m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} + m_ScreenSpaceShadows: + m_Mode: 1 + m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} + m_LegacyDeferred: + m_Mode: 1 + m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} + m_DepthNormals: + m_Mode: 1 + m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} + m_MotionVectors: + m_Mode: 1 + m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} + m_LightHalo: + m_Mode: 1 + m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} + m_LensFlare: + m_Mode: 1 + m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} + m_VideoShadersIncludeMode: 2 + m_AlwaysIncludedShaders: + - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} + m_PreloadedShaders: [] + m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_CustomRenderPipeline: {fileID: 11400000, guid: a37b2d7fcf8ea9f4e8e187630c1f587f, type: 2} + m_TransparencySortMode: 0 + m_TransparencySortAxis: {x: 0, y: 0, z: 1} + m_DefaultRenderingPath: 1 + m_DefaultMobileRenderingPath: 1 + m_TierSettings: [] + m_LightmapStripping: 0 + m_FogStripping: 0 + m_InstancingStripping: 0 + m_LightmapKeepPlain: 1 + m_LightmapKeepDirCombined: 1 + m_LightmapKeepDynamicPlain: 1 + m_LightmapKeepDynamicDirCombined: 1 + m_LightmapKeepShadowMask: 1 + m_LightmapKeepSubtractive: 1 + m_FogKeepLinear: 1 + m_FogKeepExp: 1 + m_FogKeepExp2: 1 + m_AlbedoSwatchInfos: [] + m_LightsUseLinearIntensity: 0 + m_LightsUseColorTemperature: 0 + m_DefaultRenderingLayerMask: 1 + m_LogWhenShaderIsCompiled: 0 diff --git a/ProjectSettings/InputManager.asset b/ProjectSettings/InputManager.asset new file mode 100644 index 0000000..b16147e --- /dev/null +++ b/ProjectSettings/InputManager.asset @@ -0,0 +1,487 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!13 &1 +InputManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Axes: + - serializedVersion: 3 + m_Name: Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: left + positiveButton: right + altNegativeButton: a + altPositiveButton: d + gravity: 3 + dead: 0.001 + sensitivity: 3 + snap: 1 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: down + positiveButton: up + altNegativeButton: s + altPositiveButton: w + gravity: 3 + dead: 0.001 + sensitivity: 3 + snap: 1 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire1 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left ctrl + altNegativeButton: + altPositiveButton: mouse 0 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire2 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left alt + altNegativeButton: + altPositiveButton: mouse 1 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire3 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left shift + altNegativeButton: + altPositiveButton: mouse 2 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Jump + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: space + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse X + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse Y + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 1 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse ScrollWheel + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 2 + joyNum: 0 + - serializedVersion: 3 + m_Name: Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0.19 + sensitivity: 1 + snap: 0 + invert: 0 + type: 2 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0.19 + sensitivity: 1 + snap: 0 + invert: 1 + type: 2 + axis: 1 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire1 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 0 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire2 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 1 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire3 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 2 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Jump + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 3 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Submit + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: return + altNegativeButton: + altPositiveButton: joystick button 0 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Submit + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: enter + altNegativeButton: + altPositiveButton: space + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Cancel + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: escape + altNegativeButton: + altPositiveButton: joystick button 1 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Enable Debug Button 1 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left ctrl + altNegativeButton: + altPositiveButton: joystick button 8 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Enable Debug Button 2 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: backspace + altNegativeButton: + altPositiveButton: joystick button 9 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Reset + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left alt + altNegativeButton: + altPositiveButton: joystick button 1 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Next + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: page down + altNegativeButton: + altPositiveButton: joystick button 5 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Previous + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: page up + altNegativeButton: + altPositiveButton: joystick button 4 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Validate + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: return + altNegativeButton: + altPositiveButton: joystick button 0 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Persistent + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: right shift + altNegativeButton: + altPositiveButton: joystick button 2 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Multiplier + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left shift + altNegativeButton: + altPositiveButton: joystick button 3 + gravity: 0 + dead: 0 + sensitivity: 0 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: left + positiveButton: right + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: down + positiveButton: up + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: down + positiveButton: up + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 2 + axis: 6 + joyNum: 0 + - serializedVersion: 3 + m_Name: Debug Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: left + positiveButton: right + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 2 + axis: 5 + joyNum: 0 diff --git a/ProjectSettings/NavMeshAreas.asset b/ProjectSettings/NavMeshAreas.asset new file mode 100644 index 0000000..3b0b7c3 --- /dev/null +++ b/ProjectSettings/NavMeshAreas.asset @@ -0,0 +1,91 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!126 &1 +NavMeshProjectSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + areas: + - name: Walkable + cost: 1 + - name: Not Walkable + cost: 1 + - name: Jump + cost: 2 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + m_LastAgentTypeID: -887442657 + m_Settings: + - serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.75 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_SettingNames: + - Humanoid diff --git a/ProjectSettings/PackageManagerSettings.asset b/ProjectSettings/PackageManagerSettings.asset new file mode 100644 index 0000000..be4a797 --- /dev/null +++ b/ProjectSettings/PackageManagerSettings.asset @@ -0,0 +1,43 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_EnablePreviewPackages: 0 + m_EnablePackageDependencies: 0 + m_AdvancedSettingsExpanded: 1 + m_ScopedRegistriesSettingsExpanded: 1 + oneTimeWarningShown: 0 + m_Registries: + - m_Id: main + m_Name: + m_Url: https://packages.unity.com + m_Scopes: [] + m_IsDefault: 1 + m_Capabilities: 7 + m_UserSelectedRegistryName: + m_UserAddingNewScopedRegistry: 0 + m_RegistryInfoDraft: + m_ErrorMessage: + m_Original: + m_Id: + m_Name: + m_Url: + m_Scopes: [] + m_IsDefault: 0 + m_Capabilities: 0 + m_Modified: 0 + m_Name: + m_Url: + m_Scopes: + - + m_SelectedScopeIndex: 0 diff --git a/ProjectSettings/Packages/com.unity.probuilder/Settings.json b/ProjectSettings/Packages/com.unity.probuilder/Settings.json new file mode 100644 index 0000000..987158d --- /dev/null +++ b/ProjectSettings/Packages/com.unity.probuilder/Settings.json @@ -0,0 +1,38 @@ +{ + "m_Name": "Settings", + "m_Path": "ProjectSettings/Packages/com.unity.probuilder/Settings.json", + "m_Dictionary": { + "m_DictionaryValues": [ + { + "type": "UnityEngine.ProBuilder.LogLevel, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "log.level", + "value": "{\"m_Value\":3}" + }, + { + "type": "UnityEngine.ProBuilder.LogOutput, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "log.output", + "value": "{\"m_Value\":1}" + }, + { + "type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "log.path", + "value": "{\"m_Value\":\"ProBuilderLog.txt\"}" + }, + { + "type": "UnityEngine.ProBuilder.SemVer, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "about.identifier", + "value": "{\"m_Value\":{\"m_Major\":4,\"m_Minor\":5,\"m_Patch\":2,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}" + }, + { + "type": "UnityEngine.ProBuilder.SemVer, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", + "key": "preferences.version", + "value": "{\"m_Value\":{\"m_Major\":4,\"m_Minor\":5,\"m_Patch\":2,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}" + }, + { + "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", + "key": "lightmapping.autoUnwrapLightmapUV", + "value": "{\"m_Value\":true}" + } + ] + } +} \ No newline at end of file diff --git a/ProjectSettings/Physics2DSettings.asset b/ProjectSettings/Physics2DSettings.asset new file mode 100644 index 0000000..47880b1 --- /dev/null +++ b/ProjectSettings/Physics2DSettings.asset @@ -0,0 +1,56 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!19 &1 +Physics2DSettings: + m_ObjectHideFlags: 0 + serializedVersion: 4 + m_Gravity: {x: 0, y: -9.81} + m_DefaultMaterial: {fileID: 0} + m_VelocityIterations: 8 + m_PositionIterations: 3 + m_VelocityThreshold: 1 + m_MaxLinearCorrection: 0.2 + m_MaxAngularCorrection: 8 + m_MaxTranslationSpeed: 100 + m_MaxRotationSpeed: 360 + m_BaumgarteScale: 0.2 + m_BaumgarteTimeOfImpactScale: 0.75 + m_TimeToSleep: 0.5 + m_LinearSleepTolerance: 0.01 + m_AngularSleepTolerance: 2 + m_DefaultContactOffset: 0.01 + m_JobOptions: + serializedVersion: 2 + useMultithreading: 0 + useConsistencySorting: 0 + m_InterpolationPosesPerJob: 100 + m_NewContactsPerJob: 30 + m_CollideContactsPerJob: 100 + m_ClearFlagsPerJob: 200 + m_ClearBodyForcesPerJob: 200 + m_SyncDiscreteFixturesPerJob: 50 + m_SyncContinuousFixturesPerJob: 50 + m_FindNearestContactsPerJob: 100 + m_UpdateTriggerContactsPerJob: 100 + m_IslandSolverCostThreshold: 100 + m_IslandSolverBodyCostScale: 1 + m_IslandSolverContactCostScale: 10 + m_IslandSolverJointCostScale: 10 + m_IslandSolverBodiesPerJob: 50 + m_IslandSolverContactsPerJob: 50 + m_AutoSimulation: 1 + m_QueriesHitTriggers: 1 + m_QueriesStartInColliders: 1 + m_CallbacksOnDisable: 1 + m_ReuseCollisionCallbacks: 1 + m_AutoSyncTransforms: 0 + m_AlwaysShowColliders: 0 + m_ShowColliderSleep: 1 + m_ShowColliderContacts: 0 + m_ShowColliderAABB: 0 + m_ContactArrowScale: 0.2 + m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} + m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} + m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} + m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} + m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff diff --git a/ProjectSettings/PresetManager.asset b/ProjectSettings/PresetManager.asset new file mode 100644 index 0000000..67a94da --- /dev/null +++ b/ProjectSettings/PresetManager.asset @@ -0,0 +1,7 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1386491679 &1 +PresetManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_DefaultPresets: {} diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset new file mode 100644 index 0000000..0f7d203 --- /dev/null +++ b/ProjectSettings/ProjectSettings.asset @@ -0,0 +1,678 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!129 &1 +PlayerSettings: + m_ObjectHideFlags: 0 + serializedVersion: 22 + productGUID: 5fc00b79257bb3643911b63acd26d3b4 + AndroidProfiler: 0 + AndroidFilterTouchesWhenObscured: 0 + AndroidEnableSustainedPerformanceMode: 0 + defaultScreenOrientation: 4 + targetDevice: 2 + useOnDemandResources: 0 + accelerometerFrequency: 60 + companyName: DefaultCompany + productName: Robber and the Dobber + defaultCursor: {fileID: 0} + cursorHotspot: {x: 0, y: 0} + m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} + m_ShowUnitySplashScreen: 1 + m_ShowUnitySplashLogo: 1 + m_SplashScreenOverlayOpacity: 1 + m_SplashScreenAnimation: 1 + m_SplashScreenLogoStyle: 1 + m_SplashScreenDrawMode: 0 + m_SplashScreenBackgroundAnimationZoom: 1 + m_SplashScreenLogoAnimationZoom: 1 + m_SplashScreenBackgroundLandscapeAspect: 1 + m_SplashScreenBackgroundPortraitAspect: 1 + m_SplashScreenBackgroundLandscapeUvs: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + m_SplashScreenBackgroundPortraitUvs: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + m_SplashScreenLogos: [] + m_VirtualRealitySplashScreen: {fileID: 0} + m_HolographicTrackingLossScreen: {fileID: 0} + defaultScreenWidth: 1024 + defaultScreenHeight: 768 + defaultScreenWidthWeb: 960 + defaultScreenHeightWeb: 600 + m_StereoRenderingPath: 0 + m_ActiveColorSpace: 0 + m_MTRendering: 1 + mipStripping: 0 + numberOfMipsStripped: 0 + m_StackTraceTypes: 010000000100000001000000010000000100000001000000 + iosShowActivityIndicatorOnLoading: -1 + androidShowActivityIndicatorOnLoading: -1 + iosUseCustomAppBackgroundBehavior: 0 + iosAllowHTTPDownload: 1 + allowedAutorotateToPortrait: 1 + allowedAutorotateToPortraitUpsideDown: 1 + allowedAutorotateToLandscapeRight: 1 + allowedAutorotateToLandscapeLeft: 1 + useOSAutorotation: 1 + use32BitDisplayBuffer: 1 + preserveFramebufferAlpha: 0 + disableDepthAndStencilBuffers: 0 + androidStartInFullscreen: 1 + androidRenderOutsideSafeArea: 1 + androidUseSwappy: 1 + androidBlitType: 0 + defaultIsNativeResolution: 1 + macRetinaSupport: 1 + runInBackground: 1 + captureSingleScreen: 0 + muteOtherAudioSources: 0 + Prepare IOS For Recording: 0 + Force IOS Speakers When Recording: 0 + deferSystemGesturesMode: 0 + hideHomeButton: 0 + submitAnalytics: 1 + usePlayerLog: 1 + bakeCollisionMeshes: 0 + forceSingleInstance: 0 + useFlipModelSwapchain: 1 + resizableWindow: 0 + useMacAppStoreValidation: 0 + macAppStoreCategory: public.app-category.games + gpuSkinning: 1 + xboxPIXTextureCapture: 0 + xboxEnableAvatar: 0 + xboxEnableKinect: 0 + xboxEnableKinectAutoTracking: 0 + xboxEnableFitness: 0 + visibleInBackground: 1 + allowFullscreenSwitch: 1 + fullscreenMode: 1 + xboxSpeechDB: 0 + xboxEnableHeadOrientation: 0 + xboxEnableGuest: 0 + xboxEnablePIXSampling: 0 + metalFramebufferOnly: 0 + xboxOneResolution: 0 + xboxOneSResolution: 0 + xboxOneXResolution: 3 + xboxOneMonoLoggingLevel: 0 + xboxOneLoggingLevel: 1 + xboxOneDisableEsram: 0 + xboxOneEnableTypeOptimization: 0 + xboxOnePresentImmediateThreshold: 0 + switchQueueCommandMemory: 0 + switchQueueControlMemory: 16384 + switchQueueComputeMemory: 262144 + switchNVNShaderPoolsGranularity: 33554432 + switchNVNDefaultPoolsGranularity: 16777216 + switchNVNOtherPoolsGranularity: 16777216 + switchNVNMaxPublicTextureIDCount: 0 + switchNVNMaxPublicSamplerIDCount: 0 + stadiaPresentMode: 0 + stadiaTargetFramerate: 0 + vulkanNumSwapchainBuffers: 3 + vulkanEnableSetSRGBWrite: 0 + vulkanEnablePreTransform: 0 + vulkanEnableLateAcquireNextImage: 0 + m_SupportedAspectRatios: + 4:3: 1 + 5:4: 1 + 16:10: 1 + 16:9: 1 + Others: 1 + bundleVersion: 0.1 + preloadedAssets: [] + metroInputSource: 0 + wsaTransparentSwapchain: 0 + m_HolographicPauseOnTrackingLoss: 1 + xboxOneDisableKinectGpuReservation: 1 + xboxOneEnable7thCore: 1 + vrSettings: + enable360StereoCapture: 0 + isWsaHolographicRemotingEnabled: 0 + enableFrameTimingStats: 0 + useHDRDisplay: 0 + D3DHDRBitDepth: 0 + m_ColorGamuts: 00000000 + targetPixelDensity: 30 + resolutionScalingMode: 0 + androidSupportedAspectRatio: 1 + androidMaxAspectRatio: 2.1 + applicationIdentifier: {} + buildNumber: + Standalone: 0 + iPhone: 0 + tvOS: 0 + overrideDefaultApplicationIdentifier: 0 + AndroidBundleVersionCode: 1 + AndroidMinSdkVersion: 19 + AndroidTargetSdkVersion: 0 + AndroidPreferredInstallLocation: 1 + aotOptions: + stripEngineCode: 1 + iPhoneStrippingLevel: 0 + iPhoneScriptCallOptimization: 0 + ForceInternetPermission: 0 + ForceSDCardPermission: 0 + CreateWallpaper: 0 + APKExpansionFiles: 0 + keepLoadedShadersAlive: 0 + StripUnusedMeshComponents: 1 + VertexChannelCompressionMask: 4054 + iPhoneSdkVersion: 988 + iOSTargetOSVersionString: 11.0 + tvOSSdkVersion: 0 + tvOSRequireExtendedGameController: 0 + tvOSTargetOSVersionString: 11.0 + uIPrerenderedIcon: 0 + uIRequiresPersistentWiFi: 0 + uIRequiresFullScreen: 1 + uIStatusBarHidden: 1 + uIExitOnSuspend: 0 + uIStatusBarStyle: 0 + appleTVSplashScreen: {fileID: 0} + appleTVSplashScreen2x: {fileID: 0} + tvOSSmallIconLayers: [] + tvOSSmallIconLayers2x: [] + tvOSLargeIconLayers: [] + tvOSLargeIconLayers2x: [] + tvOSTopShelfImageLayers: [] + tvOSTopShelfImageLayers2x: [] + tvOSTopShelfImageWideLayers: [] + tvOSTopShelfImageWideLayers2x: [] + iOSLaunchScreenType: 0 + iOSLaunchScreenPortrait: {fileID: 0} + iOSLaunchScreenLandscape: {fileID: 0} + iOSLaunchScreenBackgroundColor: + serializedVersion: 2 + rgba: 0 + iOSLaunchScreenFillPct: 100 + iOSLaunchScreenSize: 100 + iOSLaunchScreenCustomXibPath: + iOSLaunchScreeniPadType: 0 + iOSLaunchScreeniPadImage: {fileID: 0} + iOSLaunchScreeniPadBackgroundColor: + serializedVersion: 2 + rgba: 0 + iOSLaunchScreeniPadFillPct: 100 + iOSLaunchScreeniPadSize: 100 + iOSLaunchScreeniPadCustomXibPath: + iOSLaunchScreenCustomStoryboardPath: + iOSLaunchScreeniPadCustomStoryboardPath: + iOSDeviceRequirements: [] + iOSURLSchemes: [] + iOSBackgroundModes: 0 + iOSMetalForceHardShadows: 0 + metalEditorSupport: 1 + metalAPIValidation: 1 + iOSRenderExtraFrameOnPause: 0 + iosCopyPluginsCodeInsteadOfSymlink: 0 + appleDeveloperTeamID: + iOSManualSigningProvisioningProfileID: + tvOSManualSigningProvisioningProfileID: + iOSManualSigningProvisioningProfileType: 0 + tvOSManualSigningProvisioningProfileType: 0 + appleEnableAutomaticSigning: 0 + iOSRequireARKit: 0 + iOSAutomaticallyDetectAndAddCapabilities: 1 + appleEnableProMotion: 0 + shaderPrecisionModel: 0 + clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea + templatePackageId: com.unity.template.3d@5.0.4 + templateDefaultScene: Assets/Scenes/SampleScene.unity + useCustomMainManifest: 0 + useCustomLauncherManifest: 0 + useCustomMainGradleTemplate: 0 + useCustomLauncherGradleManifest: 0 + useCustomBaseGradleTemplate: 0 + useCustomGradlePropertiesTemplate: 0 + useCustomProguardFile: 0 + AndroidTargetArchitectures: 1 + AndroidSplashScreenScale: 0 + androidSplashScreen: {fileID: 0} + AndroidKeystoreName: + AndroidKeyaliasName: + AndroidBuildApkPerCpuArchitecture: 0 + AndroidTVCompatibility: 0 + AndroidIsGame: 1 + AndroidEnableTango: 0 + androidEnableBanner: 1 + androidUseLowAccuracyLocation: 0 + androidUseCustomKeystore: 0 + m_AndroidBanners: + - width: 320 + height: 180 + banner: {fileID: 0} + androidGamepadSupportLevel: 0 + AndroidMinifyWithR8: 0 + AndroidMinifyRelease: 0 + AndroidMinifyDebug: 0 + AndroidValidateAppBundleSize: 1 + AndroidAppBundleSizeToValidate: 150 + m_BuildTargetIcons: [] + m_BuildTargetPlatformIcons: [] + m_BuildTargetBatching: + - m_BuildTarget: Standalone + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: tvOS + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: Android + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: iPhone + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: WebGL + m_StaticBatching: 0 + m_DynamicBatching: 0 + m_BuildTargetGraphicsJobs: + - m_BuildTarget: MacStandaloneSupport + m_GraphicsJobs: 0 + - m_BuildTarget: Switch + m_GraphicsJobs: 1 + - m_BuildTarget: MetroSupport + m_GraphicsJobs: 1 + - m_BuildTarget: AppleTVSupport + m_GraphicsJobs: 0 + - m_BuildTarget: BJMSupport + m_GraphicsJobs: 1 + - m_BuildTarget: LinuxStandaloneSupport + m_GraphicsJobs: 1 + - m_BuildTarget: PS4Player + m_GraphicsJobs: 1 + - m_BuildTarget: iOSSupport + m_GraphicsJobs: 0 + - m_BuildTarget: WindowsStandaloneSupport + m_GraphicsJobs: 1 + - m_BuildTarget: XboxOnePlayer + m_GraphicsJobs: 1 + - m_BuildTarget: LuminSupport + m_GraphicsJobs: 0 + - m_BuildTarget: AndroidPlayer + m_GraphicsJobs: 0 + - m_BuildTarget: WebGLSupport + m_GraphicsJobs: 0 + m_BuildTargetGraphicsJobMode: + - m_BuildTarget: PS4Player + m_GraphicsJobMode: 0 + - m_BuildTarget: XboxOnePlayer + m_GraphicsJobMode: 0 + m_BuildTargetGraphicsAPIs: + - m_BuildTarget: AndroidPlayer + m_APIs: 150000000b000000 + m_Automatic: 0 + - m_BuildTarget: iOSSupport + m_APIs: 10000000 + m_Automatic: 1 + - m_BuildTarget: AppleTVSupport + m_APIs: 10000000 + m_Automatic: 1 + - m_BuildTarget: WebGLSupport + m_APIs: 0b000000 + m_Automatic: 1 + m_BuildTargetVRSettings: + - m_BuildTarget: Standalone + m_Enabled: 0 + m_Devices: + - Oculus + - OpenVR + openGLRequireES31: 0 + openGLRequireES31AEP: 0 + openGLRequireES32: 0 + m_TemplateCustomTags: {} + mobileMTRendering: + Android: 1 + iPhone: 1 + tvOS: 1 + m_BuildTargetGroupLightmapEncodingQuality: [] + m_BuildTargetGroupLightmapSettings: [] + m_BuildTargetNormalMapEncoding: [] + playModeTestRunnerEnabled: 0 + runPlayModeTestAsEditModeTest: 0 + actionOnDotNetUnhandledException: 1 + enableInternalProfiler: 0 + logObjCUncaughtExceptions: 1 + enableCrashReportAPI: 0 + cameraUsageDescription: + locationUsageDescription: + microphoneUsageDescription: + switchNMETAOverride: + switchNetLibKey: + switchSocketMemoryPoolSize: 6144 + switchSocketAllocatorPoolSize: 128 + switchSocketConcurrencyLimit: 14 + switchScreenResolutionBehavior: 2 + switchUseCPUProfiler: 0 + switchUseGOLDLinker: 0 + switchApplicationID: 0x01004b9000490000 + switchNSODependencies: + switchTitleNames_0: + switchTitleNames_1: + switchTitleNames_2: + switchTitleNames_3: + switchTitleNames_4: + switchTitleNames_5: + switchTitleNames_6: + switchTitleNames_7: + switchTitleNames_8: + switchTitleNames_9: + switchTitleNames_10: + switchTitleNames_11: + switchTitleNames_12: + switchTitleNames_13: + switchTitleNames_14: + switchTitleNames_15: + switchPublisherNames_0: + switchPublisherNames_1: + switchPublisherNames_2: + switchPublisherNames_3: + switchPublisherNames_4: + switchPublisherNames_5: + switchPublisherNames_6: + switchPublisherNames_7: + switchPublisherNames_8: + switchPublisherNames_9: + switchPublisherNames_10: + switchPublisherNames_11: + switchPublisherNames_12: + switchPublisherNames_13: + switchPublisherNames_14: + switchPublisherNames_15: + switchIcons_0: {fileID: 0} + switchIcons_1: {fileID: 0} + switchIcons_2: {fileID: 0} + switchIcons_3: {fileID: 0} + switchIcons_4: {fileID: 0} + switchIcons_5: {fileID: 0} + switchIcons_6: {fileID: 0} + switchIcons_7: {fileID: 0} + switchIcons_8: {fileID: 0} + switchIcons_9: {fileID: 0} + switchIcons_10: {fileID: 0} + switchIcons_11: {fileID: 0} + switchIcons_12: {fileID: 0} + switchIcons_13: {fileID: 0} + switchIcons_14: {fileID: 0} + switchIcons_15: {fileID: 0} + switchSmallIcons_0: {fileID: 0} + switchSmallIcons_1: {fileID: 0} + switchSmallIcons_2: {fileID: 0} + switchSmallIcons_3: {fileID: 0} + switchSmallIcons_4: {fileID: 0} + switchSmallIcons_5: {fileID: 0} + switchSmallIcons_6: {fileID: 0} + switchSmallIcons_7: {fileID: 0} + switchSmallIcons_8: {fileID: 0} + switchSmallIcons_9: {fileID: 0} + switchSmallIcons_10: {fileID: 0} + switchSmallIcons_11: {fileID: 0} + switchSmallIcons_12: {fileID: 0} + switchSmallIcons_13: {fileID: 0} + switchSmallIcons_14: {fileID: 0} + switchSmallIcons_15: {fileID: 0} + switchManualHTML: + switchAccessibleURLs: + switchLegalInformation: + switchMainThreadStackSize: 1048576 + switchPresenceGroupId: + switchLogoHandling: 0 + switchReleaseVersion: 0 + switchDisplayVersion: 1.0.0 + switchStartupUserAccount: 0 + switchTouchScreenUsage: 0 + switchSupportedLanguagesMask: 0 + switchLogoType: 0 + switchApplicationErrorCodeCategory: + switchUserAccountSaveDataSize: 0 + switchUserAccountSaveDataJournalSize: 0 + switchApplicationAttribute: 0 + switchCardSpecSize: -1 + switchCardSpecClock: -1 + switchRatingsMask: 0 + switchRatingsInt_0: 0 + switchRatingsInt_1: 0 + switchRatingsInt_2: 0 + switchRatingsInt_3: 0 + switchRatingsInt_4: 0 + switchRatingsInt_5: 0 + switchRatingsInt_6: 0 + switchRatingsInt_7: 0 + switchRatingsInt_8: 0 + switchRatingsInt_9: 0 + switchRatingsInt_10: 0 + switchRatingsInt_11: 0 + switchRatingsInt_12: 0 + switchLocalCommunicationIds_0: + switchLocalCommunicationIds_1: + switchLocalCommunicationIds_2: + switchLocalCommunicationIds_3: + switchLocalCommunicationIds_4: + switchLocalCommunicationIds_5: + switchLocalCommunicationIds_6: + switchLocalCommunicationIds_7: + switchParentalControl: 0 + switchAllowsScreenshot: 1 + switchAllowsVideoCapturing: 1 + switchAllowsRuntimeAddOnContentInstall: 0 + switchDataLossConfirmation: 0 + switchUserAccountLockEnabled: 0 + switchSystemResourceMemory: 16777216 + switchSupportedNpadStyles: 22 + switchNativeFsCacheSize: 32 + switchIsHoldTypeHorizontal: 0 + switchSupportedNpadCount: 8 + switchSocketConfigEnabled: 0 + switchTcpInitialSendBufferSize: 32 + switchTcpInitialReceiveBufferSize: 64 + switchTcpAutoSendBufferSizeMax: 256 + switchTcpAutoReceiveBufferSizeMax: 256 + switchUdpSendBufferSize: 9 + switchUdpReceiveBufferSize: 42 + switchSocketBufferEfficiency: 4 + switchSocketInitializeEnabled: 1 + switchNetworkInterfaceManagerInitializeEnabled: 1 + switchPlayerConnectionEnabled: 1 + switchUseNewStyleFilepaths: 0 + switchUseMicroSleepForYield: 1 + switchMicroSleepForYieldTime: 25 + ps4NPAgeRating: 12 + ps4NPTitleSecret: + ps4NPTrophyPackPath: + ps4ParentalLevel: 11 + ps4ContentID: ED1633-NPXX51362_00-0000000000000000 + ps4Category: 0 + ps4MasterVersion: 01.00 + ps4AppVersion: 01.00 + ps4AppType: 0 + ps4ParamSfxPath: + ps4VideoOutPixelFormat: 0 + ps4VideoOutInitialWidth: 1920 + ps4VideoOutBaseModeInitialWidth: 1920 + ps4VideoOutReprojectionRate: 60 + ps4PronunciationXMLPath: + ps4PronunciationSIGPath: + ps4BackgroundImagePath: + ps4StartupImagePath: + ps4StartupImagesFolder: + ps4IconImagesFolder: + ps4SaveDataImagePath: + ps4SdkOverride: + ps4BGMPath: + ps4ShareFilePath: + ps4ShareOverlayImagePath: + ps4PrivacyGuardImagePath: + ps4ExtraSceSysFile: + ps4NPtitleDatPath: + ps4RemotePlayKeyAssignment: -1 + ps4RemotePlayKeyMappingDir: + ps4PlayTogetherPlayerCount: 0 + ps4EnterButtonAssignment: 1 + ps4ApplicationParam1: 0 + ps4ApplicationParam2: 0 + ps4ApplicationParam3: 0 + ps4ApplicationParam4: 0 + ps4DownloadDataSize: 0 + ps4GarlicHeapSize: 2048 + ps4ProGarlicHeapSize: 2560 + playerPrefsMaxSize: 32768 + ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ + ps4pnSessions: 1 + ps4pnPresence: 1 + ps4pnFriends: 1 + ps4pnGameCustomData: 1 + playerPrefsSupport: 0 + enableApplicationExit: 0 + resetTempFolder: 1 + restrictedAudioUsageRights: 0 + ps4UseResolutionFallback: 0 + ps4ReprojectionSupport: 0 + ps4UseAudio3dBackend: 0 + ps4UseLowGarlicFragmentationMode: 1 + ps4SocialScreenEnabled: 0 + ps4ScriptOptimizationLevel: 0 + ps4Audio3dVirtualSpeakerCount: 14 + ps4attribCpuUsage: 0 + ps4PatchPkgPath: + ps4PatchLatestPkgPath: + ps4PatchChangeinfoPath: + ps4PatchDayOne: 0 + ps4attribUserManagement: 0 + ps4attribMoveSupport: 0 + ps4attrib3DSupport: 0 + ps4attribShareSupport: 0 + ps4attribExclusiveVR: 0 + ps4disableAutoHideSplash: 0 + ps4videoRecordingFeaturesUsed: 0 + ps4contentSearchFeaturesUsed: 0 + ps4CompatibilityPS5: 0 + ps4AllowPS5Detection: 0 + ps4GPU800MHz: 1 + ps4attribEyeToEyeDistanceSettingVR: 0 + ps4IncludedModules: [] + ps4attribVROutputEnabled: 0 + monoEnv: + splashScreenBackgroundSourceLandscape: {fileID: 0} + splashScreenBackgroundSourcePortrait: {fileID: 0} + blurSplashScreenBackground: 1 + spritePackerPolicy: + webGLMemorySize: 16 + webGLExceptionSupport: 1 + webGLNameFilesAsHashes: 0 + webGLDataCaching: 1 + webGLDebugSymbols: 0 + webGLEmscriptenArgs: + webGLModulesDirectory: + webGLTemplate: APPLICATION:Default + webGLAnalyzeBuildSize: 0 + webGLUseEmbeddedResources: 0 + webGLCompressionFormat: 1 + webGLWasmArithmeticExceptions: 0 + webGLLinkerTarget: 1 + webGLThreadsSupport: 0 + webGLDecompressionFallback: 0 + scriptingDefineSymbols: {} + additionalCompilerArguments: {} + platformArchitecture: {} + scriptingBackend: {} + il2cppCompilerConfiguration: {} + managedStrippingLevel: {} + incrementalIl2cppBuild: {} + suppressCommonWarnings: 1 + allowUnsafeCode: 0 + useDeterministicCompilation: 1 + useReferenceAssemblies: 1 + enableRoslynAnalyzers: 1 + additionalIl2CppArgs: + scriptingRuntimeVersion: 1 + gcIncremental: 1 + assemblyVersionValidation: 1 + gcWBarrierValidation: 0 + apiCompatibilityLevelPerPlatform: {} + m_RenderingPath: 1 + m_MobileRenderingPath: 1 + metroPackageName: Template_3D + metroPackageVersion: + metroCertificatePath: + metroCertificatePassword: + metroCertificateSubject: + metroCertificateIssuer: + metroCertificateNotAfter: 0000000000000000 + metroApplicationDescription: Template_3D + wsaImages: {} + metroTileShortName: + metroTileShowName: 0 + metroMediumTileShowName: 0 + metroLargeTileShowName: 0 + metroWideTileShowName: 0 + metroSupportStreamingInstall: 0 + metroLastRequiredScene: 0 + metroDefaultTileSize: 1 + metroTileForegroundText: 2 + metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} + metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1} + metroSplashScreenUseBackgroundColor: 0 + platformCapabilities: {} + metroTargetDeviceFamilies: {} + metroFTAName: + metroFTAFileTypes: [] + metroProtocolName: + XboxOneProductId: + XboxOneUpdateKey: + XboxOneSandboxId: + XboxOneContentId: + XboxOneTitleId: + XboxOneSCId: + XboxOneGameOsOverridePath: + XboxOnePackagingOverridePath: + XboxOneAppManifestOverridePath: + XboxOneVersion: 1.0.0.0 + XboxOnePackageEncryption: 0 + XboxOnePackageUpdateGranularity: 2 + XboxOneDescription: + XboxOneLanguage: + - enus + XboxOneCapability: [] + XboxOneGameRating: {} + XboxOneIsContentPackage: 0 + XboxOneEnhancedXboxCompatibilityMode: 0 + XboxOneEnableGPUVariability: 1 + XboxOneSockets: {} + XboxOneSplashScreen: {fileID: 0} + XboxOneAllowedProductIds: [] + XboxOnePersistentLocalStorageSize: 0 + XboxOneXTitleMemory: 8 + XboxOneOverrideIdentityName: + XboxOneOverrideIdentityPublisher: + vrEditorSettings: {} + cloudServicesEnabled: + UNet: 1 + luminIcon: + m_Name: + m_ModelFolderPath: + m_PortalFolderPath: + luminCert: + m_CertPath: + m_SignPackage: 1 + luminIsChannelApp: 0 + luminVersion: + m_VersionCode: 1 + m_VersionName: + apiCompatibilityLevel: 6 + activeInputHandler: 1 + cloudProjectId: + framebufferDepthMemorylessMode: 0 + qualitySettingsNames: [] + projectName: + organizationId: + cloudEnabled: 0 + legacyClampBlendShapeWeights: 0 + virtualTexturingSupportEnabled: 0 diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt new file mode 100644 index 0000000..35d8282 --- /dev/null +++ b/ProjectSettings/ProjectVersion.txt @@ -0,0 +1,2 @@ +m_EditorVersion: 2020.3.16f1 +m_EditorVersionWithRevision: 2020.3.16f1 (049d6eca3c44) diff --git a/ProjectSettings/QualitySettings.asset b/ProjectSettings/QualitySettings.asset new file mode 100644 index 0000000..b38e404 --- /dev/null +++ b/ProjectSettings/QualitySettings.asset @@ -0,0 +1,238 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!47 &1 +QualitySettings: + m_ObjectHideFlags: 0 + serializedVersion: 5 + m_CurrentQuality: 5 + m_QualitySettings: + - serializedVersion: 2 + name: Very Low + pixelLightCount: 0 + shadows: 0 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 15 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + skinWeights: 1 + textureQuality: 1 + anisotropicTextures: 0 + antiAliasing: 0 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + vSyncCount: 0 + lodBias: 0.3 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 4 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Low + pixelLightCount: 0 + shadows: 0 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 20 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + skinWeights: 2 + textureQuality: 0 + anisotropicTextures: 0 + antiAliasing: 0 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + vSyncCount: 0 + lodBias: 0.4 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 16 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Medium + pixelLightCount: 1 + shadows: 1 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 20 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + skinWeights: 2 + textureQuality: 0 + anisotropicTextures: 1 + antiAliasing: 0 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + vSyncCount: 1 + lodBias: 0.7 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 64 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: High + pixelLightCount: 2 + shadows: 2 + shadowResolution: 1 + shadowProjection: 1 + shadowCascades: 2 + shadowDistance: 40 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + skinWeights: 2 + textureQuality: 0 + anisotropicTextures: 1 + antiAliasing: 0 + softParticles: 0 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + vSyncCount: 1 + lodBias: 1 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 256 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Very High + pixelLightCount: 3 + shadows: 2 + shadowResolution: 2 + shadowProjection: 1 + shadowCascades: 2 + shadowDistance: 70 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + skinWeights: 4 + textureQuality: 0 + anisotropicTextures: 2 + antiAliasing: 2 + softParticles: 1 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + vSyncCount: 1 + lodBias: 1.5 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 1024 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Ultra + pixelLightCount: 4 + shadows: 2 + shadowResolution: 2 + shadowProjection: 1 + shadowCascades: 4 + shadowDistance: 150 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + skinWeights: 4 + textureQuality: 0 + anisotropicTextures: 2 + antiAliasing: 0 + softParticles: 1 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + vSyncCount: 1 + lodBias: 2 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 4096 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + customRenderPipeline: {fileID: 0} + excludedTargetPlatforms: [] + m_PerPlatformDefaultQuality: + Android: 2 + Lumin: 5 + Nintendo 3DS: 5 + Nintendo Switch: 5 + PS4: 5 + PSP2: 2 + Stadia: 5 + Standalone: 5 + WebGL: 3 + Windows Store Apps: 5 + XboxOne: 5 + iPhone: 2 + tvOS: 2 diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset new file mode 100644 index 0000000..1c92a78 --- /dev/null +++ b/ProjectSettings/TagManager.asset @@ -0,0 +1,43 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!78 &1 +TagManager: + serializedVersion: 2 + tags: [] + layers: + - Default + - TransparentFX + - Ignore Raycast + - + - Water + - UI + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + m_SortingLayers: + - name: Default + uniqueID: 0 + locked: 0 diff --git a/ProjectSettings/TimeManager.asset b/ProjectSettings/TimeManager.asset new file mode 100644 index 0000000..558a017 --- /dev/null +++ b/ProjectSettings/TimeManager.asset @@ -0,0 +1,9 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!5 &1 +TimeManager: + m_ObjectHideFlags: 0 + Fixed Timestep: 0.02 + Maximum Allowed Timestep: 0.33333334 + m_TimeScale: 1 + Maximum Particle Timestep: 0.03 diff --git a/ProjectSettings/URPProjectSettings.asset b/ProjectSettings/URPProjectSettings.asset new file mode 100644 index 0000000..3077404 --- /dev/null +++ b/ProjectSettings/URPProjectSettings.asset @@ -0,0 +1,15 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 247994e1f5a72c2419c26a37e9334c01, type: 3} + m_Name: + m_EditorClassIdentifier: + m_LastMaterialVersion: 4 diff --git a/ProjectSettings/UnityConnectSettings.asset b/ProjectSettings/UnityConnectSettings.asset new file mode 100644 index 0000000..6125b30 --- /dev/null +++ b/ProjectSettings/UnityConnectSettings.asset @@ -0,0 +1,35 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!310 &1 +UnityConnectSettings: + m_ObjectHideFlags: 0 + serializedVersion: 1 + m_Enabled: 0 + m_TestMode: 0 + m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events + m_EventUrl: https://cdp.cloud.unity3d.com/v1/events + m_ConfigUrl: https://config.uca.cloud.unity3d.com + m_DashboardUrl: https://dashboard.unity3d.com + m_TestInitMode: 0 + CrashReportingSettings: + m_EventUrl: https://perf-events.cloud.unity3d.com + m_Enabled: 0 + m_LogBufferSize: 10 + m_CaptureEditorExceptions: 1 + UnityPurchasingSettings: + m_Enabled: 0 + m_TestMode: 0 + UnityAnalyticsSettings: + m_Enabled: 0 + m_TestMode: 0 + m_InitializeOnStartup: 1 + UnityAdsSettings: + m_Enabled: 0 + m_InitializeOnStartup: 1 + m_TestMode: 0 + m_IosGameId: + m_AndroidGameId: + m_GameIds: {} + m_GameId: + PerformanceReportingSettings: + m_Enabled: 0 diff --git a/ProjectSettings/VFXManager.asset b/ProjectSettings/VFXManager.asset new file mode 100644 index 0000000..3a95c98 --- /dev/null +++ b/ProjectSettings/VFXManager.asset @@ -0,0 +1,12 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!937362698 &1 +VFXManager: + m_ObjectHideFlags: 0 + m_IndirectShader: {fileID: 0} + m_CopyBufferShader: {fileID: 0} + m_SortShader: {fileID: 0} + m_StripUpdateShader: {fileID: 0} + m_RenderPipeSettingsPath: + m_FixedTimeStep: 0.016666668 + m_MaxDeltaTime: 0.05 diff --git a/ProjectSettings/VersionControlSettings.asset b/ProjectSettings/VersionControlSettings.asset new file mode 100644 index 0000000..dca2881 --- /dev/null +++ b/ProjectSettings/VersionControlSettings.asset @@ -0,0 +1,8 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!890905787 &1 +VersionControlSettings: + m_ObjectHideFlags: 0 + m_Mode: Visible Meta Files + m_CollabEditorSettings: + inProgressEnabled: 1 diff --git a/ProjectSettings/XRSettings.asset b/ProjectSettings/XRSettings.asset new file mode 100644 index 0000000..482590c --- /dev/null +++ b/ProjectSettings/XRSettings.asset @@ -0,0 +1,10 @@ +{ + "m_SettingKeys": [ + "VR Device Disabled", + "VR Device User Alert" + ], + "m_SettingValues": [ + "False", + "False" + ] +} \ No newline at end of file diff --git a/UserSettings/EditorUserSettings.asset b/UserSettings/EditorUserSettings.asset new file mode 100644 index 0000000..b543455 --- /dev/null +++ b/UserSettings/EditorUserSettings.asset @@ -0,0 +1,24 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!162 &1 +EditorUserSettings: + m_ObjectHideFlags: 0 + serializedVersion: 4 + m_ConfigSettings: + RecentlyUsedScenePath-0: + value: 22424703114646680e0b0227036c6c111b07142f1f2b233e2867083debf42d + flags: 0 + vcSharedLogLevel: + value: 0d5e400f0650 + flags: 0 + m_VCAutomaticAdd: 1 + m_VCDebugCom: 0 + m_VCDebugCmd: 0 + m_VCDebugOut: 0 + m_SemanticMergeMode: 2 + m_VCShowFailedCheckout: 1 + m_VCOverwriteFailedCheckoutAssets: 1 + m_VCProjectOverlayIcons: 1 + m_VCHierarchyOverlayIcons: 1 + m_VCOtherOverlayIcons: 1 + m_VCAllowAsyncUpdate: 1