C# Class Codebreak.Service.World.Game.Interactive.Type.HouseDoor

Inheritance: InteractiveObject
Show file Open project: hussein-aitlahcen/codebreak

Public Methods

Method Description
HouseDoor ( MapInstance map, int cellId, bool canWalkThrough = false ) : System

Method Details

HouseDoor() public method

public HouseDoor ( MapInstance map, int cellId, bool canWalkThrough = false ) : System
map Codebreak.Service.World.Game.Map.MapInstance
cellId int
canWalkThrough bool
return System