2025-08-31 06:05:39 +00:00
|
|
|
using Godot;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
2026-05-22 12:25:02 +00:00
|
|
|
using Rokojori.Extensions;
|
2025-08-31 06:05:39 +00:00
|
|
|
namespace Rokojori
|
|
|
|
|
{
|
|
|
|
|
[GlobalClass,Tool, Icon("res://addons/rokojori_action_library/Icons/AudioManager.svg") ]
|
|
|
|
|
public partial class AudioManagerData:Resource
|
|
|
|
|
{
|
|
|
|
|
[Export]
|
|
|
|
|
public float bufferCutDuration = 0.021f;
|
|
|
|
|
}
|
|
|
|
|
}
|