AssemblyCSharp.Paths.InitPaths C# (CSharp) Method

InitPaths() public static method

public static InitPaths ( ) : void
return void
        public static void InitPaths()
        {
            GetCacheAssetsPath();
            GetStreamingAssetsPath();
        }