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
Показать файл Открыть проект

Открытые методы

Метод Описание
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