This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bannedWords: | |
| - Fuck | |
| - Bastard | |
| - Penis | |
| - Piss | |
| - Asshole | |
| - assshole | |
| - shit | |
| - bitch | |
| - ass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package example.request; | |
| import java.util.Arrays; | |
| import java.util.List; | |
| import org.spongepowered.api.entity.player.Player; | |
| import org.spongepowered.api.text.message.Message; | |
| import org.spongepowered.api.text.message.Messages; | |
| import com.github.boformer.doublecheck.api.AbstractRequest; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| EuroBuildingsUnlocker - BeginLoading: level 'BuildingManager.UpdateData' | |
| (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) | |
| EuroBuildingsUnlocker - Environment is 'North' | |
| (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56) | |
| EuroBuildingsUnlocker - EndLoading | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
| <Themes> | |
| <Theme name="European"> | |
| <Buildings> | |
| <Building include="false" name="H1_3x2_Blockhouse01" /> | |
| <Building include="false" name="H2_3x2_Blockhouse01" /> | |
| <Building include="false" name="H3_3x2_Blockhouse01" /> | |
| <Building include="false" name="H4_3x2_Blockhouse01" /> | |
| <Building include="false" name="H5_3x2_Blockhouse01" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using BuildingThemes; | |
| using ICities; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using ColossalFramework; | |
| namespace UKTerracedBuildingTheme |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Reflection; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using UnityEngine; | |
| namespace LargerFootprints | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Reflection; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using UnityEngine; | |
| namespace LargerFootprints | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using ColossalFramework; | |
| using ColossalFramework.Threading; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Reflection; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using UnityEngine; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using ColossalFramework; | |
| using ColossalFramework.Threading; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Reflection; | |
| using System.Text; | |
| using System.Threading; | |
| using UnityEngine; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Reflection; | |
| using System.Text; | |
| using UnityEngine; | |
| namespace LargerFootprints.Detour | |
| { | |
| public class BuildingAIDetour |
OlderNewer