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;
        }