// Use this for initialization
    void Awake()
    {
        instance = this;

        Init();
    }
    // Use this for initialization
    void Awake()
    {
        instance = this;

        Init();
    }