Read() public method

Read the Game constants file.
public Read ( string fileName ) : void
fileName string
return void
Beispiel #1
0
 internal static void ReadFromFile(string fileName)
 {
     Instance.Read(fileName);
 }