Skip to content

Commit 7692829

Browse files
chore: dimmable artifacts handle intensity
1 parent 21f5810 commit 7692829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/env/artifact/environment/roomartifact/DimmableArtifact.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
public interface DimmableArtifact {
1515
/**
1616
* Set the intensity of the artifact.
17-
* @param intensityPercentage the intensity as a percentage.
17+
* @param intensity the intensity.
1818
*/
19-
void setIntensity(int intensityPercentage);
19+
void setIntensity(int intensity);
2020
}

0 commit comments

Comments
 (0)