using UnityEngine; public class Stojak : MonoBehaviour { private void Start() { } private void Update() { } }