C# 클래스 Codebreak.Service.World.Game.Stats.GenericEffect

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

공개 프로퍼티들

프로퍼티 타입 설명
Args string
Base int
Boosts int
Dons int
Id int
Items int
Value1 int
Value2 int
Value3 int

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GenericEffect ( ) : System

GenericEffect ( EffectEnum id, int baseValue, int items, int dons, int boosts ) : System

GenericEffect ( EffectEnum id, int value1, int value2, int value3, string args ) : System

Merge ( GenericEffect effect ) : void

Merge ( StatsType type, GenericEffect effect ) : void

ToItemString ( ) : string

ToString ( ) : string

UnMerge ( GenericEffect effect ) : void

UnMerge ( StatsType type, GenericEffect effect ) : void

메소드 상세

GenericEffect() 공개 메소드

public GenericEffect ( ) : System
리턴 System

GenericEffect() 공개 메소드

public GenericEffect ( EffectEnum id, int baseValue, int items, int dons, int boosts ) : System
id EffectEnum
baseValue int
items int
dons int
boosts int
리턴 System

GenericEffect() 공개 메소드

public GenericEffect ( EffectEnum id, int value1, int value2, int value3, string args ) : System
id EffectEnum
value1 int
value2 int
value3 int
args string
리턴 System

Merge() 공개 메소드

public Merge ( GenericEffect effect ) : void
effect GenericEffect
리턴 void

Merge() 공개 메소드

public Merge ( StatsType type, GenericEffect effect ) : void
type StatsType
effect GenericEffect
리턴 void

ToItemString() 공개 메소드

public ToItemString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnMerge() 공개 메소드

public UnMerge ( GenericEffect effect ) : void
effect GenericEffect
리턴 void

UnMerge() 공개 메소드

public UnMerge ( StatsType type, GenericEffect effect ) : void
type StatsType
effect GenericEffect
리턴 void

프로퍼티 상세

Args 공개적으로 프로퍼티

public string Args
리턴 string

Base 공개적으로 프로퍼티

public int Base
리턴 int

Boosts 공개적으로 프로퍼티

public int Boosts
리턴 int

Dons 공개적으로 프로퍼티

public int Dons
리턴 int

Id 공개적으로 프로퍼티

public int Id
리턴 int

Items 공개적으로 프로퍼티

public int Items
리턴 int

Value1 공개적으로 프로퍼티

public int Value1
리턴 int

Value2 공개적으로 프로퍼티

public int Value2
리턴 int

Value3 공개적으로 프로퍼티

public int Value3
리턴 int