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

Last change on this file since 333 was 325, checked in by alloc, 6 years ago

Code style cleanup (mostly whitespace changes, enforcing braces, using cleanup)

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