using System; using System.Collections.Generic; [Serializable] public class CustomizablesDataBase where Data : CustomizableDataBase { public string currentId; public List customizablesList = new List(); }