Пример #1
0
 public PoemState(TombComponent tombComponent)
 {
     Gender         = GenderEnum.Undefined;
     _tombComponent = tombComponent;
     AudioController.GetInstance().FadeInPercussion();
     IconMarkerComponent.HideAll();
 }
Пример #2
0
 public PlayerPoemState()
 {
     IconMarkerComponent.HideAll();
 }