C# 클래스 PlayerActionScheduleHarvest.ModifiedFields, tf_client

Modified fields.
파일 보기 프로젝트 열기: wids-eria/tf_client

공개 프로퍼티들

프로퍼티 타입 설명
harvest_area bool

공개 메소드들

메소드 설명
ModifiedFields ( bool isHarvestArea ) : UnityEngine

Initializes a new instance of the PlayerActionScheduleHarvest.ModifiedFields class.

메소드 상세

ModifiedFields() 공개 메소드

Initializes a new instance of the PlayerActionScheduleHarvest.ModifiedFields class.
public ModifiedFields ( bool isHarvestArea ) : UnityEngine
isHarvestArea bool /// Is harvest area. ///
리턴 UnityEngine

프로퍼티 상세

harvest_area 공개적으로 프로퍼티

Field specifying that the tile is a harvest area.
public bool harvest_area
리턴 bool