C# 클래스 wServer.logic.BehaviorDb

파일 보기 프로젝트 열기: C453/OryxKingdom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Behaviors BehaviorDef>.Dictionary

공개 메소드들

메소드 설명
ResolveBehavior ( System.Entity entity ) : void

비공개 메소드들

메소드 설명
Behav ( ) : _
Behaves ( string name, Behavior movement = null, Behavior attack = null, Behavior reproduce = null, LootBehavior loot = null ) : Tuple

메소드 상세

ResolveBehavior() 공개 정적인 메소드

public static ResolveBehavior ( System.Entity entity ) : void
entity System.Entity
리턴 void

프로퍼티 상세

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

public static Dictionary Behaviors
리턴 BehaviorDef>.Dictionary