C# Класс EasyFarm.States.GameEngine

Controls whether or not the bot should run. Basically anything that can pause or resume the bot's engine should be here.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
IsWorking bool

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

Метод Описание
GameEngine ( IMemoryAPI fface ) : EasyFarm.Classes
Start ( ) : void

Start the bot up

Stop ( ) : void

Stop the bot from going any further

Описание методов

GameEngine() публичный Метод

public GameEngine ( IMemoryAPI fface ) : EasyFarm.Classes
fface IMemoryAPI
Результат EasyFarm.Classes

Start() публичный Метод

Start the bot up
public Start ( ) : void
Результат void

Stop() публичный Метод

Stop the bot from going any further
public Stop ( ) : void
Результат void

Описание свойств

IsWorking публичное свойство

Tells us whether the bot is working or not.
public bool IsWorking
Результат bool