Home
last modified time | relevance | path

Searched defs:ExitDelay (Results 1 – 3 of 3) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Player/
H A DMissionObjectives.cs267 public int ExitDelay = 1400; field in OpenRA.Mods.Common.Traits.ObjectivesPanelInfo
277 public int ExitDelay { get { return info.ExitDelay; } } property in OpenRA.Mods.Common.Traits.ObjectivesPanel
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Buildings/
H A DExit.cs33 public readonly int ExitDelay = 0; field in OpenRA.Mods.Common.Traits.ExitInfo
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/
H A DTraitsInterfaces.cs472 int ExitDelay { get; } property