1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Encapsulated variables

This commit is contained in:
sarhatabaot 2019-05-04 22:16:20 +03:00
parent f6312a9bd9
commit b20851da07

View File

@ -8,8 +8,8 @@ import org.bukkit.util.Vector;
public class ParachuteTask implements Runnable {
UUID uuid;
int id;
private UUID uuid;
private int id;
public ParachuteTask(Player p) {
this.uuid = p.getUniqueId();