Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
abstract_factory
Healers
HumanMedic
C# Class abstract_factory.Healers.HumanMedic
Inheritance:
Human
Mostrar archivo
Open project: wesdoyle/csharp-gof
Public Methods
Method
Description
HumanMedic
(
string
name
) :
System
Interact
(
Elf
elf
) :
void
Interact
(
Human
human
) :
void
Method Details
HumanMedic()
public
method
public
HumanMedic
(
string
name
) :
System
name
string
return
System
Interact()
public
method
public
Interact
(
Elf
elf
) :
void
elf
Elf
return
void
Interact()
public
method
public
Interact
(
Human
human
) :
void
human
Human
return
void