From e0a5e95081966836c7b0575979fcc9bacf5244fd Mon Sep 17 00:00:00 2001 From: morkt Date: Mon, 10 Apr 2017 22:19:16 +0400 Subject: [PATCH] (VFS.PathSepratorChars): made public. --- GameRes/FileSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameRes/FileSystem.cs b/GameRes/FileSystem.cs index dd587cc8..19c13700 100644 --- a/GameRes/FileSystem.cs +++ b/GameRes/FileSystem.cs @@ -787,7 +787,7 @@ namespace GameRes public static readonly ISet InvalidFileNameChars = new HashSet (Path.GetInvalidFileNameChars()); - static readonly char[] PathSeparatorChars = { '\\', '/', ':' }; + public static readonly char[] PathSeparatorChars = { '\\', '/', ':' }; /// /// Returns true if given points to a specified .