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

MatchGame() public méthode

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.
Résultat GameInstance
        public virtual GameInstance MatchGame(string path, FileManager manager)
        {
            return null;
        }