C# 클래스 HelloWorld.PlaceBase

定义 Place 对象抽象
상속: GameDataItem
파일 보기 프로젝트 열기: Ivony/HelloWorld 1 사용 예제들

공개 메소드들

메소드 설명
Check ( System.DateTime now ) : void

对地块进行例行检查

GetActions ( GamePlayer player ) : HelloWorld.ActionDescriptor[]

获取可以进行的操作列表

PlaceBase ( Coordinate coordinate ) : System

创建 Place 对象

메소드 상세

Check() 공개 추상적인 메소드

对地块进行例行检查
public abstract Check ( System.DateTime now ) : void
now System.DateTime 系统时间
리턴 void

GetActions() 공개 추상적인 메소드

获取可以进行的操作列表
public abstract GetActions ( GamePlayer player ) : HelloWorld.ActionDescriptor[]
player GamePlayer
리턴 HelloWorld.ActionDescriptor[]

PlaceBase() 공개 메소드

创建 Place 对象
public PlaceBase ( Coordinate coordinate ) : System
coordinate Coordinate 地块所处坐标
리턴 System