Example #1
0
 public static bool readBoolFromFile(ref RWStream file)
 {
     return(Convert.ToBoolean(file.ReadInt8()));
 }