C# Class OpenRA.Mods.Common.Traits.MissionObjective

Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
Description string
State ObjectiveState
Type ObjectiveType

Méthodes publiques

Méthode Description
MissionObjective ( ObjectiveType type, string description ) : System

Method Details

MissionObjective() public méthode

public MissionObjective ( ObjectiveType type, string description ) : System
type ObjectiveType
description string
Résultat System

Property Details

Description public_oe property

public string Description
Résultat string

State public_oe property

public ObjectiveState State
Résultat ObjectiveState

Type public_oe property

public ObjectiveType Type
Résultat ObjectiveType