메소드 | 설명 | |
---|---|---|
Guard ( String name, String inventoryName, int roomId, int x, int y, int character, string description, string showItem, string playItem, string showDescription ) : System | ||
Hit ( Castle.CastleItem sword ) : Castle.UserMessage | ||
Play ( Castle.CastleItem item ) : Castle.UserMessage | ||
PreviewMove ( Point playerLocation ) : Point | ||
Show ( Castle.CastleItem item ) : Castle.UserMessage |
public Guard ( String name, String inventoryName, int roomId, int x, int y, int character, string description, string showItem, string playItem, string showDescription ) : System | ||
name | String | |
inventoryName | String | |
roomId | int | |
x | int | |
y | int | |
character | int | |
description | string | |
showItem | string | |
playItem | string | |
showDescription | string | |
리턴 | System |
public Hit ( Castle.CastleItem sword ) : Castle.UserMessage | ||
sword | Castle.CastleItem | |
리턴 | Castle.UserMessage |
public Play ( Castle.CastleItem item ) : Castle.UserMessage | ||
item | Castle.CastleItem | |
리턴 | Castle.UserMessage |
public PreviewMove ( Point playerLocation ) : Point | ||
playerLocation | Point | |
리턴 | Point |
public Show ( Castle.CastleItem item ) : Castle.UserMessage | ||
item | Castle.CastleItem | |
리턴 | Castle.UserMessage |