コード例 #1
0
 public void UpdateWithTime(float time)
 {
     if (playerVampire != null)
     {
         playerVampire.Update(time);
     }
 }