Alexandria.AlexandriaPluginFormatAsset.DetectFile C# (CSharp) Method

DetectFile() public method

Attempt to detect a GameInstance from this file.
public DetectFile ( ICollection collection, string path, BinaryReader reader, FileManager manager ) : void
collection ICollection
path string The path to the file.
reader System.IO.BinaryReader The opened file reader. You do not need to reset the position afterwards.
manager Glare.Assets.FileManager The to open any other files, if necessary.
return void
        public virtual void DetectFile(ICollection<GameInstance> collection, string path, BinaryReader reader, FileManager manager)
        {
        }