C# Class MiningGame.Code.Structs.KeyValue

Mostra file Open project: geel9/Minor-Destruction Class Usage Examples

Public Properties

Property Type Description
name string
value string

Public Methods

Method Description
KeyValue ( string name, string value ) : System

Method Details

KeyValue() public method

public KeyValue ( string name, string value ) : System
name string
value string
return System

Property Details

name public_oe property

public string name
return string

value public_oe property

public string value
return string