add project files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
[Serializable]
|
||||
public class CustomizablesDataBase<Data> where Data : CustomizableDataBase
|
||||
{
|
||||
public string currentId;
|
||||
|
||||
public List<Data> customizablesList = new List<Data>();
|
||||
}
|
||||
Reference in New Issue
Block a user