~~NOTOC~~
~~Title: Read ~~
**Description:**\\
Reads value from key from the mod's ini file and returns it as the requested type.
**Added In:** v0.45
====== Function ======
public T Read(string key, UMFConfigParser parser, params string[] comments)
----
\\
====== Usage ======
//Coming soon
----
\\
====== Examples ======
//Coming soon
----