C# 클래스 LifeSimulation.Races.CannibalRace.CannibalLifelet

The Cannibal Lifelet sacrifices the entire race to a chosen leader, creating a super energized single lifelet. This class is meant as an example.
상속: LifeSimulation.Core.Lifelet
파일 보기 프로젝트 열기: dankrusi/life-simulation-challenge

공개 메소드들

메소드 설명
CannibalLifelet ( World world, Vector pos ) : System
Simulate ( ) : void

메소드 상세

CannibalLifelet() 공개 메소드

public CannibalLifelet ( World world, Vector pos ) : System
world LifeSimulation.Core.World
pos LifeSimulation.Core.Vector
리턴 System

Simulate() 공개 메소드

public Simulate ( ) : void
리턴 void