Skip to content

Commit

Permalink
🔨 fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GianfrancoBazzani committed Dec 12, 2024
1 parent 8059bba commit b6ff905
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
恭喜你,打破了旋转木马的魔法规则!在低级数据操作的领域,记住细节至关重要,尤其是在处理存储槽中的数据压缩时。

---
欢迎,亲爱的匿名者,来到魔法旋转木马,这里生物们在无尽的咒语中旋转和舞动。在这个神奇的、无限的数字轮盘中,它们以迷人的热情循环和旋转。

添加一个生物来加入乐趣,但要注意规则,否则游戏就会结束。
如果一个动物加入了游乐设施,请在再次检查时小心,那个动物必须还在!

你能打破旋转木马的魔法规则吗?
1 change: 0 additions & 1 deletion contracts/src/levels/MagicAnimalCarousel.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ contract MagicAnimalCarousel {
uint256 public currentCrateId;
mapping(uint256 crateId => uint256 animalInside) public carousel;

error InvalidCarouselId();
error AnimalNameTooLong();

constructor() {
Expand Down

0 comments on commit b6ff905

Please sign in to comment.