Fears to Fathom - Episode 3

Fears to Fathom - Episode 3

Vezi statistici:
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?
< >
Se afișează 1-1 din 1 comentarii
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);
}
}
< >
Se afișează 1-1 din 1 comentarii
Per pagină: 1530 50