workspace.xml 36.7 KB
Newer Older
Raphael committed
1 2 3 4
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ChangeListManager">
    <list default="true" id="5ae8e509-4645-4305-8aec-662b1997deba" name="Default" comment="">
Naliwe GS committed
5 6
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/../Assets/Materials/Ground - Block.mat" afterPath="$PROJECT_DIR$/../Assets/Materials/Ground - Block.mat" />
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/../Assets/Scenes/Main.unity" afterPath="$PROJECT_DIR$/../Assets/Scenes/Main.unity" />
7
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
8
      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/../Assets/Scripts/MapGeneration/CellularAutomaton.cs" afterPath="$PROJECT_DIR$/../Assets/Scripts/MapGeneration/CellularAutomaton.cs" />
Raphael committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
    </list>
    <ignored path="igem-quantifly.iws" />
    <ignored path=".idea/workspace.xml" />
    <ignored path=".idea/dataSources.local.xml" />
    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
    <option name="TRACKING_ENABLED" value="true" />
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    <option name="LAST_RESOLUTION" value="IGNORE" />
  </component>
  <component name="CreatePatchCommitExecutor">
    <option name="PATCH_PATH" value="" />
  </component>
  <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  <component name="FavoritesManager">
    <favorites_list name="igem-quantifly" />
  </component>
  <component name="FileEditorManager">
Naliwe GS committed
28 29 30 31 32 33
    <splitter split-orientation="horizontal" split-proportion="0.5">
      <split-first>
        <leaf>
          <file leaf-file-name="CellularAutomaton.cs" pinned="false" current-in-tab="true">
            <entry file="file://$PROJECT_DIR$/../Assets/Scripts/MapGeneration/CellularAutomaton.cs">
              <provider selected="true" editor-type-id="text-editor">
Naliwe GS committed
34 35
                <state relative-caret-position="789">
                  <caret line="115" column="0" selection-start-line="115" selection-start-column="0" selection-end-line="115" selection-end-column="0" />
Naliwe GS committed
36
                  <folding>
Naliwe GS committed
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
                    <marker date="1470408547196" expanded="true" signature="6:120" ph="..." />
                    <marker date="1470408547196" expanded="true" signature="6:139" ph="..." />
                    <marker date="1470408547196" expanded="true" signature="179:3180" ph="{...}" />
                    <marker date="1470408547196" expanded="false" signature="221:600" ph="{...}" />
                    <marker date="1470408547196" expanded="true" signature="280:325" ph="{...}" />
                    <marker date="1470408547196" expanded="true" signature="380:425" ph="{...}" />
                    <marker date="1470408547196" expanded="true" signature="493:594" ph="{...}" />
                    <marker date="1470408547196" expanded="true" signature="636:3178" ph="{...}" />
                    <marker date="1470408547196" expanded="false" signature="651:913" ph="Delegates" />
                    <marker date="1470408547196" expanded="false" signature="921:1183" ph="Fields" />
                    <marker date="1470408547196" expanded="true" signature="1193:1686" ph="Ctors" />
                    <marker date="1470408547196" expanded="true" signature="1304:1668" ph="{...}" />
                    <marker date="1470408547196" expanded="true" signature="1698:3172" ph="Methods" />
                    <marker date="1470408547196" expanded="true" signature="1741:2113" ph="{...}" />
                    <marker date="1470408547196" expanded="true" signature="2189:2846" ph="{...}" />
                    <marker date="1470408547196" expanded="true" signature="2911:2973" ph="{...}" />
                    <marker date="1470408547196" expanded="true" signature="3038:3152" ph="{...}" />
Naliwe GS committed
54 55 56 57 58 59 60 61 62
                  </folding>
                </state>
              </provider>
            </entry>
          </file>
        </leaf>
      </split-first>
      <split-second>
        <leaf>
63 64
          <file leaf-file-name="Map.cs" pinned="false" current-in-tab="true">
            <entry file="file://$PROJECT_DIR$/../Assets/Scripts/Utils/Map.cs">
Naliwe GS committed
65
              <provider selected="true" editor-type-id="text-editor">
Naliwe GS committed
66
                <state relative-caret-position="306">
67
                  <caret line="43" column="38" selection-start-line="43" selection-start-column="38" selection-end-line="43" selection-end-column="38" />
