tgstation-server
The /tg/station 13 server suite
IPostWriteHandler.cs
Go to the documentation of this file.
1 namespace Tgstation.Server.Host.IO
2 {
3  interface IPostWriteHandler
4  {
9  void HandleWrite(string filePath);
10  }
11 }