Alexandria.AlexandriaPluginFormatAsset.MatchGameFile C# (CSharp) Méthode

MatchGameFile() protected static méthode

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.
Résultat bool
        protected static bool MatchGameFile(string path, string filename, FileManager manager)
        {
            return false;
        }