Naliwe GS committed
68
                  <folding>
69 70 71
                    <marker date="1470398652139" expanded="true" signature="30:899" ph="{...}" />
                    <marker date="1470398652139" expanded="true" signature="57:119" ph="{...}" />
                    <marker date="1470398652139" expanded="true" signature="141:897" ph="{...}" />
Naliwe GS committed
72 73
                    <marker date="1470398652139" expanded="false" signature="156:307" ph="Fields" />
                    <marker date="1470398652139" expanded="false" signature="317:746" ph="Ctors" />
74
                    <marker date="1470398652139" expanded="true" signature="372:726" ph="{...}" />
Naliwe GS committed
75 76 77 78 79 80 81 82
                  </folding>
                </state>
              </provider>
            </entry>
          </file>
        </leaf>
      </split-second>
    </splitter>
Raphael committed
83 84 85 86 87 88 89 90
  </component>
  <component name="Git.Settings">
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  </component>
  <component name="IdeDocumentHistory">
    <option name="CHANGED_PATHS">
      <list>
        <option value="$PROJECT_DIR$/../Assets/Scripts/GameManager.cs" />
Naliwe GS committed
91
        <option value="$PROJECT_DIR$/../Assets/Scripts/Player.cs" />
92 93 94
        <option value="$PROJECT_DIR$/../Assets/Scripts/MapGeneration/Cell.cs" />
        <option value="$PROJECT_DIR$/../Assets/Scripts/GameController.cs" />
        <option value="$PROJECT_DIR$/../Assets/Scripts/Utils/ObjectPool.cs" />
95
        <option value="$PROJECT_DIR$/../Assets/Scripts/Utils/Map.cs" />
Naliwe GS committed
96
        <option value="$PROJECT_DIR$/../Assets/Scripts/MapGeneration/CellularAutomaton.cs" />
Raphael committed
97 98 99 100
      </list>
    </option>
  </component>
  <component name="ProjectFrameBounds">
101 102 103 104
    <option name="x" value="-1" />
    <option name="y" value="-33" />
    <option name="width" value="1922" />
    <option name="height" value="1114" />
Naliwe GS committed
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
  </component>
  <component name="ProjectInspectionProfilesVisibleTreeState">
    <entry key="Project Default">
      <profile-state>
        <expanded-state>
          <State>
            <id />
          </State>
          <State>
            <id>General</id>
          </State>
        </expanded-state>
        <selected-state>
          <State>
            <id>General</id>
          </State>
        </selected-state>
      </profile-state>
    </entry>
Raphael committed
124 125 126 127 128 129 130 131 132 133 134 135
  </component>
  <component name="ProjectLevelVcsManager" settingsEditedManually="true">
    <OptionsSetting value="true" id="Add" />
    <OptionsSetting value="true" id="Remove" />
    <OptionsSetting value="true" id="Checkout" />
    <OptionsSetting value="true" id="Update" />
    <OptionsSetting value="true" id="Status" />
    <OptionsSetting value="true" id="Edit" />
    <ConfirmationsSetting value="0" id="Add" />
    <ConfirmationsSetting value="0" id="Remove" />
  </component>
  <component name="ProjectView">
136
    <navigator proportions="" version="1">
Raphael committed
137 138 139 140 141 142 143 144 145 146 147 148
      <flattenPackages />
      <showMembers />
      <showModules />
      <showLibraryContents />
      <hideEmptyPackages />
      <abbreviatePackageNames />
      <autoscrollToSource />
      <autoscrollFromSource />
      <sortByType />
      <manualOrder />
      <foldersAlwaysOnTop value="true" />
    </navigator>
149
    <panes />
Raphael committed
150 151 152
  </component>
  <component name="PropertiesComponent">
    <property name="last_opened_file_path" value="$PROJECT_DIR$/../igem-quantifly.sln" />
153
    <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
Naliwe GS committed
154
    <property name="settings.editor.splitter.proportion" value="0.2" />
