7 lines
164 B
C#
7 lines
164 B
C#
using Zennysoft.Game.Implementation;
|
|
|
|
public partial class AmbientSFXPlayer3D : DimmableAudioStreamPlayer3D
|
|
{
|
|
public override void _EnterTree() => FadeIn();
|
|
}
|