mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-09-09 14:25:34 +02:00
Moved more packaged based on feedback
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.plotsquared.bukkit.entity;
|
||||
|
||||
import org.bukkit.entity.AnimalTamer;
|
||||
|
||||
class TameableStats {
|
||||
|
||||
AnimalTamer owner;
|
||||
boolean tamed;
|
||||
}
|
Reference in New Issue
Block a user