155
    <property name="SearchEverywhereHistoryKey" value="GC&#9;FILE&#9;file://G:/Code/Unity/igem-quantifly/Assets/Scripts/GameController.cs&#10;Cel&#9;FILE&#9;file://G:/Code/Unity/igem-quantifly/Assets/Scripts/MapGeneration/CellularAutomaton.cs&#10;C&#9;FILE&#9;file://G:/Code/Unity/igem-quantifly/Assets/Scripts/MapGeneration/CellularAutomaton.cs&#10;Map&#9;FILE&#9;file://G:/Code/Unity/igem-quantifly/Assets/Scripts/Utils/Map.cs&#10;:w&#9;null&#9;null&#10;Ce&#9;FILE&#9;file://G:/Code/Unity/igem-quantifly/Assets/Scripts/MapGeneration/Cell.cs" />
Raphael committed
156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
  </component>
  <component name="RunManager" selected=".NET Project.Default">
    <configuration default="true" type="DotNetProject" factoryName=".NET Project">
      <option name="PROJECT_PATH" value="" />
      <option name="PROJECT_KIND" value="None" />
      <option name="EXE_PATH" value="" />
      <option name="PROGRAM_PARAMETERS" value="" />
      <option name="WORKING_DIRECTORY" value="" />
      <method />
    </configuration>
    <configuration default="false" name="Default" type="DotNetProject" factoryName=".NET Project">
      <option name="PROJECT_PATH" value="" />
      <option name="PROJECT_KIND" value="None" />
      <option name="EXE_PATH" value="" />
      <option name="PROGRAM_PARAMETERS" value="" />
      <option name="WORKING_DIRECTORY" value="" />
      <method />
    </configuration>
    <list size="1">
      <item index="0" class="java.lang.String" itemvalue=".NET Project.Default" />
    </list>
  </component>
  <component name="ShelveChangesManager" show_recycled="false">
    <option name="remove_strategy" value="false" />
  </component>
  <component name="SvnConfiguration">
    <configuration />
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="5ae8e509-4645-4305-8aec-662b1997deba" name="Default" comment="" />
      <created>1469990300756</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1469990300756</updated>
      <workItem from="1469990303599" duration="68000" />
Naliwe GS committed
192 193
      <workItem from="1469991709912" duration="1654000" />
      <workItem from="1469993497246" duration="1025000" />
Naliwe GS committed
194
      <workItem from="1469994566860" duration="8371000" />
195
      <workItem from="1470317006204" duration="284000" />
Naliwe GS committed
196
      <workItem from="1470317331087" duration="17767000" />
197 198 199
      <workItem from="1470317331087" duration="15978000" />
      <workItem from="1470584265227" duration="1323000" />
      <workItem from="1470849012191" duration="745000" />
Raphael committed
200 201 202 203
    </task>
    <servers />
  </component>
  <component name="TimeTrackingManager">
204
    <option name="totallyTimeSpent" value="29448000" />
Raphael committed
205 206 207 208 209 210 211 212 213 214 215
  </component>
  <component name="TodoView">
    <todo-panel id="selected-file">
      <is-autoscroll-to-source value="true" />
    </todo-panel>
    <todo-panel id="all">
      <are-packages-shown value="true" />
      <is-autoscroll-to-source value="true" />
    </todo-panel>
  </component>
  <component name="ToolWindowManager">
216 217
    <frame x="-1" y="-33" width="1922" height="1114" extended-state="0" />
    <editor active="false" />
Raphael committed
218
    <layout>
219
      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.1515625" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
Raphael committed
220
      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
Naliwe GS committed
221
      <window_info id="Errors in solution" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
222
      <window_info id="Build" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
Naliwe GS committed
223
      <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32980973" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
224
      <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
Naliwe GS committed
225 226
      <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
      <window_info id="UnitTesting" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
227
      <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
Naliwe GS committed
228
      <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
229
      <window_info id="NuGet" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32997987" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
Raphael committed
230 231 232 233
      <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
      <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
      <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
      <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
234
      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
Naliwe GS committed
235 236
      <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
Raphael committed
237
      <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
238
      <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
Raphael committed
239
    </layout>
Naliwe GS committed
240 241 242 243 244 245 246 247 248 249 250 251
    <layout-to-restore>
      <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
      <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
      <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
      <window_info id="Errors in solution" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
      <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
      <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32980973" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
      <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
      <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
      <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
      <window_info id="UnitTesting" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
      <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
