Create pluginsrepo.js

This commit is contained in:
Cynthia Foxwell 2018-05-10 11:34:09 -06:00 committed by GitHub
parent 7db1aaac2d
commit b3b3552d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
pluginsrepo.js Normal file
View File

@ -0,0 +1,8 @@
/*
Plugins Repo Plugin for EndPwn
Made by Cynthia (Cynosphere)
*/
exports.start = function(){
//TODO: All of this
}