Files
Northstar-HoloShift/mod.json
T
2022-02-05 21:20:27 +01:00

16 lines
298 B
JSON

{
"Name": "Legonzaur.HoloShift",
"Description": "Swap positions with your beloved decoy",
"Version": "0.3",
"LoadPriority": 2,
"Scripts": [
{
"Path": "holoshift_recharge.gnut",
"RunOn": "MP",
"ServerCallback": {
"After": "HoloShift_Init"
}
}
]
}