Exemplo n.º 1
0
        protected Agent()
        {
            AgentClientMemory = new AgentClientMemory(this);

            Name           = "N/A";
            Transformation = new AgentTransformation(this);
            Speed          = 288;
        }
Exemplo n.º 2
0
        protected Agent()
        {
            AgentClientMemory = new AgentClientMemory(this);

                        Name = "N/A";
                        Transformation = new AgentTransformation(this);
                        Speed = 288;
        }