source:
binary-improvements2/7dtd-server-fixes/src/FileCache/AbstractCache.cs@
374
Last change on this file since 374 was 351, checked in by , 6 years ago | |
---|---|
File size: 137 bytes |
Line | |
---|---|
1 | namespace 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.