add project files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public class CustomizableDataBase
|
||||
{
|
||||
public string id;
|
||||
|
||||
public bool unlocked;
|
||||
|
||||
public bool equipped = true;
|
||||
}
|
||||
Reference in New Issue
Block a user