mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 07:46:08 +00:00
Temp fixes
This commit is contained in:
@@ -13,4 +13,9 @@ public class CaveResult
|
||||
this.floor = floor;
|
||||
this.ceiling = ceiling;
|
||||
}
|
||||
|
||||
public boolean isWithin(int v)
|
||||
{
|
||||
return v > floor || v < ceiling;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user