예제 #1
0
파일: AIBrain.cs 프로젝트: bryandejong/AWAR
 public void SetAnimationState(AnimationState state)
 {
     _aiCharacter.SetAnimation(state);
 }