register bunch of components and fix enumerations in documentation
This commit is contained in:
@@ -54,6 +54,9 @@ namespace Barotrauma
|
||||
if (type.StartsWith("Func"))
|
||||
return "function";
|
||||
|
||||
if (type.StartsWith("IEnumerable"))
|
||||
return "Enumerable";
|
||||
|
||||
return type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user