Files
Northstar-HoloShift/mod.json
T
2022-02-03 21:06:26 +01:00

19 lines
379 B
JSON

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