AssemblyCSharp.Paths.GetStreamingAssetsPath C# (CSharp) Method

GetStreamingAssetsPath() public static method

public static GetStreamingAssetsPath ( ) : string
return string
        public static string GetStreamingAssetsPath()
        {
            if (_streamingAssetsPath == null)
            {
            _streamingAssetsPath = Application.streamingAssetsPath;
            }

            return _streamingAssetsPath;
        }