C# 클래스 AkaCore.Manager.EvadeManager.EvadeTarget

파일 보기 프로젝트 열기: Kysamaa/EloBuddy

공개 프로퍼티들

프로퍼티 타입 설명
Spells List

Private Properties

프로퍼티 타입 설명
GoThroughWall bool
LoadSpellData void
ObjSpellMissileOnCreate void
ObjSpellMissileOnDelete void
OnProcessSpellCast void
OnUpdateTarget void

공개 메소드들

메소드 설명
Init ( ) : void

비공개 메소드들

메소드 설명
GoThroughWall ( System.Vector2 pos1, System.Vector2 pos2 ) : bool
LoadSpellData ( ) : void
ObjSpellMissileOnCreate ( GameObject sender, EventArgs args ) : void
ObjSpellMissileOnDelete ( GameObject sender, EventArgs args ) : void
OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnUpdateTarget ( EventArgs args ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

프로퍼티 상세

Spells 공개적으로 정적으로 프로퍼티

public static List Spells
리턴 List