C# Class SharpQuake.GameOptionsMenu.level_t

Exibir arquivo Open project: Memorix101/SharpQuake

Public Properties

Property Type Description
description string
name string

Public Methods

Method Description
level_t ( string name, string desc ) : System

Method Details

level_t() public method

public level_t ( string name, string desc ) : System
name string
desc string
return System

Property Details

description public_oe property

public string description
return string

name public_oe property

public string name
return string