From 32e2eed2a003c9be98f344ae70248139162b6969 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 8 May 2024 18:37:48 +0200 Subject: Add a few comments --- lib/components/radius.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/components/radius.js') diff --git a/lib/components/radius.js b/lib/components/radius.js index 2aa29a8..0efd094 100644 --- a/lib/components/radius.js +++ b/lib/components/radius.js @@ -1,5 +1,8 @@ import { Component } from '@serpentity/serpentity'; +/** + * Stores the radius of a circle or sphere + */ export default class Radius extends Component { constructor(config) { -- cgit