C# 클래스 Castle.Guard

상속: Monster
파일 보기 프로젝트 열기: Thraka/SadConsole

공개 메소드들

메소드 설명
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

메소드 상세

Guard() 공개 메소드

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

Hit() 공개 메소드

public Hit ( Castle.CastleItem sword ) : Castle.UserMessage
sword Castle.CastleItem
리턴 Castle.UserMessage

Play() 공개 메소드

public Play ( Castle.CastleItem item ) : Castle.UserMessage
item Castle.CastleItem
리턴 Castle.UserMessage

PreviewMove() 공개 메소드

public PreviewMove ( Point playerLocation ) : Point
playerLocation Point
리턴 Point

Show() 공개 메소드

public Show ( Castle.CastleItem item ) : Castle.UserMessage
item Castle.CastleItem
리턴 Castle.UserMessage