Common.Settings.GetServerPath C# (CSharp) Метод

GetServerPath() публичный статический Метод

public static GetServerPath ( ) : string
Результат string
            public static string GetServerPath()
            {
                return PlayerPrefs.GetString("serverPath");
            }