252 253
      <window_info id="NuGet" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32997987" sideWeight="0.5" order="11" side_tool="true" content_ui="tabs" />
      <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.1515625" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
Naliwe GS committed
254 255 256 257 258 259 260 261
      <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
      <window_info id="Build" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="12" side_tool="false" content_ui="tabs" />
      <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
      <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
      <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
      <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
      <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
    </layout-to-restore>
Raphael committed
262 263 264 265 266 267 268 269 270 271 272 273 274
  </component>
  <component name="Vcs.Log.UiProperties">
    <option name="RECENTLY_FILTERED_USER_GROUPS">
      <collection />
    </option>
    <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
      <collection />
    </option>
  </component>
  <component name="VcsContentAnnotationSettings">
    <option name="myLimit" value="2678400000" />
  </component>
  <component name="XDebuggerManager">
Naliwe GS committed
275
    <breakpoint-manager>
276
      <option name="time" value="2" />
Naliwe GS committed
277
    </breakpoint-manager>
Raphael committed
278 279 280
    <watches-manager />
  </component>
  <component name="editorHistoryManager">
281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/MapGeneration/CellularAutomaton.cs">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="90">
          <caret line="6" column="0" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
          <folding>
            <marker date="1470584414490" expanded="true" signature="6:139" ph="..." />
            <marker date="1470584414490" expanded="true" signature="179:3180" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="221:600" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="280:325" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="380:425" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="493:594" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="636:3178" ph="{...}" />
            <marker date="1470584414490" expanded="false" signature="651:913" ph="Delegates" />
            <marker date="1470584414490" expanded="false" signature="923:1185" ph="Fields" />
            <marker date="1470584414490" expanded="false" signature="1195:1688" ph="Ctors" />
            <marker date="1470584414490" expanded="true" signature="1304:1668" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="1698:3172" ph="Methods" />
            <marker date="1470584414490" expanded="true" signature="1741:2113" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="2189:2846" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="2911:2973" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="3038:3152" ph="{...}" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/Utils/Map.cs">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="330">
          <caret line="22" column="29" selection-start-line="22" selection-start-column="29" selection-end-line="22" selection-end-column="29" />
          <folding>
            <marker date="1470578416943" expanded="true" signature="30:899" ph="{...}" />
            <marker date="1470578416943" expanded="true" signature="57:119" ph="{...}" />
            <marker date="1470578416943" expanded="true" signature="141:897" ph="{...}" />
            <marker date="1470578416943" expanded="true" signature="156:307" ph="Fields" />
            <marker date="1470578416943" expanded="true" signature="317:746" ph="Ctors" />
            <marker date="1470578416943" expanded="true" signature="372:726" ph="{...}" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/MapGeneration/CellularAutomaton.cs">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="345">
          <caret line="23" column="1" selection-start-line="23" selection-start-column="1" selection-end-line="23" selection-end-column="1" />
          <folding>
            <marker date="1470584414490" expanded="true" signature="6:139" ph="..." />
            <marker date="1470584414490" expanded="true" signature="179:3180" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="221:600" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="280:325" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="380:425" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="493:594" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="636:3178" ph="{...}" />
            <marker date="1470584414490" expanded="false" signature="651:913" ph="Delegates" />
            <marker date="1470584414490" expanded="false" signature="923:1185" ph="Fields" />
            <marker date="1470584414490" expanded="false" signature="1195:1688" ph="Ctors" />
            <marker date="1470584414490" expanded="true" signature="1304:1668" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="1698:3172" ph="Methods" />
            <marker date="1470584414490" expanded="true" signature="1741:2113" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="2189:2846" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="2911:2973" ph="{...}" />
            <marker date="1470584414490" expanded="true" signature="3038:3152" ph="{...}" />
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/Utils/Map.cs">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="0">
          <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
          <folding>
            <marker date="1470578416943" expanded="true" signature="30:899" ph="{...}" />
            <marker date="1470578416943" expanded="true" signature="57:119" ph="{...}" />
            <marker date="1470578416943" expanded="true" signature="141:897" ph="{...}" />
            <marker date="1470578416943" expanded="true" signature="156:307" ph="Fields" />
            <marker date="1470578416943" expanded="true" signature="317:746" ph="Ctors" />
            <marker date="1470578416943" expanded="true" signature="372:726" ph="{...}" />
          </folding>
        </state>
      </provider>
    </entry>
