Update PackedGlassTile.h

This commit is contained in:
DeadVoxelx
2026-05-09 14:58:20 -04:00
committed by GitHub
parent a30abb6e05
commit 5f553f3958

View File

@@ -10,4 +10,6 @@ protected:
public:
virtual int getResourceCount(Random *random);
};
virtual int getColor(LevelSource *level, int x, int y, int z);
virtual int getColor(LevelSource *level, int x, int y, int z, int data);
};