Common.Settings.GetServerPath C# (CSharp) 메소드

GetServerPath() 공개 정적인 메소드

public static GetServerPath ( ) : string
리턴 string
            public static string GetServerPath()
            {
                return PlayerPrefs.GetString("serverPath");
            }