C# 클래스 OponentManager, astrochimps

상속: MonoBehaviour
파일 보기 프로젝트 열기: arcoelho01/astrochimps

공개 프로퍼티들

프로퍼티 타입 설명
amountDroneHunter int
amountDronePatrol int
amountDroneSaboteur int
baseNumber int
maxDroneHunter int
maxDronePatrol int
maxDroneSaboteur int
metalResource float

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

amountDroneHunter 공개적으로 프로퍼티

public int amountDroneHunter
리턴 int

amountDronePatrol 공개적으로 프로퍼티

public int amountDronePatrol
리턴 int

amountDroneSaboteur 공개적으로 프로퍼티

public int amountDroneSaboteur
리턴 int

baseNumber 공개적으로 프로퍼티

public int baseNumber
리턴 int

maxDroneHunter 공개적으로 프로퍼티

public int maxDroneHunter
리턴 int

maxDronePatrol 공개적으로 프로퍼티

public int maxDronePatrol
리턴 int

maxDroneSaboteur 공개적으로 프로퍼티

public int maxDroneSaboteur
리턴 int

metalResource 공개적으로 프로퍼티

public float metalResource
리턴 float