C# 클래스 Cindeck.Core.Idol

상속: IIdol
파일 보기 프로젝트 열기: noelex/Cindeck 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Idol ( string label, string name, Rarity rarity, IdolCategory cat, int life, int dance, int vocal, int visual, System.DateTime implemented, ICenterEffect centerEffect, ISkill skill ) : System
ToString ( ) : string

메소드 상세

Idol() 공개 메소드

public Idol ( string label, string name, Rarity rarity, IdolCategory cat, int life, int dance, int vocal, int visual, System.DateTime implemented, ICenterEffect centerEffect, ISkill skill ) : System
label string
name string
rarity Rarity
cat IdolCategory
life int
dance int
vocal int
visual int
implemented System.DateTime
centerEffect ICenterEffect
skill ISkill
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string