示例#1
0
    private void Awake()
    {
        if (Instance == null)
        {
            Instance = this;
        }
        else
        {
            Destroy(this);
        }

        mm = GetComponent <MatrixMove>();
        mm.SetAccuracy(0);
    }