Exemplo n.º 1
0
 public new void Start()
 {
     WmcServer.GetWmcServer().AddVesselService(Vessel);
 }
Exemplo n.º 2
0
 public void OnDisable()
 {
     WmcServer.GetWmcServer().StopVesselService(Vessel);
 }