新输入系统
This commit is contained in:
@@ -52,7 +52,7 @@ namespace NBF
|
||||
player.currentGear = new FPlayerGearData();
|
||||
var gear = player.currentGear;
|
||||
|
||||
if (slot == 0)
|
||||
if (slot == 1)
|
||||
{
|
||||
player.lineLength = 3.6f;
|
||||
gear.Type = GearType.Pole;
|
||||
@@ -88,7 +88,7 @@ namespace NBF
|
||||
};
|
||||
gear.reel = null;
|
||||
}
|
||||
else if (slot == 1)
|
||||
else if (slot == 2)
|
||||
{
|
||||
player.lineLength = 0.4f;
|
||||
gear.Type = GearType.SpinningFloat;
|
||||
@@ -128,7 +128,7 @@ namespace NBF
|
||||
configId = 800001
|
||||
};
|
||||
}
|
||||
else if (slot == 2)
|
||||
else if (slot == 3)
|
||||
{
|
||||
player.lineLength = 0.4f;
|
||||
gear.Type = GearType.Spinning;
|
||||
|
||||
Reference in New Issue
Block a user