C# 클래스 OpenRA.Mods.Common.Traits.MissionObjective

파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
Description string
State ObjectiveState
Type ObjectiveType

공개 메소드들

메소드 설명
MissionObjective ( ObjectiveType type, string description ) : System

메소드 상세

MissionObjective() 공개 메소드

public MissionObjective ( ObjectiveType type, string description ) : System
type ObjectiveType
description string
리턴 System

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

State 공개적으로 프로퍼티

public ObjectiveState State
리턴 ObjectiveState

Type 공개적으로 프로퍼티

public ObjectiveType Type
리턴 ObjectiveType