Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
<...>\steamapps\workshop\content\333640\3099213021\Leveling.cs(150,14): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.IList<string>' to 'System.Collections.Generic.IReadOnlyList<string>'
== Warnings ==
<...>\steamapps\workshop\content\333640\3099213021\Injector.cs(30,19): warning CS0618: 'Popup.ShowOptionList(string, IReadOnlyList<string>, IReadOnlyList<char>, int, string, int, bool, bool, int, string, Action<int>, GameObject, IReadOnlyList<IRenderable>, IRenderable, IReadOnlyList<QudMenuItem>, bool, bool, int, bool)' is obsolete: 'Use PickOption'
=== It's Your Choice 1.0.0 Errors ===
<...>\steamapps\workshop\content\333640\3099213021\Leveling.cs(150,14): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.IList<string>' to 'System.Collections.Generic.IReadOnlyList<string>'
== Warnings ==
<...>\steamapps\workshop\content\333640\3099213021\Injector.cs(30,19): warning CS0618: 'Popup.ShowOptionList(string, IReadOnlyList<string>, IReadOnlyList<char>, int, string, int, bool, bool, int, string, Action<int>, GameObject, IReadOnlyList<IRenderable>, IRenderable, IReadOnlyList<QudMenuItem>, bool, bool, int, bool)' is obsolete: 'Use PickOption'
Options: attachables.Names,
to
Options: attachables.Names.ToArray(),
I posted a fix on the workshop, I removed the compilation error but there may be unforeseen errors lurking. Feel free to use it to update the original and thanks for creating such a fun mod!