C# 클래스 Mooege.Core.GS.Actors.Living

상속: Mooege.Core.GS.Actors.Actor
파일 보기 프로젝트 열기: xsochor/mooege

공개 프로퍼티들

프로퍼티 타입 설명
Animset Mooege.Common.MPQ.FileFormats.AnimSet

공개 메소드들

메소드 설명
Brain ( ) : void
Living ( Mooege.Core.GS.Map.World world, int snoId, TagMapEntry>.Dictionary tags ) : System
Reveal ( Player player ) : bool
Update ( int tickCounter ) : void

메소드 상세

Brain() 공개 메소드

public Brain ( ) : void
리턴 void

Living() 공개 메소드

public Living ( Mooege.Core.GS.Map.World world, int snoId, TagMapEntry>.Dictionary tags ) : System
world Mooege.Core.GS.Map.World
snoId int
tags TagMapEntry>.Dictionary
리턴 System

Reveal() 공개 메소드

public Reveal ( Player player ) : bool
player Player
리턴 bool

Update() 공개 메소드

public Update ( int tickCounter ) : void
tickCounter int
리턴 void

프로퍼티 상세

Animset 공개적으로 프로퍼티

public Mooege.Common.MPQ.FileFormats.AnimSet Animset
리턴 Mooege.Common.MPQ.FileFormats.AnimSet