UnityEngine.PlayerPrefsException.PlayerPrefsException C# (CSharp) 메소드

PlayerPrefsException() 공개 메소드

public PlayerPrefsException ( string error ) : System
error string
리턴 System
        public PlayerPrefsException(string error) : base(error)
        {
        }
    }
PlayerPrefsException