사용자:Kawalain/샌드박스: 두 판 사이의 차이
외관
잔글편집 요약 없음 |
편집 요약 없음 |
||
| (같은 사용자의 중간 판 2개는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
= | {{Deck|items= | ||
{{fullurl:MediaWiki:Gadget-CU.js|action=edit}} | |||
title = Javascript | |||
icon = {{#fab:square-js}} | |||
{{fullurl:MediaWiki:Gadget-CU.css|action=edit}} | |||
title = Stylesheet | |||
icon = {{#fab:css}} | |||
}} | |||
=== [[틀:CU/Item|아이템 툴팁]] === | |||
==== [[CU/data/6.1/EN.json|영어]] ==== | |||
* {{CU/Item|id=armwarmers}} | * {{CU/Item|id=armwarmers}} | ||
* {{CU/Item|id=bellyarmor}} | * {{CU/Item|id=bellyarmor}} | ||
* {{CU/Item|id=grapplinghook}} | * {{CU/Item|id=grapplinghook}} | ||
* {{CU/Item|id=waterbottle}} | |||
==== [[CU/data/6.1/ko-KR.json|한국어]] ==== | |||
* {{CU/Item|lang=ko-KR|id=medicalsuture}} | |||
* {{CU/Item|lang=ko-KR|id=shovel}} | |||
* {{CU/Item | |||
|lang=ko-KR | |||
|id=minibarrel | |||
|liquids= | |||
highgradestimulant,110; | |||
urine,230;alcohol,24; | |||
fentanyl,4550 | |||
}} | |||
=== <code><nowiki><syntaxhighlight></nowiki></code> === | === <code><nowiki><syntaxhighlight></nowiki></code> === | ||
2026년 5월 28일 (목) 15:17 기준 최신판
- Arm warmers
- Belly armor
- Grappling hook
- Water bottle
- 의료용 봉합사
- 철제 삽
- 소형 배럴
<syntaxhighlight>
public class Language
{
// Token: 0x060002E6 RID: 742 RVA: 0x0002C128 File Offset: 0x0002A328
public Language()
{
this.main = new Dictionary<string, string>();
this.buildings = new Dictionary<string, string>();
this.moodles = new Dictionary<string, string>();
this.other = new Dictionary<string, string>();
this.character = new Dictionary<string, List<string>>[]
{
new Dictionary<string, List<string>>()
};
this.notes = new List<ValueTuple<string, string, string>>[0];
this.pdaNotes = new List<ValueTuple<string, string>>();
}
}