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

显示文件 Open project: pchote/OpenRA

Public Properties

Property Type Description
Description string
State ObjectiveState
Type ObjectiveType

Public Methods

Method Description
MissionObjective ( ObjectiveType type, string description ) : System

Method Details

MissionObjective() public method

public MissionObjective ( ObjectiveType type, string description ) : System
type ObjectiveType
description string
return System

Property Details

Description public_oe property

public string Description
return string

State public_oe property

public ObjectiveState State
return ObjectiveState

Type public_oe property

public ObjectiveType Type
return ObjectiveType