riversong code showcase
This commit is contained in:
21
Source/Riversong/Game/Audio/SystemSoundId.cs
Normal file
21
Source/Riversong/Game/Audio/SystemSoundId.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public enum SystemSoundId
|
||||
{
|
||||
UIClick,
|
||||
|
||||
BuildingPlaced,
|
||||
|
||||
BuildingDeleted,
|
||||
|
||||
HouseUpgraded,
|
||||
|
||||
RoadTilePlaced,
|
||||
|
||||
RoadTileDeleted,
|
||||
|
||||
UnlockNotification,
|
||||
|
||||
OnboardingMessage
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user