Beispiel #1
0
    public void ShowProffile(FoolPlayer player)
    {
        ShowBackground();

        _dialogueProfile.Show(player);
        _currentDialogue = _dialogueProfile;
    }
Beispiel #2
0
 public void Show(FoolPlayer player)
 {
     base.ShowWindow();
 }