C# 클래스 DefaultCombat.Helpers.Debuff

파일 보기 프로젝트 열기: BosslandGmbH/BuddyWing.DefaultCombat

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Stacks int

공개 메소드들

메소드 설명
Debuff ( string name, int stacks ) : System

메소드 상세

Debuff() 공개 메소드

public Debuff ( string name, int stacks ) : System
name string
stacks int
리턴 System

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

Stacks 공개적으로 프로퍼티

public int Stacks
리턴 int