コード例 #1
0
 internal RobotAudio(RobotConnection connection) : base(connection)
 {
 }
コード例 #2
0
ファイル: RobotModule.cs プロジェクト: zaront/vector
 internal RobotModule(RobotConnection connection)
 {
     //set fields
     Connection = connection;
     _mapper    = new EntityMapper();
 }
コード例 #3
0
ファイル: RobotCamera.cs プロジェクト: zaront/vector
 internal RobotCamera(RobotConnection connection) : base(connection)
 {
 }
コード例 #4
0
 internal RobotScreen(RobotConnection connection) : base(connection)
 {
 }
コード例 #5
0
 internal RobotMotors(RobotConnection connection, Robot robot) : base(connection)
 {
     //set fields
     _robot = robot;
 }
コード例 #6
0
ファイル: RobotAnimation.cs プロジェクト: zaront/vector
 internal RobotAnimation(RobotConnection connection) : base(connection)
 {
 }