C# 클래스 Poke1Protocol.SwitchedPokemon

파일 보기 프로젝트 열기: IamSanjid/pokeone-pluse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Forme string
Gender string
Health int
ID int
Level int
MaxHealth int
Moves PSXAPI.Response.Payload.BattleMove[]
Personality int
RepeatAttack bool
Sent bool
Shiny bool
Species string
Status string
Trainer string

프로퍼티 상세

Forme 공개적으로 프로퍼티

public string Forme
리턴 string

Gender 공개적으로 프로퍼티

public string Gender
리턴 string

Health 공개적으로 프로퍼티

public int Health
리턴 int

ID 공개적으로 프로퍼티

public int ID
리턴 int

Level 공개적으로 프로퍼티

public int Level
리턴 int

MaxHealth 공개적으로 프로퍼티

public int MaxHealth
리턴 int

Moves 공개적으로 프로퍼티

public PSXAPI.Response.Payload.BattleMove[] Moves
리턴 PSXAPI.Response.Payload.BattleMove[]

Personality 공개적으로 프로퍼티

public int Personality
리턴 int

RepeatAttack 공개적으로 프로퍼티

public bool RepeatAttack
리턴 bool

Sent 공개적으로 프로퍼티

public bool Sent
리턴 bool

Shiny 공개적으로 프로퍼티

public bool Shiny
리턴 bool

Species 공개적으로 프로퍼티

public string Species
리턴 string

Status 공개적으로 프로퍼티

public string Status
리턴 string

Trainer 공개적으로 프로퍼티

public string Trainer
리턴 string