Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions/SDK.Mirror.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**Mirror**](https://github.com/MirrorNetworking/Mirror) - Free open source game networking library for Unity.
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ Lua[] = (?:^|/)(?:lib)?lua5\.?[01234]\.(?:dll|so)$
Lua[] = \.lua$
LWJGL = (?:^|/)lwjgl(?:64)?\.(?:dll|jar)$
Miles_Sound_System = (?:^|/)mss(?:16|32|64)\.dll$
Mirror = (?:^|/)Mirror\.dll$
Modio = (?:^|/)mod\.?io
NodeJS = (?:^|/)(?:lib)?node\.(?:dll|dylib)$
NvCloth = (?:^|/)NvCloth(?:profile)?_x(?:64|86)\.dll$
Expand Down
3 changes: 3 additions & 0 deletions tests/types/SDK.Mirror.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/Mirror.dll
/folder/Mirror.dll
Mirror.dll
2 changes: 2 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ falcoengine.dlll
athEngine.dll
PathEngine.dl
PathEngine_dll
Mirror_dll
Mirror.dl
somethingFishnet.Runtime.dll
Fishnet.Runtime_dll
Fishnet.Runtime.dllWhoopsie
Expand Down