Files
real-shooter/StyleCop.Cache
2022-05-05 00:55:51 +07:00

7477 lines
413 KiB
Plaintext

<stylecopresultscache>
<version>12</version>
<sourcecode name="CharacterFactory.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.24 01:08:14.230</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="UsingDirectivesMustBeOrderedAlphabeticallyByNamespace" ruleCheckId="SA1210">
<context>Using directives must be sorted alphabetically by the namespaces.</context>
<line>2</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementMustNotBeOnSingleLine" ruleCheckId="SA1502">
<context>The property must not be placed on a single line. The opening and closing curly brackets must each be placed on their own line.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to instance must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>8</line>
<index>213</index>
<endIndex>220</endIndex>
<startLine>8</startLine>
<startColumn>53</startColumn>
<endLine>8</endLine>
<endColumn>60</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="FieldNamesMustBeginWithLowerCaseLetter" ruleCheckId="SA1306">
<context>Variable names and private field names must start with a lower-case letter: AIPrefab.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="FieldNamesMustBeginWithLowerCaseLetter" ruleCheckId="SA1306">
<context>Variable names and private field names must start with a lower-case letter: PlayerPrefab.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="FieldNamesMustBeginWithLowerCaseLetter" ruleCheckId="SA1306">
<context>Variable names and private field names must start with a lower-case letter: Bots.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="FieldNamesMustBeginWithLowerCaseLetter" ruleCheckId="SA1306">
<context>Variable names and private field names must start with a lower-case letter: Player.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>18</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>21</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to instance must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>21</line>
<index>657</index>
<endIndex>664</endIndex>
<startLine>21</startLine>
<startColumn>13</startColumn>
<endLine>21</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to instance must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>20</line>
<index>626</index>
<endIndex>633</endIndex>
<startLine>20</startLine>
<startColumn>13</startColumn>
<endLine>20</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Destroy must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>23</line>
<index>701</index>
<endIndex>707</endIndex>
<startLine>23</startLine>
<startColumn>13</startColumn>
<endLine>23</endLine>
<endColumn>19</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to gameObject must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>23</line>
<index>709</index>
<endIndex>718</endIndex>
<startLine>23</startLine>
<startColumn>21</startColumn>
<endLine>23</endLine>
<endColumn>30</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>26</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the for statement must be wrapped in opening and closing curly brackets.</context>
<line>37</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the for statement must be wrapped in opening and closing curly brackets.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>43</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>46</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParametersMustBeOnSameLineOrSeparateLines" ruleCheckId="SA1117">
<context>All method parameters must be placed on the same line, or each parameter must be placed on a separate line.</context>
<line>37</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="SplitParametersMustStartOnLineAfterDeclaration" ruleCheckId="SA1116">
<context>If the method parameters are on separate lines, the first parameter must begin on the line beneath the name of the method.</context>
<line>37</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParameterMustFollowComma" ruleCheckId="SA1115">
<context>The parameter must begin on the line after the previous parameter.</context>
<line>37</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParametersMustBeOnSameLineOrSeparateLines" ruleCheckId="SA1117">
<context>All method parameters must be placed on the same line, or each parameter must be placed on a separate line.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="SplitParametersMustStartOnLineAfterDeclaration" ruleCheckId="SA1116">
<context>If the method parameters are on separate lines, the first parameter must begin on the line beneath the name of the method.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParameterMustFollowComma" ruleCheckId="SA1115">
<context>The parameter must begin on the line after the previous parameter.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParametersMustBeOnSameLineOrSeparateLines" ruleCheckId="SA1117">
<context>All method parameters must be placed on the same line, or each parameter must be placed on a separate line.</context>
<line>43</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="SplitParametersMustStartOnLineAfterDeclaration" ruleCheckId="SA1116">
<context>If the method parameters are on separate lines, the first parameter must begin on the line beneath the name of the method.</context>
<line>43</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParameterMustFollowComma" ruleCheckId="SA1115">
<context>The parameter must begin on the line after the previous parameter.</context>
<line>43</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParametersMustBeOnSameLineOrSeparateLines" ruleCheckId="SA1117">
<context>All method parameters must be placed on the same line, or each parameter must be placed on a separate line.</context>
<line>46</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="SplitParametersMustStartOnLineAfterDeclaration" ruleCheckId="SA1116">
<context>If the method parameters are on separate lines, the first parameter must begin on the line beneath the name of the method.</context>
<line>46</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParameterMustFollowComma" ruleCheckId="SA1115">
<context>The parameter must begin on the line after the previous parameter.</context>
<line>46</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to InstanciateEntity must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>37</line>
<index>1298</index>
<endIndex>1314</endIndex>
<startLine>37</startLine>
<startColumn>13</startColumn>
<endLine>37</endLine>
<endColumn>29</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForAttackersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>38</line>
<index>1366</index>
<endIndex>1392</endIndex>
<startLine>38</startLine>
<startColumn>17</startColumn>
<endLine>38</endLine>
<endColumn>43</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForAttackersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>38</line>
<index>1410</index>
<endIndex>1436</endIndex>
<startLine>38</startLine>
<startColumn>61</startColumn>
<endLine>38</endLine>
<endColumn>87</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to InstanciateEntity must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>40</line>
<index>1514</index>
<endIndex>1530</endIndex>
<startLine>40</startLine>
<startColumn>13</startColumn>
<endLine>40</endLine>
<endColumn>29</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForDefendersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>41</line>
<index>1582</index>
<endIndex>1608</endIndex>
<startLine>41</startLine>
<startColumn>17</startColumn>
<endLine>41</endLine>
<endColumn>43</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForDefendersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>41</line>
<index>1626</index>
<endIndex>1652</endIndex>
<startLine>41</startLine>
<startColumn>61</startColumn>
<endLine>41</endLine>
<endColumn>87</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to InstanciateEntity must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>43</line>
<index>1705</index>
<endIndex>1721</endIndex>
<startLine>43</startLine>
<startColumn>13</startColumn>
<endLine>43</endLine>
<endColumn>29</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForAttackersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>44</line>
<index>1772</index>
<endIndex>1798</endIndex>
<startLine>44</startLine>
<startColumn>17</startColumn>
<endLine>44</endLine>
<endColumn>43</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForAttackersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>44</line>
<index>1816</index>
<endIndex>1842</endIndex>
<startLine>44</startLine>
<startColumn>61</startColumn>
<endLine>44</endLine>
<endColumn>87</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to InstanciateEntity must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>46</line>
<index>1895</index>
<endIndex>1911</endIndex>
<startLine>46</startLine>
<startColumn>13</startColumn>
<endLine>46</endLine>
<endColumn>29</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForDefendersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>47</line>
<index>1962</index>
<endIndex>1988</endIndex>
<startLine>47</startLine>
<startColumn>17</startColumn>
<endLine>47</endLine>
<endColumn>43</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForDefendersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>47</line>
<index>2006</index>
<endIndex>2032</endIndex>
<startLine>47</startLine>
<startColumn>61</startColumn>
<endLine>47</endLine>
<endColumn>87</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to ResetCharacters must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>49</line>
<index>2083</index>
<endIndex>2097</endIndex>
<startLine>49</startLine>
<startColumn>37</startColumn>
<endLine>49</endLine>
<endColumn>51</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>52</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>60</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>62</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to PlayerPrefab must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>55</line>
<index>2289</index>
<endIndex>2300</endIndex>
<startLine>55</startLine>
<startColumn>40</startColumn>
<endLine>55</endLine>
<endColumn>51</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to AIPrefab must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>55</line>
<index>2304</index>
<endIndex>2311</endIndex>
<startLine>55</startLine>
<startColumn>55</startColumn>
<endLine>55</endLine>
<endColumn>62</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Player must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>67</line>
<index>2693</index>
<endIndex>2698</endIndex>
<startLine>67</startLine>
<startColumn>13</startColumn>
<endLine>67</endLine>
<endColumn>18</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Bots must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>73</line>
<index>2922</index>
<endIndex>2925</endIndex>
<startLine>73</startLine>
<startColumn>13</startColumn>
<endLine>73</endLine>
<endColumn>16</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>77</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>84</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>86</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>93</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>95</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>87</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForAttackersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>84</line>
<index>3236</index>
<endIndex>3262</endIndex>
<startLine>84</startLine>
<startColumn>42</startColumn>
<endLine>84</endLine>
<endColumn>68</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForAttackersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>84</line>
<index>3280</index>
<endIndex>3306</endIndex>
<startLine>84</startLine>
<startColumn>86</startColumn>
<endLine>84</endLine>
<endColumn>112</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForDefendersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>86</line>
<index>3386</index>
<endIndex>3412</endIndex>
<startLine>86</startLine>
<startColumn>42</startColumn>
<endLine>86</endLine>
<endColumn>68</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForDefendersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>86</line>
<index>3430</index>
<endIndex>3456</endIndex>
<startLine>86</startLine>
<startColumn>86</startColumn>
<endLine>86</endLine>
<endColumn>112</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Bots must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>79</line>
<index>3036</index>
<endIndex>3039</endIndex>
<startLine>79</startLine>
<startColumn>29</startColumn>
<endLine>79</endLine>
<endColumn>32</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Player must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>93</line>
<index>3688</index>
<endIndex>3693</endIndex>
<startLine>93</startLine>
<startColumn>17</startColumn>
<endLine>93</endLine>
<endColumn>22</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForAttackersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>93</line>
<index>3716</index>
<endIndex>3742</endIndex>
<startLine>93</startLine>
<startColumn>45</startColumn>
<endLine>93</endLine>
<endColumn>71</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForAttackersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>93</line>
<index>3760</index>
<endIndex>3786</endIndex>
<startLine>93</startLine>
<startColumn>89</startColumn>
<endLine>93</endLine>
<endColumn>115</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Player must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>95</line>
<index>3841</index>
<endIndex>3846</endIndex>
<startLine>95</startLine>
<startColumn>17</startColumn>
<endLine>95</endLine>
<endColumn>22</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForDefendersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>95</line>
<index>3869</index>
<endIndex>3895</endIndex>
<startLine>95</startLine>
<startColumn>45</startColumn>
<endLine>95</endLine>
<endColumn>71</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPointsForDefendersTeam must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>95</line>
<index>3913</index>
<endIndex>3939</endIndex>
<startLine>95</startLine>
<startColumn>89</startColumn>
<endLine>95</endLine>
<endColumn>115</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to TryGetComponent&lt;Player&gt; must begin with the 'this.', 'base.', 'object.' or 'CharacterFactory.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>89</line>
<index>3524</index>
<endIndex>3546</endIndex>
<startLine>89</startLine>
<startColumn>13</startColumn>
<endLine>89</endLine>
<endColumn>35</endColumn>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="TeamEnum.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 15:21:15.026</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The enum must have a documentation header.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>4</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="TypeAIEnum.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 15:21:15.027</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The enum must have a documentation header.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>6</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="Character.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.18 10:42:05.218</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>2</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>2</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All classes must be placed after all interfaces.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all constructors.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>6</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>6</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The constructor must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to Condition must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>11</line>
<index>229</index>
<endIndex>237</endIndex>
<startLine>11</startLine>
<startColumn>9</startColumn>
<endLine>11</endLine>
<endColumn>17</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The interface must have a documentation header.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>17</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="CharacterCondition.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.24 01:00:00.568</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CodeMustNotContainMultipleBlankLinesInARow" ruleCheckId="SA1507">
<context>The code must not contain multiple blank lines in a row.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The event must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All events must be placed after all fields.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All events must be placed after all fields.</context>
<line>35</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All events must be placed after all fields.</context>
<line>48</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All events must be placed after all constructors.</context>
<line>62</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The event must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The event must have a documentation header.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>17</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to health must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>16</line>
<index>342</index>
<endIndex>347</endIndex>
<startLine>16</startLine>
<startColumn>20</startColumn>
<endLine>16</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>18</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to health must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>20</line>
<index>408</index>
<endIndex>413</endIndex>
<startLine>20</startLine>
<startColumn>13</startColumn>
<endLine>20</endLine>
<endColumn>18</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to OnChangeHealthEvent must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>21</line>
<index>437</index>
<endIndex>455</endIndex>
<startLine>21</startLine>
<startColumn>13</startColumn>
<endLine>21</endLine>
<endColumn>31</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>25</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>28</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>30</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>32</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>33</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All methods must be placed after all properties.</context>
<line>36</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All methods must be placed after all properties.</context>
<line>49</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to health must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>27</line>
<index>558</index>
<endIndex>563</endIndex>
<startLine>27</startLine>
<startColumn>13</startColumn>
<endLine>27</endLine>
<endColumn>18</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to health must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>29</line>
<index>612</index>
<endIndex>617</endIndex>
<startLine>29</startLine>
<startColumn>18</startColumn>
<endLine>29</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to health must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>31</line>
<index>666</index>
<endIndex>671</endIndex>
<startLine>31</startLine>
<startColumn>18</startColumn>
<endLine>31</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>35</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>35</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>36</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>36</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>47</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>41</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to armour must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>40</line>
<index>843</index>
<endIndex>848</endIndex>
<startLine>40</startLine>
<startColumn>20</startColumn>
<endLine>40</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>42</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to armour must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>44</line>
<index>907</index>
<endIndex>912</endIndex>
<startLine>44</startLine>
<startColumn>13</startColumn>
<endLine>44</endLine>
<endColumn>18</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to OnChangeArmourEvent must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>45</line>
<index>936</index>
<endIndex>954</endIndex>
<startLine>45</startLine>
<startColumn>13</startColumn>
<endLine>45</endLine>
<endColumn>31</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>48</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>48</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>49</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>49</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>54</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to ammo must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>53</line>
<index>1091</index>
<endIndex>1094</endIndex>
<startLine>53</startLine>
<startColumn>20</startColumn>
<endLine>53</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>55</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to ammo must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>57</line>
<index>1153</index>
<endIndex>1156</endIndex>
<startLine>57</startLine>
<startColumn>13</startColumn>
<endLine>57</endLine>
<endColumn>16</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to OnChangeAmmunitionEvent must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>58</line>
<index>1180</index>
<endIndex>1202</endIndex>
<startLine>58</startLine>
<startColumn>13</startColumn>
<endLine>58</endLine>
<endColumn>35</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The constructor must have a documentation header.</context>
<line>62</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to ammo must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>65</line>
<index>1350</index>
<endIndex>1353</endIndex>
<startLine>65</startLine>
<startColumn>9</startColumn>
<endLine>65</endLine>
<endColumn>12</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to health must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>66</line>
<index>1384</index>
<endIndex>1389</endIndex>
<startLine>66</startLine>
<startColumn>9</startColumn>
<endLine>66</endLine>
<endColumn>14</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to armour must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>67</line>
<index>1422</index>
<endIndex>1427</endIndex>
<startLine>67</startLine>
<startColumn>9</startColumn>
<endLine>67</endLine>
<endColumn>14</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>70</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to HealthPoints must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>70</line>
<index>1503</index>
<endIndex>1514</endIndex>
<startLine>70</startLine>
<startColumn>43</startColumn>
<endLine>70</endLine>
<endColumn>54</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to HealthPoints must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>70</line>
<index>1539</index>
<endIndex>1550</endIndex>
<startLine>70</startLine>
<startColumn>79</startColumn>
<endLine>70</endLine>
<endColumn>90</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>71</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>71</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to ArmourPoints must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>71</line>
<index>1605</index>
<endIndex>1616</endIndex>
<startLine>71</startLine>
<startColumn>43</startColumn>
<endLine>71</endLine>
<endColumn>54</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to ArmourPoints must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>71</line>
<index>1641</index>
<endIndex>1652</endIndex>
<startLine>71</startLine>
<startColumn>79</startColumn>
<endLine>71</endLine>
<endColumn>90</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>72</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>72</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixLocalCallsWithThis" ruleCheckId="SA1101">
<context>The call to Ammunition must begin with the 'this.' prefix to indicate that the item is a member of the class.</context>
<line>72</line>
<index>1703</index>
<endIndex>1712</endIndex>
<startLine>72</startLine>
<startColumn>39</startColumn>
<endLine>72</endLine>
<endColumn>48</endColumn>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="MovementController.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.28 18:24:37.771</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="UsingDirectivesMustBeOrderedAlphabeticallyByNamespace" ruleCheckId="SA1210">
<context>Using directives must be sorted alphabetically by the namespaces.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="SystemUsingDirectivesMustBePlacedBeforeOtherUsingDirectives" ruleCheckId="SA1208">
<context>System using directives must be placed before all other using directives.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CodeMustNotContainMultipleBlankLinesInARow" ruleCheckId="SA1507">
<context>The code must not contain multiple blank lines in a row.</context>
<line>17</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ConstFieldNamesMustBeginWithUpperCaseLetter" ruleCheckId="SA1303">
<context>Constants must start with an upper-case letter: updateFlagPositionDelay.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>18</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private methods must be placed after all public methods.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private methods must be placed after all public methods.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private methods must be placed after all public methods.</context>
<line>47</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to navMeshAgent must begin with the 'this.', 'base.', 'object.' or 'MovementController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>20</line>
<index>555</index>
<endIndex>566</endIndex>
<startLine>20</startLine>
<startColumn>9</startColumn>
<endLine>20</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to InvokeRepeating must begin with the 'this.', 'base.', 'object.' or 'MovementController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>21</line>
<index>636</index>
<endIndex>650</endIndex>
<startLine>21</startLine>
<startColumn>9</startColumn>
<endLine>21</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to UpdateFlagPosition must begin with the 'this.', 'base.', 'object.' or 'MovementController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>21</line>
<index>659</index>
<endIndex>676</endIndex>
<startLine>21</startLine>
<startColumn>32</startColumn>
<endLine>21</endLine>
<endColumn>49</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to CancelInvoke must begin with the 'this.', 'base.', 'object.' or 'MovementController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>26</line>
<index>764</index>
<endIndex>775</endIndex>
<startLine>26</startLine>
<startColumn>9</startColumn>
<endLine>26</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to UpdateFlagPosition must begin with the 'this.', 'base.', 'object.' or 'MovementController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>26</line>
<index>784</index>
<endIndex>801</endIndex>
<startLine>26</startLine>
<startColumn>29</startColumn>
<endLine>26</endLine>
<endColumn>46</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>29</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to FlagDistance must begin with the 'this.', 'base.', 'object.' or 'MovementController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>31</line>
<index>870</index>
<endIndex>881</endIndex>
<startLine>31</startLine>
<startColumn>9</startColumn>
<endLine>31</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to flag must begin with the 'this.', 'base.', 'object.' or 'MovementController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>31</line>
<index>886</index>
<endIndex>889</endIndex>
<startLine>31</startLine>
<startColumn>25</startColumn>
<endLine>31</endLine>
<endColumn>28</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to goToNextNavPoint must begin with the 'this.', 'base.', 'object.' or 'MovementController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>37</line>
<index>1069</index>
<endIndex>1084</endIndex>
<startLine>37</startLine>
<startColumn>9</startColumn>
<endLine>37</endLine>
<endColumn>24</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>method names begin with an upper-case letter: getPointsCandidate.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>47</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>method names begin with an upper-case letter: goToNextNavPoint.</context>
<line>47</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to navMeshAgent must begin with the 'this.', 'base.', 'object.' or 'MovementController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>48</line>
<index>1492</index>
<endIndex>1503</endIndex>
<startLine>48</startLine>
<startColumn>9</startColumn>
<endLine>48</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="NPC_State.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.18 09:03:31.781</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The enum must have a documentation header.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The interface must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="InterfaceNamesMustBeginWithI" ruleCheckId="SA1302">
<context>Interface names must start with the capital letter 'I': NPC_BaseState.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>18</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>20</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>21</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>21</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>22</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>22</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>25</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>25</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>28</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FileMayOnlyContainASingleClass" ruleCheckId="SA1402">
<context>A C# document may only contain a single class at the root level unless all of the classes are partial and are of the same type.</context>
<line>28</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>30</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>31</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>31</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>32</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>32</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>33</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>33</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>35</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>35</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>38</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>41</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>41</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>42</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>42</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>43</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>43</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>44</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>44</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>45</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>45</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="Player.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.18 10:43:46.328</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all events.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to PlayerCharacter must begin with the 'this.', 'base.', 'object.' or 'Player.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>10</line>
<index>232</index>
<endIndex>246</endIndex>
<startLine>10</startLine>
<startColumn>38</startColumn>
<endLine>10</endLine>
<endColumn>52</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private methods must be placed after all public methods.</context>
<line>18</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private methods must be placed after all public methods.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to PlayerCharacter must begin with the 'this.', 'base.', 'object.' or 'Player.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>14</line>
<index>293</index>
<endIndex>307</endIndex>
<startLine>14</startLine>
<startColumn>9</startColumn>
<endLine>14</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Condition must begin with the 'this.', 'base.', 'object.' or 'Player.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>15</line>
<index>337</index>
<endIndex>345</endIndex>
<startLine>15</startLine>
<startColumn>9</startColumn>
<endLine>15</endLine>
<endColumn>17</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to PlayerCharacter must begin with the 'this.', 'base.', 'object.' or 'Player.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>15</line>
<index>349</index>
<endIndex>363</endIndex>
<startLine>15</startLine>
<startColumn>21</startColumn>
<endLine>15</endLine>
<endColumn>35</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>18</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Condition must begin with the 'this.', 'base.', 'object.' or 'Player.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>20</line>
<index>435</index>
<endIndex>443</endIndex>
<startLine>20</startLine>
<startColumn>9</startColumn>
<endLine>20</endLine>
<endColumn>17</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The event must have a documentation header.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>31</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="ArithmeticExpressionsMustDeclarePrecedence" ruleCheckId="SA1407">
<context>Insert parentheses within the arithmetic expression to declare the operator precedence.</context>
<line>27</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to PlayerCharacter must begin with the 'this.', 'base.', 'object.' or 'Player.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>26</line>
<index>587</index>
<endIndex>601</endIndex>
<startLine>26</startLine>
<startColumn>9</startColumn>
<endLine>26</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Condition must begin with the 'this.', 'base.', 'object.' or 'Player.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>27</line>
<index>660</index>
<endIndex>668</endIndex>
<startLine>27</startLine>
<startColumn>9</startColumn>
<endLine>27</endLine>
<endColumn>17</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Condition must begin with the 'this.', 'base.', 'object.' or 'Player.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>27</line>
<index>713</index>
<endIndex>721</endIndex>
<startLine>27</startLine>
<startColumn>62</startColumn>
<endLine>27</endLine>
<endColumn>70</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Condition must begin with the 'this.', 'base.', 'object.' or 'Player.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>28</line>
<index>756</index>
<endIndex>764</endIndex>
<startLine>28</startLine>
<startColumn>9</startColumn>
<endLine>28</endLine>
<endColumn>17</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to OnKilledEvent must begin with the 'this.', 'base.', 'object.' or 'Player.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>31</line>
<index>884</index>
<endIndex>896</endIndex>
<startLine>31</startLine>
<startColumn>13</startColumn>
<endLine>31</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Condition must begin with the 'this.', 'base.', 'object.' or 'Player.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>30</line>
<index>836</index>
<endIndex>844</endIndex>
<startLine>30</startLine>
<startColumn>13</startColumn>
<endLine>30</endLine>
<endColumn>21</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>34</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="scr_CharacterController.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 15:21:15.030</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="OpeningCurlyBracketsMustNotBeFollowedByBlankLine" ruleCheckId="SA1505">
<context>An opening curly bracket must not be followed by a blank line.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketsMustNotBePrecededByBlankLine" ruleCheckId="SA1508">
<context>A closing curly bracket must not be preceded by a blank line.</context>
<line>259</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>class names begin with an upper-case letter: scr_CharacterController.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>22</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>26</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>28</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>29</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>30</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>33</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>37</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>41</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>42</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>43</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>44</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>45</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private fields must be placed after all public fields.</context>
<line>56</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="FieldNamesMustNotContainUnderscore" ruleCheckId="SA1310">
<context>Field names must not contain underscores.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="FieldNamesMustNotContainUnderscore" ruleCheckId="SA1310">
<context>Field names must not contain underscores.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: input_View.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>18</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>19</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>22</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>22</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: cameraHolder.</context>
<line>22</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: feetTransform.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>26</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>26</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: playerSettings.</context>
<line>26</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>28</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>28</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>29</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>29</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>30</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>30</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: playerMask.</context>
<line>30</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>33</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>33</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: gravityAmount.</context>
<line>33</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: gravityMin.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>35</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>37</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>37</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: jumpingForce.</context>
<line>37</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>38</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>41</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>41</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: playerStance.</context>
<line>41</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>42</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>42</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: playerStanceSmoothing.</context>
<line>42</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>43</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>43</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: playerStandStance.</context>
<line>43</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>44</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>44</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: playerCrouchStance.</context>
<line>44</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>45</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>45</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: playerProneStance.</context>
<line>45</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>46</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>48</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>49</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>51</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>53</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>54</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>56</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>56</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="AccessibleFieldsMustBeginWithUpperCaseLetter" ruleCheckId="SA1307">
<context>Public and internal fields must start with an upper-case letter: currentWeapon.</context>
<line>56</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>57</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>57</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketsMustNotBePrecededByBlankLine" ruleCheckId="SA1508">
<context>A closing curly bracket must not be preceded by a blank line.</context>
<line>84</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to defaultInput must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>59</line>
<index>1597</index>
<endIndex>1608</endIndex>
<startLine>59</startLine>
<startColumn>9</startColumn>
<endLine>59</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to defaultInput must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>61</line>
<index>1643</index>
<endIndex>1654</endIndex>
<startLine>61</startLine>
<startColumn>9</startColumn>
<endLine>61</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to input_Movement must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>61</line>
<index>1693</index>
<endIndex>1706</endIndex>
<startLine>61</startLine>
<startColumn>59</startColumn>
<endLine>61</endLine>
<endColumn>72</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to defaultInput must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>62</line>
<index>1743</index>
<endIndex>1754</endIndex>
<startLine>62</startLine>
<startColumn>9</startColumn>
<endLine>62</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to input_View must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>62</line>
<index>1789</index>
<endIndex>1798</endIndex>
<startLine>62</startLine>
<startColumn>55</startColumn>
<endLine>62</endLine>
<endColumn>64</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to defaultInput must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>63</line>
<index>1835</index>
<endIndex>1846</endIndex>
<startLine>63</startLine>
<startColumn>9</startColumn>
<endLine>63</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Jump must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>63</line>
<index>1881</index>
<endIndex>1884</endIndex>
<startLine>63</startLine>
<startColumn>55</startColumn>
<endLine>63</endLine>
<endColumn>58</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to defaultInput must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>65</line>
<index>1908</index>
<endIndex>1919</endIndex>
<startLine>65</startLine>
<startColumn>9</startColumn>
<endLine>65</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Crouch must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>65</line>
<index>1956</index>
<endIndex>1961</endIndex>
<startLine>65</startLine>
<startColumn>57</startColumn>
<endLine>65</endLine>
<endColumn>62</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to defaultInput must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>66</line>
<index>1975</index>
<endIndex>1986</endIndex>
<startLine>66</startLine>
<startColumn>9</startColumn>
<endLine>66</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Prone must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>66</line>
<index>2022</index>
<endIndex>2026</endIndex>
<startLine>66</startLine>
<startColumn>56</startColumn>
<endLine>66</endLine>
<endColumn>60</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to defaultInput must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>68</line>
<index>2050</index>
<endIndex>2061</endIndex>
<startLine>68</startLine>
<startColumn>9</startColumn>
<endLine>68</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to ToggleSprint must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>68</line>
<index>2098</index>
<endIndex>2109</endIndex>
<startLine>68</startLine>
<startColumn>57</startColumn>
<endLine>68</endLine>
<endColumn>68</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to defaultInput must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>69</line>
<index>2123</index>
<endIndex>2134</endIndex>
<startLine>69</startLine>
<startColumn>9</startColumn>
<endLine>69</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to StopSprint must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>69</line>
<index>2179</index>
<endIndex>2188</endIndex>
<startLine>69</startLine>
<startColumn>65</startColumn>
<endLine>69</endLine>
<endColumn>74</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to defaultInput must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>71</line>
<index>2210</index>
<endIndex>2221</endIndex>
<startLine>71</startLine>
<startColumn>9</startColumn>
<endLine>71</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newCameraRotation must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>73</line>
<index>2244</index>
<endIndex>2260</endIndex>
<startLine>73</startLine>
<startColumn>9</startColumn>
<endLine>73</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to cameraHolder must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>73</line>
<index>2264</index>
<endIndex>2275</endIndex>
<startLine>73</startLine>
<startColumn>29</startColumn>
<endLine>73</endLine>
<endColumn>40</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newCharacterRotation must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>74</line>
<index>2313</index>
<endIndex>2332</endIndex>
<startLine>74</startLine>
<startColumn>9</startColumn>
<endLine>74</endLine>
<endColumn>28</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to characterController must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>75</line>
<index>2382</index>
<endIndex>2400</endIndex>
<startLine>75</startLine>
<startColumn>9</startColumn>
<endLine>75</endLine>
<endColumn>27</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to GetComponent&lt;CharacterController&gt; must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>75</line>
<index>2404</index>
<endIndex>2436</endIndex>
<startLine>75</startLine>
<startColumn>31</startColumn>
<endLine>75</endLine>
<endColumn>63</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to cameraHeight must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>77</line>
<index>2452</index>
<endIndex>2463</endIndex>
<startLine>77</startLine>
<startColumn>9</startColumn>
<endLine>77</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to cameraHolder must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>77</line>
<index>2467</index>
<endIndex>2478</endIndex>
<startLine>77</startLine>
<startColumn>24</startColumn>
<endLine>77</endLine>
<endColumn>35</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to currentWeapon must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>81</line>
<index>2551</index>
<endIndex>2563</endIndex>
<startLine>81</startLine>
<startColumn>13</startColumn>
<endLine>81</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to currentWeapon must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>79</line>
<index>2512</index>
<endIndex>2524</endIndex>
<startLine>79</startLine>
<startColumn>13</startColumn>
<endLine>79</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>86</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to CalculateView must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>88</line>
<index>2656</index>
<endIndex>2668</endIndex>
<startLine>88</startLine>
<startColumn>9</startColumn>
<endLine>88</endLine>
<endColumn>21</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to CalculateMovement must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>89</line>
<index>2682</index>
<endIndex>2698</endIndex>
<startLine>89</startLine>
<startColumn>9</startColumn>
<endLine>89</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to CalculateJump must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>90</line>
<index>2712</index>
<endIndex>2724</endIndex>
<startLine>90</startLine>
<startColumn>9</startColumn>
<endLine>90</endLine>
<endColumn>21</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to CalculateCameraHeight must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>91</line>
<index>2738</index>
<endIndex>2758</endIndex>
<startLine>91</startLine>
<startColumn>9</startColumn>
<endLine>91</endLine>
<endColumn>29</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>94</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newCharacterRotation must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>96</line>
<index>2822</index>
<endIndex>2841</endIndex>
<startLine>96</startLine>
<startColumn>9</startColumn>
<endLine>96</endLine>
<endColumn>28</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>96</line>
<index>2848</index>
<endIndex>2861</endIndex>
<startLine>96</startLine>
<startColumn>35</startColumn>
<endLine>96</endLine>
<endColumn>48</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>96</line>
<index>2883</index>
<endIndex>2896</endIndex>
<startLine>96</startLine>
<startColumn>70</startColumn>
<endLine>96</endLine>
<endColumn>83</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to input_View must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>96</line>
<index>2915</index>
<endIndex>2924</endIndex>
<startLine>96</startLine>
<startColumn>102</startColumn>
<endLine>96</endLine>
<endColumn>111</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to input_View must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>96</line>
<index>2930</index>
<endIndex>2939</endIndex>
<startLine>96</startLine>
<startColumn>117</startColumn>
<endLine>96</endLine>
<endColumn>126</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newCharacterRotation must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>97</line>
<index>3014</index>
<endIndex>3033</endIndex>
<startLine>97</startLine>
<startColumn>52</startColumn>
<endLine>97</endLine>
<endColumn>71</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newCameraRotation must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>99</line>
<index>3056</index>
<endIndex>3072</endIndex>
<startLine>99</startLine>
<startColumn>9</startColumn>
<endLine>99</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>99</line>
<index>3079</index>
<endIndex>3092</endIndex>
<startLine>99</startLine>
<startColumn>32</startColumn>
<endLine>99</endLine>
<endColumn>45</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>99</line>
<index>3114</index>
<endIndex>3127</endIndex>
<startLine>99</startLine>
<startColumn>67</startColumn>
<endLine>99</endLine>
<endColumn>80</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to input_View must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>99</line>
<index>3145</index>
<endIndex>3154</endIndex>
<startLine>99</startLine>
<startColumn>98</startColumn>
<endLine>99</endLine>
<endColumn>107</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to input_View must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>99</line>
<index>3161</index>
<endIndex>3170</endIndex>
<startLine>99</startLine>
<startColumn>114</startColumn>
<endLine>99</endLine>
<endColumn>123</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newCameraRotation must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>100</line>
<index>3202</index>
<endIndex>3218</endIndex>
<startLine>100</startLine>
<startColumn>9</startColumn>
<endLine>100</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newCameraRotation must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>100</line>
<index>3236</index>
<endIndex>3252</endIndex>
<startLine>100</startLine>
<startColumn>43</startColumn>
<endLine>100</endLine>
<endColumn>59</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to ViewClampYMin must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>100</line>
<index>3257</index>
<endIndex>3269</endIndex>
<startLine>100</startLine>
<startColumn>64</startColumn>
<endLine>100</endLine>
<endColumn>76</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to ViewClampYMax must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>100</line>
<index>3272</index>
<endIndex>3284</endIndex>
<startLine>100</startLine>
<startColumn>79</startColumn>
<endLine>100</endLine>
<endColumn>91</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to cameraHolder must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>102</line>
<index>3307</index>
<endIndex>3318</endIndex>
<startLine>102</startLine>
<startColumn>9</startColumn>
<endLine>102</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newCameraRotation must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>102</line>
<index>3353</index>
<endIndex>3369</endIndex>
<startLine>102</startLine>
<startColumn>55</startColumn>
<endLine>102</endLine>
<endColumn>71</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>105</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="FieldNamesMustBeginWithLowerCaseLetter" ruleCheckId="SA1306">
<context>Variable names and private field names must start with a lower-case letter: MovementSpeed.</context>
<line>147</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParametersMustBeOnSameLineOrSeparateLines" ruleCheckId="SA1117">
<context>All method parameters must be placed on the same line, or each parameter must be placed on a separate line.</context>
<line>142</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="SplitParametersMustStartOnLineAfterDeclaration" ruleCheckId="SA1116">
<context>If the method parameters are on separate lines, the first parameter must begin on the line beneath the name of the method.</context>
<line>142</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParameterMustFollowComma" ruleCheckId="SA1115">
<context>The parameter must begin on the line after the previous parameter.</context>
<line>145</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParametersMustBeOnSameLineOrSeparateLines" ruleCheckId="SA1117">
<context>All method parameters must be placed on the same line, or each parameter must be placed on a separate line.</context>
<line>143</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="SplitParametersMustStartOnLineAfterDeclaration" ruleCheckId="SA1116">
<context>If the method parameters are on separate lines, the first parameter must begin on the line beneath the name of the method.</context>
<line>143</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="ParameterMustFollowComma" ruleCheckId="SA1115">
<context>The parameter must begin on the line after the previous parameter.</context>
<line>144</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to isSprinting must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>109</line>
<index>3490</index>
<endIndex>3500</endIndex>
<startLine>109</startLine>
<startColumn>13</startColumn>
<endLine>109</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to input_Movement must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>107</line>
<index>3440</index>
<endIndex>3453</endIndex>
<startLine>107</startLine>
<startColumn>13</startColumn>
<endLine>107</endLine>
<endColumn>26</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>112</line>
<index>3561</index>
<endIndex>3574</endIndex>
<startLine>112</startLine>
<startColumn>29</startColumn>
<endLine>112</endLine>
<endColumn>42</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>113</line>
<index>3628</index>
<endIndex>3641</endIndex>
<startLine>113</startLine>
<startColumn>31</startColumn>
<endLine>113</endLine>
<endColumn>44</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>117</line>
<index>3731</index>
<endIndex>3744</endIndex>
<startLine>117</startLine>
<startColumn>29</startColumn>
<endLine>117</endLine>
<endColumn>42</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>118</line>
<index>3798</index>
<endIndex>3811</endIndex>
<startLine>118</startLine>
<startColumn>31</startColumn>
<endLine>118</endLine>
<endColumn>44</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to isSprinting must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>115</line>
<index>3678</index>
<endIndex>3688</endIndex>
<startLine>115</startLine>
<startColumn>13</startColumn>
<endLine>115</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>124</line>
<index>3946</index>
<endIndex>3959</endIndex>
<startLine>124</startLine>
<startColumn>13</startColumn>
<endLine>124</endLine>
<endColumn>26</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>124</line>
<index>3977</index>
<endIndex>3990</endIndex>
<startLine>124</startLine>
<startColumn>44</startColumn>
<endLine>124</endLine>
<endColumn>57</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to characterController must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>122</line>
<index>3890</index>
<endIndex>3908</endIndex>
<startLine>122</startLine>
<startColumn>14</startColumn>
<endLine>122</endLine>
<endColumn>32</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>128</line>
<index>4103</index>
<endIndex>4116</endIndex>
<startLine>128</startLine>
<startColumn>13</startColumn>
<endLine>128</endLine>
<endColumn>26</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>128</line>
<index>4134</index>
<endIndex>4147</endIndex>
<startLine>128</startLine>
<startColumn>44</startColumn>
<endLine>128</endLine>
<endColumn>57</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>126</line>
<index>4042</index>
<endIndex>4053</endIndex>
<startLine>126</startLine>
<startColumn>17</startColumn>
<endLine>126</endLine>
<endColumn>28</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>132</line>
<index>4259</index>
<endIndex>4272</endIndex>
<startLine>132</startLine>
<startColumn>13</startColumn>
<endLine>132</endLine>
<endColumn>26</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>132</line>
<index>4290</index>
<endIndex>4303</endIndex>
<startLine>132</startLine>
<startColumn>44</startColumn>
<endLine>132</endLine>
<endColumn>57</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>130</line>
<index>4199</index>
<endIndex>4210</endIndex>
<startLine>130</startLine>
<startColumn>17</startColumn>
<endLine>130</endLine>
<endColumn>28</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>136</line>
<index>4374</index>
<endIndex>4387</endIndex>
<startLine>136</startLine>
<startColumn>13</startColumn>
<endLine>136</endLine>
<endColumn>26</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>139</line>
<index>4455</index>
<endIndex>4468</endIndex>
<startLine>139</startLine>
<startColumn>26</startColumn>
<endLine>139</endLine>
<endColumn>39</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>140</line>
<index>4513</index>
<endIndex>4526</endIndex>
<startLine>140</startLine>
<startColumn>28</startColumn>
<endLine>140</endLine>
<endColumn>41</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newMovementSpeed must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>142</line>
<index>4562</index>
<endIndex>4577</endIndex>
<startLine>142</startLine>
<startColumn>9</startColumn>
<endLine>142</endLine>
<endColumn>24</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newMovementSpeed must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>142</line>
<index>4600</index>
<endIndex>4615</endIndex>
<startLine>142</startLine>
<startColumn>47</startColumn>
<endLine>142</endLine>
<endColumn>62</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to input_Movement must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>143</line>
<index>4656</index>
<endIndex>4669</endIndex>
<startLine>143</startLine>
<startColumn>38</startColumn>
<endLine>143</endLine>
<endColumn>51</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to input_Movement must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>144</line>
<index>4721</index>
<endIndex>4734</endIndex>
<startLine>144</startLine>
<startColumn>30</startColumn>
<endLine>144</endLine>
<endColumn>43</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newMovementSpeedVelocity must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>145</line>
<index>4774</index>
<endIndex>4797</endIndex>
<startLine>145</startLine>
<startColumn>17</startColumn>
<endLine>145</endLine>
<endColumn>40</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to characterController must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>145</line>
<index>4800</index>
<endIndex>4818</endIndex>
<startLine>145</startLine>
<startColumn>43</startColumn>
<endLine>145</endLine>
<endColumn>61</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>145</line>
<index>4833</index>
<endIndex>4846</endIndex>
<startLine>145</startLine>
<startColumn>76</startColumn>
<endLine>145</endLine>
<endColumn>89</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>145</line>
<index>4868</index>
<endIndex>4881</endIndex>
<startLine>145</startLine>
<startColumn>111</startColumn>
<endLine>145</endLine>
<endColumn>124</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to newMovementSpeed must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>147</line>
<index>4970</index>
<endIndex>4985</endIndex>
<startLine>147</startLine>
<startColumn>58</startColumn>
<endLine>147</endLine>
<endColumn>73</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerGravity must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>151</line>
<index>5056</index>
<endIndex>5068</endIndex>
<startLine>151</startLine>
<startColumn>13</startColumn>
<endLine>151</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to gravityAmount must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>151</line>
<index>5073</index>
<endIndex>5085</endIndex>
<startLine>151</startLine>
<startColumn>30</startColumn>
<endLine>151</endLine>
<endColumn>42</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerGravity must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>149</line>
<index>5004</index>
<endIndex>5016</endIndex>
<startLine>149</startLine>
<startColumn>13</startColumn>
<endLine>149</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to gravityMin must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>149</line>
<index>5020</index>
<endIndex>5029</endIndex>
<startLine>149</startLine>
<startColumn>29</startColumn>
<endLine>149</endLine>
<endColumn>38</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerGravity must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>156</line>
<index>5212</index>
<endIndex>5224</endIndex>
<startLine>156</startLine>
<startColumn>13</startColumn>
<endLine>156</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerGravity must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>154</line>
<index>5131</index>
<endIndex>5143</endIndex>
<startLine>154</startLine>
<startColumn>13</startColumn>
<endLine>154</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to characterController must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>154</line>
<index>5156</index>
<endIndex>5174</endIndex>
<startLine>154</startLine>
<startColumn>38</startColumn>
<endLine>154</endLine>
<endColumn>56</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerGravity must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>159</line>
<index>5276</index>
<endIndex>5288</endIndex>
<startLine>159</startLine>
<startColumn>28</startColumn>
<endLine>159</endLine>
<endColumn>40</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to jumpingForce must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>160</line>
<index>5317</index>
<endIndex>5328</endIndex>
<startLine>160</startLine>
<startColumn>26</startColumn>
<endLine>160</endLine>
<endColumn>37</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to characterController must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>162</line>
<index>5367</index>
<endIndex>5385</endIndex>
<startLine>162</startLine>
<startColumn>9</startColumn>
<endLine>162</endLine>
<endColumn>27</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="KeywordsMustBeSpacedCorrectly" ruleCheckId="SA1000">
<context>The spacing around the keyword 'if' is invalid.</context>
<line>126</line>
<index>4039</index>
<endIndex>4040</endIndex>
<startLine>126</startLine>
<startColumn>14</startColumn>
<endLine>126</endLine>
<endColumn>15</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="KeywordsMustBeSpacedCorrectly" ruleCheckId="SA1000">
<context>The spacing around the keyword 'if' is invalid.</context>
<line>130</line>
<index>4196</index>
<endIndex>4197</endIndex>
<startLine>130</startLine>
<startColumn>14</startColumn>
<endLine>130</endLine>
<endColumn>15</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>165</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to jumpingForce must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>167</line>
<index>5467</index>
<endIndex>5478</endIndex>
<startLine>167</startLine>
<startColumn>9</startColumn>
<endLine>167</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to jumpingForce must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>167</line>
<index>5501</index>
<endIndex>5512</endIndex>
<startLine>167</startLine>
<startColumn>43</startColumn>
<endLine>167</endLine>
<endColumn>54</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to jumpingForceVelocity must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>167</line>
<index>5533</index>
<endIndex>5552</endIndex>
<startLine>167</startLine>
<startColumn>75</startColumn>
<endLine>167</endLine>
<endColumn>94</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>167</line>
<index>5555</index>
<endIndex>5568</endIndex>
<startLine>167</startLine>
<startColumn>97</startColumn>
<endLine>167</endLine>
<endColumn>110</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>170</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>186</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStandStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>172</line>
<index>5673</index>
<endIndex>5689</endIndex>
<startLine>172</startLine>
<startColumn>28</startColumn>
<endLine>172</endLine>
<endColumn>44</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerCrouchStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>176</line>
<index>5796</index>
<endIndex>5813</endIndex>
<startLine>176</startLine>
<startColumn>28</startColumn>
<endLine>176</endLine>
<endColumn>45</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>174</line>
<index>5720</index>
<endIndex>5731</endIndex>
<startLine>174</startLine>
<startColumn>13</startColumn>
<endLine>174</endLine>
<endColumn>24</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerProneStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>180</line>
<index>5933</index>
<endIndex>5949</endIndex>
<startLine>180</startLine>
<startColumn>28</startColumn>
<endLine>180</endLine>
<endColumn>44</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>178</line>
<index>5858</index>
<endIndex>5869</endIndex>
<startLine>178</startLine>
<startColumn>18</startColumn>
<endLine>178</endLine>
<endColumn>29</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to cameraHeight must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>183</line>
<index>5995</index>
<endIndex>6006</endIndex>
<startLine>183</startLine>
<startColumn>9</startColumn>
<endLine>183</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to cameraHolder must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>183</line>
<index>6027</index>
<endIndex>6038</endIndex>
<startLine>183</startLine>
<startColumn>41</startColumn>
<endLine>183</endLine>
<endColumn>52</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to cameraHeightVelocity must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>183</line>
<index>6075</index>
<endIndex>6094</endIndex>
<startLine>183</startLine>
<startColumn>89</startColumn>
<endLine>183</endLine>
<endColumn>108</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStanceSmoothing must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>183</line>
<index>6097</index>
<endIndex>6117</endIndex>
<startLine>183</startLine>
<startColumn>111</startColumn>
<endLine>183</endLine>
<endColumn>131</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to cameraHolder must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>185</line>
<index>6132</index>
<endIndex>6143</endIndex>
<startLine>185</startLine>
<startColumn>9</startColumn>
<endLine>185</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to cameraHolder must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>185</line>
<index>6173</index>
<endIndex>6184</endIndex>
<startLine>185</startLine>
<startColumn>50</startColumn>
<endLine>185</endLine>
<endColumn>61</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to cameraHeight must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>185</line>
<index>6203</index>
<endIndex>6214</endIndex>
<startLine>185</startLine>
<startColumn>80</startColumn>
<endLine>185</endLine>
<endColumn>91</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to cameraHolder must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>185</line>
<index>6217</index>
<endIndex>6228</endIndex>
<startLine>185</startLine>
<startColumn>94</startColumn>
<endLine>185</endLine>
<endColumn>105</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>187</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>187</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>199</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to characterController must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>189</line>
<index>6301</index>
<endIndex>6319</endIndex>
<startLine>189</startLine>
<startColumn>14</startColumn>
<endLine>189</endLine>
<endColumn>32</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>189</line>
<index>6335</index>
<endIndex>6346</endIndex>
<startLine>189</startLine>
<startColumn>48</startColumn>
<endLine>189</endLine>
<endColumn>59</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to StanceCheck must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>196</line>
<index>6502</index>
<endIndex>6512</endIndex>
<startLine>196</startLine>
<startColumn>17</startColumn>
<endLine>196</endLine>
<endColumn>27</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStandStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>196</line>
<index>6514</index>
<endIndex>6530</endIndex>
<startLine>196</startLine>
<startColumn>29</startColumn>
<endLine>196</endLine>
<endColumn>45</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>200</line>
<index>6624</index>
<endIndex>6635</endIndex>
<startLine>200</startLine>
<startColumn>13</startColumn>
<endLine>200</endLine>
<endColumn>24</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>194</line>
<index>6437</index>
<endIndex>6448</endIndex>
<startLine>194</startLine>
<startColumn>13</startColumn>
<endLine>194</endLine>
<endColumn>24</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to jumpingForce must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>205</line>
<index>6727</index>
<endIndex>6738</endIndex>
<startLine>205</startLine>
<startColumn>9</startColumn>
<endLine>205</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>205</line>
<index>6755</index>
<endIndex>6768</endIndex>
<startLine>205</startLine>
<startColumn>37</startColumn>
<endLine>205</endLine>
<endColumn>50</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerGravity must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>206</line>
<index>6794</index>
<endIndex>6806</endIndex>
<startLine>206</startLine>
<startColumn>9</startColumn>
<endLine>206</endLine>
<endColumn>21</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>209</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>216</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>219</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>223</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to StanceCheck must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>213</line>
<index>6934</index>
<endIndex>6944</endIndex>
<startLine>213</startLine>
<startColumn>17</startColumn>
<endLine>213</endLine>
<endColumn>27</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStandStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>213</line>
<index>6946</index>
<endIndex>6962</endIndex>
<startLine>213</startLine>
<startColumn>29</startColumn>
<endLine>213</endLine>
<endColumn>45</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>217</line>
<index>7056</index>
<endIndex>7067</endIndex>
<startLine>217</startLine>
<startColumn>13</startColumn>
<endLine>217</endLine>
<endColumn>24</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>211</line>
<index>6869</index>
<endIndex>6880</endIndex>
<startLine>211</startLine>
<startColumn>13</startColumn>
<endLine>211</endLine>
<endColumn>24</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to StanceCheck must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>220</line>
<index>7136</index>
<endIndex>7146</endIndex>
<startLine>220</startLine>
<startColumn>13</startColumn>
<endLine>220</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerCrouchStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>220</line>
<index>7148</index>
<endIndex>7165</endIndex>
<startLine>220</startLine>
<startColumn>25</startColumn>
<endLine>220</endLine>
<endColumn>42</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>224</line>
<index>7243</index>
<endIndex>7254</endIndex>
<startLine>224</startLine>
<startColumn>9</startColumn>
<endLine>224</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>227</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerStance must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>229</line>
<index>7330</index>
<endIndex>7341</endIndex>
<startLine>229</startLine>
<startColumn>9</startColumn>
<endLine>229</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>232</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CodeMustNotContainMultipleBlankLinesInARow" ruleCheckId="SA1507">
<context>The code must not contain multiple blank lines in a row.</context>
<line>237</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to feetTransform must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>234</line>
<index>7469</index>
<endIndex>7481</endIndex>
<startLine>234</startLine>
<startColumn>33</startColumn>
<endLine>234</endLine>
<endColumn>45</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to feetTransform must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>234</line>
<index>7495</index>
<endIndex>7507</endIndex>
<startLine>234</startLine>
<startColumn>59</startColumn>
<endLine>234</endLine>
<endColumn>71</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to characterController must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>234</line>
<index>7522</index>
<endIndex>7540</endIndex>
<startLine>234</startLine>
<startColumn>86</startColumn>
<endLine>234</endLine>
<endColumn>104</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to stanceCheckErrorMargin must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>234</line>
<index>7551</index>
<endIndex>7572</endIndex>
<startLine>234</startLine>
<startColumn>115</startColumn>
<endLine>234</endLine>
<endColumn>136</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to feetTransform must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>234</line>
<index>7575</index>
<endIndex>7587</endIndex>
<startLine>234</startLine>
<startColumn>139</startColumn>
<endLine>234</endLine>
<endColumn>151</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to feetTransform must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>235</line>
<index>7633</index>
<endIndex>7645</endIndex>
<startLine>235</startLine>
<startColumn>31</startColumn>
<endLine>235</endLine>
<endColumn>43</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to feetTransform must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>235</line>
<index>7659</index>
<endIndex>7671</endIndex>
<startLine>235</startLine>
<startColumn>57</startColumn>
<endLine>235</endLine>
<endColumn>69</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to characterController must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>235</line>
<index>7686</index>
<endIndex>7704</endIndex>
<startLine>235</startLine>
<startColumn>84</startColumn>
<endLine>235</endLine>
<endColumn>102</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to stanceCheckErrorMargin must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>235</line>
<index>7715</index>
<endIndex>7736</endIndex>
<startLine>235</startLine>
<startColumn>113</startColumn>
<endLine>235</endLine>
<endColumn>134</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to feetTransform must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>235</line>
<index>7759</index>
<endIndex>7771</endIndex>
<startLine>235</startLine>
<startColumn>157</startColumn>
<endLine>235</endLine>
<endColumn>169</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to characterController must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>238</line>
<index>7855</index>
<endIndex>7873</endIndex>
<startLine>238</startLine>
<startColumn>49</startColumn>
<endLine>238</endLine>
<endColumn>67</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerMask must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>238</line>
<index>7883</index>
<endIndex>7892</endIndex>
<startLine>238</startLine>
<startColumn>77</startColumn>
<endLine>238</endLine>
<endColumn>86</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>241</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>247</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to isSprinting must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>245</line>
<index>8008</index>
<endIndex>8018</endIndex>
<startLine>245</startLine>
<startColumn>13</startColumn>
<endLine>245</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to input_Movement must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>243</line>
<index>7958</index>
<endIndex>7971</endIndex>
<startLine>243</startLine>
<startColumn>13</startColumn>
<endLine>243</endLine>
<endColumn>26</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to isSprinting must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>248</line>
<index>8070</index>
<endIndex>8080</endIndex>
<startLine>248</startLine>
<startColumn>9</startColumn>
<endLine>248</endLine>
<endColumn>19</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to isSprinting must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>248</line>
<index>8085</index>
<endIndex>8095</endIndex>
<startLine>248</startLine>
<startColumn>24</startColumn>
<endLine>248</endLine>
<endColumn>34</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>251</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to isSprinting must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>255</line>
<index>8216</index>
<endIndex>8226</endIndex>
<startLine>255</startLine>
<startColumn>13</startColumn>
<endLine>255</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to playerSettings must begin with the 'this.', 'base.', 'object.' or 'scr_CharacterController.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>253</line>
<index>8162</index>
<endIndex>8175</endIndex>
<startLine>253</startLine>
<startColumn>13</startColumn>
<endLine>253</endLine>
<endColumn>26</endColumn>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="scr_Models.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 15:21:15.031</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>class names begin with an upper-case letter: scr_Models.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The enum must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>19</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>19</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>20</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>20</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>22</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>22</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>26</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>26</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>27</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>27</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>30</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>30</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>31</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>31</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>35</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>35</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>36</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>36</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>39</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>39</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>41</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>41</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>44</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>44</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>45</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>45</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>46</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>46</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>47</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>47</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>51</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>53</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>53</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>54</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>54</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>62</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>65</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>65</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>66</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>66</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>67</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>67</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>68</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>68</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>69</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>69</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>70</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>70</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>71</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>71</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="GameManager.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.24 01:02:47.068</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="SystemUsingDirectivesMustBePlacedBeforeOtherUsingDirectives" ruleCheckId="SA1208">
<context>System using directives must be placed before all other using directives.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementMustNotBeOnSingleLine" ruleCheckId="SA1502">
<context>The property must not be placed on a single line. The opening and closing curly brackets must each be placed on their own line.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all events.</context>
<line>98</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="FieldNamesMustBeginWithLowerCaseLetter" ruleCheckId="SA1306">
<context>Variable names and private field names must start with a lower-case letter: DefendersTeam.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="FieldNamesMustBeginWithLowerCaseLetter" ruleCheckId="SA1306">
<context>Variable names and private field names must start with a lower-case letter: AttackersTeam.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>18</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private methods must be placed after all public methods.</context>
<line>39</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private methods must be placed after all public methods.</context>
<line>54</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustBeOrderedByAccess" ruleCheckId="SA1202">
<context>All private methods must be placed after all public methods.</context>
<line>68</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Destroy must begin with the 'this.', 'base.', 'object.' or 'GameManager.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>18</line>
<index>536</index>
<endIndex>542</endIndex>
<startLine>18</startLine>
<startColumn>13</startColumn>
<endLine>18</endLine>
<endColumn>19</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to gameObject must begin with the 'this.', 'base.', 'object.' or 'GameManager.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>18</line>
<index>544</index>
<endIndex>553</endIndex>
<startLine>18</startLine>
<startColumn>21</startColumn>
<endLine>18</endLine>
<endColumn>30</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>21</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>33</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>35</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to ResetScene must begin with the 'this.', 'base.', 'object.' or 'GameManager.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>23</line>
<index>647</index>
<endIndex>656</endIndex>
<startLine>23</startLine>
<startColumn>48</startColumn>
<endLine>23</endLine>
<endColumn>57</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to flagCaptured must begin with the 'this.', 'base.', 'object.' or 'GameManager.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>25</line>
<index>706</index>
<endIndex>717</endIndex>
<startLine>25</startLine>
<startColumn>45</startColumn>
<endLine>25</endLine>
<endColumn>56</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to timeOut must begin with the 'this.', 'base.', 'object.' or 'GameManager.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>26</line>
<index>762</index>
<endIndex>768</endIndex>
<startLine>26</startLine>
<startColumn>42</startColumn>
<endLine>26</endLine>
<endColumn>48</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>39</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>43</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>45</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the foreach statement must be wrapped in opening and closing curly brackets.</context>
<line>49</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>50</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>54</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>58</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>60</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the foreach statement must be wrapped in opening and closing curly brackets.</context>
<line>63</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>64</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>68</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>71</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>method names begin with an upper-case letter: flagCaptured.</context>
<line>71</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="KeywordsMustBeSpacedCorrectly" ruleCheckId="SA1000">
<context>The spacing around the keyword 'switch' is invalid.</context>
<line>73</line>
<index>2522</index>
<endIndex>2527</endIndex>
<startLine>73</startLine>
<startColumn>9</startColumn>
<endLine>73</endLine>
<endColumn>14</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>87</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>method names begin with an upper-case letter: timeOut.</context>
<line>87</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>92</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to flagCaptured must begin with the 'this.', 'base.', 'object.' or 'GameManager.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>94</line>
<index>3031</index>
<endIndex>3042</endIndex>
<startLine>94</startLine>
<startColumn>45</startColumn>
<endLine>94</endLine>
<endColumn>56</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to timeOut must begin with the 'this.', 'base.', 'object.' or 'GameManager.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>95</line>
<index>3087</index>
<endIndex>3093</endIndex>
<startLine>95</startLine>
<startColumn>42</startColumn>
<endLine>95</endLine>
<endColumn>48</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The event must have a documentation header.</context>
<line>98</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>99</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>99</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="GlobalEventManager.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 15:21:15.033</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The event must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>event names begin with an upper-case letter: onCaptureFlag.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All methods must be placed after all events.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The event must have a documentation header.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>event names begin with an upper-case letter: onTimeLeft.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>14</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="MapManager.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.16 19:49:10.120</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>6</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>property names begin with an upper-case letter: navPoints.</context>
<line>6</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="CodeMustNotContainMultipleStatementsOnOneLine" ruleCheckId="SA1107">
<context>A line may only contain a single statement.</context>
<line>15</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="TimeManager.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.16 00:20:04.403</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementMustNotBeOnSingleLine" ruleCheckId="SA1502">
<context>The property must not be placed on a single line. The opening and closing curly brackets must each be placed on their own line.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="AccessModifierMustBeDeclared" ruleCheckId="SA1400">
<context>The method must have an access modifier.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Destroy must begin with the 'this.', 'base.', 'object.' or 'TimeManager.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>21</line>
<index>529</index>
<endIndex>535</endIndex>
<startLine>21</startLine>
<startColumn>13</startColumn>
<endLine>21</endLine>
<endColumn>19</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to gameObject must begin with the 'this.', 'base.', 'object.' or 'TimeManager.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>21</line>
<index>537</index>
<endIndex>546</endIndex>
<startLine>21</startLine>
<startColumn>21</startColumn>
<endLine>21</endLine>
<endColumn>30</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="AccessModifierMustBeDeclared" ruleCheckId="SA1400">
<context>The method must have an access modifier.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to CurrentTime must begin with the 'this.', 'base.', 'object.' or 'TimeManager.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>26</line>
<index>603</index>
<endIndex>613</endIndex>
<startLine>26</startLine>
<startColumn>9</startColumn>
<endLine>26</endLine>
<endColumn>19</endColumn>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="NavPoint.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.16 20:17:09.487</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="SingleLineCommentMustBePrecededByBlankLine" ruleCheckId="SA1515">
<context>A single-line comment must be preceded by a blank line or another single-line comment, or must be the first item in its scope. To ignore this error when commenting out a line of code, begin the comment with '////' rather than '//'.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="SingleLineCommentsMustNotBeFollowedByBlankLine" ruleCheckId="SA1512">
<context>A single-line comment must not be followed by a blank line. To ignore this error when commenting out a line of code, begin the comment with '////' rather than '//'.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="SingleLineCommentsMustBeginWithSingleSpace" ruleCheckId="SA1005">
<context>The comment must start with a single space. To ignore this error when commenting out a line of code, begin the comment with '////' rather than '//'.</context>
<line>14</line>
<index>391</index>
<endIndex>414</endIndex>
<startLine>14</startLine>
<startColumn>5</startColumn>
<endLine>14</endLine>
<endColumn>28</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>property names begin with an upper-case letter: position.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to FlagDistance must begin with the 'this.', 'base.', 'object.' or 'NavPoint.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>18</line>
<index>460</index>
<endIndex>471</endIndex>
<startLine>18</startLine>
<startColumn>9</startColumn>
<endLine>18</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to position must begin with the 'this.', 'base.', 'object.' or 'NavPoint.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>18</line>
<index>538</index>
<endIndex>545</endIndex>
<startLine>18</startLine>
<startColumn>87</startColumn>
<endLine>18</endLine>
<endColumn>94</endColumn>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="Settings.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.24 01:00:02.216</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="SymbolsMustBeSpacedCorrectly" ruleCheckId="SA1003">
<context>The spacing around the symbol '=' is invalid.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>6</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>6</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>17</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>17</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>18</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>18</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>19</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>19</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>20</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>20</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>22</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>22</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>25</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>25</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>27</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>27</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>28</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>28</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>29</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>29</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>31</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>31</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>33</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>33</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>35</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>35</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>36</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>36</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>37</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>37</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>38</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.MaintainabilityRules" rule="FieldsMustBePrivate" ruleCheckId="SA1401">
<context>Fields must be declared with private access. Use properties to expose fields.</context>
<line>38</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="SettingsReader.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 23:29:50.464</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementMustNotBeOnSingleLine" ruleCheckId="SA1502">
<context>The property must not be placed on a single line. The opening and closing curly brackets must each be placed on their own line.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All methods must be placed after all properties.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementMustNotBeOnSingleLine" ruleCheckId="SA1502">
<context>The property must not be placed on a single line. The opening and closing curly brackets must each be placed on their own line.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to gameSettings must begin with the 'this.', 'base.', 'object.' or 'SettingsReader.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>16</line>
<index>419</index>
<endIndex>430</endIndex>
<startLine>16</startLine>
<startColumn>48</startColumn>
<endLine>16</endLine>
<endColumn>59</endColumn>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="Statistics.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 15:21:15.040</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="OpeningCurlyBracketsMustNotBeFollowedByBlankLine" ruleCheckId="SA1505">
<context>An opening curly bracket must not be followed by a blank line.</context>
<line>6</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketsMustNotBePrecededByBlankLine" ruleCheckId="SA1508">
<context>A closing curly bracket must not be preceded by a blank line.</context>
<line>8</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="AmmoPickUp.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.24 00:59:43.057</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>property names begin with an upper-case letter: type.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to PickObject must begin with the 'this.', 'base.', 'object.' or 'AmmoPickUp.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>11</line>
<index>252</index>
<endIndex>261</endIndex>
<startLine>11</startLine>
<startColumn>9</startColumn>
<endLine>11</endLine>
<endColumn>18</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>14</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="ArmourPickUp.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.24 00:59:39.476</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>property names begin with an upper-case letter: type.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to PickObject must begin with the 'this.', 'base.', 'object.' or 'ArmourPickUp.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>11</line>
<index>250</index>
<endIndex>259</endIndex>
<startLine>11</startLine>
<startColumn>9</startColumn>
<endLine>11</endLine>
<endColumn>18</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>14</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="HealthPickUp.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.24 00:59:35.943</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>property names begin with an upper-case letter: type.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to PickObject must begin with the 'this.', 'base.', 'object.' or 'HealthPickUp.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>11</line>
<index>250</index>
<endIndex>259</endIndex>
<startLine>11</startLine>
<startColumn>9</startColumn>
<endLine>11</endLine>
<endColumn>18</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>14</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="IPickable.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 15:21:15.043</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The interface must have a documentation header.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="ElementMustBeginWithUpperCaseLetter" ruleCheckId="SA1300">
<context>property names begin with an upper-case letter: type.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>6</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>6</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="PickUpSpawner.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.24 00:59:47.515</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>7</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementMustNotBeOnSingleLine" ruleCheckId="SA1502">
<context>The property must not be placed on a single line. The opening and closing curly brackets must each be placed on their own line.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>17</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to instance must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>10</line>
<index>255</index>
<endIndex>262</endIndex>
<startLine>10</startLine>
<startColumn>50</startColumn>
<endLine>10</endLine>
<endColumn>57</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>17</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>19</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>22</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the else statement must be wrapped in opening and closing curly brackets.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to instance must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>22</line>
<index>612</index>
<endIndex>619</endIndex>
<startLine>22</startLine>
<startColumn>13</startColumn>
<endLine>22</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to instance must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>21</line>
<index>581</index>
<endIndex>588</endIndex>
<startLine>21</startLine>
<startColumn>13</startColumn>
<endLine>21</endLine>
<endColumn>20</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to Destroy must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>24</line>
<index>656</index>
<endIndex>662</endIndex>
<startLine>24</startLine>
<startColumn>13</startColumn>
<endLine>24</endLine>
<endColumn>19</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to gameObject must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>24</line>
<index>664</index>
<endIndex>673</endIndex>
<startLine>24</startLine>
<startColumn>21</startColumn>
<endLine>24</endLine>
<endColumn>30</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>27</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the for statement must be wrapped in opening and closing curly brackets.</context>
<line>32</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the for statement must be wrapped in opening and closing curly brackets.</context>
<line>34</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the foreach statement must be wrapped in opening and closing curly brackets.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>38</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to pickups must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>29</line>
<index>728</index>
<endIndex>734</endIndex>
<startLine>29</startLine>
<startColumn>9</startColumn>
<endLine>29</endLine>
<endColumn>15</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to pickups must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>32</line>
<index>890</index>
<endIndex>896</endIndex>
<startLine>32</startLine>
<startColumn>13</startColumn>
<endLine>32</endLine>
<endColumn>19</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to healthPrefab must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>32</line>
<index>925</index>
<endIndex>936</endIndex>
<startLine>32</startLine>
<startColumn>48</startColumn>
<endLine>32</endLine>
<endColumn>59</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPoints must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>32</line>
<index>939</index>
<endIndex>949</endIndex>
<startLine>32</startLine>
<startColumn>62</startColumn>
<endLine>32</endLine>
<endColumn>72</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPoints must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>32</line>
<index>967</index>
<endIndex>977</endIndex>
<startLine>32</startLine>
<startColumn>90</startColumn>
<endLine>32</endLine>
<endColumn>100</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to pickups must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>34</line>
<index>1085</index>
<endIndex>1091</endIndex>
<startLine>34</startLine>
<startColumn>13</startColumn>
<endLine>34</endLine>
<endColumn>19</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to armourPrefab must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>34</line>
<index>1120</index>
<endIndex>1131</endIndex>
<startLine>34</startLine>
<startColumn>48</startColumn>
<endLine>34</endLine>
<endColumn>59</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPoints must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>34</line>
<index>1134</index>
<endIndex>1144</endIndex>
<startLine>34</startLine>
<startColumn>62</startColumn>
<endLine>34</endLine>
<endColumn>72</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPoints must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>34</line>
<index>1162</index>
<endIndex>1172</endIndex>
<startLine>34</startLine>
<startColumn>90</startColumn>
<endLine>34</endLine>
<endColumn>100</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to pickups must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>37</line>
<index>1291</index>
<endIndex>1297</endIndex>
<startLine>37</startLine>
<startColumn>13</startColumn>
<endLine>37</endLine>
<endColumn>19</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to ammoPrefab must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>37</line>
<index>1326</index>
<endIndex>1335</endIndex>
<startLine>37</startLine>
<startColumn>48</startColumn>
<endLine>37</endLine>
<endColumn>57</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPoints must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>37</line>
<index>1338</index>
<endIndex>1348</endIndex>
<startLine>37</startLine>
<startColumn>60</startColumn>
<endLine>37</endLine>
<endColumn>70</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPoints must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>37</line>
<index>1366</index>
<endIndex>1376</endIndex>
<startLine>37</startLine>
<startColumn>88</startColumn>
<endLine>37</endLine>
<endColumn>98</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to pickups must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>39</line>
<index>1473</index>
<endIndex>1479</endIndex>
<startLine>39</startLine>
<startColumn>33</startColumn>
<endLine>39</endLine>
<endColumn>39</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to StartCoroutine must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>42</line>
<index>1531</index>
<endIndex>1544</endIndex>
<startLine>42</startLine>
<startColumn>9</startColumn>
<endLine>42</endLine>
<endColumn>22</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to SpawnNewPickUps must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>42</line>
<index>1546</index>
<endIndex>1560</endIndex>
<startLine>42</startLine>
<startColumn>24</startColumn>
<endLine>42</endLine>
<endColumn>38</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>45</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>58</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPoints must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>55</line>
<index>1898</index>
<endIndex>1908</endIndex>
<startLine>55</startLine>
<startColumn>47</startColumn>
<endLine>55</endLine>
<endColumn>57</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to spawnPoints must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>55</line>
<index>1926</index>
<endIndex>1936</endIndex>
<startLine>55</startLine>
<startColumn>75</startColumn>
<endLine>55</endLine>
<endColumn>85</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to IsDisableCheck must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>50</line>
<index>1703</index>
<endIndex>1716</endIndex>
<startLine>50</startLine>
<startColumn>16</startColumn>
<endLine>50</endLine>
<endColumn>29</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="KeywordsMustBeSpacedCorrectly" ruleCheckId="SA1000">
<context>The spacing around the keyword 'while' is invalid.</context>
<line>47</line>
<index>1634</index>
<endIndex>1638</endIndex>
<startLine>47</startLine>
<startColumn>9</startColumn>
<endLine>47</endLine>
<endColumn>13</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="KeywordsMustBeSpacedCorrectly" ruleCheckId="SA1000">
<context>The spacing around the keyword 'if' is invalid.</context>
<line>50</line>
<index>1700</index>
<endIndex>1701</endIndex>
<startLine>50</startLine>
<startColumn>13</startColumn>
<endLine>50</endLine>
<endColumn>14</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="CodeMustNotContainMultipleWhitespaceInARow" ruleCheckId="SA1025">
<context>The code contains multiple spaces in a row. Only one space is needed.</context>
<line>59</line>
<index>2062</index>
<endIndex>2063</endIndex>
<startLine>59</startLine>
<startColumn>29</startColumn>
<endLine>59</endLine>
<endColumn>30</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>63</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>72</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to pickups must begin with the 'this.', 'base.', 'object.' or 'PickUpSpawner.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>65</line>
<index>2196</index>
<endIndex>2202</endIndex>
<startLine>65</startLine>
<startColumn>29</startColumn>
<endLine>65</endLine>
<endColumn>35</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="KeywordsMustBeSpacedCorrectly" ruleCheckId="SA1000">
<context>The spacing around the keyword 'foreach' is invalid.</context>
<line>65</line>
<index>2176</index>
<endIndex>2182</endIndex>
<startLine>65</startLine>
<startColumn>9</startColumn>
<endLine>65</endLine>
<endColumn>15</endColumn>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="PickUpType.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 15:21:15.044</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The enum must have a documentation header.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="Sensors.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 22:38:30.693</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CodeMustNotContainBlankLinesAtEndOfFile" ruleCheckId="SA1518">
<context>The code must not contain blank lines at the end of the file.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CodeMustNotContainMultipleBlankLinesInARow" ruleCheckId="SA1507">
<context>The code must not contain multiple blank lines in a row.</context>
<line>4</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="SensorType.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 15:21:15.046</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The enum must have a documentation header.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>4</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="EnumerationItemsMustBeDocumented" ruleCheckId="SA1602">
<context>The enumeration sub-item must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="BoolToInteger.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.24 00:44:55.312</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>3</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.NamingRules" rule="FieldNamesMustNotBeginWithUnderscore" ruleCheckId="SA1309">
<context>Field names must not start with an underscore.</context>
<line>3</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="SerializableDictionary.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 16:12:15.866</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>15</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>17</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>18</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>19</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>20</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>21</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>23</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>26</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>31</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The indexer must have a documentation header.</context>
<line>36</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The indexer must have a documentation header.</context>
<line>47</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The constructor must have a documentation header.</context>
<line>60</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The constructor must have a documentation header.</context>
<line>65</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The constructor must have a documentation header.</context>
<line>70</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The constructor must have a documentation header.</context>
<line>75</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The constructor must have a documentation header.</context>
<line>85</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The constructor must have a documentation header.</context>
<line>90</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>100</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>122</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>127</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>146</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>151</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>190</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>195</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>226</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>281</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>297</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>314</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>325</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>327</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>403</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>420</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>439</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>450</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>455</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>460</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>465</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>472</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>490</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>495</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>500</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>505</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>510</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<project key="-364018800">
<configuration>UNITY_2019_4_35;UNITY_2019_4;UNITY_2019;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_INPUT_SYSTEM;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</configuration>
</project>
<sourcecode name="NPC.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.28 18:30:19.041</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.CsParser" rule="SyntaxException" ruleCheckId="SA0102">
<context>A syntax error has been discovered in file F:\SigmaRiskManagment\real shooter Git Version\Assets\Scripts\Character\NPC.cs on line 87.</context>
<line>87</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="FlagZone.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.28 18:30:19.035</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>5</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>8</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.OrderingRules" rule="ElementsMustAppearInTheCorrectOrder" ruleCheckId="SA1201">
<context>All properties must be placed after all fields.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>9</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>10</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>11</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to occupDefenders must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>12</line>
<index>362</index>
<endIndex>375</endIndex>
<startLine>12</startLine>
<startColumn>33</startColumn>
<endLine>12</endLine>
<endColumn>46</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to occupAttackers must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>12</line>
<index>384</index>
<endIndex>397</endIndex>
<startLine>12</startLine>
<startColumn>55</startColumn>
<endLine>12</endLine>
<endColumn>68</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="SymbolsMustBeSpacedCorrectly" ruleCheckId="SA1003">
<context>The spacing around the symbol '&gt;' is invalid.</context>
<line>12</line>
<index>376</index>
<endIndex>376</endIndex>
<startLine>12</startLine>
<startColumn>47</startColumn>
<endLine>12</endLine>
<endColumn>47</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="SymbolsMustBeSpacedCorrectly" ruleCheckId="SA1003">
<context>The spacing around the symbol '&gt;' is invalid.</context>
<line>12</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="SymbolsMustBeSpacedCorrectly" ruleCheckId="SA1003">
<context>The spacing around the symbol '&gt;' is invalid.</context>
<line>12</line>
<index>398</index>
<endIndex>398</endIndex>
<startLine>12</startLine>
<startColumn>69</startColumn>
<endLine>12</endLine>
<endColumn>69</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The property must have a documentation header.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>13</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to occupDefenders must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>13</line>
<index>435</index>
<endIndex>448</endIndex>
<startLine>13</startLine>
<startColumn>32</startColumn>
<endLine>13</endLine>
<endColumn>45</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to occupAttackers must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>13</line>
<index>460</index>
<endIndex>473</endIndex>
<startLine>13</startLine>
<startColumn>57</startColumn>
<endLine>13</endLine>
<endColumn>70</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The field must have a documentation header.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>14</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>16</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="OpeningCurlyBracketsMustNotBeFollowedByBlankLine" ruleCheckId="SA1505">
<context>An opening curly bracket must not be followed by a blank line.</context>
<line>17</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>24</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to timeForWin must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>19</line>
<index>559</index>
<endIndex>568</endIndex>
<startLine>19</startLine>
<startColumn>9</startColumn>
<endLine>19</endLine>
<endColumn>18</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to TimeStayAttackers must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>20</line>
<index>628</index>
<endIndex>644</endIndex>
<startLine>20</startLine>
<startColumn>9</startColumn>
<endLine>20</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to TimeStayDefenders must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>21</line>
<index>660</index>
<endIndex>676</endIndex>
<startLine>21</startLine>
<startColumn>9</startColumn>
<endLine>21</endLine>
<endColumn>25</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to occupAttackers must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>22</line>
<index>692</index>
<endIndex>705</endIndex>
<startLine>22</startLine>
<startColumn>9</startColumn>
<endLine>22</endLine>
<endColumn>22</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to occupDefenders must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>23</line>
<index>721</index>
<endIndex>734</endIndex>
<startLine>23</startLine>
<startColumn>9</startColumn>
<endLine>23</endLine>
<endColumn>22</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>25</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>25</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>39</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to occupDefenders must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>30</line>
<index>889</index>
<endIndex>902</endIndex>
<startLine>30</startLine>
<startColumn>17</startColumn>
<endLine>30</endLine>
<endColumn>30</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to occupAttackers must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>33</line>
<index>978</index>
<endIndex>991</endIndex>
<startLine>33</startLine>
<startColumn>17</startColumn>
<endLine>33</endLine>
<endColumn>30</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.SpacingRules" rule="KeywordsMustBeSpacedCorrectly" ruleCheckId="SA1000">
<context>The spacing around the keyword 'switch' is invalid.</context>
<line>27</line>
<index>813</index>
<endIndex>818</endIndex>
<startLine>27</startLine>
<startColumn>9</startColumn>
<endLine>27</endLine>
<endColumn>14</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>40</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ClosingCurlyBracketMustBeFollowedByBlankLine" ruleCheckId="SA1513">
<context>Statements or elements wrapped in curly brackets must be followed by a blank line.</context>
<line>54</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to occupDefenders must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>45</line>
<index>1287</index>
<endIndex>1300</endIndex>
<startLine>45</startLine>
<startColumn>17</startColumn>
<endLine>45</endLine>
<endColumn>30</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to occupAttackers must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>48</line>
<index>1376</index>
<endIndex>1389</endIndex>
<startLine>48</startLine>
<startColumn>17</startColumn>
<endLine>48</endLine>
<endColumn>30</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The method must have a documentation header.</context>
<line>55</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="ElementsMustBeSeparatedByBlankLine" ruleCheckId="SA1516">
<context>Adjacent elements must be separated by a blank line.</context>
<line>55</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>67</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.LayoutRules" rule="CurlyBracketsMustNotBeOmitted" ruleCheckId="SA1503">
<context>The body of the if statement must be wrapped in opening and closing curly brackets.</context>
<line>73</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to TimeStayAttackers must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>59</line>
<index>1641</index>
<endIndex>1657</endIndex>
<startLine>59</startLine>
<startColumn>13</startColumn>
<endLine>59</endLine>
<endColumn>29</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to TimeStayDefenders must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>60</line>
<index>1677</index>
<endIndex>1693</endIndex>
<startLine>60</startLine>
<startColumn>13</startColumn>
<endLine>60</endLine>
<endColumn>29</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to IsOccupBoth must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>57</line>
<index>1590</index>
<endIndex>1600</endIndex>
<startLine>57</startLine>
<startColumn>13</startColumn>
<endLine>57</endLine>
<endColumn>23</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to IsNotOccup must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>57</line>
<index>1605</index>
<endIndex>1614</endIndex>
<startLine>57</startLine>
<startColumn>28</startColumn>
<endLine>57</endLine>
<endColumn>37</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to TimeStayAttackers must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>65</line>
<index>1794</index>
<endIndex>1810</endIndex>
<startLine>65</startLine>
<startColumn>13</startColumn>
<endLine>65</endLine>
<endColumn>29</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to TimeStayAttackers must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>66</line>
<index>1848</index>
<endIndex>1864</endIndex>
<startLine>66</startLine>
<startColumn>17</startColumn>
<endLine>66</endLine>
<endColumn>33</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to timeForWin must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>66</line>
<index>1868</index>
<endIndex>1877</endIndex>
<startLine>66</startLine>
<startColumn>37</startColumn>
<endLine>66</endLine>
<endColumn>46</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to occupAttackers must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>63</line>
<index>1750</index>
<endIndex>1763</endIndex>
<startLine>63</startLine>
<startColumn>18</startColumn>
<endLine>63</endLine>
<endColumn>31</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to TimeStayDefenders must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>71</line>
<index>1999</index>
<endIndex>2015</endIndex>
<startLine>71</startLine>
<startColumn>13</startColumn>
<endLine>71</endLine>
<endColumn>29</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to TimeStayDefenders must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>72</line>
<index>2053</index>
<endIndex>2069</endIndex>
<startLine>72</startLine>
<startColumn>17</startColumn>
<endLine>72</endLine>
<endColumn>33</endColumn>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.ReadabilityRules" rule="PrefixCallsCorrectly" ruleCheckId="SA1126">
<context>The call to timeForWin must begin with the 'this.', 'base.', 'object.' or 'FlagZone.' or 'MonoBehaviour.' prefix to indicate the intended method call. </context>
<line>72</line>
<index>2073</index>
<endIndex>2082</endIndex>
<startLine>72</startLine>
<startColumn>37</startColumn>
<endLine>72</endLine>
<endColumn>46</endColumn>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
<sourcecode name="scr_WeaponController.cs" parser="StyleCop.CSharp.CsParser">
<timestamps>
<styleCop>2022.04.28 18:27:01.731</styleCop>
<settingsFile>2022.04.28 18:27:01.710</settingsFile>
<sourceFile>2022.04.12 15:21:15.050</sourceFile>
<parser>2022.04.28 18:27:01.731</parser>
<StyleCop.CSharp.DocumentationRules>2022.04.28 18:27:01.731</StyleCop.CSharp.DocumentationRules>
<StyleCop.CSharp.DocumentationRules.FilesHashCode>-2051395988</StyleCop.CSharp.DocumentationRules.FilesHashCode>
<StyleCop.CSharp.LayoutRules>2022.04.28 18:27:01.731</StyleCop.CSharp.LayoutRules>
<StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
<StyleCop.CSharp.MaintainabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.MaintainabilityRules>
<StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
<StyleCop.CSharp.NamingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.NamingRules>
<StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
<StyleCop.CSharp.OrderingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.OrderingRules>
<StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
<StyleCop.CSharp.ReadabilityRules>2022.04.28 18:27:01.731</StyleCop.CSharp.ReadabilityRules>
<StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
<StyleCop.CSharp.SpacingRules>2022.04.28 18:27:01.731</StyleCop.CSharp.SpacingRules>
<StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
</timestamps>
<violations>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="FileMustHaveHeader" ruleCheckId="SA1633">
<context>The file has no header, the header Xml is invalid, or the header is not located at the top of the file.</context>
<line>1</line>
<warning>False</warning>
</violation>
<violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementsMustBeDocumented" ruleCheckId="SA1600">
<context>The class must have a documentation header.</context>
<line>4</line>
<warning>False</warning>
</violation>
</violations>
</sourcecode>
</stylecopresultscache>