Agent.Engine.Engine C# (CSharp) Method

Engine() public method

Initializes a new instance of the Engine class.
public Engine ( ) : System
return System
    public Engine()
      : base("Engine", "Engine",
          "Engine that runs the simulation.",
          "Agent", "Agent")
    {
    }