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