Method | Description | |
---|---|---|
Check ( System.DateTime now ) : void |
对地块进行例行检查
|
|
GetActions ( |
获取可以进行的操作列表
|
|
PlaceBase ( Coordinate coordinate ) : System |
创建 Place 对象
|
public abstract Check ( System.DateTime now ) : void | ||
now | System.DateTime | 系统时间 |
return | void |
public abstract GetActions ( |
||
player | ||
return | HelloWorld.ActionDescriptor[] |
public PlaceBase ( Coordinate coordinate ) : System | ||
coordinate | Coordinate | 地块所处坐标 |
return | System |