Fears to Fathom - Episode 3

Fears to Fathom - Episode 3

Ver estatísticas:
Easter Egg (Egg.exe)
Is the Egg.exe program on the computer an Easter Egg? I saw this and was curious. Does the developer want us to find out? Can we open the program?
< >
Exibindo comentários 11 de 1
OpenToadShoes 15/jun./2023 às 21:24 
Update: I decompiled the code and found that there is no easter egg.

Here is the code for the Egg.exe program:
public void OpenEgg()
{
if (!this.GM.virusFixed)
{
this.desktopScreen.SetActive(false);
this.StartCoroutine(this.OpenErrorWait());
}
else
{
this.StartCoroutine(this.EggOpenWait());
this.desktopScreen.SetActive(false);
}
}
< >
Exibindo comentários 11 de 1
Por página: 1530 50