예제 #1
0
 public static float readSingleFloatFromFile(ref RWStream file)
 {
     return(file.ReadSingle());
 }