package ru.alastar.game; public class Transform { public int z; public Transform(int z) { this.z = z; } }