361
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/MapGeneration/CellularAutomaton.cs">
Naliwe GS committed
362
      <provider selected="true" editor-type-id="text-editor">
363 364 365
        <state relative-caret-position="238">
          <caret line="14" column="0" selection-start-line="14" selection-start-column="0" selection-end-line="14" selection-end-column="0" />
          <folding>
Naliwe GS committed
366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382
            <marker date="1470408547196" expanded="true" signature="6:120" ph="..." />
            <marker date="1470408547196" expanded="true" signature="6:139" ph="..." />
            <marker date="1470408547196" expanded="true" signature="179:3180" ph="{...}" />
            <marker date="1470408547196" expanded="false" signature="221:600" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="280:325" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="380:425" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="493:594" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="636:3178" ph="{...}" />
            <marker date="1470408547196" expanded="false" signature="651:913" ph="Delegates" />
            <marker date="1470408547196" expanded="false" signature="921:1183" ph="Fields" />
            <marker date="1470408547196" expanded="true" signature="1193:1686" ph="Ctors" />
            <marker date="1470408547196" expanded="true" signature="1304:1668" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="1698:3172" ph="Methods" />
            <marker date="1470408547196" expanded="true" signature="1741:2113" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="2189:2846" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="2911:2973" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="3038:3152" ph="{...}" />
383
          </folding>
Naliwe GS committed
384 385 386
        </state>
      </provider>
    </entry>
387
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/MapGeneration/Cell.cs">
Naliwe GS committed
388
      <provider selected="true" editor-type-id="text-editor">
389 390
        <state relative-caret-position="408">
          <caret line="24" column="0" selection-start-line="24" selection-start-column="0" selection-end-line="24" selection-end-column="0" />
Naliwe GS committed
391 392 393
        </state>
      </provider>
    </entry>
394
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/MapGeneration/CellularAutomaton.cs">
Naliwe GS committed
395
      <provider selected="true" editor-type-id="text-editor">
396 397 398
        <state relative-caret-position="136">
          <caret line="8" column="16" selection-start-line="8" selection-start-column="16" selection-end-line="8" selection-end-column="16" />
          <folding>
Naliwe GS committed
399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414
            <marker date="1470408547196" expanded="true" signature="6:139" ph="..." />
            <marker date="1470408547196" expanded="true" signature="179:3180" ph="{...}" />
            <marker date="1470408547196" expanded="false" signature="221:600" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="280:325" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="380:425" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="493:594" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="636:3178" ph="{...}" />
            <marker date="1470408547196" expanded="false" signature="651:913" ph="Delegates" />
            <marker date="1470408547196" expanded="false" signature="921:1183" ph="Fields" />
            <marker date="1470408547196" expanded="true" signature="1193:1686" ph="Ctors" />
            <marker date="1470408547196" expanded="true" signature="1304:1668" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="1698:3172" ph="Methods" />
            <marker date="1470408547196" expanded="true" signature="1741:2113" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="2189:2846" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="2911:2973" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="3038:3152" ph="{...}" />
415 416 417 418 419 420 421 422
          </folding>
        </state>
      </provider>
    </entry>
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/MapGeneration/Cell.cs">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="374">
          <caret line="22" column="17" selection-start-line="22" selection-start-column="17" selection-end-line="22" selection-end-column="17" />
Naliwe GS committed
423 424 425
        </state>
      </provider>
    </entry>
426
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/GameManager.cs" />
Naliwe GS committed
427 428 429 430 431 432 433
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/Utils/ObjectPool.cs">
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="0">
          <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
        </state>
      </provider>
    </entry>
434 435
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/GameManager.cs" />
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/Utils/ObjectPool.cs">
Naliwe GS committed
436 437 438 439 440 441
      <provider selected="true" editor-type-id="text-editor">
        <state relative-caret-position="0">
          <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
        </state>
      </provider>
    </entry>
442 443 444
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/GameManager.cs" />
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/GameManager.cs" />
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/Player.cs">
Naliwe GS committed
445
      <provider selected="true" editor-type-id="text-editor">
446 447
        <state relative-caret-position="255">
          <caret line="15" column="0" selection-start-line="15" selection-start-column="0" selection-end-line="15" selection-end-column="0" />
