Init Plugin 2.0

This commit is contained in:
Khaos Tian
2016-01-30 18:36:55 -08:00
parent 1a356a1783
commit e1334c5196
10 changed files with 717 additions and 117 deletions

View File

@@ -38,6 +38,10 @@ User.persistPath = function() {
return path.join(User.storagePath(), "persist");
}
User.cachedAccessoryPath = function() {
return path.join(User.storagePath(), "accessories");
}
User.setStoragePath = function(path) {
customStoragePath = path;
}