Ejemplo n.º 1
0
    public bool ReadBool()
    {
        bool val = GameDataWriter.GetBool(prefsIndex++.ToString());

        return(val);
    }