Files
Northstar-HoloShift/mod.json
T
2023-03-03 20:24:12 +01:00

23 lines
457 B
JSON

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