메소드 | 설명 | |
---|---|---|
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
|
public SolarSystem ( string name, string unparsedEntry ) : System | ||
name | string | Name of the solar system |
unparsedEntry | string | The unparsed information string |
리턴 | 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 |