본문으로 이동

사용자:Kawalain/샌드박스: 두 판 사이의 차이

Kawa
새 문서: <templatestyles src="CU/styles.css" /> <syntaxhighlight lang="c#" line="1"> 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<st...
 
잔글편집 요약 없음
1번째 줄: 1번째 줄:
<templatestyles src="CU/fonts.css" />
<templatestyles src="CU/styles.css" />
<templatestyles src="CU/styles.css" />



2026년 5월 26일 (화) 06:15 판

틀:CU/fonts.css 문서에 내용이 없습니다. 틀:CU/styles.css 문서에 내용이 없습니다.

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>>();
    }
}