Skip to content

Commit b9bde3c

Browse files
committed
.NET: WIP zombie spawner test script for RE9
1 parent d67f02a commit b9bde3c

File tree

2 files changed

+1551
-1
lines changed

2 files changed

+1551
-1
lines changed

csharp-api/cmake.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ set_dotnet_references(CSharpAPITestWebAPI "mhwilds" "${MHWILDS_DLLS}")
282282
[target.CSharpAPITestRE9]
283283
condition = "build-csharp-test-re9"
284284
type = "CSharpSharedTarget"
285-
sources = ["test/Test/TestRE9.cs"]
285+
sources = ["test/Test/ZombieSpawner.cs"]
286286
link-libraries = ["csharp-api"]
287287
cmake-after = """
288288
set_dotnet_references(CSharpAPITestRE9 "re9" "${RE9_DLLS}")

0 commit comments

Comments
 (0)