コード例 #1
0
ファイル: AIShootingState.cs プロジェクト: 34yu34/GameJam2021
 private void Start()
 {
     _next_shooting_timestamp = Timestamp.Back(10);
 }