This commit is contained in:
Anuken
2020-12-15 10:28:12 -05:00
parent 5ab090f28d
commit c6c18696c0
2 changed files with 4 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ abstract class PuddleComp implements Posc, Puddlec, Drawc{
@Import float x, y;
transient float accepting, updateTime, lastRipple;
transient float accepting, updateTime;
float amount;
int generation;
Tile tile;