We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef81f88 commit ad9da1fCopy full SHA for ad9da1f
LDtk/JsonPartials/LDtkWorld.cs
@@ -95,7 +95,8 @@ public LDtkLevel LoadLevel(int index)
95
throw new LDtkException($"No level with index {index} found in this world");
96
}
97
98
- LDtkLevel LoadLevel(LDtkLevel rawLevel)
+ /// <summary> Get the level with an index. </summary>
99
+ public LDtkLevel LoadLevel(LDtkLevel rawLevel)
100
{
101
if (rawLevel.ExternalRelPath == null)
102
LDtk/LDtk.csproj
@@ -29,8 +29,6 @@
29
<PackageReadmeFile>readme.md</PackageReadmeFile>
30
31
<PackageOutputDir>../Nuget/</PackageOutputDir>
32
- <IncludeSymbols>true</IncludeSymbols>
33
- <SymbolPackageFormat>snupkg</SymbolPackageFormat>
34
</PropertyGroup>
35
36
<ItemGroup>
0 commit comments