package de.jatitv.opsecurity.objects; public class PlayerObject { public String UUID; public PlayerObject(String UUID){ this.UUID = UUID; } }