mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
Added new GizmoTypes
typeof(CVRGizmos_ToggleStateTrigger), typeof(CVRGizmos_Avatar), typeof(CVRGizmos_AvatarPickupMarker), //may be broken typeof(CVRGizmos_DistanceConstrain),
This commit is contained in:
parent
7ca182ad62
commit
65b57db665
6 changed files with 232 additions and 0 deletions
|
@ -20,6 +20,10 @@ namespace CVRGizmos
|
|||
typeof(CVRGizmos_DistanceLod),
|
||||
typeof(CVRGizmos_HapticZone),
|
||||
typeof(CVRGizmos_HapticAreaChest),
|
||||
typeof(CVRGizmos_ToggleStateTrigger),
|
||||
typeof(CVRGizmos_Avatar),
|
||||
typeof(CVRGizmos_AvatarPickupMarker),
|
||||
typeof(CVRGizmos_DistanceConstrain),
|
||||
};
|
||||
|
||||
void Start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue