Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 402 Bytes

Them's Fightin' Herds Foits reader/writer

A library for reading/writing .foit files form Them's Fightin' Herds

Usage

Reading

using ThemModdingHerds.Foits;
using ThemModdingHerds.IO.Binary;

Reader reader = new(pathToFoitFile);
Foit foit = reader.ReadFoit();

Credits