C# Class Procedural.Level

ファイルを表示 Open project: SneakyRedSnake/rogue-shield

Public Methods

Method Description
Level ( int levelWidth, int levelHeight, List layout, Room rooms ) : System

Method Details

Level() public method

public Level ( int levelWidth, int levelHeight, List layout, Room rooms ) : System
levelWidth int
levelHeight int
layout List
rooms Room
return System