initial commit

This commit is contained in:
Nathan TIEN YOU
2022-02-03 21:06:26 +01:00
parent f0cdb8e72f
commit a78f459aa2
4 changed files with 650 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"Name": "Legonzaur.HoloDisplace",
"Description": "Swap positions with your beloved decoy",
"Version": "0.1",
"LoadPriority": 2,
"Scripts": [
{
"Path": "holodisplace_recharge.gnut",
"RunOn": "MP",
"ClientCallback": {
"After": "HoloDisplace_Init"
},
"ServerCallback": {
"After": "HoloDisplace_Init"
}
}
]
}