프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OwnerPercentage | float>.Dictionary |
메소드 | 설명 | |
---|---|---|
AddEmpireExplored ( |
||
IsThisSystemExploredByEmpire ( |
||
SetHomeworld ( |
||
StarSystem ( string name, int id, int x, int y, Color color, string description, |
||
StarSystem ( string name, int id, int x, int y, Color color, string description, int minPlanets, int maxPlanets, |
||
SystemHavePlanetOwnedByEmpire ( |
||
UpdateOwners ( ) : void |
메소드 | 설명 | |
---|---|---|
UpdateDominantEmpire ( ) : void |
public IsThisSystemExploredByEmpire ( |
||
empire | ||
리턴 | bool |
public SetHomeworld ( |
||
empire | ||
homePlanet | ||
r | ||
리턴 | void |
public StarSystem ( string name, int id, int x, int y, Color color, string description, |
||
name | string | |
id | int | |
x | int | |
y | int | |
color | Color | |
description | string | |
r | ||
리턴 | System |
public StarSystem ( string name, int id, int x, int y, Color color, string description, int minPlanets, int maxPlanets, |
||
name | string | |
id | int | |
x | int | |
y | int | |
color | Color | |
description | string | |
minPlanets | int | |
maxPlanets | int | |
r | ||
리턴 | System |
public SystemHavePlanetOwnedByEmpire ( |
||
empire | ||
리턴 | bool |