C# Класс NetMud.Interp.Interpret

Main line in for in-game commands to get parsed
Показать файл Открыть проект

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

Метод Описание
Render ( string commandString, IActor actor ) : IEnumerable

Scour the system to figure out what the entity wants us to do

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

Render() публичный статический Метод

Scour the system to figure out what the entity wants us to do
public static Render ( string commandString, IActor actor ) : IEnumerable
commandString string the raw unparsed command coming in
actor IActor the entity performing the action
Результат IEnumerable