安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
"LETHAL COMPANY TERMINAL SHORTCUTS.cs(101,37): error CS0103: The name 'keys' does not exist in the current context
LETHAL COMPANY TERMINAL SHORTCUTS.cs(107,6): error CS0103: The name 'dialog' does not exist in the current context
LETHAL COMPANY TERMINAL SHORTCUTS.cs(108,22): error CS1061: 'string' does not contain a definition for 'RxSplit' and no accessible extension method 'RxSplit' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
LETHAL COMPANY TERMINAL SHORTCUTS.cs(115,63): error CS0103: The name 'keys' does not exist in the current context" maybe they updated Libre or something idk
I would add more errors of it but it's too much and over the 1000 characters limit so yeah
"Compilation: 28 errors
LETHAL COMPANY TERMINAL SHORTCUTS.cs(55,1): error CS0246: The type or namespace name 'MatchCollection' could not be found (are you missing a using directive or an assembly reference?)
LETHAL COMPANY TERMINAL SHORTCUTS.cs(55,27): error CS0103: The name 'Regex' does not exist in the current context
LETHAL COMPANY TERMINAL SHORTCUTS.cs(58,30): error CS0103: The name 'keys' does not exist in the current context
LETHAL COMPANY TERMINAL SHORTCUTS.cs(58,47): error CS0103: The name 'keys' does not exist in the current context..."
Compilation: 1 errors
LethalCompany Terminal Shortcuts.cs(111,36): error CS1503: Argument 1: cannot convert from 'string[]' to 'string'
It's the line in quickBuy after the else. Changing quickBuy(ShoppingList); to quickBuy(ShoppingList + ""); forces it to convert the list to a flat string.