harmony & patches
This commit is contained in:
parent
ec885790e9
commit
4abc55ad97
4 changed files with 16 additions and 1 deletions
0
.vscode/build.sh
vendored
0
.vscode/build.sh
vendored
3
1.1/Patches/Patches.xml
Normal file
3
1.1/Patches/Patches.xml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<Patch>
|
||||||
|
</Patch>
|
|
@ -25,6 +25,15 @@ namespace Template
|
||||||
public static LetterDef success_letter;
|
public static LetterDef success_letter;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[StaticConstructorOnStartup]
|
||||||
|
public static class Start
|
||||||
|
{
|
||||||
|
static Start()
|
||||||
|
{
|
||||||
|
Log.Message("Mod template: success");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public class MyMapComponent : MapComponent
|
public class MyMapComponent : MapComponent
|
||||||
{
|
{
|
||||||
public MyMapComponent(Map map) : base(map)
|
public MyMapComponent(Map map) : base(map)
|
||||||
|
|
|
@ -12,6 +12,9 @@
|
||||||
<DebugType>none</DebugType>
|
<DebugType>none</DebugType>
|
||||||
<DebugSymbols>false</DebugSymbols>
|
<DebugSymbols>false</DebugSymbols>
|
||||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||||
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
|
|
||||||
|
<!-- Generated by the MSBuild WriteCodeFragment class. -->
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue