Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
LangRow.cs
Go to the documentation of this file.
1using System;
2
3public class LangRow : SourceData.BaseRow
4{
5 public string id;
6
7 public string text_JP;
8
9 public string text;
10
11 [NonSerialized]
12 public string text_L;
13}
string id
Definition: LangRow.cs:5
string text_L
Definition: LangRow.cs:12
string text
Definition: LangRow.cs:9
string text_JP
Definition: LangRow.cs:7