diff --git a/README.md b/README.md index 68d614a..4369104 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,42 @@ ### Variables: ``` ---not set yet-- +private int id +private String name +private boolean power ``` ___ ### Methods: ``` ---not set yet-- +public R2D2():R2D2 +//implemented from interface Robotcontrol +public getId():int +public getName():String +public triggerPowerSWitch():void +public isPowerOn():boolean +``` + +