private void DrawWeaponSlot(AnimationConfigOverride slot, int width, int height) { GUILayout.BeginVertical(UIUtil.BackgroundColor(0.3f, 0.3f, 0.3f), GUILayout.Width(width), GUILayout.Height(height)); DrawAnimationDropbox(slot); GUILayout.EndVertical(); }