Files
Northstar-HoloShift/mod.json
T
2022-03-13 19:23:46 +01:00

16 lines
300 B
JSON

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