mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-19 08:21:22 +00:00
8 lines
102 B
C#
8 lines
102 B
C#
|
namespace FSO.Server.Common
|
|||
|
{
|
|||
|
public interface IAPILifetime
|
|||
|
{
|
|||
|
void Stop();
|
|||
|
}
|
|||
|
}
|