C# Класс Eryan.Wrappers.SolarSystem

Wrapper for EVE solar systems
Показать файл Открыть проект

Открытые методы

Метод Описание
SolarSystem ( string name, string unparsedEntry ) : System

Builds a solar system from the unparsed response

SolarSystem ( string name, string constellation, string sov, double secStatus ) : System

Build a solar system

Описание методов

SolarSystem() публичный Метод

Builds a solar system from the unparsed response
public SolarSystem ( string name, string unparsedEntry ) : System
name string Name of the solar system
unparsedEntry string The unparsed information string
Результат System

SolarSystem() публичный Метод

Build a solar system
public SolarSystem ( string name, string constellation, string sov, double secStatus ) : System
name string The name of the system
constellation string The constellation its on
sov string The sov of the place
secStatus double The security status of the system
Результат System