C# 클래스 Sakuno.KanColle.Amatsukaze.Game.Models.Battle.EnemyShip

상속: IParticipant
파일 보기 프로젝트 열기: amatukaze/IntelligentNavalGun

Private Properties

프로퍼티 타입 설명
EnemyShip Newtonsoft.Json

공개 메소드들

메소드 설명
EnemyShip ( int rpID, int rpLevel, int rpEquipment = null ) : Newtonsoft.Json
ToString ( ) : string

비공개 메소드들

메소드 설명
EnemyShip ( ) : Newtonsoft.Json

메소드 상세

EnemyShip() 공개 메소드

public EnemyShip ( int rpID, int rpLevel, int rpEquipment = null ) : Newtonsoft.Json
rpID int
rpLevel int
rpEquipment int
리턴 Newtonsoft.Json

ToString() 공개 메소드

public ToString ( ) : string
리턴 string