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