22 lines
292 B
C#
22 lines
292 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public enum SystemSoundId
|
|
{
|
|
UIClick,
|
|
|
|
BuildingPlaced,
|
|
|
|
BuildingDeleted,
|
|
|
|
HouseUpgraded,
|
|
|
|
RoadTilePlaced,
|
|
|
|
RoadTileDeleted,
|
|
|
|
UnlockNotification,
|
|
|
|
OnboardingMessage
|
|
}
|
|
}
|