Files
Northstar-HoloShift/mod.json
T
2022-02-05 16:08:26 +01:00

16 lines
307 B
JSON

{
"Name": "Legonzaur.HoloDisplace",
"Description": "Swap positions with your beloved decoy",
"Version": "0.2",
"LoadPriority": 2,
"Scripts": [
{
"Path": "holodisplace_recharge.gnut",
"RunOn": "MP",
"ServerCallback": {
"After": "HoloDisplace_Init"
}
}
]
}