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

MatchGame() публичный Метод

Attempt to match a game instance from a given path or a given file, returning the GameInstance or null if none could be found.
public MatchGame ( string path, FileManager manager ) : GameInstance
path string
manager Glare.Assets.FileManager The file manager to use for opening files.
Результат GameInstance
        public virtual GameInstance MatchGame(string path, FileManager manager)
        {
            return null;
        }