Ejemplo n.º 1
0
    public void ShowProffile(FoolPlayer player)
    {
        ShowBackground();

        _dialogueProfile.Show(player);
        _currentDialogue = _dialogueProfile;
    }
Ejemplo n.º 2
0
 public void Show(FoolPlayer player)
 {
     base.ShowWindow();
 }