Definition at line 4 of file BottleMessageList.cs.
◆ GetItem()
◆ GetRandomItem()
◆ Init()
| static void BottleMessageList.Init |
( |
| ) |
|
|
inlinestatic |
Definition at line 8 of file BottleMessageList.cs.
9 {
11 {
14 int num = 0;
15 string[] array = dialog;
16 for (int i = 0; i < array.Length; i++)
17 {
18 string[] array2 = array[i].Split('|');
20 {
21 id = (num.ToString() ?? ""),
22 author = array2[0],
24 lines = new string[4]
25 {
26 "",
27 "",
28 "{center}",
29 array2[2]
30 }
31 });
32 num++;
33 }
34 }
35 }
static string[] GetDialog(string idSheet, string idTopic)
References Lang.GetDialog(), list, and title.
◆ list
The documentation for this class was generated from the following file: