Method | Description | |
---|---|---|
Render ( string commandString, IActor actor ) : IEnumerable |
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 |
return | IEnumerable |