C# Class GOBFile, DarkForcesUnity

Inheritance: System.IDisposable
Exibir arquivo Open project: joeriedel/DarkForcesUnity Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Find ( string name ) : File
Open ( string path ) : GOBFile,

Private Methods

Method Description
GOBFile ( ) : System.Collections.Generic

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Find() public method

public Find ( string name ) : File
name string
return File

Open() public static method

public static Open ( string path ) : GOBFile,
path string
return GOBFile,