Пример #1
0
        protected Agent()
        {
            AgentClientMemory = new AgentClientMemory(this);

            Name           = "N/A";
            Transformation = new AgentTransformation(this);
            Speed          = 288;
        }
Пример #2
0
        protected Agent()
        {
            AgentClientMemory = new AgentClientMemory(this);

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