예제 #1
0
 void Update()
 {
     actionRepeater.Tick(Time.deltaTime);
 }
예제 #2
0
파일: AIAgent.cs 프로젝트: ex-p/ggj2019
 protected override void Update()
 {
     base.Update();
     actionRepeater.Tick(Time.deltaTime);
 }