mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-02 08:08:46 +01:00
Moved more packaged based on feedback
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.plotsquared.bukkit.entity;
|
||||
|
||||
class AgeableStats {
|
||||
|
||||
int age;
|
||||
boolean locked;
|
||||
boolean adult;
|
||||
}
|
||||
Reference in New Issue
Block a user