Files
riversong-code-showcase/Source/Riversong/Game/Audio/SystemSoundId.cs
2026-05-21 16:04:49 +02:00

22 lines
292 B
C#

namespace DanieleMarotta.RiversongCodeShowcase
{
public enum SystemSoundId
{
UIClick,
BuildingPlaced,
BuildingDeleted,
HouseUpgraded,
RoadTilePlaced,
RoadTileDeleted,
UnlockNotification,
OnboardingMessage
}
}