C# Class DoomRPG.PatchInfo

Exibir arquivo Open project: Kyle873/DoomRPG Class Usage Examples

Public Methods

Method Description
CheckForConflicts ( List patches ) : bool
CheckForRequirements ( List patches ) : bool
ReadPatch ( string path ) : PatchInfo
ToString ( ) : string

Method Details

CheckForConflicts() public static method

public static CheckForConflicts ( List patches ) : bool
patches List
return bool

CheckForRequirements() public static method

public static CheckForRequirements ( List patches ) : bool
patches List
return bool

ReadPatch() public static method

public static ReadPatch ( string path ) : PatchInfo
path string
return PatchInfo

ToString() public method

public ToString ( ) : string
return string