Alexandria.AlexandriaPluginFormatAsset.MatchGameFile C# (CSharp) Метод

MatchGameFile() защищенный статический Метод

Return whether the game file exists within the path or
protected static MatchGameFile ( string path, string filename, FileManager manager ) : bool
path string
filename string
manager Glare.Assets.FileManager The file manager to use for opening files.
Результат bool
        protected static bool MatchGameFile(string path, string filename, FileManager manager)
        {
            return false;
        }