사용자:Kawalain/샌드박스: 두 판 사이의 차이
외관
잔글편집 요약 없음 |
잔글편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
=== [[틀:CU/Item]] === | |||
* {{CU/Item|lang=ko-KR|id=medicalsuture}} | * {{CU/Item|lang=ko-KR|id=medicalsuture}} | ||
* {{CU/Item|lang=ko-KR|id=shovel}} | * {{CU/Item|lang=ko-KR|id=shovel}} | ||
| 9번째 줄: | 8번째 줄: | ||
* {{CU/Item|id=grapplinghook}} | * {{CU/Item|id=grapplinghook}} | ||
=== <code><nowiki><syntaxhighlight></nowiki></code> === | |||
<syntaxhighlight lang="c#" line="1"> | <syntaxhighlight lang="c#" line="1"> | ||
public class Language | public class Language | ||
| 28번째 줄: | 28번째 줄: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{CU}} | |||
2026년 5월 26일 (화) 13:35 판
- 의료용 봉합사
- 철제 삽
- 더플백
- Arm warmers
- Belly armor
- Grappling hook
<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>>();
}
}