Home
last modified time | relevance | path

Searched refs:IStartGame (Results 1 – 3 of 3) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Server/
H A DTraitInterfaces.cs23 public interface IStartGame { void GameStarted(Server server); } in GameStarted() interface
30 …public class DebugServerTrait : ServerTrait, IInterpretCommand, IStartGame, INotifySyncLobbyInfo, …
H A DServer.cs1009 foreach (var t in serverTraits.WithInterface<IStartGame>()) in StartGame()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/ServerTraits/
H A DMasterServerPinger.cs23 …erServerPinger : ServerTrait, ITick, INotifyServerStart, INotifySyncLobbyInfo, IStartGame, IEndGame