- Timestamp:
- Sep 4, 2018, 1:00:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/FileCache/AbstractCache.cs
r324 r325 1 1 namespace AllocsFixes.FileCache { 2 public abstract class AbstractCache { 3 public AbstractCache () { 4 } 5 6 public abstract byte[] GetFileContent (string filename); 7 } 2 public abstract class AbstractCache { 3 public abstract byte[] GetFileContent (string filename); 4 } 8 5 }
Note:
See TracChangeset
for help on using the changeset viewer.