Skip to content

Instantly share code, notes, and snippets.

@Syjgin
Created January 20, 2022 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Syjgin/f5fcfa03598aefb867737462d386c4bd to your computer and use it in GitHub Desktop.
Save Syjgin/f5fcfa03598aefb867737462d386c4bd to your computer and use it in GitHub Desktop.
namespace Dialogues.PopupQueue
{
public enum PopupQueueElementType
{
TextPopup,
Platform,
Building,
Quests,
Cloudpedia,
CargoTransferPopup,
TradingPopup,
ConfirmPopup,
AirshipPopup,
MainMenuPopup,
SavesPopup,
SettingsPopup,
AboutPopup,
NoPopup,
GameOver
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment