C# Класс OpenRA.Mods.Common.Traits.TechTree.Watcher

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Key string

Открытые методы

Метод Описание
Update ( Cache ownedPrerequisites ) : void
Watcher ( string key, string prerequisites, int limit, ITechTreeElement watcher ) : System.Collections.Generic

Приватные методы

Метод Описание
HasPrerequisites ( Cache ownedPrerequisites ) : bool
IsHidden ( Cache ownedPrerequisites ) : bool

Описание методов

Update() публичный Метод

public Update ( Cache ownedPrerequisites ) : void
ownedPrerequisites Cache
Результат void

Watcher() публичный Метод

public Watcher ( string key, string prerequisites, int limit, ITechTreeElement watcher ) : System.Collections.Generic
key string
prerequisites string
limit int
watcher ITechTreeElement
Результат System.Collections.Generic

Описание свойств

Key публичное свойство

public string Key
Результат string