C# Class SharpQuake.GameOptionsMenu.episode_t

Exibir arquivo Open project: Memorix101/SharpQuake

Public Properties

Property Type Description
description string
firstLevel int
levels int

Public Methods

Method Description
episode_t ( string desc, int firstLevel, int levels ) : System

Method Details

episode_t() public method

public episode_t ( string desc, int firstLevel, int levels ) : System
desc string
firstLevel int
levels int
return System

Property Details

description public_oe property

public string description
return string

firstLevel public_oe property

public int firstLevel
return int

levels public_oe property

public int levels
return int