본문으로 이동

사용자:Kawalain/샌드박스

Kawa
Kawalain (토론 | 기여)님의 2026년 5월 26일 (화) 14:21 판
  • 의료용 봉합사
  • 철제 삽
  • 더플백
  • 소형 배럴
  • 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>>();
    }
}