B2S.Server Plugin Interface
Interface library for B2S.Server plugins
Go to:
Overview 
 All Classes Namespaces Files Functions Properties Pages
IDirectPluginPinMame.cs
Go to the documentation of this file.
1 
2 namespace B2SServerPluginInterface
3 {
9  public interface IDirectPluginPinMame
10  {
14  void PinMameRun();
15 
19  void PinMamePause();
20 
24  void PinMameContinue();
25 
29  void PinMameStop();
30  }
31 }