mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Laserpointer - Add vanilla Joint Rails
This commit is contained in:
parent
8dd9f36ff9
commit
af88d2980d
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user