#730: Added missing declaration of the org.bukkit.profile package.

By: blablubbabc <lukas@wirsindwir.de>
This commit is contained in:
Bukkit/Spigot 2022-02-19 09:33:05 +11:00
parent 6173d64a2e
commit 9d127bc843

View file

@ -0,0 +1,4 @@
/**
* Classes relevant to player profiles.
*/
package org.bukkit.profile;