~~NOTOC~~
~~Title: GetMod ~~
**Description:**\\
Gets the Assembly of the modName string.
**Added In:** v0.45
====== Function ======
public static Assembly GetMod(string modName, bool caseInsensitive = false)
----
\\
====== Usage ======
//Coming soon
----
\\
====== Examples ======
//Coming soon
----