C# 클래스 Codebreak.Service.World.Game.Spell.SpellTemplate

파일 보기 프로젝트 열기: hussein-aitlahcen/codebreak 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Description string
Id int
Levels List
Name string
Sprite int
SpriteInfos string
Targets List

공개 메소드들

메소드 설명
GetLevel ( int level ) : SpellLevel

메소드 상세

GetLevel() 공개 메소드

public GetLevel ( int level ) : SpellLevel
level int
리턴 SpellLevel

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

Id 공개적으로 프로퍼티

public int Id
리턴 int

Levels 공개적으로 프로퍼티

public List Levels
리턴 List

Name 공개적으로 프로퍼티

public string Name
리턴 string

Sprite 공개적으로 프로퍼티

public int Sprite
리턴 int

SpriteInfos 공개적으로 프로퍼티

public string SpriteInfos
리턴 string

Targets 공개적으로 프로퍼티

public List Targets
리턴 List