void OnDisable()
 {
     instance = null;
 }
    /* public - [Event] Function
     * 프랜드 객체가 호출                       */

    // ========================================================================== //

    /* protected - Override & Unity API         */

    void OnEnable()
    {
        instance = this;
    }