C# 클래스 DND_Monster.Legendary

파일 보기 프로젝트 열기: FallenWyvern/DnD-Monster-Generator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Traits List

공개 메소드들

메소드 설명
AddTrait ( string title, string ability ) : void
TraitList ( ) : List
WebBoilerplate ( string name ) : string

메소드 상세

AddTrait() 공개 메소드

public AddTrait ( string title, string ability ) : void
title string
ability string
리턴 void

TraitList() 공개 메소드

public TraitList ( ) : List
리턴 List

WebBoilerplate() 공개 메소드

public WebBoilerplate ( string name ) : string
name string
리턴 string

프로퍼티 상세

Traits 공개적으로 프로퍼티

public List Traits
리턴 List