C# 클래스 Mooege.Core.GS.Actors.Living
파일 보기
프로젝트 열기: 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 |
|
|
메소드 상세
public Brain ( ) : void |
리턴 |
void |
|
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 |
|
public Reveal ( Player player ) : bool |
player |
Player |
|
리턴 |
bool |
|
public Update ( int tickCounter ) : void |
tickCounter |
int |
|
리턴 |
void |
|
프로퍼티 상세
public Mooege.Common.MPQ.FileFormats.AnimSet Animset |
리턴 |
Mooege.Common.MPQ.FileFormats.AnimSet |
|