コード例 #1
0
ファイル: StationaryObject.cpp プロジェクト: NUbots/robocup
StationaryObject::StationaryObject(const StationaryObject& otherObject):
        Object(otherObject.getID(), otherObject.getName()),
        fieldLocation(otherObject.getFieldLocation())
{

}