C# 클래스 Gruppe22.Backend.ItemTile

A class used to manage items laying on the floor of a room.
상속: Tile
파일 보기 프로젝트 열기: propra13-orga/gruppe22 1 사용 예제들

공개 메소드들

메소드 설명
ItemTile ( object parent ) : System
ItemTile ( object parent, Item item ) : System

Constructor.

Save ( XmlWriter xmlw ) : void

Method save the ItemTile in a .xml file. Just writes a start tag and calls the save method for the item.

메소드 상세

ItemTile() 공개 메소드

public ItemTile ( object parent ) : System
parent object
리턴 System

ItemTile() 공개 메소드

Constructor.
public ItemTile ( object parent, Item item ) : System
parent object
item Item The item to place on the ItemTile
리턴 System

Save() 공개 메소드

Method save the ItemTile in a .xml file. Just writes a start tag and calls the save method for the item.
public Save ( XmlWriter xmlw ) : void
xmlw System.Xml.XmlWriter Xmlwriter
리턴 void