source: binary-improvements/7dtd-server-fixes/src/FileCache/AbstractCache.cs@ 411

Last change on this file since 411 was 351, checked in by alloc, 6 years ago

Fixed game version compatibility of GamePrefs
Code style cleanup (mostly argument names)

File size: 137 bytes
RevLine 
[324]1namespace AllocsFixes.FileCache {
[325]2 public abstract class AbstractCache {
[351]3 public abstract byte[] GetFileContent (string _filename);
[325]4 }
[324]5}
Note: See TracBrowser for help on using the repository browser.