Laserpointer - Add vanilla Joint Rails

This commit is contained in:
Dedmen Miller 2019-10-02 10:54:24 +02:00
parent 8dd9f36ff9
commit af88d2980d

View File

@ -6,3 +6,12 @@ class asdg_FrontSideRail: asdg_SlotInfo {
ACE_acc_pointer_green_IR = 1;
};
};
class PointerSlot;
class PointerSlot_Rail: PointerSlot {
class compatibleItems {
ACE_acc_pointer_red = 1;
ACE_acc_pointer_green = 1;
ACE_acc_pointer_green_IR = 1;
};
};