AdapterPattern.EnemyRobotAdaper.EnemyRobotAdaper C# (CSharp) Method

EnemyRobotAdaper() public method

public EnemyRobotAdaper ( EnemyRobot robot ) : System.Collections
robot EnemyRobot
return System.Collections
        public EnemyRobotAdaper(EnemyRobot robot)
        {
            this.robot = robot;
        }