Naliwe GS committed
448 449 450
        </state>
      </provider>
    </entry>
451
    <entry file="file://$USER_HOME$/AppData/Local/JetBrains/Shared/v06/DecompilerCache/decompiler/F6949EC5-53D4-4DE3-9F54-5BAB8EBF397B/bf/c7df5298/Vector2.cs" />
452
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/MapGeneration/Cell.cs">
Naliwe GS committed
453
      <provider selected="true" editor-type-id="text-editor">
454 455
        <state relative-caret-position="357">
          <caret line="21" column="0" selection-start-line="21" selection-start-column="0" selection-end-line="21" selection-end-column="0" />
Naliwe GS committed
456 457 458
        </state>
      </provider>
    </entry>
459
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/GameController.cs">
Raphael committed
460
      <provider selected="true" editor-type-id="text-editor">
461 462
        <state relative-caret-position="374">
          <caret line="22" column="37" selection-start-line="22" selection-start-column="37" selection-end-line="22" selection-end-column="37" />
Raphael committed
463 464 465
        </state>
      </provider>
    </entry>
466
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/Utils/ObjectPool.cs">
Naliwe GS committed
467
      <provider selected="true" editor-type-id="text-editor">
468 469
        <state relative-caret-position="238">
          <caret line="14" column="8" selection-start-line="14" selection-start-column="8" selection-end-line="14" selection-end-column="8" />
Naliwe GS committed
470 471 472
        </state>
      </provider>
    </entry>
473
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/Utils/Map.cs">
Naliwe GS committed
474
      <provider selected="true" editor-type-id="text-editor">
Naliwe GS committed
475
        <state relative-caret-position="306">
476
          <caret line="43" column="38" selection-start-line="43" selection-start-column="38" selection-end-line="43" selection-end-column="38" />
Naliwe GS committed
477
          <folding>
478 479 480
            <marker date="1470398652139" expanded="true" signature="30:899" ph="{...}" />
            <marker date="1470398652139" expanded="true" signature="57:119" ph="{...}" />
            <marker date="1470398652139" expanded="true" signature="141:897" ph="{...}" />
Naliwe GS committed
481 482
            <marker date="1470398652139" expanded="false" signature="156:307" ph="Fields" />
            <marker date="1470398652139" expanded="false" signature="317:746" ph="Ctors" />
483
            <marker date="1470398652139" expanded="true" signature="372:726" ph="{...}" />
Naliwe GS committed
484 485 486 487
          </folding>
        </state>
      </provider>
    </entry>
488
    <entry file="file://$PROJECT_DIR$/../Assets/Scripts/MapGeneration/CellularAutomaton.cs">
Naliwe GS committed
489
      <provider selected="true" editor-type-id="text-editor">
Naliwe GS committed
490 491
        <state relative-caret-position="789">
          <caret line="115" column="0" selection-start-line="115" selection-start-column="0" selection-end-line="115" selection-end-column="0" />
Naliwe GS committed
492
          <folding>
Naliwe GS committed
493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509
            <marker date="1470408547196" expanded="true" signature="6:120" ph="..." />
            <marker date="1470408547196" expanded="true" signature="6:139" ph="..." />
            <marker date="1470408547196" expanded="true" signature="179:3180" ph="{...}" />
            <marker date="1470408547196" expanded="false" signature="221:600" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="280:325" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="380:425" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="493:594" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="636:3178" ph="{...}" />
            <marker date="1470408547196" expanded="false" signature="651:913" ph="Delegates" />
            <marker date="1470408547196" expanded="false" signature="921:1183" ph="Fields" />
            <marker date="1470408547196" expanded="true" signature="1193:1686" ph="Ctors" />
            <marker date="1470408547196" expanded="true" signature="1304:1668" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="1698:3172" ph="Methods" />
            <marker date="1470408547196" expanded="true" signature="1741:2113" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="2189:2846" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="2911:2973" ph="{...}" />
            <marker date="1470408547196" expanded="true" signature="3038:3152" ph="{...}" />
Naliwe GS committed
510 511 512 513
          </folding>
        </state>
      </provider>
    </entry>
Raphael committed
514
  </component>
515
</project>