AdapterPattern.EnemyRobotAdaper.EnemyRobotAdaper C# (CSharp) 메소드

EnemyRobotAdaper() 공개 메소드

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