7 lines
140 B
C#
Executable File
7 lines
140 B
C#
Executable File
public class Human : BaseBehaviour
|
|
{
|
|
public Human(NPC npc) : base(npc)
|
|
{
|
|
DoActivity = new HumanBehaviour();
|
|
}
|
|
} |