Read() публичный Метод

Read the Game constants file.
public Read ( string fileName ) : void
fileName string
Результат void
Пример #1
0
 internal static void ReadFromFile(string fileName)
 {
     Instance.Read(fileName);
 }