C# Class Castle.Guard

Inheritance: Monster
Afficher le fichier Open project: Thraka/SadConsole

Méthodes publiques

Méthode Description
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

Method Details

Guard() public méthode

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
Résultat System

Hit() public méthode

public Hit ( Castle.CastleItem sword ) : Castle.UserMessage
sword Castle.CastleItem
Résultat Castle.UserMessage

Play() public méthode

public Play ( Castle.CastleItem item ) : Castle.UserMessage
item Castle.CastleItem
Résultat Castle.UserMessage

PreviewMove() public méthode

public PreviewMove ( Point playerLocation ) : Point
playerLocation Point
Résultat Point

Show() public méthode

public Show ( Castle.CastleItem item ) : Castle.UserMessage
item Castle.CastleItem
Résultat Castle.UserMessage