handed arrays for sheathes and holding statuses
This commit is contained in:
parent
bc035a329d
commit
7f466ffe4b
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ static class Rig
|
|||
|
||||
public static XYZi new_dir = new(0, 0, 1);
|
||||
|
||||
public static bool[] upper_sheathes = new bool[] { true, true };
|
||||
public static bool[] lower_sheathes = new bool[] { true, true };
|
||||
|
||||
public static bool[] holding = new bool[] { false, false };
|
||||
|
||||
public static void Init()
|
||||
{
|
||||
btn_grip = new DeltaBool[] { new(false), new(false) };
|
||||
|
|
Loading…
Add table
Reference in a new issue