C# Class DoomRPG.PatchInfo

Afficher le fichier Open project: Kyle873/DoomRPG Class Usage Examples

Méthodes publiques

Méthode Description
CheckForConflicts ( List patches ) : bool
CheckForRequirements ( List patches ) : bool
ReadPatch ( string path ) : PatchInfo
ToString ( ) : string

Method Details

CheckForConflicts() public static méthode

public static CheckForConflicts ( List patches ) : bool
patches List
Résultat bool

CheckForRequirements() public static méthode

public static CheckForRequirements ( List patches ) : bool
patches List
Résultat bool

ReadPatch() public static méthode

public static ReadPatch ( string path ) : PatchInfo
path string
Résultat PatchInfo

ToString() public méthode

public ToString ( ) : string
Résultat string