GUIStyle improvements & some simple UI graphics, networking bugfixes, separate Random class, some StyleCop cleanup
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Subsurface.Items.Components
|
||||
{
|
||||
if (picker == null) return false;
|
||||
|
||||
picker.animController.anim = AnimController.Animation.Climbing;
|
||||
picker.AnimController.Anim = AnimController.Animation.Climbing;
|
||||
//picker.SelectedConstruction = item;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user