using UnityEngine;
namespace Electroscope
{
public class ToolsModelStateComponent : MonoBehaviour
public AnimationModelState AnimationModelState;
}