Merge branch 'master' of github.com:MoonsideGames/MoonTools.NETPhysFS

pull/2/head
Evan Hemsley 2020-01-17 19:51:03 -08:00
commit 5bafa93ea5
1 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,7 @@ using (var reader = new StreamReader(pfs.OpenRead("/helloworld.txt")))
var contents = reader.ReadToEnd();
}
```
## Acknowledgements
This project was forked from the very helpful SharpPhysFS by Francesco Bertolaccini.