Elin Decompiled Documentation EA 23.186 Nyaightly
Loading...
Searching...
No Matches
MixedFoodData.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2using Newtonsoft.Json;
3
4public class MixedFoodData : EClass
5{
6 [JsonProperty]
7 public List<string> texts = new List<string>();
8}
Definition: EClass.cs:5
List< string > texts
Definition: MixedFoodData.cs:7